Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chapter-reverse doesn't work with mangadex #1194

Closed
kattjevfel opened this issue Dec 22, 2020 · 0 comments
Closed

chapter-reverse doesn't work with mangadex #1194

kattjevfel opened this issue Dec 22, 2020 · 0 comments

Comments

@kattjevfel
Copy link
Contributor

I've set the following in my config:

        "mangadex": {
            "base-directory": "/mnt/jupiter/Pictures/weeb/Manga/",
            "directory": [
                "{manga}",
                "{volume:?v/ />02}c{chapter:>03}{chapter_minor}{title:?: //}"
            ],
            "chapter-reverse": true,
            "chapter-filter": "lang == 'en'"
        },

But it seems to be completely ignored and starts downloading from chapter 0 either way:

katt@main ~ » gallery-dl --verbose https://mangadex.org/title/16617                                                                      
[gallery-dl][debug] Version 1.16.1-dev
[gallery-dl][debug] Python 3.9.1 - Linux-5.10.2-zen1-1-zen-x86_64-with-glibc2.32
[gallery-dl][debug] requests 2.25.1 - urllib3 1.25.10
[gallery-dl][debug] Starting DownloadJob for 'https://mangadex.org/title/16617'
[mangadex][debug] Using MangadexMangaExtractor for 'https://mangadex.org/title/16617'
[urllib3.connectionpool][debug] Starting new HTTPS connection (1): mangadex.org:443
[urllib3.connectionpool][debug] https://mangadex.org:443 "GET /api/v2/manga/16617 HTTP/1.1" 200 None
[urllib3.connectionpool][debug] https://mangadex.org:443 "GET /api/v2/manga/16617/chapters HTTP/1.1" 200 None
[mangadex][debug] Using MangadexChapterExtractor for 'https://mangadex.org/chapter/34202'
[urllib3.connectionpool][debug] https://mangadex.org:443 "GET /api/v2/chapter/34202 HTTP/1.1" 200 None
[urllib3.connectionpool][debug] https://mangadex.org:443 "GET /api/v2/manga/16617 HTTP/1.1" 200 None
[mangadex][debug] Using download archive '/mnt/jupiter/Temp/gallery-dl/archives/mangadex.sqlite3'
[mangadex][debug] Active postprocessor modules: [ExecPP, UgoiraPP]
/mnt/jupiter/Pictures/weeb/Manga/Komi-san wa Komyushou Desu./c000: Oneshot/Komi-san wa Komyushou Desu._c000_001.png
/mnt/jupiter/Pictures/weeb/Manga/Komi-san wa Komyushou Desu./c000: Oneshot/Komi-san wa Komyushou Desu._c000_002.png
/mnt/jupiter/Pictures/weeb/Manga/Komi-san wa Komyushou Desu./c000: Oneshot/Komi-san wa Komyushou Desu._c000_003.png
/mnt/jupiter/Pictures/weeb/Manga/Komi-san wa Komyushou Desu./c000: Oneshot/Komi-san wa Komyushou Desu._c000_004.png
/mnt/jupiter/Pictures/weeb/Manga/Komi-san wa Komyushou Desu./c000: Oneshot/Komi-san wa Komyushou Desu._c000_005.png
/mnt/jupiter/Pictures/weeb/Manga/Komi-san wa Komyushou Desu./c000: Oneshot/Komi-san wa Komyushou Desu._c000_006.png
/mnt/jupiter/Pictures/weeb/Manga/Komi-san wa Komyushou Desu./c000: Oneshot/Komi-san wa Komyushou Desu._c000_007.png
/mnt/jupiter/Pictures/weeb/Manga/Komi-san wa Komyushou Desu./c000: Oneshot/Komi-san wa Komyushou Desu._c000_008.png
/mnt/jupiter/Pictures/weeb/Manga/Komi-san wa Komyushou Desu./c000: Oneshot/Komi-san wa Komyushou Desu._c000_009.png
/mnt/jupiter/Pictures/weeb/Manga/Komi-san wa Komyushou Desu./c000: Oneshot/Komi-san wa Komyushou Desu._c000_010.png
/mnt/jupiter/Pictures/weeb/Manga/Komi-san wa Komyushou Desu./c000: Oneshot/Komi-san wa Komyushou Desu._c000_011.png
/mnt/jupiter/Pictures/weeb/Manga/Komi-san wa Komyushou Desu./c000: Oneshot/Komi-san wa Komyushou Desu._c000_012.png

Can be reproduced with gallery-dl --verbose --ignore-config --no-download --option extractor.chapter-reverse=true https://mangadex.org/title/16617

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants