aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dl/extractor/motherless.py
diff options
context:
space:
mode:
authorFilip B <b_filip@zoho.com>2014-10-24 21:09:55 +0400
committerFilip B <b_filip@zoho.com>2014-10-24 21:43:27 +0400
commit7608815cc24e96d3f4895f7c056ee8d769b678d2 (patch)
treed4a1299b23a5dba455fab72bdb0dda5ce61480f0 /youtube_dl/extractor/motherless.py
parent5823eda139d851e3ff3cfd1e3fd6b109e1f7c19e (diff)
downloadyoutube-dl-7608815cc24e96d3f4895f7c056ee8d769b678d2.zip
youtube-dl-7608815cc24e96d3f4895f7c056ee8d769b678d2.tar.gz
youtube-dl-7608815cc24e96d3f4895f7c056ee8d769b678d2.tar.bz2
Add another motherless test
This test is for videos posted in groups. URL looks like this: motherless.com/g/group_name/ID which is basically the same as motherless.com/ID So far this test fails because I haven't improved the extractor yet.
Diffstat (limited to 'youtube_dl/extractor/motherless.py')
-rw-r--r--youtube_dl/extractor/motherless.py14
1 files changed, 14 insertions, 0 deletions
diff --git a/youtube_dl/extractor/motherless.py b/youtube_dl/extractor/motherless.py
index 55f2829..9ce080a 100644
--- a/youtube_dl/extractor/motherless.py
+++ b/youtube_dl/extractor/motherless.py
@@ -40,6 +40,20 @@ class MotherlessIE(InfoExtractor):
'thumbnail': 're:http://.*\.jpg',
'age_limit': 18,
}
+ },
+ {
+ 'url': 'http://motherless.com/g/cosplay/633979F',
+ 'md5': '0b2a43f447a49c3e649c93ad1fafa4a0',
+ 'info_dict': {
+ 'id': '633979F',
+ 'ext': 'mp4',
+ 'title': 'Turtlette',
+ 'categories': ['superheroine heroine superher'],
+ 'upload_date': '20140827',
+ 'uploader_id': 'shade0230',
+ 'thumbnail': 're:http://.*\.jpg',
+ 'age_limit': 18,
+ }
}
]