forked from bluetyson/hb-downloader
-
Notifications
You must be signed in to change notification settings - Fork 0
/
hb-downloader-settings.yaml
49 lines (43 loc) · 972 Bytes
/
hb-downloader-settings.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
# For authentication, paste the value of your `_simple_auth` cookie from your
# browser here, in single quotes:
session-cookie: ''
download-location: \\path\to\download\location
chunk-size: 8192000
force_md5: False
write_md5: True
read_md5: True
debug: False
get_extra_file_info: False
# Max file size in MB (default 1048576, or 1 tebibyte):
max-file-size: 1048576
default_headers:
Accept: application/json
Accept-Charset: utf-8
Keep-Alive: True
X-Requested-By: hb_android_app
User-Agent: Apache-HttpClient/UNAVAILABLE (java 1.4)
default_params:
ajax: True
download-platforms:
audio: True
video: True
ebook: True
windows: True
mac: True
linux: True
android: True
asmjs: True
audio_types:
flac: True
ogg: True
mp3: True
other: True
ebook_types:
epub: True
pdf: True
mobi: True
other: True
# Limits downloads to only files with a given extension (or everything when not configured):
#file-extensions:
# - .mobi
# - .pdf