Fix bbc.co.uk playlist support #23438 #2
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "djcsdy-bbcplaylist-patch"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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?
This PR fixes two problems:
Downloading playlists from BBC iPlayer did not work at all due to the page layout changing completely since the extractor was written.
Downloading playlists from other parts of bbc.co.uk was partially broken – only the first page would be downloaded due to some whitespace being inserted between elements since the extractor was written.
Example URLs:
Checkout
From your project repository, check out a new branch and test the changes.