0x776b7364 / toggle.sg-download

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

Download Instruction #56

Open citrabatam opened 5 years ago

citrabatam commented 5 years ago

I am using Mac OSX and have installed ffmpeg but I am stuck as below instructions, can you help to explain how to download the below episode. Thanks.

https://video.toggle.sg/en/series/band-of-sisters-dual-sound/ep32/787185

Mac OS X, first make the script executable:

chmod +x download_toggle_video2.py

Then run the script with as many Toggle URLs as you want:

./download_toggle_video2.py http://video.toggle.sg/blah http://video.toggle.sg/blerk ...

Or, you can include 'episode' URLs as such:

./download_toggle_video2.py http://video.toggle.sg/blah http://tv.toggle.sg/en/channel8/shows/blerk/episodes ...

0x776b7364 commented 5 years ago

In your terminal:

$ git clone https://github.com/0x776b7364/toggle.sg-download.git && cd toggle.sg-download
$ chmod +x download_toggle_video2.py
$ ./download_toggle_video2.py https://video.toggle.sg/en/series/band-of-sisters-dual-sound/ep32/787185

I've not verified if this episode can be downloaded though.

citrabatam commented 5 years ago

Thanks for the instruction.

1st command line - Cloning into 'toggle.sg-download'... (ok done) 2nd command line - macbook : toggle.sg-download (ok done) 3rd command line - No such file or directory

so i guess download is not possible? did i miss anything ? thanks.

0x776b7364 commented 4 years ago

You're probably in the wrong directory. Also, check that you have all dependencies installed and accessible in $PATH, namely, python and ffmpeg.