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