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