Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion tests/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
#)
Expand Down