diff options
| author | Sergey M․ <dstftw@gmail.com> | 2015-10-29 22:47:18 +0600 | 
|---|---|---|
| committer | Sergey M․ <dstftw@gmail.com> | 2015-10-29 22:47:18 +0600 | 
| commit | 721f5a277ca0012ee72c9d4b3e5550e52a0a596d (patch) | |
| tree | 7d0ced85ef28da30c1123a409b4b30ecfdec5765 | |
| parent | 6fb8ace671db2f2bdcc9cd7ac6b9f81fbd356791 (diff) | |
[moniker] Add tests for #7244
| -rw-r--r-- | youtube_dl/extractor/moniker.py | 12 | 
1 files changed, 12 insertions, 0 deletions
| diff --git a/youtube_dl/extractor/moniker.py b/youtube_dl/extractor/moniker.py index 204c03c4a..7c0c4e50e 100644 --- a/youtube_dl/extractor/moniker.py +++ b/youtube_dl/extractor/moniker.py @@ -46,6 +46,18 @@ class MonikerIE(InfoExtractor):      }, {          'url': 'https://www.vidspot.net/l2ngsmhs8ci5',          'only_matching': True, +    }, { +        'url': 'http://vidspot.net/2/v-ywDf99', +        'md5': '5f8254ce12df30479428b0152fb8e7ba', +        'info_dict': { +            'id': 'ywDf99', +            'ext': 'mp4', +            'title': 'IL FAIT LE MALIN EN PORSHE CAYENNE ( mais pas pour longtemps)', +            'description': 'IL FAIT LE MALIN EN PORSHE CAYENNE.', +        }, +    }, { +        'url': 'http://allmyvideos.net/v/v-HXZm5t', +        'only_matching': True,      }]      def _real_extract(self, url): | 
