mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-06-30 11:02:51 -05: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