mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-02 09:12:40 +01:00
[auengine] Rename to official capitalization
This commit is contained in:
parent
3a8736bd74
commit
d798e1c7a9
@ -1,7 +1,7 @@
|
||||
|
||||
from .ard import ARDIE
|
||||
from .arte import ArteTvIE
|
||||
from .auengine import AuengineIE
|
||||
from .auengine import AUEngineIE
|
||||
from .bandcamp import BandcampIE
|
||||
from .bliptv import BlipTVIE, BlipTVUserIE
|
||||
from .breakcom import BreakIE
|
||||
@ -139,7 +139,7 @@ def gen_extractors():
|
||||
CSpanIE(),
|
||||
WimpIE(),
|
||||
HotNewHipHopIE(),
|
||||
AuengineIE(),
|
||||
AUEngineIE(),
|
||||
GenericIE()
|
||||
]
|
||||
|
||||
|
@ -7,7 +7,7 @@
|
||||
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…
Reference in New Issue
Block a user