1
0
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:
Maksym Pavlenko
2019-01-22 18:52:43 -08:00
parent a34e87da8e
commit 07a1d1c353
2 changed files with 5 additions and 1 deletions

@ -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(