Nothing downloaded
misunusc opened this issue · 4 comments
misunusc commented
No error shows up. But, not even one video is downloaded.
Please help me on this issue.
Maybe it's about the environment?
FYI, I use pip to install ffmpeg, youtube-dl,and gzip-reader. My python is 3.6.3.
Look forward to your help.
Thanks.
ivaxi0s commented
Hi I get the same issue. Have you been able to solve it yet??
Just fixed it, instead of
python download.py --classes 'whistling'
try:
python download.py --classes whistling
ondrejbiza commented
Hi,
I'm confused. Are you running this on linux?
O.
ivaxi0s commented
Hi,
I am using conda on Windows 10.
Whats your doubt?
ondrejbiza commented
I see. So python download.py --classes 'whistling'
doesn't work in a windows terminal?