diff options
| author | Sergey M․ <dstftw@gmail.com> | 2015-06-27 23:03:26 +0600 | 
|---|---|---|
| committer | Sergey M․ <dstftw@gmail.com> | 2015-06-27 23:03:26 +0600 | 
| commit | c3b7202f4fdb8a78a90a96f3cf6213f6ac215b3b (patch) | |
| tree | 7ec3cd729ae6756ea190a0ffc11ae2f22d738958 | |
| parent | 81103ef35d5148f52229f35e91b99ff8d9218b10 (diff) | |
[smotri] Remove non relevant test
| -rw-r--r-- | youtube_dl/extractor/smotri.py | 15 | 
1 files changed, 0 insertions, 15 deletions
| diff --git a/youtube_dl/extractor/smotri.py b/youtube_dl/extractor/smotri.py index b8fa0457d..cc8dce3db 100644 --- a/youtube_dl/extractor/smotri.py +++ b/youtube_dl/extractor/smotri.py @@ -90,21 +90,6 @@ class SmotriIE(InfoExtractor):              },              'skip': 'Video is not approved by moderator',          }, -        # not approved by moderator, but available -        { -            'url': 'http://smotri.com/video/view/?id=v28888533b73', -            'md5': 'f44bc7adac90af518ef1ecf04893bb34', -            'info_dict': { -                'id': 'v28888533b73', -                'ext': 'mp4', -                'title': 'Russian Spies Killed By ISIL Child Soldier', -                'uploader': 'Mopeder', -                'uploader_id': 'mopeder', -                'duration': 71, -                'thumbnail': 'http://frame9.loadup.ru/d7/32/2888853.2.3.jpg', -                'upload_date': '20150114', -            }, -        },          # swf player          {              'url': 'http://pics.smotri.com/scrubber_custom8.swf?file=v9188090500', | 
