[youtube] Add support for downloading top lists (fixes #1868)
It needs to know the channel and the title of the list, because the ids change every time you browse the channels and are attached to a 'VISITOR_INFO1_LIVE' cookie.
This commit is contained in:
parent
b138de72f2
commit
0a688bc0b2
3 changed files with 44 additions and 0 deletions
|
@ -194,6 +194,7 @@ from .youtube import (
|
|||
YoutubeWatchLaterIE,
|
||||
YoutubeFavouritesIE,
|
||||
YoutubeHistoryIE,
|
||||
YoutubeTopListIE,
|
||||
)
|
||||
from .zdf import ZDFIE
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue