mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-08-21 13:54:22 -07:00
[youtube]: add YoutubeShowIE (closes #14)
It just extracts the playlists urls for each season
This commit is contained in:
parent
d828f3a550
commit
75dff0eef7
3 changed files with 22 additions and 2 deletions
|
@ -67,7 +67,7 @@ from .yahoo import YahooIE, YahooSearchIE
|
|||
from .youjizz import YouJizzIE
|
||||
from .youku import YoukuIE
|
||||
from .youporn import YouPornIE
|
||||
from .youtube import YoutubeIE, YoutubePlaylistIE, YoutubeSearchIE, YoutubeUserIE, YoutubeChannelIE
|
||||
from .youtube import YoutubeIE, YoutubePlaylistIE, YoutubeSearchIE, YoutubeUserIE, YoutubeChannelIE, YoutubeShowIE
|
||||
from .zdf import ZDFIE
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue