-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathconfig.yml
29 lines (23 loc) · 958 Bytes
/
config.yml
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
# Directory to downlod the mangas to
destination_path: ./mangas/
# to load browser extensions like ublock, uncomment and adapt this
#load_extension: C:\\Users\\username\\AppData\\Local\\Google\\Chrome\\User Data\\Default\\Extensions\\changethis\\1.46.0_0
# Supported format
# - jpg/png: Download image files
# - pdf: Create PDF file
# - cbz: Create CBZ archive
format: jpg
mangas:
# subscription, will download all chapters until last_chapter and then update the last_chapter
- subscription:
last_chapter: https://www.japscan.ws/lecture-en-ligne/boruto/48/
manga: https://www.japscan.ws/manga/boruto/
# Download a complete manga
- manga: https://www.japscan.se/manga/oggy-et-les-cafards/
# Download a specific chapter
- chapter: https://www.japscan.se/lecture-en-ligne/one-piece/957/
# Download contiguous chapters
- chapters:
manga: https://www.japscan.se/lecture-en-ligne/black-clover/
min: 158
max: 161