add prefix to gws
[clive.git] / NEWS
blob3f14400c4e66d75cc0ad589f824f5e545db5613e
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
18 NOTES
19     * If you installed clive 2.3 beta 1, you can remove WWW::Quvi from
20         your system, we no longer use it
22 REMOVED
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
30     * --upgrade-config
31     * --print-fname
32     * --cookie-jar
33     * --stop-after
34     * --limit-rate
35     * --last-file
36     * --overwrite
37     * --continue
38     * --no-proxy
39     * --stderr
40     * --debug
41     * --proxy
42     * --agent
43     * --last
45 RENAMED
46     * --no-extract -> --no-download
48 NEW
49     * Support for additional config search paths (e.g. system wide)
50     * Support for CLIVE_CONFIG env. setting
51     * --config-file
52     * --get-with
53     * --regexp
54     * --quvi
56 OTHER
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.
63 Version 2.2.15
65 Changes to --format
67   * "flv" is now called "default"
69 Youtube:
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_.
78 Version 2.2.9
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
82 discussed here:
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
88 discussion.