Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
#1
|
|||
|
|||
www.itv.com: Problem downloading from ITV using get-flash-videos (openSUSE Linux)Hi,
My first post here. I am Running openSUSE 11.4 with KDE 4.6 desktop and trying get-flash-videos for first time. I need help please. I have followed installation instructions for installing Perl and XML modules but am getting an error message. I am not a coder and intimidated by the 7400+ lines of perl script so am posting the results from using --debug in the hope somebody will have time to give me some assistance. Code:
:~> get_flash_videos -r high --debug http://www.itv.com/itvplayer/video/?Filter=284180 No plugins installed Downloading http://www.itv.com/itvplayer/video/?Filter=284180 -> GET http://www.itv.com/itvplayer/video/?Filter=284180 <- 200 text/html; charset=utf-8 (18106): UTF8 on, non-ASCII, 18106 characters 18110 bytes Trying to open plugin ~/.get_flash_videos/plugins/Www.pm Using method 'itv' for http://www.itv.com/itvplayer/video/?Filter=284180 <s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/"><s:Body><s:Fault><faultcode>s:Unexpected</faultcode><faultstring xml:lang="en-GB">The formatter threw an exception while trying to deserialize the message: There was an error while trying to deserialize parameter http://tempuri.org/:siteInfo. The InnerException message was 'Invalid enum value 'Web' cannot be deserialized into type 'Itv.BB.Mercury.Common.Types.Platform'. Ensure that the necessary enum values are present and are marked with EnumMemberAttribute attribute if the type has DataContractAttribute attribute.'. Please see InnerException for more details.</faultstring></s:Fault></s:Body></s:Envelope> Error: Unable to find <Video> in XML at /usr/local/bin/get_flash_videos line 2743. Couldn't extract Flash movie URL. This site may need specific support adding, or fixing. Please confirm the site is using Flash video and if you have Flash available check that the URL really works(!). Check for updates by running: /usr/local/bin/get_flash_videos --update If the latest version does not support this please open a bug (or contribute a patch!) at http://code.google.com/p/get-flash-videos/ make sure you include the output with --debug enabled. Couldn't download any videos. Budgie |
#2
|
|||
|
|||
Re: www.itv.com: Problem downloading from ITV using get-flash-videos (openSUSE Linux)get-flash-videos is currently broken for this site. you can use rtmpsrv or rtmpsuck to download those videos.
|
#3
|
|||
|
|||
Re: www.itv.com: Problem downloading from ITV using get-flash-videos (openSUSE Linux)Quote:
Meanwhile what is meant by broken? Is it that ITV people are trying to frustrate use of this software or just making changes and get_flash_videos not keeping up? Is anybody going to fix this any time soon? Budgie. |
#4
|
|||
|
|||
Re: www.itv.com: Problem downloading from ITV using get-flash-videos (openSUSE Linux)Just installed this on my netbook under Lucid and I was able to download one show from ITV but nothing since. I also tried downloading something from Youtube and still no joy. Any ideas?
EDIT It is now working although the "-r high" switch is not effective as I'm only getting 288 resolution. 2 shows downloaded successfully Last edited by ianparkinson62 : 11-02-2011 at 03:43 AM. Reason: Problem has resolved itself |
#5
|
|||
|
|||
Re: www.itv.com: Problem downloading from ITV using get-flash-videos (openSUSE Linux)SOAP request being used by get_flash_videos is no longer valid. i have modified the SOAP request in script and now it works fine for me. you can try it.
Code:
http://www.mediafire.com/file/4hr20n6xdkslqtb/get_flash_videos-1.24.pm |
#6
|
|||
|
|||
Re: www.itv.com: Problem downloading from ITV using get-flash-videos (openSUSE Linux)This new version is working fine except that it still won't give any higher than 288 resolution. I had downloaded a couple of shows but deleted them immediately. One of them was something to do with vampires
Last edited by ianparkinson62 : 11-03-2011 at 01:19 AM. Reason: spelling error |
#7
|
|||
|
|||
Re: www.itv.com: Problem downloading from ITV using get-flash-videos (openSUSE Linux)Quote:
Is that the case? If so, could that indicate a problem with the auto-generator for the integrated script or am I totally misunderstanding/mis-reading? The test examples all turned up as 400 on this noob's WinXP configuration. |
#8
|
|||
|
|||
Re: www.itv.com: Problem downloading from ITV using get-flash-videos (openSUSE Linux)The version i posted above is edited version of their last released combined script (version 1.24). there has been lots of changes in git repository but no new release since dec 2010. you have to compile your own combined version from latest git sources. it's pretty easy task if you are using linux but if you are on windows, compiling perl modules with MinGW(msys-perl) or strawberry perl is real PITA.
git repository Code:
http://github.com/monsieurvideo/get-flash-videos Last edited by KSV : 11-06-2011 at 10:50 AM. |
Tags: get flash videos, itv, opensuse |
Thread Tools | |
Display Modes | |
|
|