Holo

Results 59 comments of Holo

LOL, 5 years later and they haven't fixed such a serious problem. I can't believe this stupid thing is going to force me to look for another cloud service. 😒

@github-account1111 I already added it to my downloader section, and it's working on Reddit and Twitter : ``` "downloader": { "ytdl": { "module": "yt_dlp", "format": null, "forward-cookies": true, "config-file": "~/AppData/Roaming/yt-dlp/config.txt"...

> According to [#462 (comment)](https://github.com/mikf/gallery-dl/issues/462#issuecomment-548571035), Instagram is handled by youtube-dl/yt-dlp, and I'd imagine so do most sites that contain videos, but not sure. Why does that matter though? Mainly for...

> Can't that be done with [postprocessors](https://github.com/mikf/gallery-dl/blob/master/docs/configuration.rst#postprocessor-options)? It can? I thought gallery-dl could only write metadata to separate files. How to make it write them directly into the files? It...

@github-account1111 so, I'm already using an Exiftool postprocessor, thanks for your great help. And I think Exiftool can write metadata to videos as well. It's just not perfect because I'm...

Some way to download only the replies from the original tweet author? I tried ```--filter "author['name']==reply_to"``` but the result was ```[twitter][error] FilterError: Evaluating filter expression failed (NameError: name 'reply_to' is...

I added this to the end of my config file: ``` "postprocessor": { "mp4 to gif": { "name": "exec", "async" : false, "command": "magick convert {} -loop 0 {}.gif", "event"...

> It almost gave me the desired result, except that the new filename became filename.mp4.gif. How could I make it not keep the old extension in the name? And how...

> but it does not delete the original file. Maybe there is an imagemagick option for that, but I couldn't find one It wouldn't be possible to use a native...

@mikf why is the duration metadata for Twitter videos/GIFs gone? It was the way I used to differentiate GIFs from normal videos. :(