-
Notifications
You must be signed in to change notification settings - Fork 10k
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
[netease] Get netease music download url through player api #31235
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your work, especially the new crypto fn!
I've made a few suggestions. Have a look at them and then it should be ready to go (already passing CI tests).
Co-authored-by: dirkf <fieldhouse@gmx.net>
@dirkf Thanks for your excellent advises, all fixed |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
* https://github.com/ytdl-org/youtube-dl: [netease] Get netease music download url through player api (ytdl-org#31235) [Common:JWPlayer] Fix x1000 scaling error [utils] Sanitize look-alike Unicode glyphs in non-ID filename fields when --restrict-filenames [JSInterp] Improve separation logic [ZDF] Overhaul ZDF extractors * pull some yt-dlp changes into ZDFBaseIE._extract_format() * add test cases from yt-dlp to ZDFIE * fix crash in ZDFIE._extract_mobile() when object had no `formitaeten` * improve title extraction in ZDFChannelIE (remove trailing station ident) * avoid extracting non-video playlist items (fixes ytdl-org#31149) [test] Implement string "lambda x: condition(x)" as an expected value [motherless] Fixed the broken uploader_id in the extractor (ytdl-org#31243)
…#31235) * remove unplayable song from test * compatible with python 2 * using standard User_Agent, fix imports * use hash instead of long description * fix lint * fix hash
Please follow the guide below
x
into all the boxes [ ] relevant to your pull request (like that [x])Before submitting a pull request make sure you have:
In order to be accepted and merged into youtube-dl each piece of code must be in public domain or released under Unlicense. Check one of the following options:
What is the purpose of your pull request?
Description of your pull request and other information
Netease music downloading was broken for a long time, based on @TianyiShi2001's research #18051 (comment), I finally get the download url through player api and fixed it.
fixes #11216
fixes #11365
fixes #18051