lp:ubuntu/saucy/youtube-dl

Created by James Westby and last modified
Get this branch:
bzr branch lp:ubuntu/saucy/youtube-dl
Members of Ubuntu branches can upload to this branch. Log in for directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Ubuntu branches
Status:
Development

Recent revisions

51. By Rogério Theodoro de Brito

* Imported Upstream version 2013.08.29. Highlights:
  + Fix subtitle downloading. (Closes: #721257)
  + Add/improve support cryptographic signatures of lengths 80, 82, 84,
    86, 88 on youtube.
  + Add/improve support for the following sites:
    - Youtube: Add support for DASH videos. See:
      https://en.wikipedia.org/wiki/Dynamic_Adaptive_Streaming_over_HTTP
    - Slashdot: tv.slashdot.org
    - News sites: CNN, NBC news, PBS.
    - MIT sites: video.mit.edu, techtv.mit.edu
    - Other sites: Youporn, hark.com, AddAnime, RTLnow, jeuxvideo.com,
      VOXnow, collegehumor, the generic extractor, Vimeo, funnyordie,
      statigram, utv.unistra.fr, canalc2.tv, XHamster, 220.ro,
      trilulilu.ro, canalplus, appletrailers, addanime, orf.at,
      kankan.com.
  + Allow embedding of subtitles in mp4 videos.
  + Allow the use to specify languages for subtitles.
* debian/changelog:
  + Fix long line in the previous uploaded entry, to please lintian and
    other tools.
* debian/control:
  + Remove upper limit on the python version that we support.

50. By Rogério Theodoro de Brito

* Imported Upstream version 2013.08.17. Highlights:
  + Add/improve support cryptographic signatures of lengths 83, 85, 86, 87, 89.
    (Closes: #719309).

  Fixing the signature of the lengths listed above makes it to download
  many music videos (including those from VEVO). For those (like me)
  that don't know what VEVO is/was, here is a snippet from Wikipedia:

  "Vevo, LLC (stylized vevo) is a joint venture music video website
  operated by Sony Music Entertainment, Universal Music Group, Google
  and Abu Dhabi Media with EMI licensing its content to the group
  without taking an ownership stake."

49. By Rogério Theodoro de Brito

Imported Upstream version 2013.07.10. (Closes: #716092)

48. By Rogério Theodoro de Brito

* Imported Upstream version 2013.07.02. Highlights:
  + Add support for hotnewhiphop.com.
  + Add support for auengine.com.
  + Add support for gamespot.com.
  + Add support for RingTV.
  + Add support for wat.tv.
  + Add support for traileraddict.com.
  + Add support for tu.tv.
  + Add support for instagram.com.
  + Improve support for encrypted signatures in Youtube.
  + Improve support for videos from ArteTv.
  + Minor improvements to the generic fallback information extractor.
  + Change the default naming of videos to the template:
    `%(title)s-%(id)s.%(ext)s`
* debian/control:
  + Revise that package complies with standars version 3.9.4.
    (No changes needed)

47. By Rogério Theodoro de Brito

* Imported Upstream version 2013.06.26
* Imported Upstream version 2013.06.33. Highlights:
  + VimeoIE: allow to download password protected videos. (Closes: #523326)
  + YoutubeIE: A lot of work for downloading VEVO videos.
  + Add support for Statigr.am.
  + Add support for break.com.
  + Add support for tudou.com. (Closes: #657148)
  + Add support for Jukebox.
  + Add specific code for VEVO videos.
  + Modularize the code so that each site has its code in a
    respective file (usable as python modules, as, for instance,
    `youtube_dl.extractor.youtube`).
  + Modularize the code so that the downloading class is split in two:
    - YoutubeDL is the class that coordinates everything.
    - FileDownloader gets a filename and an info dict and downloads the
      video.
  + Fix downloading from Google+ videos (new URL format).
* Imported Upstream version 2013.06.34. Highlights:
  + Add support for downloading automatic transcribed subtitles.
  + Add support for downloading subtitles in WebVTT (vtt) format.
  + Add support for Wimp.com.
  + Add support for CSpan. (Closes: #659623)
  + Improve support for Youtube's crypto signing fields.
* debian/control:
  + Add mplayer{,2} as recommends, needed for mms:// or rtsp:// schemes.
  + Make explicit version of Python that we require.
* debian/rules: Use python2 plugin with debhelper.
* debian/control:
  + Make determination of python versions automatic.
  + Fix syntax error in Depends: field.

46. By Rogério Theodoro de Brito

* debian/control:
  + Add missing Build-Dependency on python-pkg-resources.
    Thanks to Sven Joachim <email address hidden> for the hint (Closes: #713835)
* debian/rules:
  + Fix misplaced README.txt.gz.
    Thanks to Sven Joachim <email address hidden> for the patch (Closes: #713834)

45. By Dmitry Shachnev

Build-depend on python-pkg-resources, to fix a build failure.

44. By Rogério Theodoro de Brito

* New upstream version.
  Closes: #711733, #697086, #697594, #645925, #683795, #659515.
* Imported Upstream version 2013.05.14
* debian/watch:
  + Update to track github tags. Thanks to Bart Martens for the rewrite.
* debian/README.source:
  + Update my own instructions.
* Imported Upstream version 2013.05.23
* debian/watch:
  + Download version specific for distributors.
* debian/control:
  + Bump build-dep on debhelper to >= 9.
* debian/compat:
  + Use level 9 of debhelper.
* Imported Upstream version 2013.06.21
* debian/install:
  + Remove, as we let setup.py install things. (Closes: #699043)
* debian/rules:
  + Simplify rules file with use of buildsystem.
* debian/control:
  + Remove B-D on pandoc.
  + Remove B-D-I on perl.
  + Remove obsolete DMUA flag.
* debian/rules:
  + Move incorrectly (bash completion) installed file to its right place.
  + Remove egg-info directory in the clean target.

43. By Rogério Theodoro de Brito

* Urgency set to high to fix an RC bug.
* Imported Upstream version 2012.09.27+dfsg1:
   + Remove binaries without sources. Thanks to Ansgar Burchardt for
     notifying me. (Closes: #689493)
* debian/copyright:
  + Rewrite in Copyright Format 1.0 for readability.
* debian/rules:
  + Add a `get-orig-source` target to remove binaries without sources.
* debian/clean:
  + Remove `*.pyc` files due to new upstream changes.
* debian/watch:
  + Adapt for mangled debian version.

42. By Rogério Theodoro de Brito

* Imported Upstream version 2012.09.27:
  + Fixes changes in youtube that prevented youtube-dl from working.
    Thanks Alex Wauck and Josh Triplett for notifying me of the breakage.
    (Closes: #688997)
  + Incorporates my patch for downloading from tube.majestyc.net.
    (Closes: #683962)
* debian/patches: Remove unneeded patches.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
This branch contains Public information 
Everyone can see this information.

Subscribers