get-iplayer / get_iplayer

A utility for downloading TV and radio programmes from BBC iPlayer and BBC Sounds
https://github.com/get-iplayer/get_iplayer/wiki
GNU General Public License v3.0
2.15k stars 233 forks source link

Detect unknown programme versions when --version includes "default" #343

Closed notnac closed 6 years ago

notnac commented 6 years ago

When --version option value includes "default", previously-unknown versions are excluded from the list of possible versions to use for downloading a programme. This change prevents that exclusion.

Example:

https://www.bbc.co.uk/iplayer/episode/b03x1bs0/permission-impossible-britains-planners-episode-4

Programme only supplied a "pre-watershed" version that was previously unknown to get_iplayer.

dinkypumpkin commented 6 years ago

Thanks for the PR