]> Raphaƫl G. Git Repositories - youtubedl/blobdiff - youtube_dl/extractor/played.py
Imported Upstream version 2015.01.16
[youtubedl] / youtube_dl / extractor / played.py
index 17880471d9d160f6d3315ca9c6eadeada8ce91a7..45716c75d9505c5fcb7e8c6d73ec4feaef298aee 100644 (file)
@@ -5,11 +5,13 @@ import re
 import os.path
 
 from .common import InfoExtractor
-from ..utils import (
-    ExtractorError,
+from ..compat import (
     compat_urllib_parse,
     compat_urllib_request,
 )
+from ..utils import (
+    ExtractorError,
+)
 
 
 class PlayedIE(InfoExtractor):
@@ -24,11 +26,11 @@ class PlayedIE(InfoExtractor):
             'ext': 'flv',
             'title': 'youtube-dl_test_video.mp4',
         },
+        'skip': 'Removed for copyright infringement.',  # oh wow
     }
 
     def _real_extract(self, url):
         video_id = self._match_id(url)
-
         orig_webpage = self._download_webpage(url, video_id)
 
         m_error = re.search(