[ign] improve extraction and extract uploader_id
[youtube-dl] / youtube_dl / extractor / megavideoz.py
index a15b6a32acf4f318d6c861f85cc82feacce5002d..af7ff07ea1e5818c3e0c94511328fd26c2458657 100644 (file)
@@ -32,7 +32,7 @@ class MegaVideozIE(InfoExtractor):
 
         webpage = self._download_webpage(url, display_id)
 
-        if '>Video Not Found<' in webpage:
+        if any(p in webpage for p in ('>Video Not Found<', '>404 Error<')):
             raise ExtractorError('Video %s does not exist' % video_id, expected=True)
 
         config = self._download_xml(