-
-
Notifications
You must be signed in to change notification settings - Fork 995
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.party] "404 NOT FOUND" error #1514
Comments
I've tried downloading the pics from kemono party even after finishing the former job, but I still get the same error. |
Works here, please provide a problematic URL. |
Links to files on kemono slightly changed: |
when a fix update? |
@kattjevfel
@Cunabo |
I don't know how, but I fixed it. Also, I don’t know how github works and therefore I don’t know how to show my solution to the developer. And also I'm a noob in python.) Sorry for bad English. |
files are now hosted on https://data.kemono.party/
Fixed in 4b65ebf. edit: this change seems to have broken (older?) inline images on the site itself, |
is it me or the executable is broken? Can't unzip it |
@mikf @zenosiege |
@Vishvamitra |
You don't "install" gallery-dl.exe, you run it directory in a command prompt. Anyway if installing via pip didn't help either then I don't know. |
@kattjevfel |
@roweger |
Al least for Fanbox it works with a bug — it can download a preview instead of the original image if the preview and the attachments have the same name.
|
Is there no option to not overwrite files with the same name? (And keep both files As workatound I can use |
You can also set skip to "enumerate" to get numbered filenames. |
Yeah, it even was already noted in other issues. It think it should be enabled by default. Currently the program has the unsafe behavior from the box. But I think it makes sense to add the additional field For example: But that is the title is too long? |
It's come up several times now that it skips a lot of files because of duplicate names. I really think the default name should be set to |
And the same change should be done with So, if the entry has no With this change people that used |
May I ask how you made it work? |
And another question: It is possible do no skip posts without media, which contains only a text? Probably the problem reason is that filename of metadata file relies on media content properties.
|
In Windows you need only install Python with the set checkbox "Add Python to PATH":
in a console (CMD or Git Bash). That's all. You can use it in a console now. Type Do not forget to open the console in the download folder:
There is only one default config for all program instances. |
I think that I need your help again. I really can't install the dev version on my system. Please, could anyone give me a hint on the way out of this? |
The server wants to relax. |
If the program can't do something that you can't do manually it's not the program's problem. Check does it work in a browser. Do not confuse previews with the original files, by the way. Don't forget about cookies. The official chat: |
@TestPolygon |
@TestPolygon |
In regards to connection issues, it's not just you. The owner of KemonoParty recently upgraded the servers and implemented a DDOS protection. I imagine they or the sysadmin are configuring the site still. That or they've gone over the bandwidth limit. |
I've been using a filename containing The solution that @TestPolygon suggested should hopefully give us a simple solution, as the root of the issue seems to be the archive because all files, including the so called "duplicates", download normally when not using archive. Can anyone also confirm this?
|
Since you use
to, for example:
But this change only makes sense to do only if you did not download something yet. Because old entries with the different format will be ignored after this change. I have created a separate issue for it: #1556 |
Use the search. |
Add an enumeration index so that attachments and regular files with the same filename still get downloaded and not counted as duplicate files (even though for patreon posts they usually are) This invalidates all previously generated archive IDs. To keep using old names and IDs, set 'filename' to "{id}_{title}_{filename}.{extension}" and 'archive-format' to "{service}_{user}_{id}_{filename}.{extension}".
I've (finally) changed the default filenames and archive IDs to avoid duplicate names by using an enumeration index ( |
It's of course better that it was. |
Uh, so I just grabbed https://github.com/mikf/gallery-dl/releases/tag/v1.18.0 do I need to update my gallery-dl.conf file? Or just download this new exe? edit: In case it's not clear, I want to use the new default naming options, but I know naming options are usually controlled in the gallery-dl.conf file? |
If you want to use the new default format: gallery-dl/gallery_dl/extractor/kemonoparty.py Lines 23 to 24 in ee1064a
just remove "filename" and "archive-format" from the config file if you have added them.
The alternative format with the first letter of "kemonoparty": {
"filename": "{id}_{title}_{type[0]}_{filename}.{extension}",
"archive-format": "{service}_{user}_{id}_{type[0]}_{filename}.{extension}"
} |
For the first time, I tried downloading all the posts of a user from kemono party today. I exported the cookies, I placed them in my gallery-dl conf file, but I got the error. You can see the first three lines of the command output below:
Do you have any idea on the reason why this could happen? I'm downloading other stuff using gallery-dl in the background. Might this be the reason why the command isn't working?
The text was updated successfully, but these errors were encountered: