http://www.dailymotion.com/embed/video/k4kQh0TROpl9qH9zgir
How can i download this one?
In the past i used ffmpeg and livestremer but can't get them to work with this one.
thanx
+ Reply to Thread
Results 1 to 6 of 6
-
-
Hi beo59 ,
2 links :
Code:@echo on rem best ffmpeg -i "http://www.dailymotion.com/cdn/manifest/video/x2c6i3z.m3u8?auth=1418508115-2562-dzjonhp3-a472f8ede0f2bb5dd5e69fead8be835a" -vcodec copy -acodec copy -f mpegts flux_best.ts pause rem worst ffmpeg -i "http://www.dailymotion.com/cdn/H264-512x384/video/x2c6i3z.mp4?auth=1418508115-2562-amkwv0os-cd4d4fd9f11f68414109673a0d4715d5" -vcodec copy -acodec copy -f mpegts flux_worst.ts pause :end
-
Hi aazerty,
thanks for the reply, but i still can't get it to work.
Code:C:\Users\root\Downloads\Compressed\ffmpeg-20141212-git-e07c826-win64-static\ffmp eg-20141212-git-e07c826-win64-static\bin>ffmpeg -i "http://www.dailymotion.com/cdn/manifest/vi deo/x2c6i3z.m3u8?auth=1418508115-2562-dzjonhp3-a472f8ede0f2bb5dd5e69fead8be835a" -vcodec copy -acodec copy -f mpegts flux_best.ts ffmpeg version N-68390-ge07c826 Copyright (c) 2000-2014 the FFmpeg developers built on Dec 12 2014 00:41:08 with gcc 4.9.2 (GCC) configuration: --enable-gpl --enable-version3 --disable-w32threads --enable-avisynth --enabl e-bzlib --enable-fontconfig --enable-frei0r --enable-gnutls --enable-iconv --enable-libass --e nable-libbluray --enable-libbs2b --enable-libcaca --enable-libfreetype --enable-libgme --enabl e-libgsm --enable-libilbc --enable-libmodplug --enable-libmp3lame --enable-libopencore-amrnb - -enable-libopencore-amrwb --enable-libopenjpeg --enable-libopus --enable-librtmp --enable-libs chroedinger --enable-libsoxr --enable-libspeex --enable-libtheora --enable-libtwolame --enable -libvidstab --enable-libvo-aacenc --enable-libvo-amrwbenc --enable-libvorbis --enable-libvpx - -enable-libwavpack --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxavs --enabl e-libxvid --enable-decklink --enable-zlib libavutil 54. 15.100 / 54. 15.100 libavcodec 56. 14.100 / 56. 14.100 libavformat 56. 15.104 / 56. 15.104 libavdevice 56. 3.100 / 56. 3.100 libavfilter 5. 3.100 / 5. 3.100 libswscale 3. 1.101 / 3. 1.101 libswresample 1. 1.100 / 1. 1.100 libpostproc 53. 3.100 / 53. 3.100 [http @ 0000000000344e80] HTTP error 403 Forbidden http://www.dailymotion.com/cdn/manifest/video/x2c6i3z.m3u8?auth=1418508115-2562-dzjonhp3-a472f 8ede0f2bb5dd5e69fead8be835a: Server returned 403 Forbidden (access denied) C:\Users\root\Downloads\Compressed\ffmpeg-20141212-git-e07c826-win64-static\ffmpeg-20141212-gi t-e07c826-win64-static\bin>
-
Hi beo59 ,
Maybe the problem with 'auth=...' .
1st step : INSTALLING PHP
Code:=== Download 'php' at : http://www.mediafire.com/download/85a2dvag8a7o6io/php.rar EXTRACTING Right click on 'php.rar' ; 'Extract to' ; In 'Select to' write : 'C:\php' , and ok ===
Code:=== DL the file http://darbycrash.altervista.org/PHP/api.php.txt rename it as 'api_662.php' , to be put in the same directory of 'php.exe' . ===
Code:=== create a batch file ( 'daily.bat' ) , to be put in the same directory of 'php.exe' . @echo on php api_662.php http://www.dailymotion.com/embed/video/k4kQh0TROpl9qH9zgir pause :fin Launch 'daily.bat' after a moment you'll can stop ( after seing the below message ) You'll get a file 'history.txt' ( in the directory where is staying 'php.exe' ) . In it you'll find 4 streams . To be tried in a newest batch file . ===
-
You can just download the file with your browser or a download manager by using the http link. Load the video page, view page source, search page source for:
,"stream_h264_hq_url":
Search for the exact string above, including all punctuation.
Following the above string is a url like the following, but remove all instances of "\" character:
Code:http://www.dailymotion.com/cdn/H264-848x480/video/x2c6i3z.mp4?auth=1418567057-2562-wpedlrfc-c6b30c68c551a905c04770cb6d8106a8
-
Hi ,
@ponens : it works . Thanks .
The interest of the api.php is to catch links from 27 platforms .
Regards .