-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Labels
Description
I am getting this error:
$ gallery-dl -v "https://www.rule34.xyz/yummyart"
[gallery-dl][debug] Version 1.31.2 - Executable (stable/linux)
[gallery-dl][debug] Python 3.10.12 - Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39
[gallery-dl][debug] requests 2.32.5 - urllib3 2.6.2
[gallery-dl][debug] Configuration Files []
[gallery-dl][debug] Starting DownloadJob for 'https://www.rule34.xyz/yummyart'
[gallery-dl][error] Unsupported URL 'https://www.rule34.xyz/yummyart'
$ gallery-dl --version
1.31.2
If I want to download a post, it works, but not tags anymore, for troubleshooting, I removed the www from the url and now I get this warning:
$ gallery-dl -v https://rule34.xyz/yummyart -c gallery-dl.conf
[gallery-dl][debug] Version 1.31.2 - Executable (stable/linux)
[gallery-dl][debug] Python 3.10.12 - Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.39
[gallery-dl][debug] requests 2.32.5 - urllib3 2.6.2
[gallery-dl][debug] Configuration Files ['gallery-dl.conf']
[gallery-dl][debug] Starting DownloadJob for 'https://rule34.xyz/yummyart'
[rule34xyz][debug] Using Rule34xyzTagExtractor for 'https://rule34.xyz/yummyart'
[urllib3.connectionpool][debug] Starting new HTTPS connection (1): rule34.xyz:443
[urllib3.connectionpool][debug] https://rule34.xyz:443 "POST /api/v2/post/search/root HTTP/1.1" 200 None
[rule34xyz][debug] KeyError: 'file_url'
[rule34xyz][warning] Unable to fetch download URL for post 4532799 (md5: None)
[rule34xyz][debug] KeyError: 'file_url'
[rule34xyz][warning] Unable to fetch download URL for post 4519810 (md5: None)
[rule34xyz][debug] KeyError: 'file_url'
[rule34xyz][warning] Unable to fetch download URL for post 4519560 (md5: None)
[rule34xyz][debug] KeyError: 'file_url'
[rule34xyz][warning] Unable to fetch download URL for post 4519417 (md5: None)
[rule34xyz][debug] KeyError: 'file_url'
I have saved my login details in the latest version of the config file, just fyi.
Reactions are currently unavailable