2. yt-dlp使用:需先安装yt-dlp,配置mpv.conf文件,将youtube-dl替换为yt-dlp。二、国内视频网站解析方案 推荐使用you-get作为视频解析引擎。步骤包括:安装you-get,使用其作为视频解析引擎,以避免更新滞后问题。三、优酷视频播放 对于优酷视频,由于版本问题,需要调整you-get的youku.py源码或直接修...
I've read theguidelines for opening an issue I've read aboutsharing account credentialsand am willing to share it if required Region 中国 Example URLs https://v.youku.com/v_show/id_XNjM3Nzc2ODA2MA==.html?spm=a2h0c.8166622.PhoneSokuProgram_1.dselectbutton_1&showid=bcafecf27d504fbc878...
Automatic retries: yt-dlp has some fantastic automation capabilities. One of the best features it that it can automatically retry failed downloads, saving you time and effort. Support for more sites and extensions:yt-dlp supports more sites other than youtube, including Vimeo and Youku. It also...
youku: Fix extractor (#10626) by hugepower youtube Change default player clients to ios,web_creator (#10674) by bashonly Fix n function name extraction for player b12cc44b (#10668) by seproDev Assets 19 Loading 👍 140 😄 10 🎉 19 ️ 31 🚀 9 👀 8 163 people react...
对 pip下载的 you-get,我们修改 youku.py源码 ccode为0564,即可实现用you-get来播放和下载优酷的视频了。如果下载的是作者直接发布的you-get执行程序,则照样会报如上的ccode参数错误,所以需要编译以后才能用。import sysimport you_getdef download(url, path): #sys.argv = ['you-get', '--format=...
对pip下载的 you-get,我们修改 youku.py源码 ccode为0564,即可实现用you-get来播放和下载优酷的视频了。如果下载的是作者直接发布的you-get执行程序,则照样会报如上的ccode参数错误,所以需要编译以后才能用。 importsysimportyou_get defdownload(url,path):#sys.argv=['you-get','--format=mp4hd','-o',...
youku: Improve tudou.com support (#8160) by naginatana youtube: Fix bug with --extractor-retries inf (#8328) by Grub4K Downloader changes fragment: Improve progress calculation (#8241) by Grub4K Misc. changes cleanup: Miscellaneous: b634ba7 by bashonly, gamer191yt-dlp 2023.10.07Changelog ...
对pip下载的 you-get,我们修改 youku.py源码 ccode为0564,即可实现用you-get来播放和下载优酷的视频了。如果下载的是作者直接发布的you-get执行程序,则照样会报如上的ccode参数错误,所以需要编译以后才能用。 import sysimport you_getdef download(url, path): #sys.argv = ['you-get', '--format=mp4hd...
对pip下载的 you-get,我们修改 youku.py源码 ccode为0564,即可实现用you-get来播放和下载优酷的视频了。如果下载的是作者直接发布的you-get执行程序,则照样会报如上的ccode参数错误,所以需要编译以后才能用。 import sys import you_get def download(url, path):#sys.argv = ['you-get', '--format=mp4...
如上,我们可以实现mpv作为本地播放器来播放A站、B站、爱优腾的视频了,对于优酷的视频播放由于作者发布的版本没有合并最新的代码,我们需要自己稍微调整后来使用。Update youku.py · soimort/you-get@af3468f (github.com) 对pip下载的 you-get,我们修改 youku.py源码 ccode为0564,即可实现用you-get来播放和下载...