Sergey M․
7 years ago
No known key found for this signature in database
GPG Key ID: 2C393E0F18A9236D
1 changed files with
2 additions and
10 deletions
-
youtube_dl/extractor/vidme.py
|
|
@ -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, |
|
|
|
}] |