mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-07-02 12:02:49 -05:00
[generic] Fix rss under Python 2.x and move test to extractor
This commit is contained in:
@ -341,6 +341,16 @@ class GenericIE(InfoExtractor):
|
||||
'uploader': 'www.handjobhub.com',
|
||||
'title': 'Busty Blonde Siri Tit Fuck While Wank at Handjob Hub',
|
||||
}
|
||||
},
|
||||
# RSS feed
|
||||
{
|
||||
'url': 'http://phihag.de/2014/youtube-dl/rss2.xml',
|
||||
'info_dict': {
|
||||
'id': 'http://phihag.de/2014/youtube-dl/rss2.xml',
|
||||
'title': 'Zero Punctuation',
|
||||
'description': 're:'
|
||||
},
|
||||
'playlist_mincount': 11,
|
||||
}
|
||||
]
|
||||
|
||||
|
Reference in New Issue
Block a user