Results 738 comments of meeb

I doubt YouTube will break any existing channel or playlist URLs so I would expect disruption to any third party services like TubeSync to be zero or minimal. I might...

You can probably use the same tricks discussed in this issue: https://github.com/meeb/tubesync/issues/243 There is a longer term plan to make this slightly less awful to use for the "handles" channels...

It's planned, it's just complicated so might be a while.

The filename format is just Python string formatting. For a `{` or `}` to actually represent you just need three of them: ```python >>> '{{{key}}}'.format(key='test') '{test}' ``` First set are...

Ah the `flag_hdr` flag looks like it might need some tweaks to work. Thanks for reporting it.

This looks pretty good, thanks! I've given it a brief check-over and all looks fine. There is some work I have in a branch to redo how sources are verified...

Ah, Twitch not supporting VP9 could be an issue then. VP9 should work fine in HTML5 video tags in all browsers for most of a decade if you have the...

If the matching failover to any working codec doesn't work then something likely need tweaking either with the matching code or your format translation wrapper. If you set a source...

Hi, thanks for the issue. That's a reasonable idea and should be possible without too much effort. Not a bad suggestion. I'll pop it on the wishlist.

Most likely, no, any videos with 4K paywalled off behind premium won't be downloadable by TubeSync. TubeSync is pretty much just a web interface wrapper around `yt-dlp` and `yt-dlp` can...