Commit graph

11 commits

Author SHA1 Message Date
Thomas Klausner
7e7c030762 Update to 0.5.8. Set LICENSE.
Version 0.5.8 (January 14, 2010)

  User-visible changes:
    * Fix "-f unavailable_format" for dailymotion
        1. Use first found link instead of croaking with an error
    * Fix "-f best" for dailymotion
        1. Use proper sorting method
        2. Thanks to Markus Doppelbauer for reporting the issue
    * Fix tube8 support

  Developer-visible changes:
    * configure: dump build configuration
    * tests/sevenload.cpp: remove dead test link (closes  issue #19 )

Version 0.5.7 (December 18, 2009)

  User-visible changes:
    * Do not replace dashes with underscores in ids
    * --substitute: support multiple regexps (re-closes  issue #17 )
        1. Read manual page for updated details
        2. See also NEWS file
    * Fix tube8 support

  Developer-visible changes:
    * tests: support MULTI_TEST env.var. (see INSTALL)
    * Remove redtube remains from the src tree
2010-01-20 12:42:20 +00:00
Thomas Klausner
303fd48adc Recursive PKGREVISION bump for jpeg update to 8. 2010-01-17 12:03:22 +00:00
Thomas Klausner
3e9cbd879b Update to 0.5.6:
0.5.6
-------------

Added --substitute which mimics Perl's s/old/new/(gi) substitution.
It can be used to replace substrings in output filenames.

Example:
  % cclive -S "s/old/new/i" URL
  % cclive -S "s/[/:-]/_/g" URL

Changed --regexp to accept Perl-like regular expressions, e.g.
  % cclive -r "/(\w+)/" URL
  % cclive -r "/(\w+)/g" URL
  % cclive -r "/([a-e])/gi" URL

Note that this breaks the backward compatibility.
  * --regexp now expects /pattern/(gi)
  * --find-all is no longer supported (use /g instead)

Added --background which is similar to what clive (2.1.x) once had.
The progress indication while in the background is very simplistic.
Note that --logfile and --logfile-interval options were also added
to support --background.


0.5.2
-------------

New youtube format: fmt34. This was previously referred to as youtube
default format which no longer appears to be the case. Note that the
fmt34 video quality and resolution may vary.

Fixes a few bugs.

Redtube support is broken.
  http://code.google.com/p/cclive/issues/detail?id=5
2009-12-15 13:56:04 +00:00
Thomas Klausner
2a83da202c Update to 0.5.0.
Release 0.5.0
-------------

The dependency of Perl and HTML::Tokenizer module have been replaced with
libiconv and PCRE for significantly lower system footprint. Perl was previously
used for parsing video titles and cleaning them up.

configure no longer supports --enable-sigwinch. The support is now compiled
into the program automatically if signal.h is found and defines SIGWINCH.

tests/ have been rewritten in C++.

Other notable changes:

  Removed options:
  --title
    - obsoleted by --filename-format since 0.4.1
  --cclass, --no-cclass
    - obsoleted by --regexp and --find-all (below)

  New options:
  -r, --regexp
    - Defines the regular expression that can be used to "filter"
      video titles before they are used for filenames

  -g, --find-all
    - Used together with the above to repeat the matching to find
      all occurences, similar to Perl's /g option

  Example:
    cclive -gr "(\w|\s)" URL

  Comparison:
  -----------
                              SIZE     RES      Notes
  clive  2.2.4              ~13924k  ~10388k    Perl all the way
  cclive 0.4.7 (w/ perl)     ~8300k   ~6908k    Video titles enabled
  cclive 0.4.7 (w/o perl)    ~5940k   ~3224k    No video titles
  cclive 0.5.0               ~5780k   ~3196k    Video titles enabled by default

  SIZE = total size of the process (text, data, and stack)
  RES  = current amount of resident memory

  Note  : Figures are approximates. cclive was built with "-O2 -march=pentium4"
  Tested: FreeBSD 7.2, numbers provided by top(1), numbers vary slightly per URL
2009-08-31 10:38:01 +00:00
Sébastien BOCAHU
81f58be68a Upgrading cclive to version 0.4.2
changes: http://code.google.com/p/cclive/wiki/Changes
2009-05-14 10:36:08 +00:00
Sébastien BOCAHU
6e5ca81d56 updating cclive to version 0.3.1 2009-04-14 22:23:04 +00:00
Thomas Klausner
570db72f3b Update to 0.2.6.
0.2.6
(March 24, 2009)

 User-visible changes:
  * Fix dailymotion support
    - Changes to website HTML; incorrect copy-to-string
    - Symptoms: output filename utter gibberish

0.2.5
(March 17, 2009)

 User-visible changes:
  * Port lastfm-youtube support from clive
  * Fix googlevideo support
2009-03-27 09:39:44 +00:00
Kamel Ibn Aziz Derouiche
c77188eb5d Update DESCR content 2009-03-16 16:20:54 +00:00
Kamel Ibn Aziz Derouiche
32197f0bf2 update version 2009-03-16 16:19:22 +00:00
Thomas Klausner
9f0ad1f8c2 Fix destdir installation. 2009-03-05 23:34:20 +00:00
Sébastien BOCAHU
95472b7414 Import cclive-0.2.3 as wip/cclive.
cclive is a cross-platform command line video extraction tool for
user-uploaded video hosts such as Youtube, Google Video, Dailymotion,
Guba, and Metacafe. It can be chained with 3rd party tools for
subsequent video re-encoding and playing.
It is similar to clive, but has less requirements.
2009-03-05 00:58:43 +00:00