Commit graph

18 commits

Author SHA1 Message Date
drochner
0dab69231d update to 20100119
change: add an "output filename template" option
2010-02-11 18:41:52 +00:00
joerg
3a06eb96bf Bump revision for PYTHON_VERSION_DEFAULT change. 2010-02-10 19:17:31 +00:00
tron
2ffbaf3d20 Remove "PYTHON_VERSIONS_ACCEPTED= 26 25 24" which is unnecessary
after Python 2.3 has been removed from "pkgsrc".

Approved by Thomas Klausner.
2009-09-23 09:54:45 +00:00
snj
f56193998c Update to 20090808. Changes:
- Properly encode messages sent to stderr (fixes issue #34)
- Include format 5 in best quality list
- Fix metacafe.com code due to recent changes in the site
- Update User-agent string
- Fix minor problem with size formatting method
- Use get_video_info to work around captcha problems (fixes issue #31)
2009-09-06 16:48:44 +00:00
zafer
154bca6509 Update to youtube-dl-20090629. Add license.
Changes:
- Modify "more pages" check in YouTube playlist.
- Delay opening file until there is data to write.
2009-07-19 11:35:41 +00:00
snj
c9028e70c6 Update to youtube-dl-20090530. Changes:
- Verify URLs in simulate mode
- Only catch UnavailableFormatError in call to process_info
- Remove trails from the "append_const" change
- Fix TypeError when using the -f option
- Added -c option (--continue) interrupted downloads will properly resume
  and append to the previously downloaded data, instead of overwriting the
  file. There's some error checking - if the length of the file to be
  download matches the length of the previously downloaded data, we report
  that this file has already been downloaded and do nothing. If there is
  some other HTTP 416 'Requested range not satisfiable' error, we simply
  re-download the whole file (reverting to the original functionality).
  All other HTTP errors are simply raised. Resuming does not override -w
  (--nooverwrite), since it is not clear what should happen if file on
  disk is larger than file to be downloaded. Thus, -c does nothing if -w
  is present.
2009-06-09 23:02:18 +00:00
snj
0aaa2cc850 Update to 20090513.
Changes:
- Skip blank lines in batch file
- Minor documentation change
- Update and correct (format,extension) table for YouTube
- Added -b option and created option groups for help prompt
- Fixed ambiguity of multiple video option specifiers by dissalowing it;
  changed some sys.ext calls to parser.error
- Some consistency changes and ghost-file bugfix
- Move the -t and -l options to the filesystem group
- Add format 35 (flv) as second best in quality
- Add an "epoch" keyword to the output template
- Use store_const instead of append_const as the latter requires Python 2.5
2009-05-19 18:54:43 +00:00
zafer
3d8f5cdfe4 add 26 to PYTHON_VERSIONS_ACCEPTED. 2009-05-10 10:28:50 +00:00
tnn
74dadda2b2 Update homepage. While here update to version 20090425.
No changelog, but diff shows bugfixes and a few user visible changes:
removed option -b, --best-quality
 added  option -d, --high-def
 added  option -a, --batch-file
 added  option -w, --no-overwrites
2009-04-28 14:50:29 +00:00
joerg
3c645bb7fc Switch to Python 2.5 as default. Bump revision of all packages that have
changed runtime dependencies now.
2009-02-09 22:56:21 +00:00
tnn
28ec5de191 Update to youtube-dl-20080920. Changes:
This release fixes the metacafe.com support and mitigates the UTF-8
filename problem in the majority of cases.
2008-10-06 18:49:42 +00:00
tnn
45baf94877 Update to youtube-dl-20080726.
This release fixes a bug in the Unicode video title treatment, and another
one with output templates referencing absolute paths. The main change is
the program being able to download videos from metacafe.com and YouTube
playlists.

Also some pkgsrc cleanup.
2008-08-03 09:19:02 +00:00
tnn
fb5a6e59ea Update to youtube-dl-20080420.
- fixes youtube url regex
- misc cosmetic changes
2008-05-05 08:25:14 +00:00
joerg
a77e7015fe Update PYTHON_VERSIONS_COMPATIBLE
- assume that Python 2.4 and 2.5 are compatible and allow checking for
fallout.
- remove PYTHON_VERSIONS_COMPATIBLE that are obsoleted by the 2.3+
default. Modify the others to deal with the removals.
2008-04-25 20:39:06 +00:00
tnn
a1eba836cf Update to 20080308.
Changes: This release adds support for downloading high quality videos
using the -b or --best-quality command line option.
2008-03-09 22:38:19 +00:00
dsainty
1fd614702a Update youtube-dl to 2008.01.24. No change log available, but this version
does cope with current youtube pages, unlike the previous version.
2008-01-25 04:31:55 +00:00
tnn
4828ded692 Update to youtube-dl-20071012. Corrects a regexp used when parsing URLs
and improves on download ETA calculation.
2007-10-16 22:31:48 +00:00
wiz
22b46b1564 Initial import of youtube-dl-20070824:
youtube-dl is a small command-line program written in Python to
download videos from YouTube.com.
2007-09-05 21:14:30 +00:00