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