aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2015-01-02 21:12:25 +0600
committerSergey M․ <dstftw@gmail.com>2015-01-02 21:12:25 +0600
commitd34f98289b302619b1213ef6e50e034021f811e9 (patch)
tree6025a61e6a6721045027ac01b6e085ba7fb8e35c
parent644096b15c8af723d06635dceb72754b5b929127 (diff)
downloadyoutube-dl-d34f98289b302619b1213ef6e50e034021f811e9.tar.xz
[xhamster] Remove identical tests
-rw-r--r--youtube_dl/extractor/xhamster.py22
1 files changed, 1 insertions, 21 deletions
diff --git a/youtube_dl/extractor/xhamster.py b/youtube_dl/extractor/xhamster.py
index 519bfc191..4527567f8 100644
--- a/youtube_dl/extractor/xhamster.py
+++ b/youtube_dl/extractor/xhamster.py
@@ -42,28 +42,8 @@ class XHamsterIE(InfoExtractor):
},
{
'url': 'https://xhamster.com/movies/2272726/amber_slayed_by_the_knight.html',
- 'info_dict': {
- 'id': '2272726',
- 'ext': 'mp4',
- 'title': 'Amber slayed by the Knight',
- 'upload_date': '20131009',
- 'uploader_id': 'amberblank',
- 'duration': 149,
- 'age_limit': 18,
- }
+ 'only_matching': True,
},
- {
- "url": "https://xhamster.com/movies/1444747/hotkinkyjo_amp_asian_girl_elbow_deep_anal_fisting_and_footing.html",
- 'info_dict': {
- "id": "1444747",
- 'ext': 'mp4',
- "title": "HOTKINKYJO & ASIAN GIRL ELBOW DEEP ANAL FISTING AND FOOTING",
- "upload_date": "20120922",
- "uploader_id": "alex1981",
- "duration": 80,
- "age_limit": 18,
- }
- }
]
def _real_extract(self, url):