View Single Post
  #5  
Old 04-02-2016, 05:39 PM
meisa meisa is offline
Junior Member
 
Join Date: Mar 2016
Posts: 5
meisa is on a distinguished road
Default

Re: how to download videos from yahoo!7 ?


Quote:
Originally Posted by nyancat View Post
I'm assuming you're using Windows. So, grab the latest version of FFMPEG from here:
https://ffmpeg.zeranoe.com/builds/wi...in32-static.7z

You may need 7-Zip to extract the file if you cannot open it.

Now, open the bin folder from the files you just extracted. You should see ffmpeg, ffplay and ffprobe inside. Click on the address bar at the top and copy the entire path.



Now open Command Prompt and then enter the following (don't forget the quotes):
Code:
cd /d "<right-click and paste here>"
Obviously, paste the path after the first quote and add a quote at the end.

So for me it looks something like this:
Code:
cd /d "C:\Users\nyancat\Desktop\ffmpeg-20160330-git-be746ae-win32-static\bin"
Now, press Enter and then copy-paste the FFMPEG command from your browser and press Enter.
Unfortunately I did all of this but I got error in command : [hls,applehttp @ 0000000000626fc0] Failed to open segment of playlist 0
[http @ 00000000004f80e0] HTTP error 403 Forbidden
Reply With Quote