mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-22 02:15:12 +00:00
[generic] Improve description testcase in rss test
This commit is contained in:
parent
3dee7826e7
commit
b1b0b1ca30
1 changed files with 1 additions and 1 deletions
|
@ -362,7 +362,7 @@ class GenericIE(InfoExtractor):
|
||||||
'info_dict': {
|
'info_dict': {
|
||||||
'id': 'http://phihag.de/2014/youtube-dl/rss2.xml',
|
'id': 'http://phihag.de/2014/youtube-dl/rss2.xml',
|
||||||
'title': 'Zero Punctuation',
|
'title': 'Zero Punctuation',
|
||||||
'description': 're:'
|
'description': 're:.*groundbreaking video review series.*'
|
||||||
},
|
},
|
||||||
'playlist_mincount': 11,
|
'playlist_mincount': 11,
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue