aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Brighton <george@gebn.co.uk>2015-06-27 20:06:44 +0100
committerGeorge Brighton <george@gebn.co.uk>2015-06-27 20:16:53 +0100
commit9c494108983c2a951780217014c26d8f3b081682 (patch)
treee91fa22a231ecc83a03940e33f627593b31390a3
parent802d74aa6ba2613f95d19c3be6c2480b9a2ebe5b (diff)
downloadyoutube-dl-9c494108983c2a951780217014c26d8f3b081682.tar.xz
[moviefap] Add categories to tests
-rw-r--r--youtube_dl/extractor/moviefap.py6
1 files changed, 4 insertions, 2 deletions
diff --git a/youtube_dl/extractor/moviefap.py b/youtube_dl/extractor/moviefap.py
index 880ea2247..6b79183c7 100644
--- a/youtube_dl/extractor/moviefap.py
+++ b/youtube_dl/extractor/moviefap.py
@@ -18,7 +18,8 @@ class MovieFapIE(InfoExtractor):
'description': 'Amateur',
'thumbnail': 'http://pic.moviefap.com/thumbs/e5/949-18l.jpg',
'uploader_id': 'whiskeyjar',
- 'display_id': 'jeune-couple-russe'
+ 'display_id': 'jeune-couple-russe',
+ 'categories': ['Amateur', 'Teen']
}
}, {
'url': 'http://www.moviefap.com/videos/be9867c9416c19f54a4a/experienced-milf-amazing-handjob.html',
@@ -30,7 +31,8 @@ class MovieFapIE(InfoExtractor):
'description': 'Experienced MILF giving an Amazing Handjob',
'thumbnail': 'http://img.moviefap.com/a16:9w990r/thumbs/be/322032-20l.jpg',
'uploader_id': 'darvinfred06',
- 'display_id': 'experienced-milf-amazing-handjob'
+ 'display_id': 'experienced-milf-amazing-handjob',
+ 'categories': ['Amateur', 'Masturbation', 'Mature', 'Flashing']
}
}]