Hello community, here is the log from the commit of package get-flash-videos for openSUSE:Factory checked in at 2016-06-07 23:50:11 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/get-flash-videos (Old) and /work/SRC/openSUSE:Factory/.get-flash-videos.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "get-flash-videos" Changes: -------- --- /work/SRC/openSUSE:Factory/get-flash-videos/get-flash-videos.changes 2016-05-31 12:23:57.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.get-flash-videos.new/get-flash-videos.changes 2016-06-07 23:50:13.000000000 +0200 @@ -1,0 +2,6 @@ +Tue Jan 19 12:48:25 UTC 2016 - [email protected] + +- Update to new upstream release 1.25.91 +* Update ITV, site changed to a Beta ITVPlayer + +------------------------------------------------------------------- Old: ---- 1.25.90.tar.gz New: ---- 1.25.91.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ get-flash-videos.spec ++++++ --- /var/tmp/diff_new_pack.ixWozI/_old 2016-06-07 23:50:14.000000000 +0200 +++ /var/tmp/diff_new_pack.ixWozI/_new 2016-06-07 23:50:14.000000000 +0200 @@ -17,12 +17,12 @@ Name: get-flash-videos -Version: 1.25.90 +Version: 1.25.91 Release: 0 Summary: A tool for downloading videos behind Flash loaders License: Apache-2.0 Group: Productivity/Networking/Web/Utilities -Url: http://code.google.com/p/get-flash-videos/ +Url: https://github.com/monsieurvideo/get-flash-videos #Git-Clone: git://github.com/monsieurvideo/get-flash-videos Source: https://github.com/monsieurvideo/get-flash-videos/archive/%version.tar.gz @@ -51,6 +51,7 @@ Recommends: rtmpdump BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch +%perl_requires %description get-flash-videos downloads videos from various Flash-based video ++++++ 1.25.90.tar.gz -> 1.25.91.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/get-flash-videos-1.25.90/Makefile.PL new/get-flash-videos-1.25.91/Makefile.PL --- old/get-flash-videos-1.25.90/Makefile.PL 2015-10-23 14:35:17.000000000 +0200 +++ new/get-flash-videos-1.25.91/Makefile.PL 2015-11-19 22:24:22.000000000 +0100 @@ -22,6 +22,7 @@ URI => 0, 'LWP::UserAgent' => 0, 'WWW::Mechanize' => 0, + 'IO::Socket::SSL' => 0, 'LWP::Protocol::https' => 0, 'LWP::Protocol::socks' => 0, 'Module::Find' => 0, diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/get-flash-videos-1.25.90/get_flash_videos new/get-flash-videos-1.25.91/get_flash_videos --- old/get-flash-videos-1.25.90/get_flash_videos 2015-10-23 14:35:17.000000000 +0200 +++ new/get-flash-videos-1.25.91/get_flash_videos 2015-11-19 22:24:22.000000000 +0100 @@ -49,7 +49,7 @@ unshift @INC, \&plugin_loader; # single line for MakeMaker to get version -use constant CVERSION => "1.25.90"; our $VERSION = CVERSION; +use constant CVERSION => "1.25.91"; our $VERSION = CVERSION; our %opt; BEGIN { diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/get-flash-videos-1.25.90/lib/FlashVideo/Site/Itv.pm new/get-flash-videos-1.25.91/lib/FlashVideo/Site/Itv.pm --- old/get-flash-videos-1.25.90/lib/FlashVideo/Site/Itv.pm 2015-10-23 14:35:17.000000000 +0200 +++ new/get-flash-videos-1.25.91/lib/FlashVideo/Site/Itv.pm 2015-11-19 22:24:22.000000000 +0100 @@ -6,7 +6,7 @@ use HTML::Entities; use Encode; -our $VERSION = '0.06'; +our $VERSION = '0.07'; sub Version() { $VERSION;} sub find_video { @@ -53,6 +53,9 @@ } else { ($productionid) = $browser->content =~ /\"productionId\":\"([^\"]+)\"/i; + if (! $productionid) { + ($productionid) = $browser->content =~ / data-video-id\s*=\s*\"([^\"]+)\"/i; + } debug "Production ID $productionid\n"; die "No id (filter) found in URL or production id\n" unless $productionid; $browser->post("http://mercury.itv.com/PlaylistService.svc",
