-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
[kemono] 404 NOT FOUND
for new posts
#1903
Comments
Please try #1902 and see if it fixes your issue. |
I did not try, but yeah, gallery-dl have missed Hm, why he does it so. url = self.root + '/data' + url.replace(self.root, '') Why not just: + url = self.root + '/data' + url
- url = self.root + url |
I'm lazy to check it locally, but visually his commit should not work. May be I'm wrong, but I don't see Also will it work for old urls? His commit should work only if there is |
Should work again for newer posts, but I'm getting all sorts of timeout errors for older ones depending on which data server kemono redirects to. [downloader.http][warning] HTTPSConnectionPool(host='data3.kemono.party', port=443): Read timed out. (read timeout=30.0) (1/5) |
Hello Mikf. Is this issue retrieving older posts something we can expect some kind of guide or work-around on in the future? Or is this a structural issue with Kemono.party data servers that will not be able to solved? Thanks. |
@Diadial it was a structural issue with kemono's data servers, but it seems to be gone now. |
Ah apologies. I had to update pip & gallery-dl. |
gallery-dl does not follow redirects, I get for the recently uploaded posts:
While in the browser https://kemono.party/data/6d/cc/6dcc1c5f2abd4234e5512d0ea3cf21eb8b1eb4df54ba069cf6d613d8ac43ee2d.png
correctly redirects to the new address https://data1.kemono.party/data/6d/cc/6dcc1c5f2abd4234e5512d0ea3cf21eb8b1eb4df54ba069cf6d613d8ac43ee2d.png
The text was updated successfully, but these errors were encountered: