Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Forward "BBC sounds" URL to "programmes" URL #19200
Comments
|
Basically, this only requires an update of the URI regex:
(No, I am not creating a PR, because it means I need to add a test, re-run all existing tests, fix existing tests, figure out how to test tests which require a login and may have been broken. And investigate, whether the added regex is sufficient, or should be more general or specific. This is just a hint at what needs to be fixed in the most simple case. ;-)) |
Make sure you are using the latest version: run
youtube-dl --versionand ensure your version is 2019.02.08. If it's not, read this FAQ entry and update. Issues with outdated version will be rejected.Before submitting an issue make sure you have:
What is the purpose of your issue?
BBC seems to have two URLs for their radio programmes
https://www.bbc.co.uk/programmes/[id]
and
https://www.bbc.co.uk/sounds/play/[id]
Example
https://www.bbc.co.uk/programmes/m0002d1w
https://www.bbc.co.uk/sounds/play/m0002d1w
Right now the latter gives an error in Youtube-dl, I think it should be forwarded to the former automatically
Thank you for consideration!