mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-08-23 06:35:51 -07:00
Added a test case to test downloading from shorts tab.
This commit is contained in:
parent
3e5136f53e
commit
5a390adcb4
1 changed files with 10 additions and 1 deletions
|
@ -2207,6 +2207,15 @@ class YoutubeTabIE(YoutubeBaseInfoExtractor):
|
||||||
IE_NAME = 'youtube:tab'
|
IE_NAME = 'youtube:tab'
|
||||||
|
|
||||||
_TESTS = [ {
|
_TESTS = [ {
|
||||||
|
'url': 'https://www.youtube.com/@SuperCooperShorts/shorts',
|
||||||
|
'playlist_mincount': 5,
|
||||||
|
'info_dict': {
|
||||||
|
'description': 'Short clips from Super Cooper Sundays!',
|
||||||
|
'id': 'UCKMA8kHZ8bPYpnMNaUSxfEQ',
|
||||||
|
'title': 'Super Cooper Shorts - Shorts',
|
||||||
|
}
|
||||||
|
|
||||||
|
},{
|
||||||
# playlists, multipage
|
# playlists, multipage
|
||||||
'url': 'https://www.youtube.com/c/ИгорьКлейнер/playlists?view=1&flow=grid',
|
'url': 'https://www.youtube.com/c/ИгорьКлейнер/playlists?view=1&flow=grid',
|
||||||
'playlist_mincount': 94,
|
'playlist_mincount': 94,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue