[get-flash-videos] branch master updated (3c3f5b8 -> 7786e7c)

Daniel Lintott dlintott-guest at moszumanska.debian.org
Sun Mar 23 21:55:30 UTC 2014


This is an automated email from the git hooks/post-receive script.

dlintott-guest pushed a change to branch master
in repository get-flash-videos.

      from  3c3f5b8   releasing package get-flash-videos version 1.25~git2012.06.27-2
      adds  7c26b58   Imported Upstream version 1.25~git2014.03.23
       new  1afb30f   Merge tag 'upstream/1.25_git2014.03.23'
       new  a52a2b2   Remove patches applied upstream
       new  cf194c9   Refresh remaining patches
       new  5b8de30   Add patch to update Google Video Search URL
       new  5fc17f6   Add myself to uploaders
       new  7d841d5   Update changelog
       new  f1cf838   Refresh UpdateGoogleVideoURL.patch (had Fuzz)
       new  59b4e56   Add missing comma in uploaders list
       new  054699e   Add {Build-}Depends on libmodule-find-perl
       new  a07f033   Update changelog
       new  1b7d17b   Forward UpdateGoogleVideoURL.patch to upstream
       new  7786e7c   Release changelog

The 12 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .gitignore                                         |  23 --
 Makefile.PL                                        |   3 +
 debian/changelog                                   |  12 +
 debian/control                                     |   5 +-
 debian/copyright                                   |   5 +-
 debian/patches/UpdateGoogleVideoURL.patch          |  17 ++
 debian/patches/fix_redirect.diff                   |  15 -
 debian/patches/no-network-tests.patch              |   2 +-
 debian/patches/series                              |   3 +-
 ...utube.pm-to-fix-breakage-with-introduction.diff |  45 ---
 debian/patches/use_libcrypt-blowfish-perl.diff     |   4 +-
 get_flash_videos                                   |  56 +++-
 lib/FlashVideo/FFmpegDownloader.pm                 |  39 +++
 lib/FlashVideo/Generic.pm                          |   6 +
 lib/FlashVideo/Mechanize.pm                        |  25 +-
 lib/FlashVideo/RTMPDownloader.pm                   |  50 ++++
 lib/FlashVideo/Site/Adultswim.pm                   |  35 +--
 lib/FlashVideo/Site/Ardmediathek.pm                |  38 +++
 lib/FlashVideo/Site/Arte.pm                        |  64 +++--
 lib/FlashVideo/Site/Bbc.pm                         |  11 +
 lib/FlashVideo/Site/Blip.pm                        |   6 +-
 lib/FlashVideo/Site/Brightcove.pm                  |  23 +-
 lib/FlashVideo/Site/Cbs.pm                         |  30 +-
 lib/FlashVideo/Site/Channel4.pm                    | 115 +++++++-
 lib/FlashVideo/Site/Channel5.pm                    |  16 +-
 lib/FlashVideo/Site/Cultureunplugged.pm            |  24 ++
 lib/FlashVideo/Site/Daum.pm                        | 124 ++++-----
 lib/FlashVideo/Site/Facebook.pm                    |  32 +++
 lib/FlashVideo/Site/Four.pm                        |  15 +
 lib/FlashVideo/Site/Googlevideosearch.pm           |   2 +
 lib/FlashVideo/Site/Gosupark.pm                    |  24 ++
 lib/FlashVideo/Site/Ima.pm                         |   5 +-
 lib/FlashVideo/Site/Itv.pm                         | 113 +++++++-
 lib/FlashVideo/Site/Kanal5play.pm                  | 132 +++++++--
 lib/FlashVideo/Site/Liveleak.pm                    |  45 +--
 lib/FlashVideo/Site/Motherless.pm                  |  26 ++
 lib/FlashVideo/Site/Movieclips.pm                  |  34 +++
 lib/FlashVideo/Site/Munkvideo.pm                   |  37 +++
 lib/FlashVideo/Site/{Xnxx.pm => Nhk.pm}            |  13 +-
 lib/FlashVideo/Site/Ooyala.pm                      |  17 +-
 lib/FlashVideo/Site/Oppetarkiv.pm                  |  20 ++
 lib/FlashVideo/Site/Pbs.pm                         |  17 +-
 lib/FlashVideo/Site/Pinkbike.pm                    |  26 ++
 lib/FlashVideo/Site/Presstv.pm                     |  50 ++++
 lib/FlashVideo/Site/Putlocker.pm                   |  69 ++++-
 lib/FlashVideo/Site/Redtube.pm                     |   6 +-
 lib/FlashVideo/Site/Sockshare.pm                   |   7 +
 lib/FlashVideo/Site/Svtplay.pm                     |  86 ++++--
 lib/FlashVideo/Site/Tv.pm                          |  55 ++--
 lib/FlashVideo/Site/Tv3.pm                         | 154 ++++++++++
 lib/FlashVideo/Site/Tv3play.pm                     |  89 +++---
 lib/FlashVideo/Site/Tv4play.pm                     | 130 ++++++---
 lib/FlashVideo/Site/Tvnz.pm                        | 268 ++++++++++++++++++
 lib/FlashVideo/Site/Ustream.pm                     |   5 +
 lib/FlashVideo/Site/Video44.pm                     |  38 +++
 lib/FlashVideo/Site/Videofun.pm                    |  39 +++
 lib/FlashVideo/Site/Vidzur.pm                      |  39 +++
 lib/FlashVideo/Site/Vimeo.pm                       |  43 +--
 lib/FlashVideo/Site/Vitheque.pm                    |  35 +++
 lib/FlashVideo/Site/Vk.pm                          |  48 ++++
 lib/FlashVideo/Site/{Msn.pm => Vkontakte.pm}       |   4 +-
 lib/FlashVideo/Site/Wat.pm                         |  18 +-
 lib/FlashVideo/Site/Youku.pm                       |  11 +-
 lib/FlashVideo/Site/Yourupload.pm                  |  60 ++++
 lib/FlashVideo/Site/Youtube.pm                     |  18 +-
 lib/FlashVideo/URLFinder.pm                        |  22 +-
 lib/FlashVideo/Utils.pm                            | 117 +++++++-
 t/urls                                             |   7 +
 utils/combine-head                                 |   2 +
 utils/combine-perl.pl                              |   1 +
 utils/ff-get-flash-video                           | 310 +++++++++++++++++++++
 71 files changed, 2545 insertions(+), 540 deletions(-)
 delete mode 100644 .gitignore
 create mode 100644 debian/patches/UpdateGoogleVideoURL.patch
 delete mode 100644 debian/patches/fix_redirect.diff
 delete mode 100644 debian/patches/updated-Youtube.pm-to-fix-breakage-with-introduction.diff
 create mode 100644 lib/FlashVideo/FFmpegDownloader.pm
 create mode 100644 lib/FlashVideo/Site/Ardmediathek.pm
 create mode 100644 lib/FlashVideo/Site/Cultureunplugged.pm
 create mode 100644 lib/FlashVideo/Site/Facebook.pm
 create mode 100644 lib/FlashVideo/Site/Four.pm
 create mode 100644 lib/FlashVideo/Site/Gosupark.pm
 create mode 100644 lib/FlashVideo/Site/Motherless.pm
 create mode 100644 lib/FlashVideo/Site/Movieclips.pm
 create mode 100644 lib/FlashVideo/Site/Munkvideo.pm
 copy lib/FlashVideo/Site/{Xnxx.pm => Nhk.pm} (63%)
 create mode 100644 lib/FlashVideo/Site/Oppetarkiv.pm
 create mode 100644 lib/FlashVideo/Site/Pinkbike.pm
 create mode 100644 lib/FlashVideo/Site/Presstv.pm
 create mode 100644 lib/FlashVideo/Site/Sockshare.pm
 create mode 100644 lib/FlashVideo/Site/Tv3.pm
 create mode 100644 lib/FlashVideo/Site/Tvnz.pm
 create mode 100644 lib/FlashVideo/Site/Video44.pm
 create mode 100644 lib/FlashVideo/Site/Videofun.pm
 create mode 100644 lib/FlashVideo/Site/Vidzur.pm
 create mode 100644 lib/FlashVideo/Site/Vitheque.pm
 create mode 100644 lib/FlashVideo/Site/Vk.pm
 copy lib/FlashVideo/Site/{Msn.pm => Vkontakte.pm} (53%)
 create mode 100644 lib/FlashVideo/Site/Yourupload.pm
 create mode 100755 utils/ff-get-flash-video

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/get-flash-videos.git



More information about the Pkg-perl-cvs-commits mailing list