[arte] add an extractor for creative.arte.tv (#1593)
The +7 videos now use an independent extractor that is also used for the creative videos
This commit is contained in:
parent
4b7b839f24
commit
c40f5cf45c
2 changed files with 93 additions and 69 deletions
|
@ -2,7 +2,11 @@ from .appletrailers import AppleTrailersIE
|
|||
from .addanime import AddAnimeIE
|
||||
from .archiveorg import ArchiveOrgIE
|
||||
from .ard import ARDIE
|
||||
from .arte import ArteTvIE
|
||||
from .arte import (
|
||||
ArteTvIE,
|
||||
ArteTVPlus7IE,
|
||||
ArteTVCreativeIE,
|
||||
)
|
||||
from .auengine import AUEngineIE
|
||||
from .bandcamp import BandcampIE
|
||||
from .bliptv import BlipTVIE, BlipTVUserIE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue