dirkf

Results 631 comments of dirkf

True. Two possible options: * modify youtube_dl/downloader/external.py to add a new `Aria2pFD`; * perhaps, if `aria2p` has command line options that are compatible with `aria2c`, make a link with that...

I think we've given a few leads especially https://github.com/ytdl-org/youtube-dl/issues/31188#issuecomment-1221393687, so closing unless there's a specific follow-up.

I can see the same issues. In the first case, from the UK I get "video unavailable" but using `--geo-bypass-country DE` gives a log similar to yours. I can't see...

Are those streams downloadable under the same conditions? 403 from UK, even with `--geo-bypass-country DE`.

Simply that the actual concatenation isn't implemented in yt-dl: it is in yt-dlp. I would expect a `multi_video` playlist to be treated just like an ordinary playlist in yt-dl at...

Ah. Well, we ought to implement the concatenation function and then the clip timing data can be passed to _ffmpeg_. In due course. If the parts are just clipped, at...

See the comments above. If you don't want to apply them I'll make a new PR based on this branch: in theory I should be able to apply them myself...

The diagnostics for `test/*.py` are my fault. Ignore those.

> lol im no programmer, could you do a commit for the use page pls A first draft `ThisVidMemberIE` extractor can do this (a good generic example): ```py _VALID_URL =...

Sure, with any required imports and adding the IE to `extractors.py`