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

E621 Downloader Broken #635

Closed
blezinski opened this issue Mar 6, 2020 · 5 comments
Closed

E621 Downloader Broken #635

blezinski opened this issue Mar 6, 2020 · 5 comments

Comments

@blezinski
Copy link

After the site redesign the downloader doesnt work, it just says:

[e621][error] HttpError: '404 Not Found' for 'https://e621.net/post/index.json'

If you change the link to the new format it now says:

[gallery-dl][error] No suitable extractor found for 'https://e621.net/posts?tags
=asdfasdfasdf&page=1'
@mikf mikf closed this as completed in ebc70e8 Mar 6, 2020
@ButtNumz
Copy link

ButtNumz commented Mar 13, 2020

I'm still getting

[gallery-dl][error] No suitable extractor found for 'https://e621.net/posts?tags=[TAG]'

@kattjevfel
Copy link
Contributor

I'm still getting

[gallery-dl][error] No suitable extractor found for 'https://e621.net/posts?tags=[TAG]'

Works absolutely perfect here, you sure you're on latest master?

katt@main ~ » gallery-dl -v -s https://e621.net/posts\?tags\=fetch
[gallery-dl][debug] Version 1.13.2-dev
[gallery-dl][debug] Python 3.8.2 - Linux-5.5.9-zen1-1-zen-x86_64-with-glibc2.2.5
[gallery-dl][debug] requests 2.23.0 - urllib3 1.25.8
[gallery-dl][debug] Starting SimulationJob for 'https://e621.net/posts?tags=fetch'
[e621][debug] Using E621TagExtractor for 'https://e621.net/posts?tags=fetch'
[urllib3.connectionpool][debug] Starting new HTTPS connection (1): e621.net:443
[urllib3.connectionpool][debug] https://e621.net:443 "GET /posts.json?tags=fetch&limit=200 HTTP/1.1" 200 None
e621_2176733.png
e621_2033980.jpg
e621_2027500.png
e621_1938017.jpg
...

@ButtNumz
Copy link

ButtNumz commented Mar 13, 2020

I'm on the latest master that's presented on the main page. Version shows as 1.13.1

py gallery_dl -v -s https://e621.net/posts?tags=rezflux
[gallery-dl][debug] Version 1.13.1
[gallery-dl][debug] Python 3.8.2 - Windows-10-10.0.18362-SP0
[gallery-dl][debug] requests 2.22.0 - urllib3 1.25.7
[gallery-dl][debug] Starting SimulationJob for 'https://e621.net/posts?tags=rezflux'
[gallery-dl][error] No suitable extractor found for 'https://e621.net/posts?tags=rezflux'

@kattjevfel
Copy link
Contributor

kattjevfel commented Mar 13, 2020

Try adding quotes around your URL, it's probably due to the ? symbol, my shell automatically escapes the characters but yours might not.

EDIT: Nevermind, I was blind, you're on the latest release, not dev. There hasn't been a release with this fix included.
See, mine: Version 1.13.2-dev
yours: Version 1.13.1

@ButtNumz
Copy link

ButtNumz commented Mar 13, 2020

Ah, I see. Can you only use it with a linux shell? I have one, I've just been having problems with it lately

Edit: I've installed the dev build, but it isn't showing as dev, it still shows up as 1.13.1 and the same error persists

Edit2: Got it working! Issue is now gone. Thanks a lot.

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

4 participants