[auengine] Rename to official capitalization
This commit is contained in:
parent
3a8736bd74
commit
d798e1c7a9
2 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
from .ard import ARDIE
|
from .ard import ARDIE
|
||||||
from .arte import ArteTvIE
|
from .arte import ArteTvIE
|
||||||
from .auengine import AuengineIE
|
from .auengine import AUEngineIE
|
||||||
from .bandcamp import BandcampIE
|
from .bandcamp import BandcampIE
|
||||||
from .bliptv import BlipTVIE, BlipTVUserIE
|
from .bliptv import BlipTVIE, BlipTVUserIE
|
||||||
from .breakcom import BreakIE
|
from .breakcom import BreakIE
|
||||||
|
@ -139,7 +139,7 @@ def gen_extractors():
|
||||||
CSpanIE(),
|
CSpanIE(),
|
||||||
WimpIE(),
|
WimpIE(),
|
||||||
HotNewHipHopIE(),
|
HotNewHipHopIE(),
|
||||||
AuengineIE(),
|
AUEngineIE(),
|
||||||
GenericIE()
|
GenericIE()
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@ from ..utils import (
|
||||||
compat_urllib_parse_urlparse,
|
compat_urllib_parse_urlparse,
|
||||||
)
|
)
|
||||||
|
|
||||||
class AuengineIE(InfoExtractor):
|
class AUEngineIE(InfoExtractor):
|
||||||
_VALID_URL = r'(?:http://)?(?:www\.)?auengine\.com/embed.php\?.*?file=([^&]+).*?'
|
_VALID_URL = r'(?:http://)?(?:www\.)?auengine\.com/embed.php\?.*?file=([^&]+).*?'
|
||||||
|
|
||||||
def _real_extract(self, url):
|
def _real_extract(self, url):
|
||||||
|
|
Loading…
Reference in a new issue