Browse Source

[extractor/generic] Add test for xhamster embed

totalwebcasting
Sergey M․ 9 years ago
parent
commit
c76799c555
1 changed files with 9 additions and 0 deletions
  1. +9
    -0
      youtube_dl/extractor/generic.py

+ 9
- 0
youtube_dl/extractor/generic.py View File

@ -336,6 +336,15 @@ class GenericIE(InfoExtractor):
'skip_download': True,
},
},
# XHamster embed
{
'url': 'http://www.numisc.com/forum/showthread.php?11696-FM15-which-pumiscer-was-this-%28-vid-%29-%28-alfa-as-fuck-srx-%29&s=711f5db534502e22260dec8c5e2d66d8',
'info_dict': {
'id': 'showthread',
'title': '[NSFL] [FM15] which pumiscer was this ( vid ) ( alfa as fuck srx )',
},
'playlist_mincount': 7,
},
# Embedded TED video
{
'url': 'http://en.support.wordpress.com/videos/ted-talks/',


Loading…
Cancel
Save