[libwww-youtube-download-perl] annotated tag upstream/0.59 created (now e774f14)
Lucas Kanashiro
kanashiro at moszumanska.debian.org
Sun Jul 3 13:05:21 UTC 2016
This is an automated email from the git hooks/post-receive script.
kanashiro pushed a change to annotated tag upstream/0.59
in repository libwww-youtube-download-perl.
at e774f14 (tag)
tagging 6d7f1967312390c026cd771f6ae05090a049577d (commit)
replaces upstream/0.58
tagged by Lucas Kanashiro
on Sun Jul 3 09:22:48 2016 -0300
- Log -----------------------------------------------------------------
Upstream version 0.59
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAABAgAGBQJXeQOYAAoJEPgjonKYg8l8SPIP/RVPJFYAeU1s06LtY/N4T22B
+xAvkZmeKFXS2/7fyqw+6wBiCSbcr+EGmRYil2xigozyUrVhDr9W7o+gnd2q7gHb
Du4bc4TTNrC/BxiobFrm/biI2X3gu9NEhsyWyYuKEzG7ffO7NR0c+2JdwrOj7E99
5CDOEiNouW92x8/asFwEA93CcD2Jt0dwlQC5zRpj1QLI+qk7QNaxQ3Uiwp0WeidR
WSl2HF3zB6QWXdifMEdPhA9NW4ga2Yxs9XDca/qvMV2BuQqOWthCIpua7VcfJH/H
GUxsG7P+lZO91VYNHptVdG64wlR9lMFP4dKRWtZWjxO6Pxi0lCf/wGv0UsedBLyw
4IisY5Nhy5fxrE8DwOMhYZgXTWY9qFM7jRWTY6slOWK76vN31GR49cosOIBYNB26
Lp8P0xUQ99qbNKzh/uuTKs4UzMsV2isk7tWSfMr/S0bTnrKoyCbM8dnlLZax6i0T
zjwUA7vdwJmn1Tu4wLNXId+EYpErqxwWqvz4pAOYGs0u8fjA773CpqhVxpq9SxHR
kddionF6HA7nxXoVEAoPB4AglZUqGx6XfyrbmO0WbeSkoOxPBdSEeGCsMWp3wd/g
1QoLS/pPh9hs5KiFQWzVlahZF6/u0TYfx2s4kM32rHx6RLei034DXUq40nrG2pMS
tkPsL2cTRp6lmyunWw/6
=BeH2
-----END PGP SIGNATURE-----
Ahmad Syaltut (1):
fix typo: $Carp::Intrenal -> $Carp::Internal
B. Estrade (1):
Changed the hashes for the videos in youtube.t. The existing
Flavio Poletti (3):
added some documentation and documented prepare_download
added note about default filename
added example to show use for prepare_download
Lucas Kanashiro (1):
Imported Upstream version 0.59
Maurice (1):
Update bin/youtube-download
Mikolaj Kucharski (33):
New playlist naming support
fix missing quote
small wording change, make it clear it should be url
Improvements to youtube-playlists:
Fix regress tests
New youtube-playlists features:
Move regress tests out of t/private/ to t/
add dot.travis.yml for Travis continuous integration service
tabs to spaces
dry run, skip, more filename supported placeholders
croak when video is not available in your country:
some videos have signature under different key,
Fix for certain videos, one example is those provided by Vevo.
croak when signature is not found
remove unused variable
Merge remote-tracking branch 'upstream/master'
move Accept-Language header to _get_content()
- support of more encoded signatures, based on yt-dl.org
add regress tests for new signature decoder, based on yt-dl.org tests
sync signature decoding with yt-dl.org
support another playlist id type
update signature decoding function
drop signature regression test
more CR+LF to LF conversions
sync with youtube-dl again
sync with youtube-dl 2013.09.24.2
fix signature 84
fix for signature 83
it's better to use youtube-dl's print signature code option
update for signature 82
signature 82 changed again
signature 86
whitespace fix
Neil Bowers (1):
Reformatted as per CPAN::Changes::Spec
Olaf Alders (8):
Checking in changes prior to tagging of version 0.57.
Add Travis config.
Checking in changes prior to tagging of version 0.58.
Merge pull request #37 from pauloscustodio/prc1
Merge pull request #39 from estrabd/update-video-hashes
Updates Changes.
[ERROR] Module::Build::Tiny doesn't install bin/ directory. You should rename bin/ to script/
Checking in changes prior to tagging of version 0.59.
Paulo Custodio (1):
PRC: CPANTS error missing_prereqs
TANIGUCHI Takaki (1):
Fix some spelling errors in outputs and manpages.
Thomas Sibley (2):
Let the JSON parser stop when it finds trailing garbage
Don't fail if we can't find a signature
Yuji Shimada (14):
Merge pull request #5 from ks0608/not_parse_head
Merge pull request #4 from mokko/master
Merge pull request #6 from isync/master
Merge pull request #7 from isync/master
Merge pull request #9 from polettix/master
Merge pull request #11 from kucharskim/master
Merge pull request #12 from takaki/master
Merge pull request #15 from kucharskim/master
Merge pull request #16 from kucharskim/master
Merge pull request #18 from Syaltut/master
Merge pull request #17 from neilbowers/master
Merge pull request #21 from kucharskim/master
Merge pull request #23 from isync/master
Merge pull request #31 from tsibley/json-and-signature-fixes
Yusuke Wada (1):
fixed regex strings for getting parameters.
akiym (4):
正しいJSON文字列を取ってこれるようにした
Merge branch 'master' of github.com:xaicron/p5-www-youtube-download
fixed garbled
fixed typo
isync (11):
Update bin/youtube-download
Update bin/youtube-playlists
Update lib/WWW/YouTube/Download.pm
Create video_user.t
Update t/private/video_user.t
Clarification of error message
Fixed parsing of 'user' value by widening scope of regex
Elaborated pod
Pod tweaks: fixed typo in Download.pm pod, added {user} usage to
Add an "interactive" mode (switch -a/ --interactive); Don't create hash-keys
added user-agent override switch
ks (1):
add parse_head => 0 option to ua
xaicron (167):
initial commit
wrote the POD
delete comment
added verbose
regex bug fix
tweak
changed fmt params
added video_url
added `fmt` field
いろいろと処理変更
デバッグ文削除
v0,05リリース
requiresにURI::Escape追加
fmt自動判定部分をYouTubeの仕様変更に伴い修正
HTMLが変わったっぽいので対応
version++
decodeしてからuri_unescapeするように変更
no Any::Mooseしといた
changed tab to space
refactoring
change pod
oops!
supported FULL HD quality
remove use_test_base
version++
根本的に書き直し / yusukebe++
削除
依存を減らした
* get_* を動的に生成するようにした.
eg 書き換え
version 0.10
added `ua` setter/getter
最小限のテストを書いた
using CGI
version 0.11
added .git
change svk to git
change tagpattern
upload 失敗したorz
Revert "upload 失敗したorz"
Revert "Revert "upload 失敗したorz""
added fmt_list
fiexd parallel download.
oops
Checking in changes prior to tagging of version 0.13.
added parallel download sample.
video が二回も出現していた
fixed type and wrote pod
version 0.14
added auto_set_repository
YouTube's API has changed so I fixed it.
Checking in changes prior to tagging of version 0.15.
requires Test::More 0.96
typo++
supported aspell and ispell
added keywords
Checking in changes prior to tagging of version 0.16.
changed git push
trim space
YouTube's API had change X( maybe fixed.
fixed test
Checking in changes prior to tagging of version 0.20.
fixed bug for _video_id(). If already had $1 is defined, was returned $1 without matches.
not using get_info api
Checking in changes prior to tagging of version 0.21.
Checking in changes prior to tagging of version 0.22.
suport any video urls (mikolaj++)
Checking in changes prior to tagging of version 0.23.
fixed could not fetch json data problem (akiym++)
Checking in changes prior to tagging of version 0.24.
added few more match URLs
Checking in changes prior to tagging of version 0.25.
fixed scrape logic
Checking in changes prior to tagging of version 0.26.
Checking in changes prior to tagging of version 0.27.
fixed a problem that did not works. (thanks mikolaj++)
ignore MYMETA
Checking in changes prior to tagging of version 0.28.
YouTube's HTML has changed. (hirokatsu konishi++)
removed tests
Checking in changes prior to tagging of version 0.29.
patched, mikolaj++
Checking in changes prior to tagging of version 0.30.
added fmt 38 to mp4 (reported by mikolaj)
tweaks
Checking in changes prior to tagging of version 0.31.
added LICENSE
Checking in changes prior to tagging of version 0.32.
added user-agent
tweaks
fix typo
oops!
tweaks
fix doc
removed auto_include
create youtube-dl.pl
renamed
fixed default filename (missing '.')
wrote doc and tweask output messages
create youtube-playlists.pl
added test script shebang
tweaks
removed space
fix doc
Checking in changes prior to tagging of version 0.33.
workaround for Win32
suffix fixes (maybe)
add resolution
wrong message fixes
suffix problem fixes, and cleanup code
Checking in changes prior to tagging of version 0.34.
oops! typo fixes (rt:71721)
Checking in changes prior to tagging of version 0.35.
default output filename fixes
Checking in changes prior to tagging of version 0.36.
oops! s/-dl/-download/g
file_name is DEPRECATED
using croak
fixed wrong characters in filename (mikolaj++)
Checking in changes prior to tagging of version 0.37.
oops forgot
fixed typo (mikolaj++)
remove wrong code
Checking in changes prior to tagging of version 0.38.
fixed english
removed .pl suffix
tweaks
Checking in changes prior to tagging of version 0.39.
fix: find the player config
Checking in changes prior to tagging of version 0.40.
patched from Mikolaj Kucharski++
fixed https://rt.cpan.org/Public/Bug/Display.html?id=79931
Checking in changes prior to tagging of version 0.41.
tweaks
fied RT: 81068
Checking in changes prior to tagging of version 0.42.
using Module::Build
Checking in changes prior to tagging of version 0.43.
Checking in changes prior to tagging of version 0.44.
changed test
Checking in changes prior to tagging of version 0.45.
Checking in changes prior to tagging of version 0.46.
Checking in changes prior to tagging of version 0.47.
added README.pod
fixed "Not an ARRAY reference" problem (mikolaj++)
cleanup
minilize
Checking in changes prior to tagging of version 0.48.
Checking in changes prior to tagging of version 0.49.
Checking in changes prior to tagging of version 0.50.
added BUG REPORTING section
Cleanup
Support new url (mikolaj++)
Added link
Checking in changes prior to tagging of version 0.51.
Checking in changes prior to tagging of version 0.52.
Merge branch 'master' of github.com:kucharskim/p5-www-youtube-download into kucharskim-master
cleanup
Merge branch 'kucharskim-master'
Checking in changes prior to tagging of version 0.53.
using Carp::Intrenal
cleanup
Added commnet
minil build
Checking in changes prior to tagging of version 0.54.
Checking in changes prior to tagging of version 0.55.
Checking in changes prior to tagging of version 0.56.
-----------------------------------------------------------------------
No new revisions were added by this update.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libwww-youtube-download-perl.git
More information about the Pkg-perl-cvs-commits
mailing list