Try all possible mediaselectors even if one succeeds #1
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "df-bbc-multi-mediaselector-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?
Description of your pull request and other information
Some mediaselectors may be parseable but have no formats (eg captions only), eg https://www.bbc.co.uk/iplayer/episode/b0b3px4q.
This revision tries all possible mediaselectors and assembles the formats and subtitles found.
If any formats are found, the known exceptions ('notukerror', 'geolocation', 'selectionunavailable') are not propagated.
Checkout
From your project repository, check out a new branch and test the changes.