1 youtube-dl (2010.08.04-1) unstable; urgency=low
3 * New upstream release:
4 + Fix metacafe.com code not working due to gdaKey again
5 + Add option (--playlist-start) to specify the initial video for playlists
6 + Put back -b option as a placeholder with a warning message
7 + Consider the file downloaded if the size differs in less than 100 bytes
8 + Reorganize request code to make it a bit more robust
9 + Properly detect YouTube error messages to print them on screen
11 + Remove suggests on gst-p-b (>= 0.10.18.3-2)
12 + The package complies with Policy 3.9.1 without any other changes.
14 + Remove commented lines.
15 * debian/youtube-dl.pod:
16 + Update the manpage to include newer options.
17 + Don't mention removed options anymore. Closes: #590825, #592368.
19 -- Rogério Brito <rbrito@ime.usp.br> Mon, 09 Aug 2010 13:27:41 -0400
21 youtube-dl (2010.07.24-1) unstable; urgency=medium
23 * Urgency medium due to changes in the site that broke earlier versions.
24 * New upstream release:
25 + restore support for WebM formats.
27 + fix entry that stated incorrect removed options. Closes: #590144.
29 -- Rogério Brito <rbrito@ime.usp.br> Sat, 24 Jul 2010 22:29:21 -0300
31 youtube-dl (2010.07.22-1) unstable; urgency=medium
33 * Urgency set to medium due to changes in the site
34 * New upstream release:
35 + make youtube-dl work again. Closes: #589974.
36 + removed command line options -b and -d.
38 + document the removal of command line options and the new behavior.
40 + disabled for the moment.
42 + include the support of dailymotion in the long description.
43 + update the standards version to 3.9.0, with no other changes.
45 -- Rogério Brito <rbrito@ime.usp.br> Thu, 22 Jul 2010 18:58:29 -0300
47 youtube-dl (2010.07.14-1) unstable; urgency=low
49 * New upstream release:
50 + add preliminary support for Dailymotion videos
51 + improve support for WebM in YouTube
52 + add support for the "original" video format in YouTube
53 + add a --max-quality option
54 + add support for youtu.be URLs
56 * debian/patches/01-add-support-to-webm.patch:
59 -- Rogério Brito <rbrito@ime.usp.br> Wed, 14 Jul 2010 22:39:54 -0300
61 youtube-dl (2010.06.06-1) unstable; urgency=low
63 * New upstream release:
64 + support for retrying connections after a 503 error
65 + argument '-' can be used with -a to indicate stdin
66 + support for webm formats
67 * debian/patches/01-add-support-to-webm.patch:
68 + remove parts applied upstream
69 + update to download webm videos based on their quality
71 -- Rogério Brito <rbrito@ime.usp.br> Mon, 07 Jun 2010 04:16:54 -0300
73 youtube-dl (2010.04.04-3) unstable; urgency=low
75 * Migrate the packaging to smaller dh(7) style.
76 * Update the years of copyright.
78 -- Rogério Brito <rbrito@ime.usp.br> Tue, 01 Jun 2010 11:06:06 -0300
80 youtube-dl (2010.04.04-2) unstable; urgency=low
82 * Add support to webm (vp8 + vorbis) format:
83 + debian/patches/01-add-support-to-webm.patch: the code
84 + debian/NEWS: the documentation
85 + debian/control: the suggests field
87 -- Rogério Brito <rbrito@ime.usp.br> Sat, 29 May 2010 13:11:43 -0300
89 youtube-dl (2010.04.04-1) unstable; urgency=low
91 * New upstream release:
92 + allow grabbing videos from vevo.
93 + allow download whole playlists and keep the videos numbered.
94 + add support for new playlist style.
95 + fix detection of multipage playlists.
96 + insist a little bit more to grab videos from youtube.
97 + add information extractor for video.yahoo.com.
98 + fix cosmetic issues with rtmpdump.
99 + add option --all-formats to grab all available formats for a given video.
100 + add "-" (without quotes) as an alias to output videos to stdout.
102 -- Rogério Brito <rbrito@ime.usp.br> Sun, 04 Apr 2010 17:55:00 -0300
104 youtube-dl (2010.03.13-1) unstable; urgency=low
106 * New upstream release
107 + added option to disable the status/progress updates.
108 + fine tuned the sequence of formats searched to discover the best quality.
110 -- Rogério Brito <rbrito@ime.usp.br> Sun, 14 Mar 2010 23:33:48 -0300
112 youtube-dl (2010.02.13-1) unstable; urgency=low
114 * New upstream release
115 + stronger parsing of URLs.
116 + better generation of filenames.
118 + include misc-depends due to debhelper.
119 + the package is compliant with policy 3.8.4.
121 -- Rogério Brito <rbrito@ime.usp.br> Wed, 17 Feb 2010 00:19:23 -0200
123 youtube-dl (2010.01.19-1) unstable; urgency=low
125 * New upstream release. As upstream does not provide a changelog, here
127 + patched to add Google Video and Photobucket support
128 + add support for using rtmpdump
129 + added support to download all of a user's videos!
130 + fix detection of uploader nickname in metacafe
131 + take format 37 into account
132 + add self-updating code
133 + allow empty titles because they do appear in some videos
134 + use default values for "continuedl" and "nooverwrites" parameters
135 + avoid using Unicode strings when forming URL requests
136 + improve preferred encoding detection method
137 * Remove all patches (applied upstream).
138 * Add suggests on rtmpdump.
139 * Shorten the short description.
140 * Include list of sites supported in the long description.
142 -- Rogério Brito <rbrito@ime.usp.br> Tue, 26 Jan 2010 11:28:40 -0200
144 youtube-dl (2009.09.13-2) unstable; urgency=low
146 * change to "3.0 (quilt)" format.
147 * add support for 1080p videos. Thanks Josh Triplett. Closes: #557042.
148 * include a better manpage. Closes: #553919.
149 * include the DMUA: yes field.
150 * kindly reviewed by Li Daobing.
152 -- Rogério Brito <rbrito@ime.usp.br> Thu, 19 Nov 2009 11:21:36 -0200
154 youtube-dl (2009.09.13-1) unstable; urgency=low
156 * New upstream release
158 + adjust for the new upstream layout.
160 + Standards-Version updated to 3.8.3. No changes needed.
162 -- Rogério Brito <rbrito@ime.usp.br> Sat, 10 Oct 2009 12:17:53 -0300
164 youtube-dl (2009.08.08-1~try01) unstable; urgency=low
166 * The current maintainer seems busy (Closes: #491616):
167 + ability to recognize more qualities of a video.
168 + ability to automatically find the best quality video.
169 + ability to download entire playlists.
170 + ability to specify various urls. (Closes: #452071)
171 + ability to resume interrupted downloads.
175 + mention that the package is in the public domain.
176 + include my information.
177 + update the URL of the package.
179 + add a Homepage: field.
180 + keeping the current manpage for now.
181 + give more details in the long description.
182 + list me as the maintainer.
183 + Standards-Version updated to 3.8.2.
185 + let's help with automatic updates.
187 -- Rogério Brito <rbrito@ime.usp.br> Mon, 10 Aug 2009 08:14:08 -0300
189 youtube-dl (2008.03.22-1) unstable; urgency=low
191 * New upstream release:
192 - adds -f / --format command line option.
194 -- Robert S. Edmonds <edmonds@debian.org> Wed, 26 Mar 2008 13:19:23 -0400
196 youtube-dl (2008.03.08-1) unstable; urgency=low
198 * New upstream release:
199 - adds -b / --best-quality command line option.
201 -- Robert S. Edmonds <edmonds@debian.org> Wed, 12 Mar 2008 14:26:04 -0400
203 youtube-dl (2008.01.24-1) unstable; urgency=low
205 * New upstream release; closes: #462427, #462428.
206 - fixes youtube download issues.
208 -- Robert S. Edmonds <edmonds@debian.org> Thu, 24 Jan 2008 22:15:05 -0500
210 youtube-dl (2007.10.09-1) unstable; urgency=low
212 * New upstream release.
214 -- Robert S. Edmonds <edmonds@debian.org> Mon, 08 Oct 2007 19:22:33 -0400
216 youtube-dl (2007.08.24-1) unstable; urgency=low
218 * New upstream release; closes: #439363.
220 -- Robert S. Edmonds <edmonds@debian.org> Fri, 24 Aug 2007 13:54:40 -0400
222 youtube-dl (2007.06.22-1) unstable; urgency=low
224 * New upstream release:
227 -- Robert S. Edmonds <edmonds@debian.org> Thu, 21 Jun 2007 20:42:57 -0400
229 youtube-dl (2007.06.06-1) unstable; urgency=low
231 * New upstream release:
232 - "--title-too" command line option to print the video's title.
234 -- Robert S. Edmonds <edmonds@debian.org> Thu, 07 Jun 2007 01:04:01 -0400
236 youtube-dl (2007.03.27-1) unstable; urgency=low
238 * New upstream release:
240 - "--literal" command line option to use the video title in the filename.
241 - "--get-url" command line option to print the real video URL.
243 -- Robert S. Edmonds <edmonds@debian.org> Mon, 2 Apr 2007 21:46:56 -0400
245 youtube-dl (2007.02.18-1) unstable; urgency=low
247 * New upstream release:
249 - Catches socket errors.
251 -- Robert S. Edmonds <edmonds@debian.org> Tue, 20 Feb 2007 13:57:32 -0500
253 youtube-dl (2007.01.19-1) unstable; urgency=low
255 * New upstream release, closes: #406146.
257 -- Robert S. Edmonds <edmonds@debian.org> Sun, 28 Jan 2007 17:41:44 -0500
259 youtube-dl (2006.12.07-1) unstable; urgency=low
261 * New upstream release:
262 - Use -t to name the downloaded file after the title, closes: #395184.
263 - Parses URLs without a leading "http://", closes: #400321.
265 -- Robert S. Edmonds <edmonds@debian.org> Sun, 10 Dec 2006 13:52:36 -0500
267 youtube-dl (2006.11.12-1) unstable; urgency=low
269 * New upstream release.
271 -- Robert S. Edmonds <edmonds@debian.org> Sat, 25 Nov 2006 16:12:03 -0500
273 youtube-dl (2006.09.25-1) unstable; urgency=low
275 * New upstream release.
276 * python >= 2.4 is now required.
278 -- Robert S. Edmonds <edmonds@debian.org> Wed, 27 Sep 2006 17:43:07 -0400
280 youtube-dl (2006.08.28-1) unstable; urgency=low
282 * Initial release, closes: #385748.
284 -- Robert S. Edmonds <edmonds@debian.org> Sun, 3 Sep 2006 19:43:27 -0400