1
0
mirror of https://github.com/l1ving/youtube-dl synced 2026-05-18 20:50:12 +08:00

[generic] Improve description testcase in rss test

This commit is contained in:
Philipp Hagemeister
2015-01-25 18:14:59 +01:00
Unverified
parent 3dee7826e7
commit b1b0b1ca30
+1 -1
View File
@@ -362,7 +362,7 @@ class GenericIE(InfoExtractor):
'info_dict': {
'id': 'http://phihag.de/2014/youtube-dl/rss2.xml',
'title': 'Zero Punctuation',
'description': 're:'
'description': 're:.*groundbreaking video review series.*'
},
'playlist_mincount': 11,
},