Sergey M․
7 years ago
No known key found for this signature in database
GPG Key ID: 2C393E0F18A9236D
1 changed files with
3 additions and
0 deletions
-
test/test_YoutubeDL.py
|
|
@ -770,6 +770,9 @@ class TestYoutubeDL(unittest.TestCase): |
|
|
|
result = get_ids({'playlist_items': '10'}) |
|
|
|
self.assertEqual(result, []) |
|
|
|
|
|
|
|
result = get_ids({'playlist_items': '3-10'}) |
|
|
|
self.assertEqual(result, [3, 4]) |
|
|
|
|
|
|
|
def test_urlopen_no_file_protocol(self): |
|
|
|
# see https://github.com/rg3/youtube-dl/issues/8227 |
|
|
|
ydl = YDL() |
|
|
|