-
-
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
[NSFW] Write ImageFap Gallery Description as Text File #3905
Comments
Use a gallery-dl/docs/gallery-dl-example.conf Lines 132 to 144 in 762a689
|
Please forgive me as I am super code illiterate, so in ELI5 terms I would I just copy and paste the following stuff you put into my config below the imagefap entry? I would just want the output to be a text file with the same name as the gallery's name |
Theoretically, it would look like this {
"extractor": {
"imagefap": {
"postprocessors": [
{
"name": "metadata",
"event": "init",
"filename": "{title}.txt",
"format": "{description}"
}
]
}
}
} but, as it turns out, gallery-dl does not provide a Do these galleries even have something that could be used as |
[NSFW] here is a link that has a description for the gallery and the images also have captions too which I hope can also be added into the file. https://www.imagefap.com/gallery/3392277 and here are two more example galleries that have a description. https://www.imagefap.com/gallery/7871364 https://www.imagefap.com/gallery/6706356 Heads up all the links are indeed very NSFW so please open with caution. |
There is now a You might want to add |
thank you so much! here is my current config https://pastebin.pl/view/62c7ed3b |
The snippet I posted in #3905 (comment)
Just gallery descriptions. Image captions would require an extra HTTP request for each single image, and that's not really feasible with imagefap's "rate-limit". The current strategy is to get images in bulks of 24 and those do not contain captions, I don 't think. |
How would I be able to get gallery-dl to write the description of an imagefap gallery as a text file, just like yt-dlp is able to do
The text was updated successfully, but these errors were encountered: