Browse Source
[extractors] Change import for theoperaplatform extractor
totalwebcasting
Sergey M․
8 years ago
No known key found for this signature in database
GPG Key ID: 2C393E0F18A9236D
1 changed files with
1 additions and
1 deletions
-
youtube_dl/extractor/extractors.py
|
@ -66,7 +66,7 @@ from .arte import ( |
|
|
ArteTVDDCIE, |
|
|
ArteTVDDCIE, |
|
|
ArteTVMagazineIE, |
|
|
ArteTVMagazineIE, |
|
|
ArteTVEmbedIE, |
|
|
ArteTVEmbedIE, |
|
|
ArteTVOperaPlatformIE, |
|
|
|
|
|
|
|
|
TheOperaPlatformIE, |
|
|
ArteTVPlaylistIE, |
|
|
ArteTVPlaylistIE, |
|
|
) |
|
|
) |
|
|
from .atresplayer import AtresPlayerIE |
|
|
from .atresplayer import AtresPlayerIE |
|
|