2010-11-23 18:40:41 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 2.2.17:
2.2.17 Sat Nov 06 2010 legatvs
Changes:
- toUnits: fix hi-speed issue, thanks to Thomas Klausner for the report
- Makefile.PL: Use VERSION_FROM
- Use 'version' module
|
2010-10-16 17:38:55 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 2.2.16:
Version 2.2.16
September 28, 2010
Changes:
* Add support for webm_480p, webm_720p [youtube]
* Thanks to Mark Weaver for the patch, <http://is.gd/fmwv5>
* Misc. minor tweaks in manual (e.g. URLs, etc.)
* Migrate issue tracking from Googlecode to Sourceforge, <http://is.gd/fmylF>
|
2010-09-16 19:37:48 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 2.2.15:
Version 2.2.15
September 10, 2010
Changes:
* New Youtube test URL
* --format, "flv" is now called "default"
* Add Youtube 1080p support (#62)
* Update Youtube format IDs to match those used with quvi
Bugfixes:
* Vimeo support (http/404), thanks to Jonas Smedegaard for the fix (#61)
- <http://bugs.debian.org/595486>
Version 2.2.14
September 2, 2010
Bugfixes:
* Output File path encoding (#60)
Version 2.2.13
August 12, 2010
Changes:
* Add --license option
|
2010-08-21 18:37:14 by Stoned Elipot | Files touched by this commit (1724) |  |
Log message:
Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.
The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.
sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
|
2010-08-05 20:59:41 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 2.2.12, provided by Matthew Mondor in PR 43668.
Version 2.2.12
July 25, 2010
Changes:
* Mark cctv support as broken
Bugfixes:
* [youtube] http/404, ported from quvi, fix by Daniel Schaal (quvi #7)
* break.com support, thanks to Werner Elsler for the fix (#57)
|
2010-04-05 20:12:22 by Thomas Klausner | Files touched by this commit (2) |  |
Log message:
Update to 2.2.11. Previous version didn't work any longer due to youtube
changes.
Version 2.2.11
--------------
April 3, 2010
Bugfixes:
* Youtube, update patterns to reflect website changes
Version 2.2.10
--------------
March 24, 2010
Changes:
* Add buzzhumor.com support
* Mark ehrensenf.de support as broken
Bugfixes:
* Update --hosts format strings
* dailymotion.com
# Change format IDs to reflect website changes (yet again):
* h264-hd -> hd
* h264-hq -> hq
* removed h264 and spark-mini (no longer even listed)
# Parse title from elsewhere
* Title was previously parsed from the title HTML tag
* Which usually contained more than we cared for
# Spew out an error if the video looks like a partner video
* break.com
# Support, thanks to Werner Elsler for the fix
# Title parsing, ported from libquvi
|
2010-02-14 11:00:10 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 2.2.9:
Version 2.2.9 (February 13, 2010)
User-visible changes:
* Fix dailymotion formats
1. vp6-hd -> h264-hd
2. vp6-hq -> h264-hq
3. vp6 -> h264
* Fix vimeo support
1. closes issue #49
* Partial fix: cctv: dump multi-segment video links
1. single-segment videos are still copied normally
2. closes issue #45 (for now)
Developer-visible changes:
* Rename CHANGES -> ChangeLog
* Add NEWS file
* Remove dead test link:
1. tlinks/sload.url
2. t/10sevenload.t
Version 2.2.8 (December 18, 2009)
User-visible changes:
* Remove the remains of the redtube support
* Do not replace dashes with underscores in ids (closes issue #44 )
* Sevenload:
1. Fix http/401 error
2. Cleanup title parsing (use config data instead)
* Croak with an error if BerkeleyDB module is not found
1. And either -d or -g options are used
|
2009-10-20 17:38:47 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 2.2.7:
Version 2.2.7
(September 29, 2009)
User-visible changes:
* Fix: dailymotion id parsing
* Youtube:
# Accept -f fmt34
# fmt34 is now treated as yet another (new?) format
# Rewrite youtube section of the FORMATS in the manual
* Fix: --format=best not working with youtube (closes issue #39)
# Thanks to Peter Baranyi for the fix
Known issues:
* redtube: broken (verify -> http/404)
Version 2.2.6
(September 14, 2009)
User-visible changes:
* Fix: liveleak: "error: Unsupported protocol (http/1)" (closes #36)
* Fix: vimeo: title parsing (Thanks to Peter Baranyi for the fix, closes #37)
- Fixes title issues with accented chars
* Fix: break: http/403 (Thanks to Werner Elsler for the fix, closes #38)
|
2009-08-20 12:18:54 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 2.2.5:
Version 2.2.5
(August 14, 2009)
User-visible changes:
* Add: --print-fname option
* Fix: dailymotion ID parsing
* Fix: --hosts: dailymotion: spak-mini -> spark-mini
* Zeropad ETA
|
2009-08-08 18:13:54 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 2.2.4:
Version 2.2.4
(August 2, 2009)
User-visible changes:
* Add:
# --stream-pass option (port from cclive)
# funnyhub support
* Port from cclive
# myubo support
* Port from cclive
# clipfish support
* Thanks to Patrick Hoffmann <patrick@sobran.de> for data mining
* Fix:
# Misc. typos in manual
# Redtube support (videoid/title parsing issues)
# Dailymotion: spak-mini -> spark-mini
* Change:
# replace dashes ("-") with underscores ("_") in video ids
Version 2.2.3
(July 25, 2009)
User-visible changes:
* Add:
1. Support spiegel.de (closes issue #32) [thanks to anon for data]
2. Support golem.de (closes issue #33) [thanks to anon for data]
3. ~/.clive/config path support
4. --cookie-jar option
5. Support for ehrensenf.de (closes issue #34) [thanks to bjoern for data]
* Improve: unicode support (related to issue #29)
1. cctv: no longer requires -C and -R options (obsoletes -R)
2. --cclass: now works as expected with unicode as well
* Improve: backwards compatibility with clive 2.0, 2.1
1. Allow --format=(mp4|hd|hq|3gp) (closes Debian bug #535957)
2. Restore ~/.config/clive/config path support (closes Debian bug #535483)
3. Add --upgrade-config (2.0/2.1 config to 2.2+ format)
* Change:
1. --hosts prints now supported formats
2. Pair --exec with --exec-run, the latter now triggers the former
2.1. Closes Debian bug #520520
3. Relocate files
3.1. ~/.clivelast -> ~/.cache/clive/last
3.2. ~/.clivecache -> ~/.cache/clive/cache
4. If HOME environment variable undefined, assume current workdir
5. --version: print locale etc.
* Fix:
1. --version: copyright years
2. File suffix for CCTV (.x-shockwave-flash -> .flv)
3. Remove "see examples" from pod markup (closes issue #30)
4. Prevent ".$suffix" output filenames
4.1. Use $id if !$title && %i was not defined in --filename-format
4.2. Related to issue #29
5. --no-proxy: really disable all proxy use (closes issue #25)
5.1. http_proxy setting was still used
6. Can't call method "filename" on unblessed reference at Exec.pm \
line 5x
6.1. e.g. clive URL --exec="ls;"
6.2. Closes Debian bug #535459
7. Dailymotion support (closes issue #35)
8. Redtube support (error: no match: `(?-xism:videoid=(.*?)')')
* Rename:
1. --recall, --recall-file -> --last, --last-file
2. CLIVE_HOME -> CLIVE_CACHE
* Remove:
1. -R, --raw (obsoleted by improved unicode support)
2. --home-dir option
2.1. Missleading name
2.2. Obsoleted by --cache-file and --last-file
* Manual page:
1. Add note about numeric suffix (closes issue #28)
2. Fix a number of typos, use better grammar
3. Overhaul
Version 2.2.2
(July 9, 2009)
User-visible changes:
* Change: Google: --format=mp4/best
1. Default to flv if mp4 is not available
2. Fix --format=best support
|