HRXN

Results 223 comments of HRXN

I get that, and I understand the appeal of having alternative workflow options here, even without actually saving time, but as @navossoc said, maybe it is not even possible for...

Are you using instalooter with account credentials? I.E. like [this](https://github.com/althonos/InstaLooter#logging-in-and-out)

Don't run the standalone gallery-dl.exe from `\Windows\system32`.

Huh? Is this a new Twitter feature?

Ah, I was wondering there for a sec. Yeah, support for such conversation threads had been there already.

> 1. GitHub really needs to support more emojis for reactions Well, you know, there's still ☣☣☣☣☣☣☣ (Unicode)

Can you still use this site to access content from (recently) deleted tumblers?

> > Can you still use this site to access content from (recently) deleted tumblers? > > sometimes if you found a site that reblogged the deleted tumblr posts. Yes,...

Well, there's the exec postprocessor ``` { "name" : "exec", "async" : false, "command": "...", "event" : "after" } ``` Just use [`exec.command`](https://github.com/mikf/gallery-dl/blob/master/docs/configuration.rst#execcommand) like in the example you gave... So,...

@earthyrock ```JSON { "postprocessor": { "gif to mp4": { "name": "exec", "async" : false, "command": "ffmpeg -i {} {}.mp4 && del {}", "event" : "after", "filter": "duration==0" } }, "extractor":...