about summary refs log tree commit diff
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2015-07-25 22:19:54 +0600
committerSergey M․ <dstftw@gmail.com>2015-07-25 22:19:54 +0600
commit51da40e6218f1dda2fc61650c308194e9b4acbc2 (patch)
treed6dfc74b1e35b77de5929e2fea369c0c20f81865
parent1af330f29f0ff8d8eba245591c7aa17ca2b7c3ed (diff)
downloadyoutube-dl-51da40e6218f1dda2fc61650c308194e9b4acbc2.tar.gz
youtube-dl-51da40e6218f1dda2fc61650c308194e9b4acbc2.tar.xz
youtube-dl-51da40e6218f1dda2fc61650c308194e9b4acbc2.zip
[bbc] PEP8
-rw-r--r--youtube_dl/extractor/bbc.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/bbc.py b/youtube_dl/extractor/bbc.py
index 2a0901ee4..4b23f82ca 100644
--- a/youtube_dl/extractor/bbc.py
+++ b/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 = [{