2 2.3.0 "Glorified Wrapper Script" (2.3_gws)
4 * Single-script vs. multiple-clive-modules
5 - clive is no longer dispersed all over the file system in Perl packages
7 * Use quvi(1) to parse the video details
8 - 2.3 was going to use WWW::Quvi and libquvi (beta 1)
9 - Had a piffany (beta 2)
11 * Leave downloading for an external 3rd party command to do
12 - e.g. curl, wget or whatever
14 * Complete command line interface clean up
15 - Esoteric, or otherwise now completely obsoleted, features were discarded
16 - Run clive with --help to see what's left, or see "REMOVED" below
19 * If you installed clive 2.3 beta 1, you can remove WWW::Quvi from
20 your system, we no longer use it
23 * --cache-*, rendered largely obsolete due to one-time-use-URLs
24 * --emit-csv, use quvi(1) instead, it supports JSON, XML, etc.
25 * --stream-*, use quvi(1) instead, it has --exec (as of 0.2.7)
26 * --hosts, run quvi(1) with --support
27 * --cclass, replaced by --regexp
28 * --connect-timeout-socks
29 * --exec-run, use --exec
46 * --no-extract -> --no-download
49 * Support for additional config search paths (e.g. system wide)
50 * Support for CLIVE_CONFIG env. setting
57 * --format arg value is no longer checked
58 * --format no longer supports the arcane IDs (e.g. 'mp4')
60 See Makefile.PL for the updated prerequisites.
67 * "flv" is now called "default"
71 * Add HD 1080p support
73 * Add support for the quvi supported Youtube IDs (e.g. sd_270p).
74 The old (and vague) IDs (e.g. mp4 or hd) are still supported
75 but should be considered _deprecated_.
80 cctv support was fixed. These videos appear to come in (at least) two
81 flavors now: multi-segment and single-segment. The issue has been
83 http://code.google.com/p/clive/issues/detail?id=45
85 It was decided, mainly due to overall laziness, that multi-segment
86 video links are to be dumped to the terminal without any further
87 fiddling with them. The reasons have also been covered in the above