mirror of
https://source.netsyms.com/Mirrors/youtube-dl
synced 2026-05-02 07:28:24 +00:00
[auengine] Rename to official capitalization
This commit is contained in:
@@ -7,7 +7,7 @@ from ..utils import (
|
||||
compat_urllib_parse_urlparse,
|
||||
)
|
||||
|
||||
class AuengineIE(InfoExtractor):
|
||||
class AUEngineIE(InfoExtractor):
|
||||
_VALID_URL = r'(?:http://)?(?:www\.)?auengine\.com/embed.php\?.*?file=([^&]+).*?'
|
||||
|
||||
def _real_extract(self, url):
|
||||
|
||||
Reference in New Issue
Block a user