Browse Source

[bbc] PEP8

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

+ 1
- 1
youtube_dl/extractor/bbc.py View File

@ -423,7 +423,7 @@ class BBCIE(BBCCoUkIE):
_VALID_URL = r'https?://(?:www\.)?bbc\.(?:com|co\.uk)/(?:[^/]+/)+(?P<id>[^/#?]+)'
# fails with notukerror for some videos
#_MEDIASELECTOR_URL = 'http://open.live.bbc.co.uk/mediaselector/4/mtis/stream/%s'
# _MEDIASELECTOR_URL = 'http://open.live.bbc.co.uk/mediaselector/4/mtis/stream/%s'
_MEDIASELECTOR_URL = 'http://open.live.bbc.co.uk/mediaselector/5/select/version/2.0/mediaset/journalism-pc/vpid/%s'
_TESTS = [{


Loading…
Cancel
Save