mucea
02-03-2012, 10:09 AM
Hopefully I haven't opened a new thread on an old issue - but I've searched and I haven't found a topic on this, so here goes.
I am interested in the interview that the following page contains
http://www.eugeniavoda.ro/ro/emisiuni/presa/cristian-tudor-popescu-2011
Rtmpsrv/suck won't pick up the stream; same goes for other tools. Basically, the swf player seems to be broadcasting a flash video that is composed out of several files entitled .flvtags. (seconds 0 to 7 - file 7152.flvtags, seconds 8 to 11 - file 11985 flvtags, and so on - that's what comes up when reviewing the traffic).
I take it these are some small .flv fragments that are sent one after the other, composing the entire movie. The question is whether there's some way to download the whole movie as one file, or get it as several files that some tool would eventually merge. Any suggestions (other that the screen recording)?
you can write a simple script which downloads all fragments and stitches them together. it's fairly simple.
mucea
02-04-2012, 01:40 PM
you can write a simple script which downloads all fragments and stitches them together. it's fairly simple.
Thanks, KSV, but U the man with the scripts. I'm only a tester of your work, great work btw. I'll probably let the show run, extract all the addresses and batch download them - luckily enough they're on http server, so any downloader will do. After that, for joining, I'll see what's what.
svnpenn
02-04-2012, 05:04 PM
That should help some.
eugeniavoda.ro/videos/shows/CristianTudorPopescu_2011.flvtags/offsets.json
here's a little php script to download the video. it takes two parameters, first is base url (not page url) of video and second is filename with which you wanna save the file.
usage:
php EugeniaVoda.php http://eugeniavoda.ro/videos/shows/CristianTudorPopescu_2011.flvtags CristianTudorPopescu_2011.flv
or
just double click the script and it will ask for base url and filename.
http://www.mediafire.com/file/6xp7888oh56211m/EugeniaVoda.php
mucea
02-07-2012, 09:47 PM
Downright awesome! Thank you KSV, this did the job perfectly. ;)
misterr
01-24-2015, 07:33 AM
I'm interested too in downloading TV shows from this site:
http://www.eugeniavoda.ro/ro/emisiuni
Before finding this forum, I downloaded all flvtags and the json array (offsets.json), and merged together the chunks (with respect to the order indicated in the json array) to obtain the original flv file, but is difficult to make that manually for every TV show.
After that, I found this tread. Unfortunately, the link to the php script is no longer working.
Could you, please, post the script again?
Thank you.
you can download it from my github repository (https://github.com/K-S-V/Scripts/blob/master/EugeniaVoda.php). although i don't know if it still works.
biezom
01-24-2015, 09:12 AM
I'm interested too in downloading TV shows from this site:
http://www.eugeniavoda.ro/ro/emisiuni
Before finding this forum, I downloaded all flvtags and the json array (offsets.json), and merged together the chunks (with respect to the order indicated in the json array) to obtain the original flv file, but is difficult to make that manually for every TV show.
After that, I found this tread. Unfortunately, the link to the php script is no longer working.
Could you, please, post the script again?
Thank you.
https://raw.githubusercontent.com/K-S-V/Scripts/master/EugeniaVoda.php
misterr
01-24-2015, 11:06 AM
It works perfectly, thank you very much!
vBulletin® , Copyright ©2000-2025, Jelsoft Enterprises Ltd.