mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-12-21 05:56:29 +01:00
[auengine] Rename to official capitalization
This commit is contained in:
parent
3a8736bd74
commit
d798e1c7a9
2 changed files with 3 additions and 3 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue