Browse Source

[bbc] PEP8

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

2
youtube_dl/extractor/bbc.py

@ -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