Commit graph

29 commits

Author SHA1 Message Date
tron
2dd7a24562 Update "youtube-dl" package to version 20110804. Changes since 20110329:
- Fix YouTube downloads (code by Philipp Hagemeister)
- Update User-Agent string
2011-08-04 21:36:56 +00:00
ryoon
fc49bcbdcc Update to 20110329
Changelog:
This release fixes a program crash that was happening with certain YouTube
videos, and fixes the date extraction regular expression in YouTube.
2011-04-17 10:51:54 +00:00
ryoon
ac452ca3a7 Updated to 20110225c.
Changelog:
This release adds support for Facebook videos, improves support
 for YouTube playlists, and adds support for YouTube artist playlists.
A new option, --extract-audio, has been added... to convert video files
to audio-only files using ffmpeg. A few minor bugs have been fixed.
2011-02-28 20:55:18 +00:00
ryoon
9e63251360 Update to 2011.01.30.
Changes:
This release fixes the existing problem with Dailymotion support,
and adds suport for downloading all videos uploaded by a given
YouTube user. The program now requires Python 2.5. In addition,
several minor bugs have been fixed and a few minor features have
been added
2011-02-08 13:14:50 +00:00
obache
432ae3dd37 Fixes MASTER_SITES url (missing /raw subdir) 2011-01-22 03:07:03 +00:00
tron
8af80020b6 Use "curl" for fetching the distribution file as the downlod URL
uses HTTPS.
2010-12-25 15:43:32 +00:00
tron
baf6022741 Update "youtube-dl" package to version 20101209:
This release fixes support for YouTube after the recent site changes that
broke the program. In addition, it adds support for depositfiles.com,
fixes a few minor bugs, and adds a few minor features
2010-12-23 18:21:16 +00:00
obache
3bf730025a Update youtube-dl to 20100804.
Requested by PR#43761 from Kamel Derouiche.

* Update user-agent string
* Fix metacafe.com code not working due to gdaKey again (fixes issue #185)
* Merge Gavin van Lelyveld's patch for --playlist-start option
* Put back -b option as a placeholder with a warning message
* Consider the file downloaded if the size differs in less than 100 bytes
  (fixes issue #175)
* Reorganize request code to make it a bit more robust
* Properly detect YouTube error messages to print them on screen (fixes issue
  #172)
2010-08-15 02:44:59 +00:00
wiz
e528ace9b0 Update to 20100724, needed for changes to youtube site. 2010-07-24 12:38:56 +00:00
wiz
1dae9483f5 Update to 20100404 to make it work again. 2010-04-05 18:14:28 +00:00
drochner
26a0483c70 This is mostly a bugfix release that solves several reported issues.
In addition, the program now features a generic downloader that attempts
to work with any unknown URL the user provides, and appears to work
with several sites in tests.
2010-02-24 18:28:18 +00:00
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