diff options
| author | Sergey M․ <dstftw@gmail.com> | 2014-06-11 18:20:14 +0700 | 
|---|---|---|
| committer | Sergey M․ <dstftw@gmail.com> | 2014-06-11 18:20:14 +0700 | 
| commit | fdb9aebead76eb7673ea2867794e0020ac0dfd68 (patch) | |
| tree | 55f4fc2532bd23ce4eac8d12d5b5f0f6bd5f4940 | |
| parent | 3141feb73bb3c3a6d89e86f17859e8b4beab8a75 (diff) | |
[tube8] Update test and modernize
| -rw-r--r-- | youtube_dl/extractor/tube8.py | 5 | 
1 files changed, 3 insertions, 2 deletions
| diff --git a/youtube_dl/extractor/tube8.py b/youtube_dl/extractor/tube8.py index 36bc36ad8..08a48c05a 100644 --- a/youtube_dl/extractor/tube8.py +++ b/youtube_dl/extractor/tube8.py @@ -17,9 +17,10 @@ class Tube8IE(InfoExtractor):      _VALID_URL = r'https?://(?:www\.)?tube8\.com/(?:[^/]+/){2}(?P<id>\d+)'      _TEST = {          'url': 'http://www.tube8.com/teen/kasia-music-video/229795/', -        'file': '229795.mp4', -        'md5': 'e9e0b0c86734e5e3766e653509475db0', +        'md5': '44bf12b98313827dd52d35b8706a4ea0',          'info_dict': { +            'id': '229795', +            'ext': 'mp4',              'description': 'hot teen Kasia grinding',              'uploader': 'unknown',              'title': 'Kasia music video', | 
