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