diff --git a/tests/test.py b/tests/test.py index 2d220c6214..6106905f3c 100644 --- a/tests/test.py +++ b/tests/test.py @@ -26,8 +26,15 @@ def test_magisto(self): 'http://www.magisto.com/album/video/f3x9AAQORAkfDnIFDA', info_only=True ) + + def test_youtube(self): - #def test_youtube(self): + # this fails + youtube.download('https://www.youtube.com/watch?v=PCwtsK_FhUw', info_only=True) + + # this works, the example at README.md. + youtube.download('https://www.youtube.com/watch?v=jNQXAC9IVRw', info_only=True) + #youtube.download( # 'http://www.youtube.com/watch?v=pzKerr0JIPA', info_only=True #)