X-Git-Url: https://git.rapsys.eu/youtubedl/blobdiff_plain/bddc9fc577d16b1428924bf8a5c37ef1d9295f14..f705dca8f531f9a1711eb506fe1843629d36c767:/debian/changelog diff --git a/debian/changelog b/debian/changelog index 46d0ded..b6e6f54 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,252 @@ +youtube-dl (2014.02.17-1) unstable; urgency=medium + + * The "Way too many changes release". + * Imported Upstream version 2013.12.23 + * Imported Upstream version 2014.01.17.2 + * Imported Upstream version 2014.02.17. + + There are too many goodies that this new release brings us, + including that it is possible to combine/merge/multiplex audio and + video formats that Youtube now offers separately (See the previous + notes about Youtube using DASH for video and audio). + . + Now, if you want a 480p video in H.264 format, High profile, with + 128kbps AAC audio (this used to be Youtube's format 35), you can + specify format `-f 135+140` on the command-line, and so on. Only your + imagination is the limit. + + Fixes "using --list-subs triggers downloading video from vimeo". + Closes: #734647. + * debian/NEWS: + + Write news about new muxing feature of youtube-dl. + * debian/control: Massive update of supported sites. + + -- Rogério Brito Mon, 17 Feb 2014 19:41:53 -0300 + +youtube-dl (2013.12.04-1) unstable; urgency=low + + * The "I still have a flu (but am getting better) release". + * Imported Upstream version 2013.12.04. + + Fixes "more youtube encrypted signature problems". Closes: #730556. + + Fixes "collegehumor.com - unicode encode error". Closes: #729730. + + Fixes listing 'youtube:search' twice in extractor list. + Thanks Jaime Marquínez Ferrándiz for the fix. Closes: #730730. + * debian/control: Update list of extractors. + + -- Rogério Brito Thu, 05 Dec 2013 02:24:18 -0200 + +youtube-dl (2013.11.11-2) unstable; urgency=low + + * debian/control: Add dependency on python-pkg-resources. + Closes: #729416. Thanks Josh Triplett. + + -- Rogério Brito Tue, 12 Nov 2013 16:34:16 -0200 + +youtube-dl (2013.11.11-1) unstable; urgency=low + + * Imported Upstream version 2013.11.11. Highlights: + + Add support for many sites (see long description of the package). + + Fix support for many sites (Closes: #728424). + + Improve support for many sites (including CNN, Youtube). + + Improve support for download of subtitles. + + Allow to download tracks marked as not 'streamable' via rtmpdump in + soundcloud. + + Avoid reencoding videos that are downloaded via HTTP Live Streaming + (Apple's version of DASH). These videos have to be downloaded with + ffmpeg (or avconv), as youtube-dl doesn't have a downloader for that + particular protocol. + . + See https://en.wikipedia.org/wiki/HTTP_Live_Streaming for more + information. + * debian/control: Update list of extractors. + + -- Rogério Brito Mon, 11 Nov 2013 23:06:01 -0200 + +youtube-dl (2013.10.23-1) unstable; urgency=low + + * Imported Upstream version 2013.10.23. + + Fix time display for > 60 minutes. Closes: #724834. + + All adult-related sites should respect the age being set via the + `--age-limit` option (which can be put in a global configuration file + under the /etc directory), thus making youtube-dl safe for Debian Edu + and Debian Jr. Closes: #715407. + + Document that the output template accepts specification of + downloaded formats (template: %(format)s). In particular, this: + - Avoids resuming downloads with different formats. Closes: #689294. + - Allows downloading all available formats. Closes: #643831. + * debian/control: + + Update long description with list of supported sites. + * debian/NEWS: + + Update with notes about split audio/video downloads. + + -- Rogério Brito Fri, 25 Oct 2013 01:33:56 -0200 + +youtube-dl (2013.10.04-1) unstable; urgency=low + + * Imported Upstream version 2013.10.04. Closes: #723592. + + -- Rogério Brito Fri, 04 Oct 2013 09:44:46 -0300 + +youtube-dl (2013.10.01-1) unstable; urgency=low + + * The "In a hurry release". + * Imported Upstream version 2013.10.01. + + Closes: #724321, #722343, #722298. + + -- Rogério Brito Thu, 03 Oct 2013 01:28:58 -0300 + +youtube-dl (2013.08.29-1) unstable; urgency=low + + * Imported Upstream version 2013.08.29. Highlights: + + Fix subtitle downloading. (Closes: #721257) + + Add/improve support cryptographic signatures of lengths 80, 82, 84, + 86, 88 on youtube. + + Add/improve support for the following sites: + - Youtube: Add support for DASH videos. See: + https://en.wikipedia.org/wiki/Dynamic_Adaptive_Streaming_over_HTTP + - Slashdot: tv.slashdot.org + - News sites: CNN, NBC news, PBS. + - MIT sites: video.mit.edu, techtv.mit.edu + - Other sites: Youporn, hark.com, AddAnime, RTLnow, jeuxvideo.com, + VOXnow, collegehumor, the generic extractor, Vimeo, funnyordie, + statigram, utv.unistra.fr, canalc2.tv, XHamster, 220.ro, + trilulilu.ro, canalplus, appletrailers, addanime, orf.at, + kankan.com. + + Allow embedding of subtitles in mp4 videos. + + Allow the use to specify languages for subtitles. + * debian/changelog: + + Fix long line in the previous uploaded entry, to please lintian and + other tools. + * debian/control: + + Remove upper limit on the python version that we support. + + -- Rogério Brito Thu, 29 Aug 2013 21:36:16 -0300 + +youtube-dl (2013.08.17-1) unstable; urgency=low + + * Imported Upstream version 2013.08.17. Highlights: + + Add/improve support cryptographic signatures of lengths 83, 85, 86, 87, + 89. (Closes: #719309). + + Fixing the signature of the lengths listed above makes it to download + many music videos (including those from VEVO). For those (like me) + that don't know what VEVO is/was, here is a snippet from Wikipedia: + + "Vevo, LLC (stylized vevo) is a joint venture music video website + operated by Sony Music Entertainment, Universal Music Group, Google + and Abu Dhabi Media with EMI licensing its content to the group + without taking an ownership stake." + + -- Rogério Brito Sun, 18 Aug 2013 08:03:58 -0300 + +youtube-dl (2013.08.08-1) unstable; urgency=low + + * Imported Upstream version 2013.08.02 + * Imported Upstream version 2013.08.08. Highlights: + + Improve GenericIE for compatibility with more sites. + + Youtube: + - Add/improve support cryptographic signatures of lengths 79, 81, 83, + 84, 85, 86, 87, 90, 92. (Closes: #718391, #717537, #716987) + - Support signatures with more than 2 parts. + - Add support for downloading recommended videos (via :ytrec) + - Support downloading videos from the user's "Watch Later" playlist. + - Add better support for "age protected videos". + - Add explicit support for 3D videos. + + Add support for: + - IGNE + - criterion.com + - Canalplus + - Livestream + - freesound.org + - thisav + - CondeNast + - ex.fm + - video.sina.com.cn + - 56.com + - Weibo + - roxwell.com + - kankan.com + - Ooyala + - videofy.me + - muzu.tv + + Improve support for: + - ComedyCentral. + - Instagram. + - MTV. + - Metacafe: support AnyClip videos. + - Soundcloud. + - traileraddict. + - keek. + - videos from VEVO (they just keep changing stuff to prevent people + downloading music videos). + + Fix support for: + - CollegeHumor. + - Break + * debian/control: Update long description with list of supported sites. + + -- Rogério Brito Wed, 07 Aug 2013 20:40:48 -0300 + +youtube-dl (2013.07.10-1) unstable; urgency=low + + * Imported Upstream version 2013.07.10. (Closes: #716092) + + -- Rogério Brito Wed, 10 Jul 2013 18:53:05 -0300 + +youtube-dl (2013.07.02-1) unstable; urgency=low + + * Imported Upstream version 2013.07.02. Highlights: + + Add support for hotnewhiphop.com. + + Add support for auengine.com. + + Add support for gamespot.com. + + Add support for RingTV. + + Add support for wat.tv. + + Add support for traileraddict.com. + + Add support for tu.tv. + + Add support for instagram.com. + + Improve support for encrypted signatures in Youtube. + + Improve support for videos from ArteTv. + + Minor improvements to the generic fallback information extractor. + + Change the default naming of videos to the template: + `%(title)s-%(id)s.%(ext)s` + * debian/control: + + Revise that package complies with standars version 3.9.4. + (No changes needed) + + -- Rogério Brito Thu, 04 Jul 2013 10:00:59 -0300 + +youtube-dl (2013.06.34-1) unstable; urgency=low + + * Imported Upstream version 2013.06.26 + * Imported Upstream version 2013.06.33. Highlights: + + VimeoIE: allow to download password protected videos. (Closes: #523326) + + YoutubeIE: A lot of work for downloading VEVO videos. + + Add support for Statigr.am. + + Add support for break.com. + + Add support for tudou.com. (Closes: #657148) + + Add support for Jukebox. + + Add specific code for VEVO videos. + + Modularize the code so that each site has its code in a + respective file (usable as python modules, as, for instance, + `youtube_dl.extractor.youtube`). + + Modularize the code so that the downloading class is split in two: + - YoutubeDL is the class that coordinates everything. + - FileDownloader gets a filename and an info dict and downloads the + video. + + Fix downloading from Google+ videos (new URL format). + * Imported Upstream version 2013.06.34. Highlights: + + Add support for downloading automatic transcribed subtitles. + + Add support for downloading subtitles in WebVTT (vtt) format. + + Add support for Wimp.com. + + Add support for CSpan. (Closes: #659623) + + Improve support for Youtube's crypto signing fields. + * debian/control: + + Add mplayer{,2} as recommends, needed for mms:// or rtsp:// schemes. + + Make explicit version of Python that we require. + * debian/rules: Use python2 plugin with debhelper. + * debian/control: + + Make determination of python versions automatic. + + Fix syntax error in Depends: field. + + -- Rogério Brito Sun, 23 Jun 2013 20:10:54 -0300 + youtube-dl (2013.06.21-2) unstable; urgency=low * debian/control: