-
Notifications
You must be signed in to change notification settings - Fork 82
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
Yesterday it work normal,but suddenly broken #194
Comments
It's cause of kemono update its api base url. I have forked a version and tried to fixed it. |
I also made an update here: |
I tried your script, but when I try to download a post, it will automatically download all the author's posts. |
What command did you use? It worked fine for me when I tried using |
In the use of the previous script, I did not use -- date after and -- date before, but it can still download specific posts by using post_id. It seems that after modification, only the user ID can be recognized, regardless of whether you have added a post_id after the link or not. |
It should work now. They changed the way single posts are returned from array to object and I accidentally added a regex that only checked for creators and not posts because I don't usually download by posts. |
thank you so much, it truly work for me. |
Started from scratch and made sure everything is as it should be, but now getting "ERROR:No creator information was retrieved. | exiting" when trying to download with the user ID. Something I'm missing or did something change again? |
@ILogOutOnTheToilet Thank you for the fix, quick question, how to remove the folder creation for individual items? Thank you |
Not exactly sure what you talking but maybe you need to modify the filename patterns |
when downloading the creators content, a folder is made for each individual file based on date. You can end up with 2000 folders. |
Hi @ILogOutOnTheToilet , thank you for your hard work fixing kemono-dl! As of today I think it is not working; I used it last week just fine but today I get this error: Library/Python/3.11/lib/python/site-packages/urllib3/connection.py", line 186, in _new_conn And then a MaxRetryError. I'm using kemono-dl version 2022.04.28, which seems quite old but on your fork https://github.com/ILogOutOnTheToilet/kemono-dl/tree/update-api the link to the latest release https://github.com/AlphaSlayer1964/kemono-dl/releases/ shows 2022.04.27 as the latest, which is confusing EDIT: To complicate matters, it appears that it is partially working, just much slower than before: It eventually successfully downloads posts, but it wastes a lot of time attempting to download something else too and getting rejected when it attempts to pull those. |
The kemono data servers are not the most stable. |
" The kemono data servers are not the most stable." Yeah that was probably it! Today that issue seems to be gone. |
Version
Version:kemono-dl-2022.04.27
Your Command
`` python kemono-dl.py --cookies "cookies.txt" --link https://kemono.party/patreon/user/28464855
Description of bug
a few days ago,When i normally try to download something this happened,it works well just yesterday,I asked GPT and it said that the server ruturn a 404,I try to get the new cookies but it also didn't work.How To Reproduce
1.Copy link from the site2.Use command i always used
Additional comments
Appreciate your work,I don't know why some text didn't view,so i copy them here.by the way it is not work on kemono.su.I'll be appreciated if you fix it :D
The text was updated successfully, but these errors were encountered: