You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can confirm adding "contentRating[]" : ["safe","suggestive","erotica","pornographic"]
after line 214 in mangadex.py seems to ensure all content ratings are requested and everything works as intended again.
I noticed the last few days pornographic titles return no results anymore.
For example:
gallery-dl --verbose --ignore-config https://mangadex.org/title/584ef094-b2ab-40ce-962c-bce341fb9d10
or
gallery-dl --verbose --ignore-config --username xxx --password xxx https://mangadex.org/title/584ef094-b2ab-40ce-962c-bce341fb9d10
or
gallery-dl --verbose --ignore-config --username xxx --password xxx --cookies cookies-mangadex-org.txt https://mangadex.org/title/584ef094-b2ab-40ce-962c-bce341fb9d10
Returns:
[gallery-dl][debug] Version 1.19.0-dev
[gallery-dl][debug] Python 3.9.0 - Windows-10-10.0.19041-SP0
[gallery-dl][debug] requests 2.25.1 - urllib3 1.25.10
[gallery-dl][debug] Starting DownloadJob for 'https://mangadex.org/title/584ef094-b2ab-40ce-962c-bce341fb9d10'
[mangadex][debug] Using MangadexMangaExtractor for 'https://mangadex.org/title/584ef094-b2ab-40ce-962c-bce341fb9d10'
[urllib3.connectionpool][debug] Starting new HTTPS connection (1): api.mangadex.org:443
[urllib3.connectionpool][debug] https://api.mangadex.org:443 "GET /manga/584ef094-b2ab-40ce-962c-bce341fb9d10/feed?order%5Bvolume%5D=asc&order%5Bchapter%5D=asc&offset=0 HTTP/1.1" 200 92
[mangadex][info] No results for https://mangadex.org/title/584ef094-b2ab-40ce-962c-bce341fb9d10
Downloading a specific chapter still works.
The text was updated successfully, but these errors were encountered: