mirror of
https://github.com/mxpv/podsync.git
synced 2024-05-11 05:55:04 +00:00
Update ytdl version
This commit is contained in:
cmd/ytdl
@ -1,4 +1,4 @@
|
||||
requests==2.19.1
|
||||
youtube_dl==2018.11.23
|
||||
youtube_dl==2019.01.23
|
||||
sanic==0.7.0
|
||||
redis==2.10.6
|
@ -14,6 +14,10 @@ class TestYtdl(unittest.TestCase):
|
||||
ytdl._resolve('https://youtube.com/watch?v=5mjUF2j9dgA',
|
||||
{'format': 'video', 'quality': 'low', 'provider': 'youtube'})
|
||||
)
|
||||
self.assertIsNotNone(
|
||||
ytdl._resolve('https://www.youtube.com/watch?v=2nH7xAMqD2g',
|
||||
{'format': 'video', 'quality': 'high', 'provider': 'youtube'})
|
||||
)
|
||||
|
||||
def test_vimeo(self):
|
||||
self.assertIsNotNone(
|
||||
|
Reference in New Issue
Block a user