]> Raphaƫl G. Git Repositories - youtubedl/blobdiff - youtube_dl/extractor/auengine.py
Imported Upstream version 2013.12.23
[youtubedl] / youtube_dl / extractor / auengine.py
index 95c038003b431dc48ac3bb89dcc03f8aa39ea07f..bcccc0b7a54c8b03b84a3e1303672509577faa66 100644 (file)
@@ -16,7 +16,7 @@ class AUEngineIE(InfoExtractor):
             u"title": u"[Commie]The Legend of the Legendary Heroes - 03 - Replication Eye (Alpha Stigma)[F9410F5A]"
         }
     }
-    _VALID_URL = r'(?:http://)?(?:www\.)?auengine\.com/embed.php\?.*?file=([^&]+).*?'
+    _VALID_URL = r'(?:http://)?(?:www\.)?auengine\.com/embed\.php\?.*?file=([^&]+).*?'
 
     def _real_extract(self, url):
         mobj = re.match(self._VALID_URL, url)