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.12k stars 230 forks source link

Use programme end date if possible to determine availability #338

Closed notnac closed 6 years ago

notnac commented 6 years ago

This change could help to avoid "No media streams found" errors for users who attempt to download a programme while it is still airing. Some programmes may be available at broadcast time, but some are not, so using the end date where possible seemed like a reasonable compromise.

dinkypumpkin commented 6 years ago

Thanks for the PR