-
-
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
The [id] field has changed on Sankaku...is there a way to fix it? #6808
Comments
Yeah, 'ID' field changed... even old posts seems to have different id now. |
Related issue: #5073 I tried changing a bunch of header values for API requests, but nothing restored the old numeric IDs. Using them in URLs now even results in an error instead of a redirect:
|
It is possible to use a post's
|
Is it possible for someone to write a script to update the files to the current [id]? I hope so because I'm staring down the barrel of a 16TB download if not...and that's not including using handbrake to convert all the bigger videos to 720p to save on hard drive space. 😑🔫 Then again...there is a metadata value I remember existing somewhere in the flags for gallery-dl...is there a way to just dump everything into one giant folder, and then look stuff up by their meta value? That would make redownloading everything worthwhile. 👍 |
i do have:
and i also have several python lib and script to do:
but the python code mentioned above are not so easy to use:
this sounds like some kind of
maybe you are interesting at https://github.com/hydrusnetwork/hydrus |
wow, never try that md5 string in URL. if |
I know of this feature only because someone opened an issue requesting support for it: #3952 |
I'm giving it a try right now. Unfortunately, the manual, and the lack of a video tutorial are making things take longer than they should. I still have to figure out how to manually download/auto tag stuff. :( |
yeah, me as well, prefer downloading and manually sorting. |
Isn't it such a good opportunity to start writing your own?
If I understand you right, you can get metadata instead of actual files with |
Anyone know how I can now download my thousands of links with the old numeric format? They don't open in the browser and gallery-dl doesn't download them anymore. |
Only URL? No way unless sankaku developers do something. |
You'd have to extract the md5 from the file and search with that if you only used the numeric id in the filename. Dropping my current filename string array here, using "created_at" value to keep them in post order in the folders (which was the main point of the old numeric ids anyway) plus appending their post id for uniqueness. Then md5 (for search in case I recomp any pngs or the like) plus a few useful tag values appended to the end. First artist and characters with limits if both present, then artist only, then "studio" tag used sometimes (with character if present), then character, then general copyright as a last backup. Helps me for later searching/sorting. For my existing rips I'm going to have to sim re-rip all my tags/posts into text files and then work on a program to rename by matching md5, thanks stupid sankaku changes.
|
When downloading from Sankaku the format is usually something like e - 4353452.jpg, but it has recently changed to something entirely different like e - vsGrzlfsc.jpg. Is there a way to change this so I don't have to redownload EVERYTHING just to have the current changes to take effect? Because it's the ID field that's changed, I'm not sure, but I thought I'd ask to see if anyone had any leads I could follow.
The text was updated successfully, but these errors were encountered: