]> Raphaël G. Git Repositories - youtubedl/blob - debian/changelog
Update changelog
[youtubedl] / debian / changelog
1 youtube-dl (2018.03.14-1~4.gbp784b21) UNRELEASED; urgency=medium
2
3 ** SNAPSHOT build @784b21f8e1ab6308ddf1ee440475d74fbc71dd1b **
4
5 [ Rogério Brito ]
6 * New upstream version 2018.01.27
7
8 [ Andreas Tille ]
9 * cme fix dpkg-control
10 * Moved packaging to salsa.debian.org
11
12 [ Rogério Brito ]
13 * New upstream version 2018.03.14
14 * debian/copyright:
15 + Update my copyright years.
16 * debian/{compat,control}:
17 + Relutanctly update compat to 11.
18 * debian/control: Add Recommends: python3-pyxattr.
19 Thanks to Mathieu Malaterre for the report. (Closes: #891446)
20
21 [ Nicolas Braud-Santoni ]
22 * d/p/remove-autoupdate-mechanism.patch: Remove upstream's autoupdate
23 mechanism (Closes: #890119)
24
25 [ Rogério Brito ]
26 * debian/patches:
27 + remove-autoupdate-mechanism.patch: Update patch with metadata at the top.
28 + fix_libav_compat_outdated.patch: Refresh.
29 + remove-autoupdate-mechanism.patch: Refresh.
30 + remove-autoupdate-mechanism.patch: Remove fewer things to avoid future
31 conflicts.
32 + remove-autoupdate-mechanism.patch: Update metadata and rename to
33 disable-autoupdate-mechanism.patch
34 + Refresh all patches with gbp pq.
35 * debian/control: Update list of supported sites/extractors.
36
37 -- Rogério Brito <rbrito@ime.usp.br> Fri, 16 Mar 2018 15:52:04 -0300
38
39 youtube-dl (2017.12.31-1) unstable; urgency=medium
40
41 * New upstream version 2017.12.31. (Closes: #886249)
42 * debian/control: Mark compliancy with policy 4.1.3 (no changes needed).
43
44 -- Rogério Brito <rbrito@ime.usp.br> Thu, 04 Jan 2018 04:35:08 -0200
45
46 youtube-dl (2017.11.06-1) unstable; urgency=medium
47
48 * New upstream version 2017.11.06
49 * debian/control: Add recommends on phantomjs. Closes: #880739
50
51 -- Rogério Brito <rbrito@ime.usp.br> Wed, 08 Nov 2017 04:40:10 -0200
52
53 youtube-dl (2017.10.15.1-1) unstable; urgency=medium
54
55 * New upstream version 2017.10.15.1 (Closes: #793054, #812547)
56 * debian/control:
57 + Update the source repository to github.com.
58 + Update S-V to 4.0.0, no more changes needed.
59 + Change priority from extra to optional.
60 + Mark compliance with policy 4.1.1. No further changes needed.
61 * debian/README.source:
62 + Update with instructions relative to my workflow.
63 * debian/copyright:
64 + Use HTTPS for Format: field.
65 + Use HTTPS for upstream's source.
66 * debian/{compat,control}: Update compat to 10.
67
68 -- Rogério Brito <rbrito@ime.usp.br> Thu, 19 Oct 2017 19:40:59 -0200
69
70 youtube-dl (2017.09.24-0.1) unstable; urgency=medium
71
72 * Non-maintainer upload.
73 * New upstream release 2017.09.24.
74 + Fixes downloads from Daily Motion. Closes: #876118, #873853.
75
76 -- Francois Marier <francois@debian.org> Sun, 24 Sep 2017 16:07:57 -0700
77
78 youtube-dl (2017.05.18.1-1) unstable; urgency=medium
79
80 * New upstream version 2017.05.18.1.
81 + Fixes downloads from YouTube, among other sites. Closes: #861538.
82
83 -- Rogério Brito <rbrito@ime.usp.br> Fri, 19 May 2017 03:29:30 -0300
84
85 youtube-dl (2017.03.26-1) unstable; urgency=medium
86
87 * New upstream version 2017.03.26.
88 + More fixes for downloads from popular sites.
89
90 -- Rogério Brito <rbrito@ime.usp.br> Thu, 30 Mar 2017 18:18:12 -0300
91
92 youtube-dl (2017.03.07-1) unstable; urgency=medium
93
94 * New upstream version 2017.03.07.
95 + Fixes downloads from Facebook, among other things.
96 * debian/control:
97 + Update list of supported sites (and list one per line).
98
99 -- Rogério Brito <rbrito@ime.usp.br> Thu, 09 Mar 2017 05:45:30 -0300
100
101 youtube-dl (2017.02.24.1-1) unstable; urgency=medium
102
103 * New upstream version 2017.02.24.1.
104 (Closes: #855538)
105
106 -- Rogério Brito <rbrito@ime.usp.br> Fri, 24 Feb 2017 21:12:46 -0300
107
108 youtube-dl (2017.02.07-1) unstable; urgency=medium
109
110 * New upstream version 2017.02.07
111 (Closes: #850893, #851157, #854314, #853120)
112 * debian/upstream/signing-key.asc:
113 + Add keys for both upstream "releasers". (Addresses: #846495)
114 * debian/watch: Simplify the watch file and make it work.
115 Thanks to "user" for the warning. (Closes: #846495)
116 * debian/control:
117 + Update list of supported sites. People keep complaining that it is not
118 up-to-date.
119
120 -- Rogério Brito <rbrito@ime.usp.br> Thu, 09 Feb 2017 05:39:37 -0200
121
122 youtube-dl (2016.12.01-1) unstable; urgency=medium
123
124 [ Rogério Brito ]
125 * Revert "debian/watch: Add back pgpsigurlmangle."
126 * Imported Upstream version 2016.08.17
127 * debian/patches: Remove unneeded patches.
128
129 [ Carlos Maddela ]
130 * Tidy up cleanup rule and keep lintian happy.
131 * Rebuild with only Python 3 support. (Closes: #723990)
132 * Update Standards-Version to 3.9.8 (no changes required).
133 * Add support for zsh completion. (Closes: #816412)
134 * debian/patches:
135 + skip_support_file_installation.patch: Install support files via
136 debhelper instead of setup.py.
137 + fix_libav_compat_outdated.patch: Stop libav compatibility links from
138 being considered as genuine. (Closes: #798936)
139
140 [ Rogério Brito ]
141 * New upstream version 2016.12.01 (Closes: #753309, #781180, #841156, #840839)
142 * debian/watch:
143 + Re-enable signature checking.
144 * debian/control:
145 + Remove mplayer2 from recommends. (Closes: #841187)
146 + Rerun wrap-and-sort.
147
148 -- Rogério Brito <rbrito@ime.usp.br> Thu, 01 Dec 2016 01:18:00 -0200
149
150 youtube-dl (2016.06.25-2) unstable; urgency=medium
151
152 * The "The next upload will only support Python 3" release.
153 * debian/control:
154 + Add B-D on pandoc and zip. (Closes: #828905)
155 Thanks to Chris Lamb (for the report) and Logan Rosen from Ubuntu
156 (for a patch).
157 + Add recommends on ca-certificates. (Closes: 819759)
158 * debian/watch: Add back pgpsigurlmangle.
159
160 -- Rogério Brito <rbrito@ime.usp.br> Wed, 17 Aug 2016 07:39:54 -0300
161
162 youtube-dl (2016.06.25-1) unstable; urgency=medium
163
164 * Imported Upstream version 2016.06.25 (Closes: #824799)
165 * debian/watch:
166 + Update for version 4.
167 + Skip pgpsigurlmangle for the moment.
168 * debian/patch: Add patch to update list of supported sites
169 * debian/rules:
170 + Adapt to new upstream build system.
171 + Add commented snippet for conffile removal.
172 + Ignore tests temporarily.
173
174 -- Rogério Brito <rbrito@ime.usp.br> Sat, 25 Jun 2016 15:06:41 -0300
175
176 youtube-dl (2016.02.22-1) unstable; urgency=medium
177
178 * ACK NMU. Thanks Wookey! (Closes: #809454)
179 * Imported Upstream version 2016.02.22.
180 (Closes: #808423, #809454, #808468, #721317)
181 * debian/patches: Removed, they came from upstream.
182 * debian/control:
183 + Make all URLs use HTTPS.
184 + Update list of supported sites.
185 + The package complies with policy 3.9.7.
186
187 -- Rogério Brito <rbrito@ime.usp.br> Thu, 25 Feb 2016 00:38:12 -0300
188
189 youtube-dl (2015.11.27.1-1.1) unstable; urgency=medium
190
191 * Non-maintainer upload.
192 * Fix for youtube failure #809454
193
194 -- Wookey <wookey@debian.org> Fri, 08 Jan 2016 01:48:02 +0000
195
196 youtube-dl (2015.11.27.1-1) unstable; urgency=medium
197
198 * Imported Upstream version 2015.11.27.1 (Closes: #806559).
199
200 -- Rogério Brito <rbrito@ime.usp.br> Mon, 30 Nov 2015 01:39:56 -0200
201
202 youtube-dl (2015.11.10-1) unstable; urgency=medium
203
204 * Imported Upstream version 2015.07.21 (Closes: #735012, #736151)
205 * Imported Upstream version 2015.11.10 (Closes: #796035, #804724, #801491).
206 * debian/control:
207 + Drop really ancient Recommends to have ffprobe.
208 + Prefer ffmpeg to libav-tools in Recommends.
209 + Prefer mplayer to mplayer2 in Recommends. (Closes: #796227).
210 Note: I'm still leaving mplayer2 to ease the life of backporters.
211 + Prefer mpv to mplayer in Recommends.
212
213 -- Rogério Brito <rbrito@ime.usp.br> Wed, 11 Nov 2015 12:23:08 -0200
214
215 youtube-dl (2015.06.04.1-1) unstable; urgency=medium
216
217 * Imported Upstream version 2015.05.15 (Closes: #784322, #783093, #785335)
218 * Imported Upstream version 2015.06.04.1
219 * debian/README.source: Adapt according to changes in git-builpackage.
220 * debian/copyright:
221 + Update my copyright years.
222 + Fix lintian's dep5-copyright-license-name-not-unique.
223 * debian/gbp.conf: Change to new git-buildpackage syntax.
224 * debian/NEWS:
225 + Document that the --max-quality option is gone.
226 + Update with version to be uploaded.
227 * debian/control:
228 + Add build-dependency on dh-python as per warning from dh_python2.
229
230 -- Rogério Brito <rbrito@ime.usp.br> Sat, 13 Jun 2015 17:41:32 -0300
231
232 youtube-dl (2015.02.28-1) unstable; urgency=medium
233
234 * Imported Upstream version 2015.02.28. Closes: #778765.
235
236 -- Rogério Brito <rbrito@ime.usp.br> Sun, 01 Mar 2015 02:12:13 -0300
237
238 youtube-dl (2015.02.06-1) unstable; urgency=medium
239
240 * Imported Upstream version 2015.02.06
241 * debian/control:
242 + Update list of supported sites.
243 + Add recommends on "aria2 | wget | curl" to use the new external
244 downloaders feature.
245
246 -- Rogério Brito <rbrito@ime.usp.br> Mon, 09 Feb 2015 01:37:50 -0200
247
248 youtube-dl (2015.01.16-1) unstable; urgency=medium
249
250 * Imported Upstream version 2015.01.16. Highlight:
251 + Fix changes with Youtube changing the signature algorithm.
252
253 -- Rogério Brito <rbrito@ime.usp.br> Fri, 16 Jan 2015 16:08:59 -0200
254
255 youtube-dl (2014.12.01-1) unstable; urgency=medium
256
257 * Imported Upstream version 2014.11.21
258 * Imported Upstream version 2014.11.23
259 * Imported Upstream version 2014.12.01.
260 Closes: #771316, #769602.
261 * debian/copyright:
262 + Record the explicit provenance of public domain status.
263 Thanks Ben Finney for the patch. Closes: #770249.
264 + Fix missing-license-paragraph-in-dep5-copyright.
265
266 -- Rogério Brito <rbrito@ime.usp.br> Tue, 02 Dec 2014 21:25:47 -0200
267
268 youtube-dl (2014.10.30-1) unstable; urgency=medium
269
270 * Imported Upstream version 2014.10.30.
271 Closes: #765997, #762046.
272 * debian/control: Confirm that the package conforms to policy 3.9.6.
273
274 -- Rogério Brito <rbrito@ime.usp.br> Fri, 31 Oct 2014 18:57:02 -0200
275
276 youtube-dl (2014.08.05-1) unstable; urgency=medium
277
278 * Imported Upstream version 2014.08.05.
279 Closes: #756246, #756371, #756493.
280
281 -- Rogério Brito <rbrito@ime.usp.br> Wed, 06 Aug 2014 15:43:31 -0300
282
283 youtube-dl (2014.07.15-1) unstable; urgency=medium
284
285 * Imported Upstream version 2014.07.15. Closes: #754919.
286
287 -- Rogério Brito <rbrito@ime.usp.br> Tue, 15 Jul 2014 22:32:37 -0300
288
289 youtube-dl (2014.07.11-1) unstable; urgency=medium
290
291 * Imported Upstream version 2014.07.11.
292 Closes: #754569, #740616, #752740, #754628, #754585.
293
294 -- Rogério Brito <rbrito@ime.usp.br> Sun, 13 Jul 2014 12:31:12 -0300
295
296 youtube-dl (2014.06.19-1) unstable; urgency=medium
297
298 * debian/upstream-signing-key.asc: Add keys from upstream.
299 * Rename: debian/upstream-signing-key.asc -> debian/upstream/signing-key.asc
300 * debian/watch: Make use of the signing key from upstream.
301 * Imported Upstream version 2014.06.19. Closes: #752139.
302 * debian/changelog: Annotate with bugs being closed.
303
304 -- Rogério Brito <rbrito@ime.usp.br> Sun, 22 Jun 2014 11:53:20 -0300
305
306 youtube-dl (2014.06.07-1) unstable; urgency=medium
307
308 * Imported Upstream version 2014.06.07. Closes: #743005, #749828,
309 #746345.
310 * debian/control: Annotate with bug numbers closed by this release.
311
312 -- Rogério Brito <rbrito@ime.usp.br> Sun, 08 Jun 2014 12:39:54 -0300
313
314 youtube-dl (2014.02.17-1) unstable; urgency=medium
315
316 * The "Way too many changes release".
317 * Imported Upstream version 2013.12.23
318 * Imported Upstream version 2014.01.17.2
319 * Imported Upstream version 2014.02.17.
320 + There are too many goodies that this new release brings us,
321 including that it is possible to combine/merge/multiplex audio and
322 video formats that Youtube now offers separately (See the previous
323 notes about Youtube using DASH for video and audio).
324 .
325 Now, if you want a 480p video in H.264 format, High profile, with
326 128kbps AAC audio (this used to be Youtube's format 35), you can
327 specify format `-f 135+140` on the command-line, and so on. Only your
328 imagination is the limit.
329 + Fixes "using --list-subs triggers downloading video from vimeo".
330 Closes: #734647.
331 * debian/NEWS:
332 + Write news about new muxing feature of youtube-dl.
333 * debian/control:
334 + Massive update of supported sites in long description.
335 + Package complies with policy 3.9.5.
336
337 -- Rogério Brito <rbrito@ime.usp.br> Mon, 17 Feb 2014 19:41:53 -0300
338
339 youtube-dl (2013.12.04-1) unstable; urgency=low
340
341 * The "I still have a flu (but am getting better) release".
342 * Imported Upstream version 2013.12.04.
343 + Fixes "more youtube encrypted signature problems". Closes: #730556.
344 + Fixes "collegehumor.com - unicode encode error". Closes: #729730.
345 + Fixes listing 'youtube:search' twice in extractor list.
346 Thanks Jaime Marquínez Ferrándiz for the fix. Closes: #730730.
347 * debian/control: Update list of extractors.
348
349 -- Rogério Brito <rbrito@ime.usp.br> Thu, 05 Dec 2013 02:24:18 -0200
350
351 youtube-dl (2013.11.11-2) unstable; urgency=low
352
353 * debian/control: Add dependency on python-pkg-resources.
354 Closes: #729416. Thanks Josh Triplett.
355
356 -- Rogério Brito <rbrito@ime.usp.br> Tue, 12 Nov 2013 16:34:16 -0200
357
358 youtube-dl (2013.11.11-1) unstable; urgency=low
359
360 * Imported Upstream version 2013.11.11. Highlights:
361 + Add support for many sites (see long description of the package).
362 + Fix support for many sites (Closes: #728424).
363 + Improve support for many sites (including CNN, Youtube).
364 + Improve support for download of subtitles.
365 + Allow to download tracks marked as not 'streamable' via rtmpdump in
366 soundcloud.
367 + Avoid reencoding videos that are downloaded via HTTP Live Streaming
368 (Apple's version of DASH). These videos have to be downloaded with
369 ffmpeg (or avconv), as youtube-dl doesn't have a downloader for that
370 particular protocol.
371 .
372 See https://en.wikipedia.org/wiki/HTTP_Live_Streaming for more
373 information.
374 * debian/control: Update list of extractors.
375
376 -- Rogério Brito <rbrito@ime.usp.br> Mon, 11 Nov 2013 23:06:01 -0200
377
378 youtube-dl (2013.10.23-1) unstable; urgency=low
379
380 * Imported Upstream version 2013.10.23.
381 + Fix time display for > 60 minutes. Closes: #724834.
382 + All adult-related sites should respect the age being set via the
383 `--age-limit` option (which can be put in a global configuration file
384 under the /etc directory), thus making youtube-dl safe for Debian Edu
385 and Debian Jr. Closes: #715407.
386 + Document that the output template accepts specification of
387 downloaded formats (template: %(format)s). In particular, this:
388 - Avoids resuming downloads with different formats. Closes: #689294.
389 - Allows downloading all available formats. Closes: #643831.
390 * debian/control:
391 + Update long description with list of supported sites.
392 * debian/NEWS:
393 + Update with notes about split audio/video downloads.
394
395 -- Rogério Brito <rbrito@ime.usp.br> Fri, 25 Oct 2013 01:33:56 -0200
396
397 youtube-dl (2013.10.04-1) unstable; urgency=low
398
399 * Imported Upstream version 2013.10.04. Closes: #723592.
400
401 -- Rogério Brito <rbrito@ime.usp.br> Fri, 04 Oct 2013 09:44:46 -0300
402
403 youtube-dl (2013.10.01-1) unstable; urgency=low
404
405 * The "In a hurry release".
406 * Imported Upstream version 2013.10.01.
407 + Closes: #724321, #722343, #722298.
408
409 -- Rogério Brito <rbrito@ime.usp.br> Thu, 03 Oct 2013 01:28:58 -0300
410
411 youtube-dl (2013.08.29-1) unstable; urgency=low
412
413 * Imported Upstream version 2013.08.29. Highlights:
414 + Fix subtitle downloading. (Closes: #721257)
415 + Add/improve support cryptographic signatures of lengths 80, 82, 84,
416 86, 88 on youtube.
417 + Add/improve support for the following sites:
418 - Youtube: Add support for DASH videos. See:
419 https://en.wikipedia.org/wiki/Dynamic_Adaptive_Streaming_over_HTTP
420 - Slashdot: tv.slashdot.org
421 - News sites: CNN, NBC news, PBS.
422 - MIT sites: video.mit.edu, techtv.mit.edu
423 - Other sites: Youporn, hark.com, AddAnime, RTLnow, jeuxvideo.com,
424 VOXnow, collegehumor, the generic extractor, Vimeo, funnyordie,
425 statigram, utv.unistra.fr, canalc2.tv, XHamster, 220.ro,
426 trilulilu.ro, canalplus, appletrailers, addanime, orf.at,
427 kankan.com.
428 + Allow embedding of subtitles in mp4 videos.
429 + Allow the use to specify languages for subtitles.
430 * debian/changelog:
431 + Fix long line in the previous uploaded entry, to please lintian and
432 other tools.
433 * debian/control:
434 + Remove upper limit on the python version that we support.
435
436 -- Rogério Brito <rbrito@ime.usp.br> Thu, 29 Aug 2013 21:36:16 -0300
437
438 youtube-dl (2013.08.17-1) unstable; urgency=low
439
440 * Imported Upstream version 2013.08.17. Highlights:
441 + Add/improve support cryptographic signatures of lengths 83, 85, 86, 87,
442 89. (Closes: #719309).
443
444 Fixing the signature of the lengths listed above makes it to download
445 many music videos (including those from VEVO). For those (like me)
446 that don't know what VEVO is/was, here is a snippet from Wikipedia:
447
448 "Vevo, LLC (stylized vevo) is a joint venture music video website
449 operated by Sony Music Entertainment, Universal Music Group, Google
450 and Abu Dhabi Media with EMI licensing its content to the group
451 without taking an ownership stake."
452
453 -- Rogério Brito <rbrito@ime.usp.br> Sun, 18 Aug 2013 08:03:58 -0300
454
455 youtube-dl (2013.08.08-1) unstable; urgency=low
456
457 * Imported Upstream version 2013.08.02
458 * Imported Upstream version 2013.08.08. Highlights:
459 + Improve GenericIE for compatibility with more sites.
460 + Youtube:
461 - Add/improve support cryptographic signatures of lengths 79, 81, 83,
462 84, 85, 86, 87, 90, 92. (Closes: #718391, #717537, #716987)
463 - Support signatures with more than 2 parts.
464 - Add support for downloading recommended videos (via :ytrec)
465 - Support downloading videos from the user's "Watch Later" playlist.
466 - Add better support for "age protected videos".
467 - Add explicit support for 3D videos.
468 + Add support for:
469 - IGNE
470 - criterion.com
471 - Canalplus
472 - Livestream
473 - freesound.org
474 - thisav
475 - CondeNast
476 - ex.fm
477 - video.sina.com.cn
478 - 56.com
479 - Weibo
480 - roxwell.com
481 - kankan.com
482 - Ooyala
483 - videofy.me
484 - muzu.tv
485 + Improve support for:
486 - ComedyCentral.
487 - Instagram.
488 - MTV.
489 - Metacafe: support AnyClip videos.
490 - Soundcloud.
491 - traileraddict.
492 - keek.
493 - videos from VEVO (they just keep changing stuff to prevent people
494 downloading music videos).
495 + Fix support for:
496 - CollegeHumor.
497 - Break
498 * debian/control: Update long description with list of supported sites.
499
500 -- Rogério Brito <rbrito@ime.usp.br> Wed, 07 Aug 2013 20:40:48 -0300
501
502 youtube-dl (2013.07.10-1) unstable; urgency=low
503
504 * Imported Upstream version 2013.07.10. (Closes: #716092)
505
506 -- Rogério Brito <rbrito@ime.usp.br> Wed, 10 Jul 2013 18:53:05 -0300
507
508 youtube-dl (2013.07.02-1) unstable; urgency=low
509
510 * Imported Upstream version 2013.07.02. Highlights:
511 + Add support for hotnewhiphop.com.
512 + Add support for auengine.com.
513 + Add support for gamespot.com.
514 + Add support for RingTV.
515 + Add support for wat.tv.
516 + Add support for traileraddict.com.
517 + Add support for tu.tv.
518 + Add support for instagram.com.
519 + Improve support for encrypted signatures in Youtube.
520 + Improve support for videos from ArteTv.
521 + Minor improvements to the generic fallback information extractor.
522 + Change the default naming of videos to the template:
523 `%(title)s-%(id)s.%(ext)s`
524 * debian/control:
525 + Revise that package complies with standars version 3.9.4.
526 (No changes needed)
527
528 -- Rogério Brito <rbrito@ime.usp.br> Thu, 04 Jul 2013 10:00:59 -0300
529
530 youtube-dl (2013.06.34-1) unstable; urgency=low
531
532 * Imported Upstream version 2013.06.26
533 * Imported Upstream version 2013.06.33. Highlights:
534 + VimeoIE: allow to download password protected videos. (Closes: #523326)
535 + YoutubeIE: A lot of work for downloading VEVO videos.
536 + Add support for Statigr.am.
537 + Add support for break.com.
538 + Add support for tudou.com. (Closes: #657148)
539 + Add support for Jukebox.
540 + Add specific code for VEVO videos.
541 + Modularize the code so that each site has its code in a
542 respective file (usable as python modules, as, for instance,
543 `youtube_dl.extractor.youtube`).
544 + Modularize the code so that the downloading class is split in two:
545 - YoutubeDL is the class that coordinates everything.
546 - FileDownloader gets a filename and an info dict and downloads the
547 video.
548 + Fix downloading from Google+ videos (new URL format).
549 * Imported Upstream version 2013.06.34. Highlights:
550 + Add support for downloading automatic transcribed subtitles.
551 + Add support for downloading subtitles in WebVTT (vtt) format.
552 + Add support for Wimp.com.
553 + Add support for CSpan. (Closes: #659623)
554 + Improve support for Youtube's crypto signing fields.
555 * debian/control:
556 + Add mplayer{,2} as recommends, needed for mms:// or rtsp:// schemes.
557 + Make explicit version of Python that we require.
558 * debian/rules: Use python2 plugin with debhelper.
559 * debian/control:
560 + Make determination of python versions automatic.
561 + Fix syntax error in Depends: field.
562
563 -- Rogério Brito <rbrito@ime.usp.br> Sun, 23 Jun 2013 20:10:54 -0300
564
565 youtube-dl (2013.06.21-2) unstable; urgency=low
566
567 * debian/control:
568 + Add missing Build-Dependency on python-pkg-resources.
569 Thanks to Sven Joachim <svenjoac@gmx.de> for the hint (Closes: #713835)
570 * debian/rules:
571 + Fix misplaced README.txt.gz.
572 Thanks to Sven Joachim <svenjoac@gmx.de> for the patch (Closes: #713834)
573
574 -- Rogério Brito <rbrito@ime.usp.br> Sun, 23 Jun 2013 18:59:25 -0300
575
576 youtube-dl (2013.06.21-1) unstable; urgency=low
577
578 * New upstream version.
579 Closes: #711733, #697086, #697594, #645925, #683795, #659515.
580 * Imported Upstream version 2013.05.14
581 * debian/watch:
582 + Update to track github tags. Thanks to Bart Martens for the rewrite.
583 * debian/README.source:
584 + Update my own instructions.
585 * Imported Upstream version 2013.05.23
586 * debian/watch:
587 + Download version specific for distributors.
588 * debian/control:
589 + Bump build-dep on debhelper to >= 9.
590 * debian/compat:
591 + Use level 9 of debhelper.
592 * Imported Upstream version 2013.06.21
593 * debian/install:
594 + Remove, as we let setup.py install things. (Closes: #699043)
595 * debian/rules:
596 + Simplify rules file with use of buildsystem.
597 * debian/control:
598 + Remove B-D on pandoc.
599 + Remove B-D-I on perl.
600 + Remove obsolete DMUA flag.
601 * debian/rules:
602 + Move incorrectly (bash completion) installed file to its right place.
603 + Remove egg-info directory in the clean target.
604
605 -- Rogério Brito <rbrito@ime.usp.br> Wed, 22 May 2013 21:01:15 -0300
606
607 youtube-dl (2012.12.11-1) unstable; urgency=low
608
609 * debian/watch:
610 + Adapt to new upstream distribution scheme.
611 * Imported Upstream version 2012.12.11
612 * debian/rules:
613 + Disable new test suites. They depend on network access.
614 + Remove repackaging need: Upstream adopted a new strategy.
615 + Leave it as vanilla as possible.
616 + Simplify the build process by not calling setup.py.
617 * debian/{control,manpages,rules,youtube-dl.pod}:
618 + Use manpage from upstream.
619
620 -- Rogério Brito <rbrito@ime.usp.br> Tue, 18 Dec 2012 09:45:19 -0200
621
622 youtube-dl (2012.09.27+dfsg1-1) unstable; urgency=low
623
624 * Urgency set to high to fix an RC bug.
625 * Imported Upstream version 2012.09.27+dfsg1:
626 + Remove binaries without sources. Thanks to Ansgar Burchardt for
627 notifying me. (Closes: #689493)
628 * debian/copyright:
629 + Rewrite in Copyright Format 1.0 for readability.
630 * debian/rules:
631 + Add a `get-orig-source` target to remove binaries without sources.
632 * debian/clean:
633 + Remove `*.pyc` files due to new upstream changes.
634 * debian/watch:
635 + Adapt for mangled debian version.
636
637 -- Rogério Brito <rbrito@ime.usp.br> Sat, 17 Nov 2012 15:01:05 -0200
638
639 youtube-dl (2012.09.27-1) unstable; urgency=low
640
641 * Imported Upstream version 2012.09.27:
642 + Fixes changes in youtube that prevented youtube-dl from working.
643 Thanks Alex Wauck and Josh Triplett for notifying me of the breakage.
644 (Closes: #688997)
645 + Incorporates my patch for downloading from tube.majestyc.net.
646 (Closes: #683962)
647 * debian/patches: Remove unneeded patches.
648
649 -- Rogério Brito <rbrito@ime.usp.br> Fri, 28 Sep 2012 02:27:37 -0300
650
651 youtube-dl (2012.02.27+gita171dbf-3) unstable; urgency=low
652
653 * Add python to build-depends-indep. (Closes: #647407)
654
655 -- Rogério Brito <rbrito@ime.usp.br> Mon, 06 Aug 2012 22:11:25 -0300
656
657 youtube-dl (2012.02.27+gita171dbf-2) unstable; urgency=low
658
659 * Disable downloading from tube.majestyc.net for the moment.
660 (Closes: #683962)
661
662 -- Rogério Brito <rbrito@ime.usp.br> Sun, 05 Aug 2012 16:50:15 -0300
663
664 youtube-dl (2012.02.27+gita171dbf-1) unstable; urgency=low
665
666 * Imported Upstream version 2012.02.27+gita171dbf. Highlights:
667 + Fixes for sites changing layouts:
668 - Vimeo. Closes: #682865.
669 - blip.tv. Closes: #671167.
670 + Redirects are now supported. Closes: #597797.
671 * debian/control:
672 + Allow use of libav-tools for transcoding instead of ffmpeg.
673 + Build-Depend-Indep on zip for upstream's build system.
674 + Bump depends on python >= 2.6, for new "zipped executables".
675 * debian/rules: We now have something to make.
676 * debian/patches: Add support for tube.majestyc.net. Closes: #612586.
677
678 -- Rogério Brito <rbrito@ime.usp.br> Sun, 05 Aug 2012 01:45:05 -0300
679
680 youtube-dl (2012.02.27-1) unstable; urgency=low
681
682 * Imported Upstream version 2012.02.27. Highlights:
683 + Add support for MTV.
684 + Allow the Vimeo engine to work with embedded video URLs.
685 + Add --verbose switch option. Not documented in the manpage yet,
686 patches welcome.
687 * debian/gbp.conf: Add defaults for the git-buildpackage suite.
688 * Make debian/README.source simpler.
689 * Don't automatically sign tags with git-buildpackage.
690 * Update the manpage to cite which sites youtube-dl supports.
691 Thanks to Adrian Knoth for the patch (Closes: #657978)
692 * Update Standards-Version to 3.9.3 (no other changes).
693
694 -- Rogério Brito <rbrito@ime.usp.br> Sat, 17 Mar 2012 13:41:15 -0300
695
696 youtube-dl (2012.01.05-2) unstable; urgency=low
697
698 * debian/control: Per requests, change rtmpdump to a Recommends.
699 Thanks to Nicola Ferralis (Closes: #655036)
700
701 -- Rogério Brito <rbrito@ime.usp.br> Sat, 07 Jan 2012 22:51:17 -0200
702
703 youtube-dl (2012.01.05-1) unstable; urgency=low
704
705 * Imported Upstream version 2012.01.05. Highlights:
706 + Fixed duplicated downloads from YouTube user page.
707 + Support configuration files. (Closes: #429557).
708 + Added support for Soundcloud.
709 + Added support for InfoQ.
710 + Added support for Mixcloud.
711 + Added support for OpenClassRoom.
712 + Support aac audio in mp4 container (as .m4a files).
713 + Support wav audio output.
714 + Added --max-downloads option. Not documented in the manpage yet,
715 patches welcome.
716 + Added --prefer-free-formats option. Not documented in the manpage
717 yet, patches welcome.
718 * debian/patches: Drop patches already included upstream.
719 * debian/control: Add support for earlier versions of ffmpeg/ffprobe.
720 Thanks to Uwe Kleine-König for the suggestion. (Closes: #651060)
721 * debian/control: Update list of supported sites.
722
723 -- Rogério Brito <rbrito@ime.usp.br> Fri, 06 Jan 2012 13:48:47 -0200
724
725 youtube-dl (2011.10.19-4) unstable; urgency=low
726
727 * debian/{rules,control}:
728 + Remove build-dependency on python, as that's not really needed.
729
730 -- Rogério Brito <rbrito@ime.usp.br> Sun, 20 Nov 2011 10:22:04 -0200
731
732 youtube-dl (2011.10.19-3) unstable; urgency=low
733
734 * debian/control:
735 + Add python to B-D-Indep. Closes: #647407.
736 Thanks to Felix Geyer, Daniel T Chen, and Simon Paillard.
737 + Fix capitalization of YouTube. Closes: #649111.
738 Thanks to Filipus Klutiero.
739
740 -- Rogério Brito <rbrito@ime.usp.br> Fri, 18 Nov 2011 19:28:01 -0200
741
742 youtube-dl (2011.10.19-2) unstable; urgency=low
743
744 * Add patch to fix downloading from facebook.
745
746 -- Rogério Brito <rbrito@ime.usp.br> Sat, 22 Oct 2011 01:16:31 -0200
747
748 youtube-dl (2011.10.19-1) unstable; urgency=low
749
750 * Imported Upstream version 2011.10.19. Highlights:
751 + Added option -L to list available formats.
752 + Understand more playlist formats in youtube.
753 + Added support for CollegeHumor.
754 + Added support for xvideos.com.
755 + Added support for HD videos in vimeo.
756 * debian/control:
757 + Update short description.
758 + Mention that getting worst quality is also possible.
759 + Update list of sites in the long description.
760 + It's vcs-browseR, not vcs-browse.
761 * Update the manpage wrt the 'worst' format. Thanks Cristian Rigamonti.
762
763 -- Rogério Brito <rbrito@ime.usp.br> Tue, 18 Oct 2011 21:13:16 -0200
764
765 youtube-dl (2011.09.27-1) unstable; urgency=low
766
767 * New upstream version. Highlights:
768 + Added support for vimeo (closes: #619023).
769 + Added support for blip.tv.
770 + Added support for myvideo.de.
771 + Added support for comedycentral.
772 + Added support for "The Escapist".
773 + Added ability to download worst quality video (closes:#609328).
774 + Added ability to get available formats for a video (--get-format).
775 + Added support to extract vorbis audio with --extract-audio.
776 + New command line options: --writedescription, --write-info-json,
777 --list-extractors, --skip-download, --get-format. Not documented in
778 the manpage yet, patches welcome.
779 * debian/control:
780 + Add fields for the VCS system.
781 + cosmetics: Run wrap-and-sort to make the packaging canonical.
782 * debian/patches:
783 + Remove 01-prefer-open-formats.patch, integrated upstream.
784
785 -- Rogério Brito <rbrito@ime.usp.br> Thu, 29 Sep 2011 14:37:13 -0300
786
787 youtube-dl (2011.08.04-2) unstable; urgency=low
788
789 * debian/{clean,youtube-dl.1}: Don't keep old files hanging around.
790 * debian/control: We comply with policy 3.9.2.
791 * debian/rules: Fix references to Perl. Closes: #637107.
792 * debian/source/local-options: Set to unapply-patches.
793
794 -- Rogério Brito <rbrito@ime.usp.br> Tue, 09 Aug 2011 16:38:46 -0300
795
796 youtube-dl (2011.08.04-1) unstable; urgency=low
797
798 * Imported Upstream version 2011.08.04. Highlight:
799 + Fix changes on Youtube's side. Closes: #636611, #624139, #636547.
800 Thanks for all those that were kind enough to notify me.
801 + Includes robustness fixes for youtube videos, including a fix (dated
802 2011-02-25, which I forgot to include) to cope with videos whose IDs
803 begin with an hyphen. Closes: #632922. Sorry, Matt Kraai, for
804 forgetting about this!
805 * debian: Add a README.source file describing how the package is
806 usually made.
807
808 -- Rogério Brito <rbrito@ime.usp.br> Fri, 05 Aug 2011 12:25:55 -0300
809
810 youtube-dl (2011.02.25b-1) unstable; urgency=low
811
812 * New upstream release. Some highlights:
813 + Enable artist playlists in YoutubePlaylistIE.
814 + Add support for getting videos from Facebook.
815 + Support more common YouTube playlist URLs
816 + Extract audio from your videos using ffmpeg as a postprocessor.
817 * debian/control:
818 + Add recommends on ffmpeg.
819 + Update the list of sites supported by youtube-dl in the long
820 description.
821 * debian/patches/*:
822 + Refresh.
823
824 -- Rogério Brito <rbrito@ime.usp.br> Fri, 25 Feb 2011 20:27:47 -0300
825
826 youtube-dl (2011.01.30-2) unstable; urgency=low
827
828 * debian/control:
829 + include build-depends-indep on perl, for pod2man (not used during clean).
830 + update the build-dependency on debhelper (we use the override feature).
831 * debian/rules:
832 + generate the actual manpage from the pod source at build time.
833
834 -- Rogério Brito <rbrito@ime.usp.br> Mon, 31 Jan 2011 20:30:36 -0200
835
836 youtube-dl (2011.01.30-1) unstable; urgency=low
837
838 * New upstream release. Some highlights:
839 + options -b and -f are removed.
840 + fix progress report when continuing partial downloads.
841 + request compressed pages by default.
842 + add support for embedded youtube playlist URLs; doesn't fix #495164 yet.
843 + add option --dump-user-agent.
844 + add option --console-title.
845 + add option --no-part.
846 + add option --get-filename.
847 + set downloaded file mtime to the last-modified header, if possible.
848 + add option --no-mtime.
849 * debian/control:
850 + update dependency on python's minimum version to 2.5.
851 * debian/youtube-dl.pod:
852 + update a lot.
853
854 -- Rogério Brito <rbrito@ime.usp.br> Mon, 31 Jan 2011 00:31:09 -0200
855
856 youtube-dl (2010.12.09-1) unstable; urgency=low
857
858 * New upstream release:
859 + Use filename with suffix .part while the download is still incomplete.
860 + Add support for downloading files from depositfiles.com.
861 + Fix recent changes in youtube.com. Closes: #606537.
862 * debian/watch:
863 + Update to work with the github redirector.
864 * debian/youtube-dl.pod:
865 + Add short description on youtube.com's video formats.
866 Based on Nicola Ferralis's patch. Closes: #605311.
867 + Add description of options -A, --playlist-start, and --playlist-end
868 options. Thanks to Josh Triplett. Closes: #604983.
869 * debian/patches:
870 + refresh patch.
871
872 -- Rogério Brito <rbrito@ime.usp.br> Fri, 10 Dec 2010 10:41:25 -0200
873
874 youtube-dl (2010.11.19-1) unstable; urgency=low
875
876 * New upstream release. Highlights:
877 + Fix downloading of RTMP URL's.
878 + Added command line switch (-A) to auto-number downloads.
879 + Allow comments in batchfiles.
880 + Add option to specify the video to end at in a playlist.
881 * debian/{watch,control}:
882 + Update for the move from bitbucket to github.
883 * debian/patches:
884 + refresh patch.
885
886 -- Rogério Brito <rbrito@ime.usp.br> Thu, 25 Nov 2010 15:54:56 -0200
887
888 youtube-dl (2010.10.24-2) unstable; urgency=low
889
890 * The "I forgot to save the changelog file" release.
891 * The highlights of the new release are:
892 + Add --cookies option to allow saving cookies to disk
893 (primarily to be used with external downloaders: e.g., aria2c).
894 + Support "https" both for YouTube URLs and for login.
895 * debian/patches:
896 + refresh patch.
897
898 -- Rogério Brito <rbrito@ime.usp.br> Mon, 25 Oct 2010 03:10:07 -0200
899
900 youtube-dl (2010.10.24-1) unstable; urgency=low
901
902 * New upstream release.
903
904 -- Rogério Brito <rbrito@ime.usp.br> Mon, 25 Oct 2010 02:23:40 -0200
905
906 youtube-dl (2010.10.03-1) unstable; urgency=low
907
908 * The "upload from sunny California" release
909 * New upstream release:
910 + Downloading manually the release 2010.10.03 corresponding to
911 http://bitbucket.org/rg3/youtube-dl/changeset/190d2d0fd729
912 + Abort downloads that can't be written to the disk
913 + Fix downloading some videos from metacafe.com
914 + Try to discover the video extension from metacafe.com
915 + Allow #! in youtube urls
916 + Fix extraction of uploader nickname on dailymotion
917 + Support downloads from youtube-nocookie.com urls
918 + Code improvements in general
919 + Retry that fail with codes 5xx on youtube
920 * debian/patches/*:
921 + rename 01-add-support-to-webm.patch to 01-prefer-open-formats.patch
922 + update the patch to apply to new versions of youtube-dl
923 + re-enable the patch to give preference to webm videos
924
925 -- Rogério Brito <rbrito@ime.usp.br> Wed, 13 Oct 2010 21:58:24 -0700
926
927 youtube-dl (2010.08.04-1) unstable; urgency=low
928
929 * New upstream release:
930 + Fix metacafe.com code not working due to gdaKey again
931 + Add option (--playlist-start) to specify the initial video for playlists
932 + Put back -b option as a placeholder with a warning message
933 + Consider the file downloaded if the size differs in less than 100 bytes
934 + Reorganize request code to make it a bit more robust
935 + Properly detect YouTube error messages to print them on screen
936 * debian/control:
937 + Remove suggests on gst-p-b (>= 0.10.18.3-2)
938 + The package complies with Policy 3.9.1 without any other changes.
939 * debian/watch:
940 + Remove commented lines.
941 * debian/youtube-dl.pod:
942 + Update the manpage to include newer options.
943 + Don't mention removed options anymore. Closes: #590825, #592368.
944
945 -- Rogério Brito <rbrito@ime.usp.br> Mon, 09 Aug 2010 13:27:41 -0400
946
947 youtube-dl (2010.07.24-1) unstable; urgency=medium
948
949 * Urgency medium due to changes in the site that broke earlier versions.
950 * New upstream release:
951 + restore support for WebM formats.
952 * debian/changelog:
953 + fix entry that stated incorrect removed options. Closes: #590144.
954
955 -- Rogério Brito <rbrito@ime.usp.br> Sat, 24 Jul 2010 22:29:21 -0300
956
957 youtube-dl (2010.07.22-1) unstable; urgency=medium
958
959 * Urgency set to medium due to changes in the site
960 * New upstream release:
961 + make youtube-dl work again. Closes: #589974.
962 + removed command line options -b and -d.
963 * debian/NEWS:
964 + document the removal of command line options and the new behavior.
965 * debian/patches:
966 + disabled for the moment.
967 * debian/control:
968 + include the support of dailymotion in the long description.
969 + update the standards version to 3.9.0, with no other changes.
970
971 -- Rogério Brito <rbrito@ime.usp.br> Thu, 22 Jul 2010 18:58:29 -0300
972
973 youtube-dl (2010.07.14-1) unstable; urgency=low
974
975 * New upstream release:
976 + add preliminary support for Dailymotion videos
977 + improve support for WebM in YouTube
978 + add support for the "original" video format in YouTube
979 + add a --max-quality option
980 + add support for youtu.be URLs
981 + add fixes.
982 * debian/patches/01-add-support-to-webm.patch:
983 + update and refresh.
984
985 -- Rogério Brito <rbrito@ime.usp.br> Wed, 14 Jul 2010 22:39:54 -0300
986
987 youtube-dl (2010.06.06-1) unstable; urgency=low
988
989 * New upstream release:
990 + support for retrying connections after a 503 error
991 + argument '-' can be used with -a to indicate stdin
992 + support for webm formats
993 * debian/patches/01-add-support-to-webm.patch:
994 + remove parts applied upstream
995 + update to download webm videos based on their quality
996
997 -- Rogério Brito <rbrito@ime.usp.br> Mon, 07 Jun 2010 04:16:54 -0300
998
999 youtube-dl (2010.04.04-3) unstable; urgency=low
1000
1001 * Migrate the packaging to smaller dh(7) style.
1002 * Update the years of copyright.
1003
1004 -- Rogério Brito <rbrito@ime.usp.br> Tue, 01 Jun 2010 11:06:06 -0300
1005
1006 youtube-dl (2010.04.04-2) unstable; urgency=low
1007
1008 * Add support to webm (vp8 + vorbis) format:
1009 + debian/patches/01-add-support-to-webm.patch: the code
1010 + debian/NEWS: the documentation
1011 + debian/control: the suggests field
1012
1013 -- Rogério Brito <rbrito@ime.usp.br> Sat, 29 May 2010 13:11:43 -0300
1014
1015 youtube-dl (2010.04.04-1) unstable; urgency=low
1016
1017 * New upstream release:
1018 + allow grabbing videos from vevo.
1019 + allow download whole playlists and keep the videos numbered.
1020 + add support for new playlist style.
1021 + fix detection of multipage playlists.
1022 + insist a little bit more to grab videos from youtube.
1023 + add information extractor for video.yahoo.com.
1024 + fix cosmetic issues with rtmpdump.
1025 + add option --all-formats to grab all available formats for a given video.
1026 + add "-" (without quotes) as an alias to output videos to stdout.
1027
1028 -- Rogério Brito <rbrito@ime.usp.br> Sun, 04 Apr 2010 17:55:00 -0300
1029
1030 youtube-dl (2010.03.13-1) unstable; urgency=low
1031
1032 * New upstream release
1033 + added option to disable the status/progress updates.
1034 + fine tuned the sequence of formats searched to discover the best quality.
1035
1036 -- Rogério Brito <rbrito@ime.usp.br> Sun, 14 Mar 2010 23:33:48 -0300
1037
1038 youtube-dl (2010.02.13-1) unstable; urgency=low
1039
1040 * New upstream release
1041 + stronger parsing of URLs.
1042 + better generation of filenames.
1043 * debian/control:
1044 + include misc-depends due to debhelper.
1045 + the package is compliant with policy 3.8.4.
1046
1047 -- Rogério Brito <rbrito@ime.usp.br> Wed, 17 Feb 2010 00:19:23 -0200
1048
1049 youtube-dl (2010.01.19-1) unstable; urgency=low
1050
1051 * New upstream release. As upstream does not provide a changelog, here
1052 are the highlights:
1053 + patched to add Google Video and Photobucket support
1054 + add support for using rtmpdump
1055 + added support to download all of a user's videos!
1056 + fix detection of uploader nickname in metacafe
1057 + take format 37 into account
1058 + add self-updating code
1059 + allow empty titles because they do appear in some videos
1060 + use default values for "continuedl" and "nooverwrites" parameters
1061 + avoid using Unicode strings when forming URL requests
1062 + improve preferred encoding detection method
1063 * Remove all patches (applied upstream).
1064 * Add suggests on rtmpdump.
1065 * Shorten the short description.
1066 * Include list of sites supported in the long description.
1067
1068 -- Rogério Brito <rbrito@ime.usp.br> Tue, 26 Jan 2010 11:28:40 -0200
1069
1070 youtube-dl (2009.09.13-2) unstable; urgency=low
1071
1072 * change to "3.0 (quilt)" format.
1073 * add support for 1080p videos. Thanks Josh Triplett. Closes: #557042.
1074 * include a better manpage. Closes: #553919.
1075 * include the DMUA: yes field.
1076 * kindly reviewed by Li Daobing.
1077
1078 -- Rogério Brito <rbrito@ime.usp.br> Thu, 19 Nov 2009 11:21:36 -0200
1079
1080 youtube-dl (2009.09.13-1) unstable; urgency=low
1081
1082 * New upstream release
1083 * debian/watch:
1084 + adjust for the new upstream layout.
1085 * debian/control:
1086 + Standards-Version updated to 3.8.3. No changes needed.
1087
1088 -- Rogério Brito <rbrito@ime.usp.br> Sat, 10 Oct 2009 12:17:53 -0300
1089
1090 youtube-dl (2009.08.08-1~try01) unstable; urgency=low
1091
1092 * The current maintainer seems busy (Closes: #491616):
1093 + ability to recognize more qualities of a video.
1094 + ability to automatically find the best quality video.
1095 + ability to download entire playlists.
1096 + ability to specify various urls. (Closes: #452071)
1097 + ability to resume interrupted downloads.
1098 + many other things.
1099 * debian/copyright:
1100 + rework the file.
1101 + mention that the package is in the public domain.
1102 + include my information.
1103 + update the URL of the package.
1104 * debian/control:
1105 + add a Homepage: field.
1106 + keeping the current manpage for now.
1107 + give more details in the long description.
1108 + list me as the maintainer.
1109 + Standards-Version updated to 3.8.2.
1110 * debian/watch:
1111 + let's help with automatic updates.
1112
1113 -- Rogério Brito <rbrito@ime.usp.br> Mon, 10 Aug 2009 08:14:08 -0300
1114
1115 youtube-dl (2008.03.22-1) unstable; urgency=low
1116
1117 * New upstream release:
1118 - adds -f / --format command line option.
1119
1120 -- Robert S. Edmonds <edmonds@debian.org> Wed, 26 Mar 2008 13:19:23 -0400
1121
1122 youtube-dl (2008.03.08-1) unstable; urgency=low
1123
1124 * New upstream release:
1125 - adds -b / --best-quality command line option.
1126
1127 -- Robert S. Edmonds <edmonds@debian.org> Wed, 12 Mar 2008 14:26:04 -0400
1128
1129 youtube-dl (2008.01.24-1) unstable; urgency=low
1130
1131 * New upstream release; closes: #462427, #462428.
1132 - fixes youtube download issues.
1133
1134 -- Robert S. Edmonds <edmonds@debian.org> Thu, 24 Jan 2008 22:15:05 -0500
1135
1136 youtube-dl (2007.10.09-1) unstable; urgency=low
1137
1138 * New upstream release.
1139
1140 -- Robert S. Edmonds <edmonds@debian.org> Mon, 08 Oct 2007 19:22:33 -0400
1141
1142 youtube-dl (2007.08.24-1) unstable; urgency=low
1143
1144 * New upstream release; closes: #439363.
1145
1146 -- Robert S. Edmonds <edmonds@debian.org> Fri, 24 Aug 2007 13:54:40 -0400
1147
1148 youtube-dl (2007.06.22-1) unstable; urgency=low
1149
1150 * New upstream release:
1151 - regex update.
1152
1153 -- Robert S. Edmonds <edmonds@debian.org> Thu, 21 Jun 2007 20:42:57 -0400
1154
1155 youtube-dl (2007.06.06-1) unstable; urgency=low
1156
1157 * New upstream release:
1158 - "--title-too" command line option to print the video's title.
1159
1160 -- Robert S. Edmonds <edmonds@debian.org> Thu, 07 Jun 2007 01:04:01 -0400
1161
1162 youtube-dl (2007.03.27-1) unstable; urgency=low
1163
1164 * New upstream release:
1165 - Progress meter.
1166 - "--literal" command line option to use the video title in the filename.
1167 - "--get-url" command line option to print the real video URL.
1168
1169 -- Robert S. Edmonds <edmonds@debian.org> Mon, 2 Apr 2007 21:46:56 -0400
1170
1171 youtube-dl (2007.02.18-1) unstable; urgency=low
1172
1173 * New upstream release:
1174 - Diction.
1175 - Catches socket errors.
1176
1177 -- Robert S. Edmonds <edmonds@debian.org> Tue, 20 Feb 2007 13:57:32 -0500
1178
1179 youtube-dl (2007.01.19-1) unstable; urgency=low
1180
1181 * New upstream release, closes: #406146.
1182
1183 -- Robert S. Edmonds <edmonds@debian.org> Sun, 28 Jan 2007 17:41:44 -0500
1184
1185 youtube-dl (2006.12.07-1) unstable; urgency=low
1186
1187 * New upstream release:
1188 - Use -t to name the downloaded file after the title, closes: #395184.
1189 - Parses URLs without a leading "http://", closes: #400321.
1190
1191 -- Robert S. Edmonds <edmonds@debian.org> Sun, 10 Dec 2006 13:52:36 -0500
1192
1193 youtube-dl (2006.11.12-1) unstable; urgency=low
1194
1195 * New upstream release.
1196
1197 -- Robert S. Edmonds <edmonds@debian.org> Sat, 25 Nov 2006 16:12:03 -0500
1198
1199 youtube-dl (2006.09.25-1) unstable; urgency=low
1200
1201 * New upstream release.
1202 * python >= 2.4 is now required.
1203
1204 -- Robert S. Edmonds <edmonds@debian.org> Wed, 27 Sep 2006 17:43:07 -0400
1205
1206 youtube-dl (2006.08.28-1) unstable; urgency=low
1207
1208 * Initial release, closes: #385748.
1209
1210 -- Robert S. Edmonds <edmonds@debian.org> Sun, 3 Sep 2006 19:43:27 -0400
1211