[vidme:user] Make tests only matching (closes #14054)
authorSergey M․ <dstftw@gmail.com>
Sun, 3 Sep 2017 10:02:11 +0000 (17:02 +0700)
committerSergey M․ <dstftw@gmail.com>
Sun, 3 Sep 2017 10:03:51 +0000 (17:03 +0700)
youtube_dl/extractor/vidme.py

index 39b65ed2f7657d62251e103b22285255786bfc6e..59adb2377e06c95bb8681432a0411723b7879945 100644 (file)
@@ -275,11 +275,7 @@ class VidmeUserIE(VidmeListBaseIE):
         'playlist_mincount': 191,
     }, {
         'url': 'https://vid.me/unsQuare_netWork',
-        'info_dict': {
-            'id': '16148757',
-            'title': 'unsQuare_netWork - %s' % _TITLE,
-        },
-        'playlist_mincount': 73,
+        'only_matching': True,
     }]
 
 
@@ -297,9 +293,5 @@ class VidmeUserLikesIE(VidmeListBaseIE):
         'playlist_mincount': 415,
     }, {
         'url': 'https://vid.me/Kaleidoscope-Ish/likes',
-        'info_dict': {
-            'id': '16908594',
-            'title': 'Kaleidoscope-Ish - %s' % _TITLE,
-        },
-        'playlist_mincount': 43,
+        'only_matching': True,
     }]