how to download videos from yahoo!7 ?hi everyone .
I tried to download from this site : https://au.tv.yahoo.com/plus7 with some programs but i failed ! can anyone help me please . this is very important for me :( there is one of videos from this site : https://au.tv.yahoo.com/plus7/all-sa...sode-46/#page1 |
Re: how to download videos from yahoo!7 ?https://greasyfork.org/en/scripts/88...d-details/code
Install the above script, you'll need Tampermonkey on Chrome or Greasemonkey on Firefox. When you watch a video on Plus7 you'll get a FFMPEG button at the top, click on it, followed by the resolution and it will give you the command to enter into Command Prompt to download the stream via FFMPEG. |
Re: how to download videos from yahoo!7 ?Quote:
ffmpeg -i "https://secure.brightcove.com/services/mobile/streaming/index/rendition.m3u8?assetId=4653030887001&expiration=14 59814460000&token=7ee19f9f573cd8ec6cdf3a675ff7c46d f77c6848" -c copy All_Saints__Season_1__episode_46.ts now the problem is that i dont know what should i do with this and how that will be used in command prompt ! |
Re: how to download videos from yahoo!7 ?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>" So for me it looks something like this: Code:
cd /d "C:\Users\nyancat\Desktop\ffmpeg-20160330-git-be746ae-win32-static\bin" |
Re: how to download videos from yahoo!7 ?Quote:
[http @ 00000000004f80e0] HTTP error 403 Forbidden |
Re: how to download videos from yahoo!7 ?Quote:
youtube-dl ffmpeg Now youtube-dl may be unnecessary for you since you seem to have the download URL, though it is missing aspects mine have. Normally I can just use youtube-dl to download these types of videos but on this site it did not work as usual. I should note that this method needs no Flash Player, nor actually browser (if you've got the link in hand) My steps To get the master .m3u8: youtube-dl: Code:
youtube-dl 'https://au.tv.yahoo.com/plus7/all-saints-season-1/-/watch/27065009/all-saints-season-1-episode-46/#page1' -g Code:
http://c.brightcove.com/services/mobile/streaming/index/master.m3u8?videoId=4652682300001 Download the link it gave you Code:
#EXTM3U To download do your FFMPEG command. Code:
ffmpeg -i "https://secure.brightcove.com/services/mobile/streaming/index/rendition.m3u8?assetId=4653026943001&expiration=1459914060000&token=3cf22eef848bd116811df2cbebec01cdd624908d&videoId=4652682300001" -c copy "All_Saints__Season_1__episode_46.ts" Differences between your link you posted, and mine: Code:
Yours Now if that doesn't work, I'm not sure why, but these are possible reasons: 1. The m3u8 it gave you has expired and you must get the link again 2. It is geoblocked and you are not in Australia 3. You've got spaces in the URL somewhere they are not meant to be. |
Re: how to download videos from yahoo!7 ?Simply put FFMPEG.exe and youtube-dl.exe in the same folder and run command
Code:
youtube-dl 'https://au.tv.yahoo.com/plus7/all-saints-season-1/-/watch/27065009/all-saints-season-1-episode-46/#page1' Thanks |
Re: how to download videos from yahoo!7 ?Quote:
I tried that multiple times and it always halted at 47kb and did nothing further. Much simpler if it works for them, too. :o |
Re: how to download videos from yahoo!7 ?EDIT:--
YUP right... BTW it download me till 5mb and got stuck so ideal way is to just fetch the m3u8 from youtube-dl and use it in livestreamer or ffmpeg...you got to be quick to use the m3u8 as it expire very soon... Thanks |
Re: how to download videos from yahoo!7 ?I apologise for my "broken" method, it's been a while since I've downloaded off Plus7, I just assumed the script still produced correct output. I tried it again for myself and it worked fine with no 403 errors.
Code:
ffmpeg -i "https://secure.brightcove.com/services/mobile/streaming/index/rendition.m3u8?assetId=4653030887001&expiration=1459933920000&token=399241f6724a42cff3e3ebd2c6329f747d7569b6" -c copy All_Saints__Season_1__episode_46.ts Code:
youtube-dl "https://au.tv.yahoo.com/plus7/all-saints-season-1/-/watch/27065009/all-saints-season-1-episode-46/#page1" |
Re: how to download videos from yahoo!7 ?Yes , perhaps it's belong my region that isn't in Australia .
But I'm using hotspot shield to change my country and ip to Australian one . I thought this work with this command solution ! |
Re: how to download videos from yahoo!7 ?I don't know, maybe Hotspot Shield is being detected :confused: You may want to try spoofing your IP using youtube-dl (do not use Hotspot Shield or any VPN).
Code:
youtube-dl --add-header X-Forwarded-For:144.140.108.23 "https://au.tv.yahoo.com/plus7/all-saints-season-1/-/watch/27065009/all-saints-season-1-episode-46/#page1" |
Re: how to download videos from yahoo!7 ?Quote:
--add-header X-Forwarded-For:144.140.108.23 in my command ? Is It exactly what I copied above ? because I tried that and it still doesn't work . |
Re: how to download videos from yahoo!7 ?Quote:
|
All times are GMT -6. The time now is 01:21 PM. |