Browse Source

[pornhub] Add more tests with removed videos

totalwebcasting
Sergey M․ 8 years ago
parent
commit
eaaaaec042
No known key found for this signature in database GPG Key ID: 2C393E0F18A9236D
1 changed files with 9 additions and 0 deletions
  1. +9
    -0
      youtube_dl/extractor/pornhub.py

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

@ -63,8 +63,17 @@ class PornHubIE(InfoExtractor):
'url': 'http://www.pornhub.com/view_video.php?viewkey=ph557bbb6676d2d',
'only_matching': True,
}, {
# removed at the request of cam4.com
'url': 'http://fr.pornhub.com/view_video.php?viewkey=ph55ca2f9760862',
'only_matching': True,
}, {
# removed at the request of the copyright owner
'url': 'http://www.pornhub.com/view_video.php?viewkey=788152859',
'only_matching': True,
}, {
# removed by uploader
'url': 'http://www.pornhub.com/view_video.php?viewkey=ph572716d15a111',
'only_matching': True,
}]
@classmethod


Loading…
Cancel
Save