1
0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2026-04-27 17:23:26 +00:00

[tudou] Add support for Albums and Playlists and extract more metadata

This commit is contained in:
remitamine
2016-01-13 13:29:00 +01:00
parent cc28492d31
commit 40cf7fcbd2
2 changed files with 81 additions and 19 deletions
+5 -1
View File
@@ -723,7 +723,11 @@ from .trilulilu import TriluliluIE
from .trutube import TruTubeIE
from .tube8 import Tube8IE
from .tubitv import TubiTvIE
from .tudou import TudouIE
from .tudou import (
TudouIE,
TudouPlaylistIE,
TudouAlbumIE,
)
from .tumblr import TumblrIE
from .tunein import (
TuneInClipIE,