luminousmen / youtube_download

Packet download videos from youtube
BSD 2-Clause "Simplified" License
118 stars 23 forks source link

No directory found #3

Closed 2hands10fingers closed 7 years ago

2hands10fingers commented 7 years ago

I haven't been able to get this to work. I receive

Traceback (most recent call last):
File "youtube.py", line 196, in 
get_videos(args.url)
File "youtube.py", line 140, in get_videos
download(url, title)
File "youtube.py", line 151, in download
with open(filename, 'wb') as dst_file:
IOError: [Errno 2] No such file or directory: u'J74 V-Module Tutorial 5 (Making of "In the Open Air" // OpenGL stuff)'

luminousmen commented 7 years ago

@2hands10fingers fixed in last commit