Browse Source

[bbc] Clarify iptv-all mediaset rationale

totalwebcasting
Sergey M․ 9 years ago
parent
commit
26ccc68bed
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      youtube_dl/extractor/bbc.py

+ 3
- 0
youtube_dl/extractor/bbc.py View File

@ -21,6 +21,9 @@ class BBCCoUkIE(InfoExtractor):
_VALID_URL = r'https?://(?:www\.)?bbc\.co\.uk/(?:(?:(?:programmes|iplayer(?:/[^/]+)?/(?:episode|playlist))/)|music/clips[/#])(?P<id>[\da-z]{8})'
_MEDIASELECTOR_URLS = [
# Provides HQ HLS streams with even better quality that pc mediaset but fails
# with geolocation in some cases when it's even not geo restricted at all (e.g.
# http://www.bbc.co.uk/programmes/b06bp7lf)
'http://open.live.bbc.co.uk/mediaselector/5/select/version/2.0/mediaset/iptv-all/vpid/%s',
'http://open.live.bbc.co.uk/mediaselector/5/select/version/2.0/mediaset/pc/vpid/%s',
]


Loading…
Cancel
Save