]> Raphaƫl G. Git Repositories - youtubedl/blobdiff - youtube_dl/extractor/moevideo.py
Imported Upstream version 2015.01.16
[youtubedl] / youtube_dl / extractor / moevideo.py
index 2ff79b9b88590e87f1aecf9fdfd32f242bd98420..5a66302f6ec317f89c4153248565159ebd075010 100644 (file)
@@ -5,10 +5,12 @@ import json
 import re
 
 from .common import InfoExtractor
-from ..utils import (
-    ExtractorError,
+from ..compat import (
     compat_urllib_parse,
     compat_urllib_request,
+)
+from ..utils import (
+    ExtractorError,
     int_or_none,
 )
 
@@ -50,7 +52,8 @@ class MoeVideoIE(InfoExtractor):
                 'height': 296,
                 'duration': 6027,
                 'filesize': 588257923,
-            }
+            },
+            'skip': 'Video has been removed',
         },
     ]