leoncvlt / raiplay-dl

⏬ Python downloader for the Italian streaming platform RaiPlay
8 stars 3 forks source link

raiplay-dl is not an internal or external command, nor is it a runnable program or batch file #5

Closed a4d5g6 closed 4 years ago

a4d5g6 commented 4 years ago

Hello, I have successfully installed files as requirements.txt requires. However, the cmd says that raiplay-dl is not an internal or external command, nor is it a runnable program or batch file. Could you please tell me how to solve this problem? Or should I add something to the PATH? Thanks a lot!

leoncvlt commented 4 years ago

That sounds like you're running raiplay-dl directly, you should run it with python: python raiplay-dl.py

a4d5g6 commented 4 years ago

Hi, Leo! Could you please have a check at the example below? I have no idea how to run the code, thanks for your patience!

`C:\Users\Administrator>cd/d D:\raiplay-dl-master

D:\raiplay-dl-master>raiplay-dl.py -h -d F:\raiplay https://www.raiplay.it/video/2017/11/La-figlia-del-Capitano---E1-787356ed-71cd-41b6-90b2-6c4a0bc138bf.html File "D:\raiplay-dl-master\raiplay-dl.py", line 25 print(f"Download directory set to {download_dir}") ^ SyntaxError: invalid syntax` code ![Uploading code.png…]()

leoncvlt commented 4 years ago

The command should be python raiplay-dl.py -d F:\raiplay https://www.raiplay.it/video/2017/11/La-figlia-del-Capitano---E1-787356ed-71cd-41b6-90b2-6c4a0bc138bf.html - the -h flag shouldn't be there.

Do you have python installed? If not, you need to install it first: https://realpython.com/installing-python/#windows

a4d5g6 commented 4 years ago

It did worked this time, but it seemed that foreigners who live out of Italy cannot download videos due to geo restriction. My lantern VPN doesn't provide me agent service for Italy, that's too bad! So I could only reckon on visiting Italy oneday for this purpose. By the way, thank you so much for delicated work and guidance, hope you develop more powerful downloading tool and have a successful future in the days to come. Best wishes! code La figlia del Capitano - E1 mp4_20200527_225928 966

leoncvlt commented 4 years ago

Interesting! Haven't seen that one before. I'll flag this up in a separate issue and close this. Thanks for bringing this up!