[tests] fail YouTube

This commit is contained in:
Mort Yao 2018-09-07 18:43:49 +02:00
parent 9ba7690cb9
commit fc879c093c
No known key found for this signature in database
GPG Key ID: 07DA00CB78203251

View File

@ -31,5 +31,8 @@ class YouGetTests(unittest.TestCase):
info_only=True
)
# failure!
youtube.download('https://www.youtube.com/watch?v=Ewjb4bGzb6w', info_only=True)
if __name__ == '__main__':
unittest.main()