Added an IE for auengine.com
This commit is contained in:
parent
e88f5e0b4e
commit
62008f69c1
2 changed files with 38 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
|
||||
from .ard import ARDIE
|
||||
from .arte import ArteTvIE
|
||||
from .auengine import AuengineIE
|
||||
from .bandcamp import BandcampIE
|
||||
from .bliptv import BlipTVIE, BlipTVUserIE
|
||||
from .breakcom import BreakIE
|
||||
|
@ -136,6 +137,7 @@ def gen_extractors():
|
|||
TudouIE(),
|
||||
CSpanIE(),
|
||||
WimpIE(),
|
||||
AuengineIE(),
|
||||
GenericIE()
|
||||
]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue