Tatsh
Tatsh
> > They have not seen updates for multiple years. > > I was told that if the package is stagnant it's not enough to treeclean it I'm fine with...
Thanks for the update. Closing.
@ThisNekoGuy I am semi-working on it. I want to have all system dependencies so it is a bit of work to patch.
I do not get the issue on my laptop which has a normal size screen. I only get the issue on my ultra-wide screen which is 7680x2160 pixels.
I figured it out and I am pretty sure I was in an A/B test (the wrong one). I cleared cookies and re-logged in and the issue no longer occurs....
Would it be difficult to add CBCS support?
I figured out basic CBCS support and it is not too much to add to this branch. ~~But it does require MP4Box because ffmpeg does not yet support CBCS.~~ ~~IV...
Here is the patch for CBCS support: ```diff diff --git a/yt_dlp/YoutubeDL.py b/yt_dlp/YoutubeDL.py index 0e86fd7bc..67a8f0c73 100644 --- a/yt_dlp/YoutubeDL.py +++ b/yt_dlp/YoutubeDL.py @@ -3453,6 +3453,9 @@ def correct_ext(filename, ext=new_ext): f'You have requested downloading...
It's been hard to find a publicly accessible example. I know a few news sites are now using DRM but those are still in the minority.
I am trying to figure out the best option regarding audio. I have run into a members-only site where the audio is definitely encrypted but it's not specified in that...