Changes:
2015.05.04:
o Various fixes for existing extractors.
2015.05.03:
o Add extractor to [foxsports]
o Remove [Grooveshark] extractor (grooveshark.com was shut down on 2015/04/30)
o Add new extractor [baiduvideo]
2015.04.28:
o Various fixes for existing extractors.
2015.04.26:
o Add support for [gfycat]
o Add extractor to [Senate]
o Various fixes for existing extractors.
Changes:
2015.04.17
[QQMusic] Add new extractor
[srf] Add new extractor
2015.04.09
[Gamersyde] Add new extractor
[RadioJavan] Add new extractor
Remove check for ssl certs: When it uses a capath instead of a cafile,
'get_ca_certs' or 'cert_store_stats' only returns certificates already used in
a connection
[udn] Add new extractor
2015.04.03
[Dumpert] Add new extractor (Dutch video site Dumpert)
2015.03.28
[22tracks] Add new extractor
[Varzesh3] Add new extractor
2015.03.24
[safari] Add safaribooksonline extractor
[pornovoisines] Add extractor
[MiomioTV] Add new extractor
[nrk:playlist] Add extractor
2015.03.18
[ultimedia] Add extractor
[primesharetv] Add primeshare.tv extractor
[rtve] Add new extractor for rtve infantil
2015.03.15
[viewster] Add extractor
[kanalplay] Add extractor
[footyroom] Add extractor
[ssa] Add extractor
[yamusic] rename to yandexmusic
2015.03.09
[pladform] Add extractor
[gazeta] Add new extractor
[eagleplatform] Add extractor
[douyutv] Add new extractor
[playwire] Add extractor
2015.03.03.1
Make sure netrc works for all extractors with login support
2015.03.03
[downloader/external] Add support for custom options
2015.02.28
[thechive] remove in favor of Kaltura
[oppetarkiv] Add new extractor and merge with svtplay
[odnoklassniki] Add extractor
[kaltura] Add new extractor
[TheChiveIE] added support for thechive.com
While here also add a comment to document how to get a useful changelog (altough
it is also very complete because it include all commit messages) for future
pkgsrc commits.
Changes:
2014.08.05:
o [vimeo] various improvements
2014.08.02.1:
o [ubu] better quality support (.mp4)
o [pbs] various improvements (including frontline video support)
SyntaxError: Non-UTF-8 code starting with '\xb7' in file youtube-dl on line 3, but no encoding declared; see http://python.org/dev/peps/pep-0263/ for details
by installing the original unmodified file and a wrapper script.
I'm not sure why it broke or why this works better, but it does for me (TM).
Bump PKGREVISION.
Changelog:
This release fixes a program crash that was happening with certain YouTube
videos, and fixes the date extraction regular expression in YouTube.
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.
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
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
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)
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.
- 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)