Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: openzim/mwoffliner
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 9f313bd9d11ee907fcc7e836c6075b4e63bd8035
Choose a base ref
..
head repository: openzim/mwoffliner
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: aa14e7a7124532988b646231493cf034d45ab2ad
Choose a head ref
Showing with 0 additions and 2 deletions.
  1. +0 −2 src/Downloader.ts
2 changes: 0 additions & 2 deletions src/Downloader.ts
Original file line number Diff line number Diff line change
@@ -83,8 +83,6 @@ export const defaultStreamRequestOptions: AxiosRequestConfig = {
class Downloader {
public loginCookie = ''
public readonly speed: number
public baseUrl: string
public baseUrlForMainPage: string
public cssDependenceUrls: KVS<boolean> = {}
public readonly webp: boolean = false
public readonly requestTimeout: number