-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Swich mpv hook from youtube-dl to yt-dlp #1018
Comments
I've been having this issue myself as well, but I thought it was just youtube being odd, thanks. I fixed it very easily, you need to install the package 'youtube-dlp' via yay and add the following to '~/.config/mpv/mpv.conf': It might be a drop-in for youtube-dl, in which case youtube-dl could easily be replaced system-wide, but I'll test it first. |
Next release of mpv defaults to yt-dlp, installing alongside mpv-git in the meantime solved for me. ^_^ |
I'll make a pull requests that replaces youtube-dl on the whole system, in my opinion it's worth it because I had no issues during my tests. |
I agree. mpv-git works fine for now till mpv upgrade to the next version and yt-dlp is sensible choice. |
This yt-dlp thing doesn't seem any faster and seems to have the same cap. |
Maybe but I don't think youtube-dl will get updated anytime soon if ever. |
I will wait to switch until this fix is finalized, otherwise there is
not other tangible advantage for now. I'm not going to make people
switch until there is a reason.
…On 21/10/18 07:18AM, kmj9 wrote:
Maybe but I don't think youtube-dl will get updated anytime soon if ever.
Combination of mpv-git + yt-dlp does work and mpv-git + youtube-dl doesn't.
--
You are receiving this because you commented.
Reply to this email directly or view it on GitHub:
#1018 (comment)
|
Maybe you right we don't need to rush let's wait then. We will see how this fix will finalize. |
I would recommend changing it now. |
Youtube-dl is not active since july and youtube limits downloads to ~60 kb/s.
The result is : watching youtube videos in mpv (newsboat youtube rss) is not posible (buffering) when quality is set above 360p.
yt-dlp solved download limits but there's no option like { --ytdl-format= }
Solution would be to switch hook in mpv to yt-dlp.
The text was updated successfully, but these errors were encountered: