英文:
Error: Unable to extract uploader id (yt-dlp Library)
问题
我在iOS应用中运行yt-dlp,2天前他们刚刚修复了一个由于YouTube代码更改引起的问题:https://github.com/yt-dlp/yt-dlp/issues/6247
问题是我已经从新版本的yt-dlp库文件中更新了:
https://github.com/yt-dlp/yt-dlp/releases
有什么我漏掉的吗?
英文:
I'm running yt-dlp in an iOS App, and 2 days ago they just fixed it because of a YouTube code change:
https://github.com/yt-dlp/yt-dlp/issues/6247
The problem is that I already updated from the yt-dlp library file from the new releases:
https://github.com/yt-dlp/yt-dlp/releases
And I'm getting exactly the same error:
Anything that I'm missing?
答案1
得分: 2
问题已在当前版本中修复:2023.02.17
英文:
The issue was fixed in Current version: 2023.02.17
答案2
得分: 1
The best solution is to install the yt-dlp master. They solved the problem there. You can do this with pip install --force-reinstall https://github.com/yt-dlp/yt-dlp/archive/master.tar.gz
If you are willing to use youtube-dl, you can download the [Youtube-dl-master][1]
package and build it manually (what I did - worked fine). Also there the problem was solved in the master.
You can see a variety of solutions here.
Successfully!
英文:
The best solution is to install the yt-dlp master. They solved the problem there. You can do this with pip install --force-reinstall https://github.com/yt-dlp/yt-dlp/archive/master.tar.gz
If you are willing to use youtube-dl, you can download the [Youtube-dl-master][1]
package and build it manually (what I did - worked fine). Also there the problem was solved in the master.
You can see a variety of solutions here.
Successfully!
答案3
得分: 0
我从https://github.com/yt-dlp/yt-dlp安装'yt-dlp'时遇到了Python版本错误,提示需要Python 3.7以上,而openSuSE 15.5仓库提供的是2.7x。所以我从opensuse软件(https://software.opensuse.org/)下载了yt-dlp.rpm,添加到本地仓库,然后通过zypper安装。对我来说,它在2023-02-17发布的版本上运行正常。
我还从Packman.gwd.de安装了一个实例,在Leap 15.5的Python上也能正常工作。
Landis.
英文:
@mtraceur, when i installed 'yt-dlp' from: https://github.com/yt-dlp/yt-dlp, I got python version error, saying I need Python 3.7> when 2.7x is what's available from openSuSE 15.5 repos, so I downloaded yt-dlp.rpm from opensuse software: https://software.opensuse.org/
added to local repo and installed via zypper.
it works for me and is release 2023-02-17
also installed an instance from Packman.gwd.de
it too works on Leap 15.5 python.
Landis.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论