0x776b7364 / toggle.sg-download

Python script to automate Toggle.sg video downloads
MIT License
26 stars 18 forks source link

ffmpeg is not recognize internal/external command, subtitles permission denied #18

Closed BankofSwax closed 8 years ago

BankofSwax commented 8 years ago

Hey I was try to download some show on toggle using your script, but no matter how I try, I always get the same error, and the script hang. Anything I do it wrongly?

peterhoeg commented 8 years ago

You probably want to look at this: https://github.com/0x776b7364/toggle.sg-download#ffmpeg-dependency-notes

BankofSwax commented 8 years ago

[http://i.imgur.com/nO2aB4s.jpg(url)

I get this instead. Where will the download file go btw?

0x776b7364 commented 8 years ago

1) Do you already have ffmpeg downloaded and accessible through the global $PATH, or, present in the same folder as the script? 2) Do provide the Toggle URL so that I can try to replicate the issue. 3) The download file usually goes into the same directory as the script.

BankofSwax commented 8 years ago

[http://i.imgur.com/r2B55f3.jpg(url)

I insert the ffmpeg like this, is it correct?

http://video.toggle.sg/en/series/118-hd/ep255/345142

0x776b7364 commented 8 years ago

Yes. Are you still having issues with the script and your URL? It works fine for me.

peterhoeg commented 8 years ago

FWIW, that video is downloading just fine for me as well (tried on both Arch Linux and NixOS).

BankofSwax commented 8 years ago

yup still same, how you guys do it may I know. Im using window

0x776b7364 commented 8 years ago

Do a full screen capture, with multiple screenshots if necessary, of the commands:

c:\your\path\here> dir
c:\your\path\here> download_toggle_video2.py http://video.toggle.sg/en/series/118-hd/ep255/345142

I'm assuming your IP address is a SG one.

0x776b7364 commented 8 years ago

Closed due to no-reply. Please re-open the issue if you're still facing problems.