mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-08-10 18:59:39 +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