[get-flash-videos] branch master updated (d1de117 -> 9da6368)

Takaki Taniguchi takaki at moszumanska.debian.org
Wed Jul 5 02:37:18 UTC 2017


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

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

      from  d1de117   update changelog
       new  70dfef4   Merge remote-tracking branch 'origin/master'
       new  cbb53c4   debian/control: Update Homepage URL.
      adds  c9e4753   New upstream version 1.25.92
       new  f755dcf   Updated version 1.25.92 from 'upstream/1.25.92'
       new  489d498   new upstream
       new  2b3647f   debian/patches/UpdateGoogleVideoURL.patch: Merged to the upstream.
       new  86a6930   Bump Standards-Version to 4.0.0
       new  3ac1a0a   debian/compat: Bump to 10
       new  9da6368   prepare release

The 8 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                                |  32 ++++
 Makefile.PL                               |   1 +
 Makefile.bsd-wrapper                      |  25 +++
 debian/changelog                          |  11 +-
 debian/compat                             |   2 +-
 debian/control                            |   6 +-
 debian/patches/UpdateGoogleVideoURL.patch |  17 ---
 debian/patches/series                     |   1 -
 debian/watch                              |   4 +-
 get_flash_videos                          |   8 +-
 lib/FlashVideo/HLSDownloader.pm           |  87 +++++++++++
 lib/FlashVideo/Mechanize.pm               |   5 +-
 lib/FlashVideo/Site/Arte.pm               |  32 ++--
 lib/FlashVideo/Site/Cwtv.pm               | 100 ++++++++++++
 lib/FlashVideo/Site/Daserste.pm           |  38 +++++
 lib/FlashVideo/Site/Dplay.pm              |  42 ++++++
 lib/FlashVideo/Site/Googlevideosearch.pm  |   5 +-
 lib/FlashVideo/Site/Itv.pm                |  94 +++++++++++-
 lib/FlashVideo/Site/Joemonster.pm         | 101 ++++++++++---
 lib/FlashVideo/Site/Kanal5play.pm         | 125 ---------------
 lib/FlashVideo/Site/Liveleak.pm           |   4 +-
 lib/FlashVideo/Site/Movshare.pm           |  56 +++++++
 lib/FlashVideo/Site/Mtvnservices.pm       |   5 +
 lib/FlashVideo/Site/Pbs.pm                | 243 ++++++++++++++++++++++++------
 lib/FlashVideo/Site/Pinkbike.pm           |  18 ++-
 lib/FlashVideo/Site/Svtplay.pm            |  37 +----
 lib/FlashVideo/Site/Ted.pm                |  82 +++-------
 lib/FlashVideo/Site/Tv3.pm                |  73 +++++++--
 lib/FlashVideo/Site/Tv3play.pm            |  95 ++++++------
 lib/FlashVideo/Site/Tv4play.pm            |  28 +---
 lib/FlashVideo/Site/Vimeo.pm              |   6 +-
 lib/FlashVideo/Site/Youtu.pm              |   7 -
 lib/FlashVideo/Site/Youtube.pm            |   4 +-
 lib/FlashVideo/Utils.pm                   |  28 +++-
 mk/targets.mk                             |  26 +++-
 obsd_create.sh                            |  14 ++
 t/urls                                    |   2 +-
 utils/combine-perl.pl                     |  16 +-
 utils/combine-tail                        |  24 +++
 39 files changed, 1040 insertions(+), 464 deletions(-)
 create mode 100644 .gitignore
 create mode 100644 Makefile.bsd-wrapper
 delete mode 100644 debian/patches/UpdateGoogleVideoURL.patch
 create mode 100644 lib/FlashVideo/HLSDownloader.pm
 create mode 100644 lib/FlashVideo/Site/Cwtv.pm
 create mode 100644 lib/FlashVideo/Site/Daserste.pm
 create mode 100644 lib/FlashVideo/Site/Dplay.pm
 delete mode 100644 lib/FlashVideo/Site/Kanal5play.pm
 create mode 100644 lib/FlashVideo/Site/Movshare.pm
 delete mode 100644 lib/FlashVideo/Site/Youtu.pm
 create mode 100644 obsd_create.sh
 create mode 100644 utils/combine-tail

-- 
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