Browse Source

[tv4] fix a test URL

Philipp Hagemeister 8 years ago
parent
commit
fad9fc537d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      youtube_dl/extractor/tv4.py

+ 1 - 1
youtube_dl/extractor/tv4.py

@@ -64,7 +64,7 @@ class TV4IE(InfoExtractor):
             'only_matching': True,
         },
         {
-            'url': ' http://www.tv4play.se/program/farang/3922081',
+            'url': 'http://www.tv4play.se/program/farang/3922081',
             'only_matching': True,
         }
     ]