Skip to content

Commit

Permalink
[myvidster] Enforce age limit in test
Browse files Browse the repository at this point in the history
  • Loading branch information
phihag committed Dec 4, 2014
1 parent 6219802 commit 39c52bb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion youtube_dl/extractor/myvidster.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@


class MyVidsterIE(InfoExtractor):
_VALID_URL = r'http://(?:www\.)?myvidster\.com/video/(?P<id>\d+)/.*$'
_VALID_URL = r'http://(?:www\.)?myvidster\.com/video/(?P<id>\d+)/'

_TEST = {
'url': 'http://www.myvidster.com/video/32059805/Hot_chemistry_with_raw_love_making',
Expand All @@ -15,6 +15,7 @@ class MyVidsterIE(InfoExtractor):
'upload_date': '20141027',
'uploader_id': 'utkualp',
'ext': 'mp4',
'age_limit': 18,
},
'add_ie': ['XHamster'],
}
Expand Down

0 comments on commit 39c52bb

Please sign in to comment.