HRXN
HRXN
Nice work.. I also like the idea of different storage back-ends. But right now this PR has 4 commits and 90 files changed. Maybe that is a bit much. I...
Good idea, thanks!
Sure? WinAuth has been discontinued..
> Do you think using the short names for the options should be supported? For the sake of consistency, yes..
^ Keep ffmpeg in the same folder as youtube-dl and do a test like this: `youtube-dl -v --ignore-config -f best ` Expected if it is also fast. No rate limit...
If this was your own uploaded video, did you download with user credentials or .netrc?
@Gunny123 Yeah, because it might be possible that there is a difference between using youtube-dl to sign in to your account on YouTube (Can be done with `--username` and `--password`...
Because that is a somewhat old PR with a generic method against throttling for standard HTTP, i.e. by repeating requests continually. But this requires Content-Range Header support, which is often...
Yikes... Do I get that right, any official ISOs past a given date will be good, then? But they have not released anything yet, right?
> It is possible to pass `--postprocessor-args` (`--ppa`) to `yt-dlp` to avoid using `ffmpeg` separately: > > ```shell > yt-dlp --ppa "Merger+ffmpeg_i1:-stream_loop -1" --ppa "Merger+ffmpeg_o1:-shortest" https://coub.com/view/3bqkg3 > ``` > >...