]> Raphaël G. Git Repositories - youtubedl/blob - debian/changelog
Update changelog.
[youtubedl] / debian / changelog
1 youtube-dl (2013.06.21-2) unstable; urgency=low
2
3 * debian/control:
4 + Add missing Build-Dependency on python-pkg-resources.
5 Thanks to Sven Joachim <svenjoac@gmx.de> for the hint (Closes: #713835)
6 * debian/rules:
7 + Fix misplaced README.txt.gz.
8 Thanks to Sven Joachim <svenjoac@gmx.de> for the patch (Closes: #713834)
9
10 -- Rogério Brito <rbrito@ime.usp.br> Sun, 23 Jun 2013 18:59:25 -0300
11
12 youtube-dl (2013.06.21-1) unstable; urgency=low
13
14 * New upstream version.
15 Closes: #711733, #697086, #697594, #645925, #683795, #659515.
16 * Imported Upstream version 2013.05.14
17 * debian/watch:
18 + Update to track github tags. Thanks to Bart Martens for the rewrite.
19 * debian/README.source:
20 + Update my own instructions.
21 * Imported Upstream version 2013.05.23
22 * debian/watch:
23 + Download version specific for distributors.
24 * debian/control:
25 + Bump build-dep on debhelper to >= 9.
26 * debian/compat:
27 + Use level 9 of debhelper.
28 * Imported Upstream version 2013.06.21
29 * debian/install:
30 + Remove, as we let setup.py install things. (Closes: #699043)
31 * debian/rules:
32 + Simplify rules file with use of buildsystem.
33 * debian/control:
34 + Remove B-D on pandoc.
35 + Remove B-D-I on perl.
36 + Remove obsolete DMUA flag.
37 * debian/rules:
38 + Move incorrectly (bash completion) installed file to its right place.
39 + Remove egg-info directory in the clean target.
40
41 -- Rogério Brito <rbrito@ime.usp.br> Wed, 22 May 2013 21:01:15 -0300
42
43 youtube-dl (2012.12.11-1) unstable; urgency=low
44
45 * debian/watch:
46 + Adapt to new upstream distribution scheme.
47 * Imported Upstream version 2012.12.11
48 * debian/rules:
49 + Disable new test suites. They depend on network access.
50 + Remove repackaging need: Upstream adopted a new strategy.
51 + Leave it as vanilla as possible.
52 + Simplify the build process by not calling setup.py.
53 * debian/{control,manpages,rules,youtube-dl.pod}:
54 + Use manpage from upstream.
55
56 -- Rogério Brito <rbrito@ime.usp.br> Tue, 18 Dec 2012 09:45:19 -0200
57
58 youtube-dl (2012.09.27+dfsg1-1) unstable; urgency=low
59
60 * Urgency set to high to fix an RC bug.
61 * Imported Upstream version 2012.09.27+dfsg1:
62 + Remove binaries without sources. Thanks to Ansgar Burchardt for
63 notifying me. (Closes: #689493)
64 * debian/copyright:
65 + Rewrite in Copyright Format 1.0 for readability.
66 * debian/rules:
67 + Add a `get-orig-source` target to remove binaries without sources.
68 * debian/clean:
69 + Remove `*.pyc` files due to new upstream changes.
70 * debian/watch:
71 + Adapt for mangled debian version.
72
73 -- Rogério Brito <rbrito@ime.usp.br> Sat, 17 Nov 2012 15:01:05 -0200
74
75 youtube-dl (2012.09.27-1) unstable; urgency=low
76
77 * Imported Upstream version 2012.09.27:
78 + Fixes changes in youtube that prevented youtube-dl from working.
79 Thanks Alex Wauck and Josh Triplett for notifying me of the breakage.
80 (Closes: #688997)
81 + Incorporates my patch for downloading from tube.majestyc.net.
82 (Closes: #683962)
83 * debian/patches: Remove unneeded patches.
84
85 -- Rogério Brito <rbrito@ime.usp.br> Fri, 28 Sep 2012 02:27:37 -0300
86
87 youtube-dl (2012.02.27+gita171dbf-3) unstable; urgency=low
88
89 * Add python to build-depends-indep. (Closes: #647407)
90
91 -- Rogério Brito <rbrito@ime.usp.br> Mon, 06 Aug 2012 22:11:25 -0300
92
93 youtube-dl (2012.02.27+gita171dbf-2) unstable; urgency=low
94
95 * Disable downloading from tube.majestyc.net for the moment.
96 (Closes: #683962)
97
98 -- Rogério Brito <rbrito@ime.usp.br> Sun, 05 Aug 2012 16:50:15 -0300
99
100 youtube-dl (2012.02.27+gita171dbf-1) unstable; urgency=low
101
102 * Imported Upstream version 2012.02.27+gita171dbf. Highlights:
103 + Fixes for sites changing layouts:
104 - Vimeo. Closes: #682865.
105 - blip.tv. Closes: #671167.
106 + Redirects are now supported. Closes: #597797.
107 * debian/control:
108 + Allow use of libav-tools for transcoding instead of ffmpeg.
109 + Build-Depend-Indep on zip for upstream's build system.
110 + Bump depends on python >= 2.6, for new "zipped executables".
111 * debian/rules: We now have something to make.
112 * debian/patches: Add support for tube.majestyc.net. Closes: #612586.
113
114 -- Rogério Brito <rbrito@ime.usp.br> Sun, 05 Aug 2012 01:45:05 -0300
115
116 youtube-dl (2012.02.27-1) unstable; urgency=low
117
118 * Imported Upstream version 2012.02.27. Highlights:
119 + Add support for MTV.
120 + Allow the Vimeo engine to work with embedded video URLs.
121 + Add --verbose switch option. Not documented in the manpage yet,
122 patches welcome.
123 * debian/gbp.conf: Add defaults for the git-buildpackage suite.
124 * Make debian/README.source simpler.
125 * Don't automatically sign tags with git-buildpackage.
126 * Update the manpage to cite which sites youtube-dl supports.
127 Thanks to Adrian Knoth for the patch (Closes: #657978)
128 * Update Standards-Version to 3.9.3 (no other changes).
129
130 -- Rogério Brito <rbrito@ime.usp.br> Sat, 17 Mar 2012 13:41:15 -0300
131
132 youtube-dl (2012.01.05-2) unstable; urgency=low
133
134 * debian/control: Per requests, change rtmpdump to a Recommends.
135 Thanks to Nicola Ferralis (Closes: #655036)
136
137 -- Rogério Brito <rbrito@ime.usp.br> Sat, 07 Jan 2012 22:51:17 -0200
138
139 youtube-dl (2012.01.05-1) unstable; urgency=low
140
141 * Imported Upstream version 2012.01.05. Highlights:
142 + Fixed duplicated downloads from YouTube user page.
143 + Support configuration files. (Closes: #429557).
144 + Added support for Soundcloud.
145 + Added support for InfoQ.
146 + Added support for Mixcloud.
147 + Added support for OpenClassRoom.
148 + Support aac audio in mp4 container (as .m4a files).
149 + Support wav audio output.
150 + Added --max-downloads option. Not documented in the manpage yet,
151 patches welcome.
152 + Added --prefer-free-formats option. Not documented in the manpage
153 yet, patches welcome.
154 * debian/patches: Drop patches already included upstream.
155 * debian/control: Add support for earlier versions of ffmpeg/ffprobe.
156 Thanks to Uwe Kleine-König for the suggestion. (Closes: #651060)
157 * debian/control: Update list of supported sites.
158
159 -- Rogério Brito <rbrito@ime.usp.br> Fri, 06 Jan 2012 13:48:47 -0200
160
161 youtube-dl (2011.10.19-4) unstable; urgency=low
162
163 * debian/{rules,control}:
164 + Remove build-dependency on python, as that's not really needed.
165
166 -- Rogério Brito <rbrito@ime.usp.br> Sun, 20 Nov 2011 10:22:04 -0200
167
168 youtube-dl (2011.10.19-3) unstable; urgency=low
169
170 * debian/control:
171 + Add python to B-D-Indep. Closes: #647407.
172 Thanks to Felix Geyer, Daniel T Chen, and Simon Paillard.
173 + Fix capitalization of YouTube. Closes: #649111.
174 Thanks to Filipus Klutiero.
175
176 -- Rogério Brito <rbrito@ime.usp.br> Fri, 18 Nov 2011 19:28:01 -0200
177
178 youtube-dl (2011.10.19-2) unstable; urgency=low
179
180 * Add patch to fix downloading from facebook.
181
182 -- Rogério Brito <rbrito@ime.usp.br> Sat, 22 Oct 2011 01:16:31 -0200
183
184 youtube-dl (2011.10.19-1) unstable; urgency=low
185
186 * Imported Upstream version 2011.10.19. Highlights:
187 + Added option -L to list available formats.
188 + Understand more playlist formats in youtube.
189 + Added support for CollegeHumor.
190 + Added support for xvideos.com.
191 + Added support for HD videos in vimeo.
192 * debian/control:
193 + Update short description.
194 + Mention that getting worst quality is also possible.
195 + Update list of sites in the long description.
196 + It's vcs-browseR, not vcs-browse.
197 * Update the manpage wrt the 'worst' format. Thanks Cristian Rigamonti.
198
199 -- Rogério Brito <rbrito@ime.usp.br> Tue, 18 Oct 2011 21:13:16 -0200
200
201 youtube-dl (2011.09.27-1) unstable; urgency=low
202
203 * New upstream version. Highlights:
204 + Added support for vimeo (closes: #619023).
205 + Added support for blip.tv.
206 + Added support for myvideo.de.
207 + Added support for comedycentral.
208 + Added support for "The Escapist".
209 + Added ability to download worst quality video (closes:#609328).
210 + Added ability to get available formats for a video (--get-format).
211 + Added support to extract vorbis audio with --extract-audio.
212 + New command line options: --writedescription, --write-info-json,
213 --list-extractors, --skip-download, --get-format. Not documented in
214 the manpage yet, patches welcome.
215 * debian/control:
216 + Add fields for the VCS system.
217 + cosmetics: Run wrap-and-sort to make the packaging canonical.
218 * debian/patches:
219 + Remove 01-prefer-open-formats.patch, integrated upstream.
220
221 -- Rogério Brito <rbrito@ime.usp.br> Thu, 29 Sep 2011 14:37:13 -0300
222
223 youtube-dl (2011.08.04-2) unstable; urgency=low
224
225 * debian/{clean,youtube-dl.1}: Don't keep old files hanging around.
226 * debian/control: We comply with policy 3.9.2.
227 * debian/rules: Fix references to Perl. Closes: #637107.
228 * debian/source/local-options: Set to unapply-patches.
229
230 -- Rogério Brito <rbrito@ime.usp.br> Tue, 09 Aug 2011 16:38:46 -0300
231
232 youtube-dl (2011.08.04-1) unstable; urgency=low
233
234 * Imported Upstream version 2011.08.04. Highlight:
235 + Fix changes on Youtube's side. Closes: #636611, #624139, #636547.
236 Thanks for all those that were kind enough to notify me.
237 + Includes robustness fixes for youtube videos, including a fix (dated
238 2011-02-25, which I forgot to include) to cope with videos whose IDs
239 begin with an hyphen. Closes: #632922. Sorry, Matt Kraai, for
240 forgetting about this!
241 * debian: Add a README.source file describing how the package is
242 usually made.
243
244 -- Rogério Brito <rbrito@ime.usp.br> Fri, 05 Aug 2011 12:25:55 -0300
245
246 youtube-dl (2011.02.25b-1) unstable; urgency=low
247
248 * New upstream release. Some highlights:
249 + Enable artist playlists in YoutubePlaylistIE.
250 + Add support for getting videos from Facebook.
251 + Support more common YouTube playlist URLs
252 + Extract audio from your videos using ffmpeg as a postprocessor.
253 * debian/control:
254 + Add recommends on ffmpeg.
255 + Update the list of sites supported by youtube-dl in the long
256 description.
257 * debian/patches/*:
258 + Refresh.
259
260 -- Rogério Brito <rbrito@ime.usp.br> Fri, 25 Feb 2011 20:27:47 -0300
261
262 youtube-dl (2011.01.30-2) unstable; urgency=low
263
264 * debian/control:
265 + include build-depends-indep on perl, for pod2man (not used during clean).
266 + update the build-dependency on debhelper (we use the override feature).
267 * debian/rules:
268 + generate the actual manpage from the pod source at build time.
269
270 -- Rogério Brito <rbrito@ime.usp.br> Mon, 31 Jan 2011 20:30:36 -0200
271
272 youtube-dl (2011.01.30-1) unstable; urgency=low
273
274 * New upstream release. Some highlights:
275 + options -b and -f are removed.
276 + fix progress report when continuing partial downloads.
277 + request compressed pages by default.
278 + add support for embedded youtube playlist URLs; doesn't fix #495164 yet.
279 + add option --dump-user-agent.
280 + add option --console-title.
281 + add option --no-part.
282 + add option --get-filename.
283 + set downloaded file mtime to the last-modified header, if possible.
284 + add option --no-mtime.
285 * debian/control:
286 + update dependency on python's minimum version to 2.5.
287 * debian/youtube-dl.pod:
288 + update a lot.
289
290 -- Rogério Brito <rbrito@ime.usp.br> Mon, 31 Jan 2011 00:31:09 -0200
291
292 youtube-dl (2010.12.09-1) unstable; urgency=low
293
294 * New upstream release:
295 + Use filename with suffix .part while the download is still incomplete.
296 + Add support for downloading files from depositfiles.com.
297 + Fix recent changes in youtube.com. Closes: #606537.
298 * debian/watch:
299 + Update to work with the github redirector.
300 * debian/youtube-dl.pod:
301 + Add short description on youtube.com's video formats.
302 Based on Nicola Ferralis's patch. Closes: #605311.
303 + Add description of options -A, --playlist-start, and --playlist-end
304 options. Thanks to Josh Triplett. Closes: #604983.
305 * debian/patches:
306 + refresh patch.
307
308 -- Rogério Brito <rbrito@ime.usp.br> Fri, 10 Dec 2010 10:41:25 -0200
309
310 youtube-dl (2010.11.19-1) unstable; urgency=low
311
312 * New upstream release. Highlights:
313 + Fix downloading of RTMP URL's.
314 + Added command line switch (-A) to auto-number downloads.
315 + Allow comments in batchfiles.
316 + Add option to specify the video to end at in a playlist.
317 * debian/{watch,control}:
318 + Update for the move from bitbucket to github.
319 * debian/patches:
320 + refresh patch.
321
322 -- Rogério Brito <rbrito@ime.usp.br> Thu, 25 Nov 2010 15:54:56 -0200
323
324 youtube-dl (2010.10.24-2) unstable; urgency=low
325
326 * The "I forgot to save the changelog file" release.
327 * The highlights of the new release are:
328 + Add --cookies option to allow saving cookies to disk
329 (primarily to be used with external downloaders: e.g., aria2c).
330 + Support "https" both for YouTube URLs and for login.
331 * debian/patches:
332 + refresh patch.
333
334 -- Rogério Brito <rbrito@ime.usp.br> Mon, 25 Oct 2010 03:10:07 -0200
335
336 youtube-dl (2010.10.24-1) unstable; urgency=low
337
338 * New upstream release.
339
340 -- Rogério Brito <rbrito@ime.usp.br> Mon, 25 Oct 2010 02:23:40 -0200
341
342 youtube-dl (2010.10.03-1) unstable; urgency=low
343
344 * The "upload from sunny California" release
345 * New upstream release:
346 + Downloading manually the release 2010.10.03 corresponding to
347 http://bitbucket.org/rg3/youtube-dl/changeset/190d2d0fd729
348 + Abort downloads that can't be written to the disk
349 + Fix downloading some videos from metacafe.com
350 + Try to discover the video extension from metacafe.com
351 + Allow #! in youtube urls
352 + Fix extraction of uploader nickname on dailymotion
353 + Support downloads from youtube-nocookie.com urls
354 + Code improvements in general
355 + Retry that fail with codes 5xx on youtube
356 * debian/patches/*:
357 + rename 01-add-support-to-webm.patch to 01-prefer-open-formats.patch
358 + update the patch to apply to new versions of youtube-dl
359 + re-enable the patch to give preference to webm videos
360
361 -- Rogério Brito <rbrito@ime.usp.br> Wed, 13 Oct 2010 21:58:24 -0700
362
363 youtube-dl (2010.08.04-1) unstable; urgency=low
364
365 * New upstream release:
366 + Fix metacafe.com code not working due to gdaKey again
367 + Add option (--playlist-start) to specify the initial video for playlists
368 + Put back -b option as a placeholder with a warning message
369 + Consider the file downloaded if the size differs in less than 100 bytes
370 + Reorganize request code to make it a bit more robust
371 + Properly detect YouTube error messages to print them on screen
372 * debian/control:
373 + Remove suggests on gst-p-b (>= 0.10.18.3-2)
374 + The package complies with Policy 3.9.1 without any other changes.
375 * debian/watch:
376 + Remove commented lines.
377 * debian/youtube-dl.pod:
378 + Update the manpage to include newer options.
379 + Don't mention removed options anymore. Closes: #590825, #592368.
380
381 -- Rogério Brito <rbrito@ime.usp.br> Mon, 09 Aug 2010 13:27:41 -0400
382
383 youtube-dl (2010.07.24-1) unstable; urgency=medium
384
385 * Urgency medium due to changes in the site that broke earlier versions.
386 * New upstream release:
387 + restore support for WebM formats.
388 * debian/changelog:
389 + fix entry that stated incorrect removed options. Closes: #590144.
390
391 -- Rogério Brito <rbrito@ime.usp.br> Sat, 24 Jul 2010 22:29:21 -0300
392
393 youtube-dl (2010.07.22-1) unstable; urgency=medium
394
395 * Urgency set to medium due to changes in the site
396 * New upstream release:
397 + make youtube-dl work again. Closes: #589974.
398 + removed command line options -b and -d.
399 * debian/NEWS:
400 + document the removal of command line options and the new behavior.
401 * debian/patches:
402 + disabled for the moment.
403 * debian/control:
404 + include the support of dailymotion in the long description.
405 + update the standards version to 3.9.0, with no other changes.
406
407 -- Rogério Brito <rbrito@ime.usp.br> Thu, 22 Jul 2010 18:58:29 -0300
408
409 youtube-dl (2010.07.14-1) unstable; urgency=low
410
411 * New upstream release:
412 + add preliminary support for Dailymotion videos
413 + improve support for WebM in YouTube
414 + add support for the "original" video format in YouTube
415 + add a --max-quality option
416 + add support for youtu.be URLs
417 + add fixes.
418 * debian/patches/01-add-support-to-webm.patch:
419 + update and refresh.
420
421 -- Rogério Brito <rbrito@ime.usp.br> Wed, 14 Jul 2010 22:39:54 -0300
422
423 youtube-dl (2010.06.06-1) unstable; urgency=low
424
425 * New upstream release:
426 + support for retrying connections after a 503 error
427 + argument '-' can be used with -a to indicate stdin
428 + support for webm formats
429 * debian/patches/01-add-support-to-webm.patch:
430 + remove parts applied upstream
431 + update to download webm videos based on their quality
432
433 -- Rogério Brito <rbrito@ime.usp.br> Mon, 07 Jun 2010 04:16:54 -0300
434
435 youtube-dl (2010.04.04-3) unstable; urgency=low
436
437 * Migrate the packaging to smaller dh(7) style.
438 * Update the years of copyright.
439
440 -- Rogério Brito <rbrito@ime.usp.br> Tue, 01 Jun 2010 11:06:06 -0300
441
442 youtube-dl (2010.04.04-2) unstable; urgency=low
443
444 * Add support to webm (vp8 + vorbis) format:
445 + debian/patches/01-add-support-to-webm.patch: the code
446 + debian/NEWS: the documentation
447 + debian/control: the suggests field
448
449 -- Rogério Brito <rbrito@ime.usp.br> Sat, 29 May 2010 13:11:43 -0300
450
451 youtube-dl (2010.04.04-1) unstable; urgency=low
452
453 * New upstream release:
454 + allow grabbing videos from vevo.
455 + allow download whole playlists and keep the videos numbered.
456 + add support for new playlist style.
457 + fix detection of multipage playlists.
458 + insist a little bit more to grab videos from youtube.
459 + add information extractor for video.yahoo.com.
460 + fix cosmetic issues with rtmpdump.
461 + add option --all-formats to grab all available formats for a given video.
462 + add "-" (without quotes) as an alias to output videos to stdout.
463
464 -- Rogério Brito <rbrito@ime.usp.br> Sun, 04 Apr 2010 17:55:00 -0300
465
466 youtube-dl (2010.03.13-1) unstable; urgency=low
467
468 * New upstream release
469 + added option to disable the status/progress updates.
470 + fine tuned the sequence of formats searched to discover the best quality.
471
472 -- Rogério Brito <rbrito@ime.usp.br> Sun, 14 Mar 2010 23:33:48 -0300
473
474 youtube-dl (2010.02.13-1) unstable; urgency=low
475
476 * New upstream release
477 + stronger parsing of URLs.
478 + better generation of filenames.
479 * debian/control:
480 + include misc-depends due to debhelper.
481 + the package is compliant with policy 3.8.4.
482
483 -- Rogério Brito <rbrito@ime.usp.br> Wed, 17 Feb 2010 00:19:23 -0200
484
485 youtube-dl (2010.01.19-1) unstable; urgency=low
486
487 * New upstream release. As upstream does not provide a changelog, here
488 are the highlights:
489 + patched to add Google Video and Photobucket support
490 + add support for using rtmpdump
491 + added support to download all of a user's videos!
492 + fix detection of uploader nickname in metacafe
493 + take format 37 into account
494 + add self-updating code
495 + allow empty titles because they do appear in some videos
496 + use default values for "continuedl" and "nooverwrites" parameters
497 + avoid using Unicode strings when forming URL requests
498 + improve preferred encoding detection method
499 * Remove all patches (applied upstream).
500 * Add suggests on rtmpdump.
501 * Shorten the short description.
502 * Include list of sites supported in the long description.
503
504 -- Rogério Brito <rbrito@ime.usp.br> Tue, 26 Jan 2010 11:28:40 -0200
505
506 youtube-dl (2009.09.13-2) unstable; urgency=low
507
508 * change to "3.0 (quilt)" format.
509 * add support for 1080p videos. Thanks Josh Triplett. Closes: #557042.
510 * include a better manpage. Closes: #553919.
511 * include the DMUA: yes field.
512 * kindly reviewed by Li Daobing.
513
514 -- Rogério Brito <rbrito@ime.usp.br> Thu, 19 Nov 2009 11:21:36 -0200
515
516 youtube-dl (2009.09.13-1) unstable; urgency=low
517
518 * New upstream release
519 * debian/watch:
520 + adjust for the new upstream layout.
521 * debian/control:
522 + Standards-Version updated to 3.8.3. No changes needed.
523
524 -- Rogério Brito <rbrito@ime.usp.br> Sat, 10 Oct 2009 12:17:53 -0300
525
526 youtube-dl (2009.08.08-1~try01) unstable; urgency=low
527
528 * The current maintainer seems busy (Closes: #491616):
529 + ability to recognize more qualities of a video.
530 + ability to automatically find the best quality video.
531 + ability to download entire playlists.
532 + ability to specify various urls. (Closes: #452071)
533 + ability to resume interrupted downloads.
534 + many other things.
535 * debian/copyright:
536 + rework the file.
537 + mention that the package is in the public domain.
538 + include my information.
539 + update the URL of the package.
540 * debian/control:
541 + add a Homepage: field.
542 + keeping the current manpage for now.
543 + give more details in the long description.
544 + list me as the maintainer.
545 + Standards-Version updated to 3.8.2.
546 * debian/watch:
547 + let's help with automatic updates.
548
549 -- Rogério Brito <rbrito@ime.usp.br> Mon, 10 Aug 2009 08:14:08 -0300
550
551 youtube-dl (2008.03.22-1) unstable; urgency=low
552
553 * New upstream release:
554 - adds -f / --format command line option.
555
556 -- Robert S. Edmonds <edmonds@debian.org> Wed, 26 Mar 2008 13:19:23 -0400
557
558 youtube-dl (2008.03.08-1) unstable; urgency=low
559
560 * New upstream release:
561 - adds -b / --best-quality command line option.
562
563 -- Robert S. Edmonds <edmonds@debian.org> Wed, 12 Mar 2008 14:26:04 -0400
564
565 youtube-dl (2008.01.24-1) unstable; urgency=low
566
567 * New upstream release; closes: #462427, #462428.
568 - fixes youtube download issues.
569
570 -- Robert S. Edmonds <edmonds@debian.org> Thu, 24 Jan 2008 22:15:05 -0500
571
572 youtube-dl (2007.10.09-1) unstable; urgency=low
573
574 * New upstream release.
575
576 -- Robert S. Edmonds <edmonds@debian.org> Mon, 08 Oct 2007 19:22:33 -0400
577
578 youtube-dl (2007.08.24-1) unstable; urgency=low
579
580 * New upstream release; closes: #439363.
581
582 -- Robert S. Edmonds <edmonds@debian.org> Fri, 24 Aug 2007 13:54:40 -0400
583
584 youtube-dl (2007.06.22-1) unstable; urgency=low
585
586 * New upstream release:
587 - regex update.
588
589 -- Robert S. Edmonds <edmonds@debian.org> Thu, 21 Jun 2007 20:42:57 -0400
590
591 youtube-dl (2007.06.06-1) unstable; urgency=low
592
593 * New upstream release:
594 - "--title-too" command line option to print the video's title.
595
596 -- Robert S. Edmonds <edmonds@debian.org> Thu, 07 Jun 2007 01:04:01 -0400
597
598 youtube-dl (2007.03.27-1) unstable; urgency=low
599
600 * New upstream release:
601 - Progress meter.
602 - "--literal" command line option to use the video title in the filename.
603 - "--get-url" command line option to print the real video URL.
604
605 -- Robert S. Edmonds <edmonds@debian.org> Mon, 2 Apr 2007 21:46:56 -0400
606
607 youtube-dl (2007.02.18-1) unstable; urgency=low
608
609 * New upstream release:
610 - Diction.
611 - Catches socket errors.
612
613 -- Robert S. Edmonds <edmonds@debian.org> Tue, 20 Feb 2007 13:57:32 -0500
614
615 youtube-dl (2007.01.19-1) unstable; urgency=low
616
617 * New upstream release, closes: #406146.
618
619 -- Robert S. Edmonds <edmonds@debian.org> Sun, 28 Jan 2007 17:41:44 -0500
620
621 youtube-dl (2006.12.07-1) unstable; urgency=low
622
623 * New upstream release:
624 - Use -t to name the downloaded file after the title, closes: #395184.
625 - Parses URLs without a leading "http://", closes: #400321.
626
627 -- Robert S. Edmonds <edmonds@debian.org> Sun, 10 Dec 2006 13:52:36 -0500
628
629 youtube-dl (2006.11.12-1) unstable; urgency=low
630
631 * New upstream release.
632
633 -- Robert S. Edmonds <edmonds@debian.org> Sat, 25 Nov 2006 16:12:03 -0500
634
635 youtube-dl (2006.09.25-1) unstable; urgency=low
636
637 * New upstream release.
638 * python >= 2.4 is now required.
639
640 -- Robert S. Edmonds <edmonds@debian.org> Wed, 27 Sep 2006 17:43:07 -0400
641
642 youtube-dl (2006.08.28-1) unstable; urgency=low
643
644 * Initial release, closes: #385748.
645
646 -- Robert S. Edmonds <edmonds@debian.org> Sun, 3 Sep 2006 19:43:27 -0400
647