Add extractor for Engadget and 5min (closes #2465)
engadget.com uses the generic 5min.com service.
This commit is contained in:
parent
aa488e1385
commit
933a5b3792
3 changed files with 101 additions and 0 deletions
|
@ -64,6 +64,7 @@ from .ehow import EHowIE
|
|||
from .eighttracks import EightTracksIE
|
||||
from .eitb import EitbIE
|
||||
from .elpais import ElPaisIE
|
||||
from .engadget import EngadgetIE
|
||||
from .escapist import EscapistIE
|
||||
from .everyonesmixtape import EveryonesMixtapeIE
|
||||
from .exfm import ExfmIE
|
||||
|
@ -72,6 +73,7 @@ from .facebook import FacebookIE
|
|||
from .faz import FazIE
|
||||
from .firstpost import FirstpostIE
|
||||
from .firsttv import FirstTVIE
|
||||
from .fivemin import FiveMinIE
|
||||
from .fktv import (
|
||||
FKTVIE,
|
||||
FKTVPosteckeIE,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue