-
-
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
please help. reddit is making new folder for gifs hosted in reddit instead of putting it in the subreddit/user folder i am scraping #7096
Comments
Enable
Set a different {
"extractor": {
"reddit": {
"parent-directory": true,
"parent-metadata": true,
"filename": "{id}{num:? //>02} {title[:220]}.{extension}"
},
"reddit>redgifs": {
"directory": "",
"filename": "{id} {title[:220]}.{extension}"
}
}
}
Use a "image-filter": "extension != 'gif'"
You need to download the |
how can i set redgif to only download/prefer HD version |
i am confused, the one you sent is for converting gif to webp and stuff |
That's the default behavior: extractor.redgifs.format
Then adapt it to use some other program. It's just an example.
Conversion to |
is there anything i can do to make reddit download mp4/webm so i can save space instead of downloading gifs |
how to make videos from reddit hosted in redgifs not make a new folder and have that weird filename

the vids should be inside the parent folder
currently it looks this
i want it to be in the folder of the given reddit url
also how do i not download reddit gifs instead convert them to mkv or mp4 (i have mkvtoolnix installed, i use it for pixiv)
the gif files are way too big. mp4 or mkv should be smaller right?
if yes then how do i do this?
The text was updated successfully, but these errors were encountered: