1
0
mirror of https://github.com/yt-dlp/yt-dlp synced 2025-06-30 11:02:54 -05:00

[ellentube] Fix issues, improve and simplify (closes #14570)

This commit is contained in:
Sergey M․
2017-12-09 02:16:23 +07:00
parent e2707a832c
commit 2a57b62b80
2 changed files with 81 additions and 89 deletions

View File

@ -313,9 +313,8 @@ from .einthusan import EinthusanIE
from .eitb import EitbIE
from .ellentube import (
EllenTubeIE,
EllenTubeEpisodeIE,
EllenTubeStudioIE,
EllenTubeVideoIE,
EllenTubePlaylistIE,
)
from .elpais import ElPaisIE
from .embedly import EmbedlyIE