mikf / gallery-dl

Command-line program to download image galleries and collections from several image hosting sites
GNU General Public License v2.0
11.76k stars 963 forks source link

sankaku: invalid-parameters #1790

Closed wankio closed 1 year ago

wankio commented 3 years ago
gallery-dl: Version 1.18.4-dev
gallery-dl: Python 3.8.2 - Windows-10-10.0.19041-SP0
gallery-dl: requests 2.12.4 - urllib3 1.19.1
gallery-dl: Starting DownloadJob for 'https://chan.sankakucomplex.com/?tags=date%3A2021-08-20+threshold%3A2'
sankaku: Using SankakuTagExtractor for 'https://chan.sankakucomplex.com/?tags=date%3A2021-08-20+threshold%3A2'
requests.packages.urllib3.connectionpool: Starting new HTTPS connection (1): capi-v2.sankakucomplex.com
requests.packages.urllib3.connectionpool: https://capi-v2.sankakucomplex.com:443 "GET /posts/keyset?tags=date%3A2021-08-20+threshold%3A2&lang=en&limit=100 HTTP/1.1" 400 112
sankaku: invalid-parameters

"https://chan.sankakucomplex.com/?tags=date:2021-08-20 threshold:2" if i'm remember it still working in the past with date tags

and i dont know if sankaku extractor have option to download resized image instead original

mikf commented 3 years ago

sankaku support uses the backend of https://sankaku.app/, which requires dates as DD.MM.YYYY. https://chan.sankakucomplex.com/?tags=date:20.08.2021 works.

and i dont know if sankaku extractor have option to download resized image instead original

It doesn't. At least not yet.

mikf commented 1 year ago

and i dont know if sankaku extractor have option to download resized image instead original

It doesn't. At least not yet.

Since commit https://github.com/mikf/gallery-dl/commit/512abeb4aeae51c7e5b3c0e92be58710c61417c4 (v1.24.5), you can use the url option for most *booru sites including sankaku to set a custom file URL source (e.g. -o url=sample_url).