-
Notifications
You must be signed in to change notification settings - Fork 10.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
Fix for #27455. Adapted StreetVoice extractor to new API and fixed tests #27492
Conversation
|
I did check the guidelines before submitting the PR, considering that I changed as little as possible from the original code maybe I'm missing something. |
Mainly, the Mandatory and optional metafields section, the extraction will break if optional fields are not available. |
Damn you are right I'm sorry, I'll fix it later and squash the commits |
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.
i might not be able to continue the review in a couple of days, will try to check it again when i can.
flake8 Adapted to youtube-dl coding conventions and cleaned code Added check for optional parameters, added all supported meta
flake8
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
Fix for issue #27455 . StreetVoice API changed and support for that site broke, I also fixed the test that pointed to an invalid url because the song was removed.