X-Git-Url: https://git.rapsys.eu/youtubedl/blobdiff_plain/71050031bb901b19a829cc44763bf68e67b1f648..4ac9786eb3f0912486829e27d6e6de14aa21eb38:/debian/changelog diff --git a/debian/changelog b/debian/changelog index 2eb2a91..a162887 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,23 @@ +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.