Showmax/kinetics-downloader

Nothing downloaded

misunusc opened this issue · 4 comments

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.

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

Hi,
I'm confused. Are you running this on linux?

O.

Hi,
I am using conda on Windows 10.

Whats your doubt?

I see. So python download.py --classes 'whistling' doesn't work in a windows terminal?