From 2b11530bdbd2207dd1c720365e49186bf8e92946 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Fri, 30 Jan 2015 03:01:18 +0100 Subject: [PATCH 001/139] Replace documentation.html with README.md This allows us to have all the current documentation in one place. Closes #4817. --- documentation.html | 100 +-------------------------------------------- index.html | 2 +- 2 files changed, 3 insertions(+), 99 deletions(-) diff --git a/documentation.html b/documentation.html index e0efc0fc6..0eb9d8023 100644 --- a/documentation.html +++ b/documentation.html @@ -2,102 +2,6 @@ -youtube-dl: Documentation - + - - - - - -
youtube-dlDocumentation
- -
-

Index

- - -
- -

Getting started

- -

In Windows save the exe version somewhere (in your PATH if you want to run it simply as youtube-dl) and run it from the command line.

- -

In Unix, download it, give it execution permission and copy it to one of the PATH directories (typically, /usr/local/bin).

- -

To update, simply call youtube-dl -U, we recommend to do it often.

- -

After that, you should be able to call it from the command line as youtube-dl. I will use youtube-dl in the following examples. Usage instructions are easy. Use youtube-dl followed by a video URL or identifier. Example: youtube-dl "http://www.youtube.com/watch?v=foobar". The video will be saved to the file foobar.flv in that example. As YouTube.com videos are usually in Flash Video format, their extension should be flv. In Linux and other unices, video players using a recent version of ffmpeg can play them. That includes VLC, MPlayer, etc. Those two work under Windows and other platforms, but you could also get a specific FLV player of your taste.

- -

If you try to run the program and you receive an error message containing the keyword SyntaxError near the end, it means your Python interpreter is too old, remember that youtube-dl need Python version 2.6, 2.7, or 3.2+.

- -

More usage tips

- -

The program is usually invoked as youtube-dl followed by options and the video URLs. Listing all the options here would make this text too long, so you can run youtube-dl --help and get a summary of them. From that point on you can start experimenting with the different options yourself. The most common ones are -t (or -l) to include the video title in the file name. Also, the -o option can specify the output file name and path. It allows special character sequences that can be used as templates to be replaced. See the "Output template" section for more details.

- -

Some YouTube videos are served using Adobe's proprietary RTMP protocol, which imposes DRM restrictions and encrypts the connection. youtube-dl is not able to download these videos by itself. However, it will attempt to use the rtmpdump program, if it's installed in your system, to download these videos.

- -

Frequently Asked Questions

- -

The Frequently Asked Questions documentation chapter contains answers to some common questions that pop up in my e-mail and in the issue tracker. Be sure to check it before reporting problems.

- -

Supported sites

- -

-youtube-dl can download videos from not only YouTube, but over 500 different services. -For a complete list, see the Supported sites pages or execute youtube-dl --extractor-descriptions. -

- -

Proxy support

- -

youtube-dl supports downloading videos through a proxy, by setting the http_proxy environment variable to the proxy URL, as in http://proxy_machine_name:port/.

- -

YouTube Video

- -

Using the -f option and other related options, you can specify the video format to be downloaded. Add the -F option to see all valid formats. If you have an order of preference other than best quality, specify the formats separating them with slashes: -f 22/17/18. You can also pass in an extension, like -f mp4/webm.

- -

Output template

- -

The -o option allows users to indicate a template for the output file names. The basic usage is not to set any template arguments when downloading a single file, like in youtube-dl -o funny_video.flv "http://some/video". However, it may contain special sequences that will be replaced when downloading each video. The special sequences have the format %(NAME)s. To clarify, that's a percent symbol followed by a name in parenthesis, followed by a lowercase S. Allowed names are:

- - - -

The current default template is %(id)s.%(ext)s, but that will be switchted to %(title)s-%(id)s.%(ext)s (which can be requested with -t at the moment).

- -

In some cases, you don't want special characters such as 中, spaces, or &, such as when transferring the downloaded filename to a Windows system or the filename through an 8bit-unsafe channel. In these cases, add the --restrict-filenames flag to get a shorter title:

- -

$ youtube-dl --get-filename -o "%(title)s.%(ext)s" BaW_jenozKc -youtube-dl test video ''_ä↭𝕐.mp4    # All kinds of weird characters -$ youtube-dl --get-filename -o "%(title)s.%(ext)s" BaW_jenozKc --restrict-filenames -youtube-dl_test_video_.mp4          # A simple file name

- -

Configuration

- -

-You can configure youtube-dl by placing default arguments (such as --extract-audio --no-mtime to always extract the audio and not copy the mtime) into /etc/youtube-dl.conf and/or ~/.config/youtube-dl.conf (%APPDATA%\youtube-dl\config.txt and C:\Users\<Yourname>\youtube-dl.conf on Windows). Arguments in these files may be written across multiple lines, and any line beginning with the # character will be treated as a comment. -

- -
- -Creative Commons License
-Copyright © 2006-2015 Ricardo Garcia Gonzalez
- - + \ No newline at end of file diff --git a/index.html b/index.html index d977e720c..b6f5a9936 100644 --- a/index.html +++ b/index.html @@ -17,7 +17,7 @@

youtube-dl is a small command-line program to download videos from YouTube.com and a few more sites. It requires the Python interpreter (2.6, 2.7, or 3.2+), and it is not platform specific. We also provide a Windows executable that includes Python. youtube-dl should work in your Unix box, in Windows or in Mac OS X. It is released to the public domain, which means you can modify it, redistribute it or use it however you like.

- + From eb0846f1f00392ae2359e4b6f0daeb3138496dbd Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Fri, 30 Jan 2015 04:02:43 +0100 Subject: [PATCH 002/139] release 2015.01.30.1 --- download.html | 18 +++++++++--------- supportedsites.html | 9 ++++++++- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 50 insertions(+), 14 deletions(-) diff --git a/download.html b/download.html index 7041d16e3..db97b7de8 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

Remember youtube-dl requires Python version 2.6, 2.7, or 3.2+ to work.

-

2015.01.25 (sig)

+

2015.01.30.1 (sig)

- Windows exe (sig - 8a55c8d0cc2788b025efbf6c71e015f393cf33194114c3bdfd744235b34fae8c)
- Full source + docs + binary tarball (sig - f5345af6eba6f0f76cbddf920d311bc6e169cc07b58eeaa0295a7fc4bab587e7) + Windows exe (sig - 001993cef1c20bbfd4419224a325726a5d210d12e409103b37f7874a6f49abb5)
+ Full source + docs + binary tarball (sig - 334faa820c9df56f6b33dcc480cfee540906a7347d6c860da2893362aaeab3e6)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2015.01.25/youtube-dl -o /usr/local/bin/youtube-dl
+sudo curl https://yt-dl.org/downloads/2015.01.30.1/youtube-dl -o /usr/local/bin/youtube-dl
sudo chmod a+x /usr/local/bin/youtube-dl

If you do not have curl, you can alternatively use a recent wget: -sudo wget https://yt-dl.org/downloads/2015.01.25/youtube-dl -O /usr/local/bin/youtube-dl
+sudo wget https://yt-dl.org/downloads/2015.01.30.1/youtube-dl -O /usr/local/bin/youtube-dl
sudo chmod a+x /usr/local/bin/youtube-dl

@@ -53,7 +53,7 @@ See the pypi page for more

To check the signature, type: -sudo wget https://yt-dl.org/downloads/2015.01.25/youtube-dl.sig -O youtube-dl.sig
gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
rm youtube-dl.sig
+sudo wget https://yt-dl.org/downloads/2015.01.30.1/youtube-dl.sig -O youtube-dl.sig
gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
rm youtube-dl.sig

The following GPG keys will be used to sign the binaries and the git tags:

diff --git a/supportedsites.html b/supportedsites.html index dca67e293..50489d6b1 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -36,6 +36,8 @@
  • anitube.se
  • AnySex
  • Aparat
  • +
  • AppleDailyAnimationNews
  • +
  • AppleDailyRealtimeNews
  • AppleTrailers
  • archive.org: archive.org videos
  • ARD
  • @@ -103,12 +105,14 @@
  • Crunchyroll
  • crunchyroll:playlist
  • CSpan: C-SPAN
  • +
  • CtsNews
  • culturebox.francetvinfo.fr
  • dailymotion
  • dailymotion:playlist
  • dailymotion:user
  • daum.net
  • DBTV
  • +
  • DctpTv
  • DeezerPlaylist
  • defense.gouv.fr
  • Discovery
  • @@ -276,6 +280,8 @@
  • Netzkino
  • Newgrounds
  • Newstube
  • +
  • NextMedia
  • +
  • NextMediaActionNews
  • nfb: National Film Board of Canada
  • nfl.com
  • nhl.com
  • @@ -389,7 +395,7 @@
  • Sport5
  • SportBox
  • SportDeutschland
  • -
  • SRMediathek: Süddeutscher Rundfunk
  • +
  • SRMediathek: Saarländischer Rundfunk
  • stanfordoc: Stanford Open ClassRoom
  • Steam
  • streamcloud.eu
  • @@ -523,6 +529,7 @@
  • XNXX
  • XTube
  • XTubeUser: XTube user profile
  • +
  • Xuite
  • XVideos
  • XXXYMovies
  • Yahoo: Yahoo screen and movies
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index eec5d5b98..d80bb7117 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2015.01.25 \ No newline at end of file +2015.01.30.1 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 478658c24..399cb7ea7 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -3,7 +3,7 @@ youtube-dl releases https://yt-dl.org/feed/youtube-dl-updates-feed - 2015-01-25T21:56:30.200300Z + 2015-01-30T04:02:36.113724Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -7355,4 +7355,19 @@ 2015-01-25T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.01.30.1 + New version 2015.01.30.1 + + +
    + Downloads available at https://yt-dl.org/downloads/2015.01.30.1/ +
    +
    + + The youtube-dl maintainers + + 2015-01-30T00:00:01Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 3b6e8d44f..15cafa584 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2015.01.25", - "signature": "503294f719e64e51c7431b9afe25572d6826047fdcf36180291cd9811746e63fb2704595015df09f56b936cee4c8eb1007e0b57cc9c71c1620c767f32502eb4adaa41ab29330422c8b8557afd819fbbcc4eb9c639c3b17ccc7ee3370cf14b42f745f0b2e8ce04d8eecc0989c021b84a0e627cc93f3daa719bf0382418c3895fd", + "latest": "2015.01.30.1", + "signature": "6465fafc44a7df3a9d820f0d543a69db6e225376ef00c57063bd8433a7233d4fd2d2b1c34d590f587d00b3ebb73c12daf110509bf79e5a0748bad7fe88591feba5e2381daffee01cb38ed413c26535b935917ce799bd9642f562a2a3b7f8d96dfee9df204467a7d2405df473251b5611bff55e1491867c29f481235e0e5eb000", "versions": { "2012.02.22": { "bin": [ @@ -6867,6 +6867,20 @@ "https://yt-dl.org/downloads/2015.01.25/youtube-dl-2015.01.25.tar.gz", "f5345af6eba6f0f76cbddf920d311bc6e169cc07b58eeaa0295a7fc4bab587e7" ] + }, + "2015.01.30.1": { + "bin": [ + "https://yt-dl.org/downloads/2015.01.30.1/youtube-dl", + "d2c83c28a94d509ad6b49c963d2208539ee7575df92f747b3ee1ee1fbc85cec6" + ], + "exe": [ + "https://yt-dl.org/downloads/2015.01.30.1/youtube-dl.exe", + "001993cef1c20bbfd4419224a325726a5d210d12e409103b37f7874a6f49abb5" + ], + "tar": [ + "https://yt-dl.org/downloads/2015.01.30.1/youtube-dl-2015.01.30.1.tar.gz", + "334faa820c9df56f6b33dcc480cfee540906a7347d6c860da2893362aaeab3e6" + ] } } } \ No newline at end of file From 00ea5a500da380c6d0fbddb724ed10d54435aefe Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Fri, 30 Jan 2015 04:49:09 +0100 Subject: [PATCH 003/139] release 2015.01.30.2 --- download.html | 18 +++++++++--------- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 4 files changed, 42 insertions(+), 13 deletions(-) diff --git a/download.html b/download.html index db97b7de8..c57738830 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

    Remember youtube-dl requires Python version 2.6, 2.7, or 3.2+ to work.

    -

    2015.01.30.1 (sig)

    +

    2015.01.30.2 (sig)

      -
    • MD5: fc609bae157c4eece7ecacc723fc0361
    • -
    • SHA1: 50ed9836ec1351c923cdebd20b38acbe3d77fb76
    • -
    • SHA256: d2c83c28a94d509ad6b49c963d2208539ee7575df92f747b3ee1ee1fbc85cec6
    • +
    • MD5: 16c719fe3467d44c718ae49a6945774b
    • +
    • SHA1: 97b4f55d838a6e2a926a5642f866b203614f7076
    • +
    • SHA256: 629bbca75c64531ba0dc812dfbc22668f5b424db97973eb88e7ec3251b619442

    - Windows exe (sig - 001993cef1c20bbfd4419224a325726a5d210d12e409103b37f7874a6f49abb5)
    - Full source + docs + binary tarball (sig - 334faa820c9df56f6b33dcc480cfee540906a7347d6c860da2893362aaeab3e6) + Windows exe (sig - 02551d0fab2df16a5a043f340251093e105ad8b6301d166de18009cadf5b10e9)
    + Full source + docs + binary tarball (sig - 95268ab14425c5ab1d13b338400d9611f0b06d64812c7ed44c2c3e4c8ae8d503)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2015.01.30.1/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2015.01.30.2/youtube-dl -o /usr/local/bin/youtube-dl
    sudo chmod a+x /usr/local/bin/youtube-dl

    If you do not have curl, you can alternatively use a recent wget: -sudo wget https://yt-dl.org/downloads/2015.01.30.1/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2015.01.30.2/youtube-dl -O /usr/local/bin/youtube-dl
    sudo chmod a+x /usr/local/bin/youtube-dl

    @@ -53,7 +53,7 @@ See the pypi page for more

    To check the signature, type: -sudo wget https://yt-dl.org/downloads/2015.01.30.1/youtube-dl.sig -O youtube-dl.sig
    gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
    rm youtube-dl.sig
    +sudo wget https://yt-dl.org/downloads/2015.01.30.2/youtube-dl.sig -O youtube-dl.sig
    gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
    rm youtube-dl.sig

    The following GPG keys will be used to sign the binaries and the git tags:

    diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index d80bb7117..953dfdd41 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2015.01.30.1 \ No newline at end of file +2015.01.30.2 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 399cb7ea7..63f3b8f45 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -3,7 +3,7 @@ youtube-dl releases https://yt-dl.org/feed/youtube-dl-updates-feed - 2015-01-30T04:02:36.113724Z + 2015-01-30T04:48:57.738650Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -7370,4 +7370,19 @@ 2015-01-30T00:00:01Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.01.30.2 + New version 2015.01.30.2 + + +
    + Downloads available at https://yt-dl.org/downloads/2015.01.30.2/ +
    +
    + + The youtube-dl maintainers + + 2015-01-30T00:00:02Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 15cafa584..9688517a2 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2015.01.30.1", - "signature": "6465fafc44a7df3a9d820f0d543a69db6e225376ef00c57063bd8433a7233d4fd2d2b1c34d590f587d00b3ebb73c12daf110509bf79e5a0748bad7fe88591feba5e2381daffee01cb38ed413c26535b935917ce799bd9642f562a2a3b7f8d96dfee9df204467a7d2405df473251b5611bff55e1491867c29f481235e0e5eb000", + "latest": "2015.01.30.2", + "signature": "62ab3f2be20254b4935cf8315dcf135a9a55dba2eb07f85ec96f695db0166115c527fbdd72328cd0bf16261b403834de1ff7e413daa69c50f93e7158bd000881e94f26c054a27ca0e191c4f23a0f9979b73852b524e47e270bd568d7b1c8a5965d14df758128ca16fa85df5d99aeca7dbbffc001ddefb9d6d3f7fd25bd9c349e", "versions": { "2012.02.22": { "bin": [ @@ -6881,6 +6881,20 @@ "https://yt-dl.org/downloads/2015.01.30.1/youtube-dl-2015.01.30.1.tar.gz", "334faa820c9df56f6b33dcc480cfee540906a7347d6c860da2893362aaeab3e6" ] + }, + "2015.01.30.2": { + "bin": [ + "https://yt-dl.org/downloads/2015.01.30.2/youtube-dl", + "629bbca75c64531ba0dc812dfbc22668f5b424db97973eb88e7ec3251b619442" + ], + "exe": [ + "https://yt-dl.org/downloads/2015.01.30.2/youtube-dl.exe", + "02551d0fab2df16a5a043f340251093e105ad8b6301d166de18009cadf5b10e9" + ], + "tar": [ + "https://yt-dl.org/downloads/2015.01.30.2/youtube-dl-2015.01.30.2.tar.gz", + "95268ab14425c5ab1d13b338400d9611f0b06d64812c7ed44c2c3e4c8ae8d503" + ] } } } \ No newline at end of file From 6169a90659d7dddc9bcff78ea7b2b6a5b1731399 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Mon, 2 Feb 2015 01:56:28 +0100 Subject: [PATCH 004/139] release 2015.02.02 --- download.html | 18 +++++++++--------- supportedsites.html | 1 + update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 43 insertions(+), 13 deletions(-) diff --git a/download.html b/download.html index c57738830..37485fa8f 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

    Remember youtube-dl requires Python version 2.6, 2.7, or 3.2+ to work.

    -

    2015.01.30.2 (sig)

    +

    2015.02.02 (sig)

      -
    • MD5: 16c719fe3467d44c718ae49a6945774b
    • -
    • SHA1: 97b4f55d838a6e2a926a5642f866b203614f7076
    • -
    • SHA256: 629bbca75c64531ba0dc812dfbc22668f5b424db97973eb88e7ec3251b619442
    • +
    • MD5: c330624a3274ef6166f0d0b150454152
    • +
    • SHA1: b3ef99670c3f578ecb46e12d985ce66fe1da7de5
    • +
    • SHA256: 900aa306fab5095badd48367396bb275bbe1b325c08460a17a733cefaa8cb1c1

    - Windows exe (sig - 02551d0fab2df16a5a043f340251093e105ad8b6301d166de18009cadf5b10e9)
    - Full source + docs + binary tarball (sig - 95268ab14425c5ab1d13b338400d9611f0b06d64812c7ed44c2c3e4c8ae8d503) + Windows exe (sig - 7b4e9a9f26a19f0fedbc51a9530570f7d55d57f91806d91f03e9b83784474d9d)
    + Full source + docs + binary tarball (sig - 4345db5df01e69b009f568a3caa4a89bd4e3b2142a65110bc0402d06ebffbe6f)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2015.01.30.2/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2015.02.02/youtube-dl -o /usr/local/bin/youtube-dl
    sudo chmod a+x /usr/local/bin/youtube-dl

    If you do not have curl, you can alternatively use a recent wget: -sudo wget https://yt-dl.org/downloads/2015.01.30.2/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2015.02.02/youtube-dl -O /usr/local/bin/youtube-dl
    sudo chmod a+x /usr/local/bin/youtube-dl

    @@ -53,7 +53,7 @@ See the pypi page for more

    To check the signature, type: -sudo wget https://yt-dl.org/downloads/2015.01.30.2/youtube-dl.sig -O youtube-dl.sig
    gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
    rm youtube-dl.sig
    +sudo wget https://yt-dl.org/downloads/2015.02.02/youtube-dl.sig -O youtube-dl.sig
    gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
    rm youtube-dl.sig

    The following GPG keys will be used to sign the binaries and the git tags:

    diff --git a/supportedsites.html b/supportedsites.html index 50489d6b1..d78527659 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -285,6 +285,7 @@
  • nfb: National Film Board of Canada
  • nfl.com
  • nhl.com
  • +
  • nhl.com:news: NHL news
  • nhl.com:videocenter: NHL videocenter category
  • niconico: ニコニコ動画
  • NiconicoPlaylist
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 953dfdd41..097e29548 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2015.01.30.2 \ No newline at end of file +2015.02.02 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 63f3b8f45..c3e1972ae 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -3,7 +3,7 @@ youtube-dl releases https://yt-dl.org/feed/youtube-dl-updates-feed - 2015-01-30T04:48:57.738650Z + 2015-02-02T01:56:26.931931Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -7385,4 +7385,19 @@ 2015-01-30T00:00:02Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.02.02 + New version 2015.02.02 + + +
    + Downloads available at https://yt-dl.org/downloads/2015.02.02/ +
    +
    + + The youtube-dl maintainers + + 2015-02-02T00:00:00Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 9688517a2..efdc07be9 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2015.01.30.2", - "signature": "62ab3f2be20254b4935cf8315dcf135a9a55dba2eb07f85ec96f695db0166115c527fbdd72328cd0bf16261b403834de1ff7e413daa69c50f93e7158bd000881e94f26c054a27ca0e191c4f23a0f9979b73852b524e47e270bd568d7b1c8a5965d14df758128ca16fa85df5d99aeca7dbbffc001ddefb9d6d3f7fd25bd9c349e", + "latest": "2015.02.02", + "signature": "599d3fb35eacc6ffc88ad949b8753b10cd409fd5c67f75d04ded2b26e4bf83ae70be053d2ff0b7805662ded51a49289edf212272778278f224352ce8b50360ba45e4b164237f7b243c3ababa02a8bc0f8fce94b20bcc2221aa674e78ba2be7188ac4d83368acc16d29f88a04435096338b22ca091c1100552a7c3b039f59a47d", "versions": { "2012.02.22": { "bin": [ @@ -6895,6 +6895,20 @@ "https://yt-dl.org/downloads/2015.01.30.2/youtube-dl-2015.01.30.2.tar.gz", "95268ab14425c5ab1d13b338400d9611f0b06d64812c7ed44c2c3e4c8ae8d503" ] + }, + "2015.02.02": { + "bin": [ + "https://yt-dl.org/downloads/2015.02.02/youtube-dl", + "900aa306fab5095badd48367396bb275bbe1b325c08460a17a733cefaa8cb1c1" + ], + "exe": [ + "https://yt-dl.org/downloads/2015.02.02/youtube-dl.exe", + "7b4e9a9f26a19f0fedbc51a9530570f7d55d57f91806d91f03e9b83784474d9d" + ], + "tar": [ + "https://yt-dl.org/downloads/2015.02.02/youtube-dl-2015.02.02.tar.gz", + "4345db5df01e69b009f568a3caa4a89bd4e3b2142a65110bc0402d06ebffbe6f" + ] } } } \ No newline at end of file From 683d41296c7806ab218d48f9901de22930b36bd8 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Mon, 2 Feb 2015 22:14:05 +0100 Subject: [PATCH 005/139] release 2015.02.02.2 --- download.html | 18 +++++++++--------- supportedsites.html | 4 +++- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 45 insertions(+), 14 deletions(-) diff --git a/download.html b/download.html index 37485fa8f..e9764e680 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

    Remember youtube-dl requires Python version 2.6, 2.7, or 3.2+ to work.

    -

    2015.02.02 (sig)

    +

    2015.02.02.2 (sig)

      -
    • MD5: c330624a3274ef6166f0d0b150454152
    • -
    • SHA1: b3ef99670c3f578ecb46e12d985ce66fe1da7de5
    • -
    • SHA256: 900aa306fab5095badd48367396bb275bbe1b325c08460a17a733cefaa8cb1c1
    • +
    • MD5: e9562c512241e8d31225a75edfad22b5
    • +
    • SHA1: add806a20d95f4c7b167396346fee6c984ee6ad9
    • +
    • SHA256: ccc5ff176eef9570e11818a0466c967a03df982b993bf475fcf3b67050457cd1

    - Windows exe (sig - 7b4e9a9f26a19f0fedbc51a9530570f7d55d57f91806d91f03e9b83784474d9d)
    - Full source + docs + binary tarball (sig - 4345db5df01e69b009f568a3caa4a89bd4e3b2142a65110bc0402d06ebffbe6f) + Windows exe (sig - 59356fbfb5c72e19d94e36a79a7302e5f14a07ef03c6681cee0da24afdd5db5a)
    + Full source + docs + binary tarball (sig - 02f24d7f4554449a64d9372edb5158dacf438220e434f70507ef9e1bd86e20ad)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2015.02.02/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2015.02.02.2/youtube-dl -o /usr/local/bin/youtube-dl
    sudo chmod a+x /usr/local/bin/youtube-dl

    If you do not have curl, you can alternatively use a recent wget: -sudo wget https://yt-dl.org/downloads/2015.02.02/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2015.02.02.2/youtube-dl -O /usr/local/bin/youtube-dl
    sudo chmod a+x /usr/local/bin/youtube-dl

    @@ -53,7 +53,7 @@ See the pypi page for more

    To check the signature, type: -sudo wget https://yt-dl.org/downloads/2015.02.02/youtube-dl.sig -O youtube-dl.sig
    gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
    rm youtube-dl.sig
    +sudo wget https://yt-dl.org/downloads/2015.02.02.2/youtube-dl.sig -O youtube-dl.sig
    gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
    rm youtube-dl.sig

    The following GPG keys will be used to sign the binaries and the git tags:

    diff --git a/supportedsites.html b/supportedsites.html index d78527659..f1b2ce4e7 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -187,6 +187,7 @@
  • HellPorno
  • Helsinki: helsinki.fi
  • HentaiStigma
  • +
  • HistoricFilms
  • hitbox
  • hitbox:live
  • HornBunny
  • @@ -270,6 +271,7 @@
  • MySpass
  • myvideo
  • MyVidster
  • +
  • n-tv.de
  • Naver
  • NBA
  • NBC
  • @@ -299,7 +301,7 @@
  • npo.nl:live
  • NRK
  • NRKTV
  • -
  • NTV
  • +
  • ntv.ru
  • Nuvid
  • NYTimes
  • ocw.mit.edu
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 097e29548..be54bfdac 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2015.02.02 \ No newline at end of file +2015.02.02.2 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index c3e1972ae..f81901156 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -3,7 +3,7 @@ youtube-dl releases https://yt-dl.org/feed/youtube-dl-updates-feed - 2015-02-02T01:56:26.931931Z + 2015-02-02T22:14:04.053717Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -7400,4 +7400,19 @@ 2015-02-02T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.02.02.2 + New version 2015.02.02.2 + + +
    + Downloads available at https://yt-dl.org/downloads/2015.02.02.2/ +
    +
    + + The youtube-dl maintainers + + 2015-02-02T00:00:02Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index efdc07be9..70bb76f88 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2015.02.02", - "signature": "599d3fb35eacc6ffc88ad949b8753b10cd409fd5c67f75d04ded2b26e4bf83ae70be053d2ff0b7805662ded51a49289edf212272778278f224352ce8b50360ba45e4b164237f7b243c3ababa02a8bc0f8fce94b20bcc2221aa674e78ba2be7188ac4d83368acc16d29f88a04435096338b22ca091c1100552a7c3b039f59a47d", + "latest": "2015.02.02.2", + "signature": "9c220c03d1ccbd75a7bbb084128e609df6c2141075fae6e9575777820ed5c416211c1ebcb928e099aa4eb84973687271234bae054376d213eb1a809c9547133519374fe4e752a68ce76e8bf44995bd8903cf94304322771f8073ab05868f013be1f5993a40ef5b145fae705f1ea4eae457b16788878e6afe5518b20b39e28302", "versions": { "2012.02.22": { "bin": [ @@ -6909,6 +6909,20 @@ "https://yt-dl.org/downloads/2015.02.02/youtube-dl-2015.02.02.tar.gz", "4345db5df01e69b009f568a3caa4a89bd4e3b2142a65110bc0402d06ebffbe6f" ] + }, + "2015.02.02.2": { + "bin": [ + "https://yt-dl.org/downloads/2015.02.02.2/youtube-dl", + "ccc5ff176eef9570e11818a0466c967a03df982b993bf475fcf3b67050457cd1" + ], + "exe": [ + "https://yt-dl.org/downloads/2015.02.02.2/youtube-dl.exe", + "59356fbfb5c72e19d94e36a79a7302e5f14a07ef03c6681cee0da24afdd5db5a" + ], + "tar": [ + "https://yt-dl.org/downloads/2015.02.02.2/youtube-dl-2015.02.02.2.tar.gz", + "02f24d7f4554449a64d9372edb5158dacf438220e434f70507ef9e1bd86e20ad" + ] } } } \ No newline at end of file From e4e7579d0f44aa3c70e211645dd3e2e3eb547586 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Mon, 2 Feb 2015 23:41:52 +0100 Subject: [PATCH 006/139] release 2015.02.02.4 --- download.html | 18 +++++++++--------- supportedsites.html | 1 + update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 43 insertions(+), 13 deletions(-) diff --git a/download.html b/download.html index e9764e680..3a80c14f5 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

    Remember youtube-dl requires Python version 2.6, 2.7, or 3.2+ to work.

    -

    2015.02.02.2 (sig)

    +

    2015.02.02.4 (sig)

      -
    • MD5: e9562c512241e8d31225a75edfad22b5
    • -
    • SHA1: add806a20d95f4c7b167396346fee6c984ee6ad9
    • -
    • SHA256: ccc5ff176eef9570e11818a0466c967a03df982b993bf475fcf3b67050457cd1
    • +
    • MD5: 50c7eb665ed7323fdf8f131297a3d2b6
    • +
    • SHA1: 12609697b44046f4298c1f5a127748f214cde73b
    • +
    • SHA256: 8605f019fc6f3f12253fac99729da5fc215145ea9ac5ecbcb34a92b0de4bb2e8

    - Windows exe (sig - 59356fbfb5c72e19d94e36a79a7302e5f14a07ef03c6681cee0da24afdd5db5a)
    - Full source + docs + binary tarball (sig - 02f24d7f4554449a64d9372edb5158dacf438220e434f70507ef9e1bd86e20ad) + Windows exe (sig - c9a8f75ca15e1fd1583124d500b9a9c4ea15a9bb59c561cbdb6325194965be54)
    + Full source + docs + binary tarball (sig - f3596395a2bbbce94d38d6c55bf46e15357c180422901378003e0626de53ebc0)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2015.02.02.2/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2015.02.02.4/youtube-dl -o /usr/local/bin/youtube-dl
    sudo chmod a+x /usr/local/bin/youtube-dl

    If you do not have curl, you can alternatively use a recent wget: -sudo wget https://yt-dl.org/downloads/2015.02.02.2/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2015.02.02.4/youtube-dl -O /usr/local/bin/youtube-dl
    sudo chmod a+x /usr/local/bin/youtube-dl

    @@ -53,7 +53,7 @@ See the pypi page for more

    To check the signature, type: -sudo wget https://yt-dl.org/downloads/2015.02.02.2/youtube-dl.sig -O youtube-dl.sig
    gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
    rm youtube-dl.sig
    +sudo wget https://yt-dl.org/downloads/2015.02.02.4/youtube-dl.sig -O youtube-dl.sig
    gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
    rm youtube-dl.sig

    The following GPG keys will be used to sign the binaries and the git tags:

    diff --git a/supportedsites.html b/supportedsites.html index f1b2ce4e7..8dcf5433e 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -279,6 +279,7 @@
  • ndr: NDR.de - Mediathek
  • NDTV
  • NerdCubedFeed
  • +
  • Nerdist
  • Netzkino
  • Newgrounds
  • Newstube
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index be54bfdac..175cc4738 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2015.02.02.2 \ No newline at end of file +2015.02.02.4 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index f81901156..8b60bcb46 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -3,7 +3,7 @@ youtube-dl releases https://yt-dl.org/feed/youtube-dl-updates-feed - 2015-02-02T22:14:04.053717Z + 2015-02-02T23:41:51.223782Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -7415,4 +7415,19 @@ 2015-02-02T00:00:02Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.02.02.4 + New version 2015.02.02.4 + + +
    + Downloads available at https://yt-dl.org/downloads/2015.02.02.4/ +
    +
    + + The youtube-dl maintainers + + 2015-02-02T00:00:04Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 70bb76f88..47a23677b 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2015.02.02.2", - "signature": "9c220c03d1ccbd75a7bbb084128e609df6c2141075fae6e9575777820ed5c416211c1ebcb928e099aa4eb84973687271234bae054376d213eb1a809c9547133519374fe4e752a68ce76e8bf44995bd8903cf94304322771f8073ab05868f013be1f5993a40ef5b145fae705f1ea4eae457b16788878e6afe5518b20b39e28302", + "latest": "2015.02.02.4", + "signature": "942b177cbba4ca49ed02d08bba8d8046cb49158122b9e9f23288422ccae0ee971af506a2d4f81def63f817275982ee67c07aa9daaf4e51e4f3e347524189d5c43d4ee6480d5f90e1563ba81b5ba6f8e99f9d9f9a58f3d9653a8770f851a46c5db54413f9c3daf39e0fc260b9abace3c72f10218107bbdfaf569677d99e1e08fd", "versions": { "2012.02.22": { "bin": [ @@ -6923,6 +6923,20 @@ "https://yt-dl.org/downloads/2015.02.02.2/youtube-dl-2015.02.02.2.tar.gz", "02f24d7f4554449a64d9372edb5158dacf438220e434f70507ef9e1bd86e20ad" ] + }, + "2015.02.02.4": { + "bin": [ + "https://yt-dl.org/downloads/2015.02.02.4/youtube-dl", + "8605f019fc6f3f12253fac99729da5fc215145ea9ac5ecbcb34a92b0de4bb2e8" + ], + "exe": [ + "https://yt-dl.org/downloads/2015.02.02.4/youtube-dl.exe", + "c9a8f75ca15e1fd1583124d500b9a9c4ea15a9bb59c561cbdb6325194965be54" + ], + "tar": [ + "https://yt-dl.org/downloads/2015.02.02.4/youtube-dl-2015.02.02.4.tar.gz", + "f3596395a2bbbce94d38d6c55bf46e15357c180422901378003e0626de53ebc0" + ] } } } \ No newline at end of file From 80dc055bf106f940ec4bcc2da600ad1f99915642 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Mon, 2 Feb 2015 23:50:19 +0100 Subject: [PATCH 007/139] release 2015.02.02.5 --- download.html | 18 +++++++++--------- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 4 files changed, 42 insertions(+), 13 deletions(-) diff --git a/download.html b/download.html index 3a80c14f5..ea9d9c3ea 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

    Remember youtube-dl requires Python version 2.6, 2.7, or 3.2+ to work.

    -

    2015.02.02.4 (sig)

    +

    2015.02.02.5 (sig)

      -
    • MD5: 50c7eb665ed7323fdf8f131297a3d2b6
    • -
    • SHA1: 12609697b44046f4298c1f5a127748f214cde73b
    • -
    • SHA256: 8605f019fc6f3f12253fac99729da5fc215145ea9ac5ecbcb34a92b0de4bb2e8
    • +
    • MD5: ad74b8de2ef7beb8b7f188fe24c4bb16
    • +
    • SHA1: 3e6f94ed42d278effa8ef085bfcdc4fbdc4cd954
    • +
    • SHA256: 77cd31f0f3f9e3fe627fb27bb1d369308f94bc9b5a5a7fc47d1b3e8199953dc7

    - Windows exe (sig - c9a8f75ca15e1fd1583124d500b9a9c4ea15a9bb59c561cbdb6325194965be54)
    - Full source + docs + binary tarball (sig - f3596395a2bbbce94d38d6c55bf46e15357c180422901378003e0626de53ebc0) + Windows exe (sig - ea4492a27b204bb9fa293d1ffe5fe441ea0a895281c04b4fbf3ac24b32d46604)
    + Full source + docs + binary tarball (sig - afccf9ab8d7697aca33f8dd0e63d1150cf661645a351df26807a88287d58fcc1)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2015.02.02.4/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2015.02.02.5/youtube-dl -o /usr/local/bin/youtube-dl
    sudo chmod a+x /usr/local/bin/youtube-dl

    If you do not have curl, you can alternatively use a recent wget: -sudo wget https://yt-dl.org/downloads/2015.02.02.4/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2015.02.02.5/youtube-dl -O /usr/local/bin/youtube-dl
    sudo chmod a+x /usr/local/bin/youtube-dl

    @@ -53,7 +53,7 @@ See the pypi page for more

    To check the signature, type: -sudo wget https://yt-dl.org/downloads/2015.02.02.4/youtube-dl.sig -O youtube-dl.sig
    gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
    rm youtube-dl.sig
    +sudo wget https://yt-dl.org/downloads/2015.02.02.5/youtube-dl.sig -O youtube-dl.sig
    gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
    rm youtube-dl.sig

    The following GPG keys will be used to sign the binaries and the git tags:

    diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 175cc4738..736d9ff75 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2015.02.02.4 \ No newline at end of file +2015.02.02.5 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 8b60bcb46..764a2ee29 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -3,7 +3,7 @@ youtube-dl releases https://yt-dl.org/feed/youtube-dl-updates-feed - 2015-02-02T23:41:51.223782Z + 2015-02-02T23:50:17.721095Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -7430,4 +7430,19 @@ 2015-02-02T00:00:04Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.02.02.5 + New version 2015.02.02.5 + + +
    + Downloads available at https://yt-dl.org/downloads/2015.02.02.5/ +
    +
    + + The youtube-dl maintainers + + 2015-02-02T00:00:05Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 47a23677b..8ec4641e2 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2015.02.02.4", - "signature": "942b177cbba4ca49ed02d08bba8d8046cb49158122b9e9f23288422ccae0ee971af506a2d4f81def63f817275982ee67c07aa9daaf4e51e4f3e347524189d5c43d4ee6480d5f90e1563ba81b5ba6f8e99f9d9f9a58f3d9653a8770f851a46c5db54413f9c3daf39e0fc260b9abace3c72f10218107bbdfaf569677d99e1e08fd", + "latest": "2015.02.02.5", + "signature": "5b1d6df6cd0f422041a2405b24b10ab67b305ed9e63d3f864cb331a013a76b78bd8301c770c4ea1c613332b1792d3313bfa6b296a9dbb4cfed161e2ae77ab0a2f2b46a6c1e40c3d74d626df0e8695031d4c7e51214dda8c24f704a204fda374bd4cb7e309d2e01577a6bf4fd4d950dbd6504dcf656f680896217efbdbdaed818", "versions": { "2012.02.22": { "bin": [ @@ -6937,6 +6937,20 @@ "https://yt-dl.org/downloads/2015.02.02.4/youtube-dl-2015.02.02.4.tar.gz", "f3596395a2bbbce94d38d6c55bf46e15357c180422901378003e0626de53ebc0" ] + }, + "2015.02.02.5": { + "bin": [ + "https://yt-dl.org/downloads/2015.02.02.5/youtube-dl", + "77cd31f0f3f9e3fe627fb27bb1d369308f94bc9b5a5a7fc47d1b3e8199953dc7" + ], + "exe": [ + "https://yt-dl.org/downloads/2015.02.02.5/youtube-dl.exe", + "ea4492a27b204bb9fa293d1ffe5fe441ea0a895281c04b4fbf3ac24b32d46604" + ], + "tar": [ + "https://yt-dl.org/downloads/2015.02.02.5/youtube-dl-2015.02.02.5.tar.gz", + "afccf9ab8d7697aca33f8dd0e63d1150cf661645a351df26807a88287d58fcc1" + ] } } } \ No newline at end of file From cff0f7ded9727dc2e9c99f3c06f2f983f9d355f0 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Tue, 3 Feb 2015 00:28:30 +0100 Subject: [PATCH 008/139] release 2015.02.03 --- download.html | 18 +++++++++--------- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 4 files changed, 42 insertions(+), 13 deletions(-) diff --git a/download.html b/download.html index ea9d9c3ea..11928fcaf 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

    Remember youtube-dl requires Python version 2.6, 2.7, or 3.2+ to work.

    -

    2015.02.02.5 (sig)

    +

    2015.02.03 (sig)

      -
    • MD5: ad74b8de2ef7beb8b7f188fe24c4bb16
    • -
    • SHA1: 3e6f94ed42d278effa8ef085bfcdc4fbdc4cd954
    • -
    • SHA256: 77cd31f0f3f9e3fe627fb27bb1d369308f94bc9b5a5a7fc47d1b3e8199953dc7
    • +
    • MD5: 60ff1f5833ed28599c0f80fc83fc9783
    • +
    • SHA1: bcf47a77a299378c1a68f6fbd68572970559ed90
    • +
    • SHA256: 38e02ca7068694d372892f1e9ccbe163f8d8204ec2deb54f57f199fa3c1d4a3a

    - Windows exe (sig - ea4492a27b204bb9fa293d1ffe5fe441ea0a895281c04b4fbf3ac24b32d46604)
    - Full source + docs + binary tarball (sig - afccf9ab8d7697aca33f8dd0e63d1150cf661645a351df26807a88287d58fcc1) + Windows exe (sig - af9b791a256f96b5019e29f2be89ff03a57b1ec315bb91c90a6dab27da0982e0)
    + Full source + docs + binary tarball (sig - 48faaf6de3e4a0ba896574b44bccefe4ce9cd14ee2d04c4b2ce70b7b669ddbab)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2015.02.02.5/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2015.02.03/youtube-dl -o /usr/local/bin/youtube-dl
    sudo chmod a+x /usr/local/bin/youtube-dl

    If you do not have curl, you can alternatively use a recent wget: -sudo wget https://yt-dl.org/downloads/2015.02.02.5/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2015.02.03/youtube-dl -O /usr/local/bin/youtube-dl
    sudo chmod a+x /usr/local/bin/youtube-dl

    @@ -53,7 +53,7 @@ See the pypi page for more

    To check the signature, type: -sudo wget https://yt-dl.org/downloads/2015.02.02.5/youtube-dl.sig -O youtube-dl.sig
    gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
    rm youtube-dl.sig
    +sudo wget https://yt-dl.org/downloads/2015.02.03/youtube-dl.sig -O youtube-dl.sig
    gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
    rm youtube-dl.sig

    The following GPG keys will be used to sign the binaries and the git tags:

    diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 736d9ff75..5012d7640 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2015.02.02.5 \ No newline at end of file +2015.02.03 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 764a2ee29..e11e4a901 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -3,7 +3,7 @@ youtube-dl releases https://yt-dl.org/feed/youtube-dl-updates-feed - 2015-02-02T23:50:17.721095Z + 2015-02-03T00:28:28.624358Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -7445,4 +7445,19 @@ 2015-02-02T00:00:05Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.02.03 + New version 2015.02.03 + + +
    + Downloads available at https://yt-dl.org/downloads/2015.02.03/ +
    +
    + + The youtube-dl maintainers + + 2015-02-03T00:00:00Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 8ec4641e2..80e4da1d6 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2015.02.02.5", - "signature": "5b1d6df6cd0f422041a2405b24b10ab67b305ed9e63d3f864cb331a013a76b78bd8301c770c4ea1c613332b1792d3313bfa6b296a9dbb4cfed161e2ae77ab0a2f2b46a6c1e40c3d74d626df0e8695031d4c7e51214dda8c24f704a204fda374bd4cb7e309d2e01577a6bf4fd4d950dbd6504dcf656f680896217efbdbdaed818", + "latest": "2015.02.03", + "signature": "0ffc081b6a3f304a534a216bd69a0a68f03bb06867f345fa4e916df69c6230bbc5c28d90f54bf1ea2be5374d80d1bb75b69e635e021cae9d21f66986d87699e3fe919bb20d1fa64deb94260d748b690fdfd01e7c89e2413448f6efbfef47415b5f0e2a44142d5c44375158bb3e83fbde5bab7456093e0ccb1e1a935243651d62", "versions": { "2012.02.22": { "bin": [ @@ -6951,6 +6951,20 @@ "https://yt-dl.org/downloads/2015.02.02.5/youtube-dl-2015.02.02.5.tar.gz", "afccf9ab8d7697aca33f8dd0e63d1150cf661645a351df26807a88287d58fcc1" ] + }, + "2015.02.03": { + "bin": [ + "https://yt-dl.org/downloads/2015.02.03/youtube-dl", + "38e02ca7068694d372892f1e9ccbe163f8d8204ec2deb54f57f199fa3c1d4a3a" + ], + "exe": [ + "https://yt-dl.org/downloads/2015.02.03/youtube-dl.exe", + "af9b791a256f96b5019e29f2be89ff03a57b1ec315bb91c90a6dab27da0982e0" + ], + "tar": [ + "https://yt-dl.org/downloads/2015.02.03/youtube-dl-2015.02.03.tar.gz", + "48faaf6de3e4a0ba896574b44bccefe4ce9cd14ee2d04c4b2ce70b7b669ddbab" + ] } } } \ No newline at end of file From 40fc4799f739d2380117193274194156c05be266 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Tue, 3 Feb 2015 11:07:13 +0100 Subject: [PATCH 009/139] release 2015.02.03.1 --- download.html | 18 +++++++++--------- supportedsites.html | 1 + update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 43 insertions(+), 13 deletions(-) diff --git a/download.html b/download.html index 11928fcaf..7ce706b58 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

    Remember youtube-dl requires Python version 2.6, 2.7, or 3.2+ to work.

    -

    2015.02.03 (sig)

    +

    2015.02.03.1 (sig)

      -
    • MD5: 60ff1f5833ed28599c0f80fc83fc9783
    • -
    • SHA1: bcf47a77a299378c1a68f6fbd68572970559ed90
    • -
    • SHA256: 38e02ca7068694d372892f1e9ccbe163f8d8204ec2deb54f57f199fa3c1d4a3a
    • +
    • MD5: 59e7ee306a3480ac740ca3765c45fb42
    • +
    • SHA1: 3fc9c14114d2441f8e3e1003ce6ed4e06dce65be
    • +
    • SHA256: cff563561e344a6a79b5a351dcdbd358ac3c3e530b3b80e79d8a4015c8dd969c

    - Windows exe (sig - af9b791a256f96b5019e29f2be89ff03a57b1ec315bb91c90a6dab27da0982e0)
    - Full source + docs + binary tarball (sig - 48faaf6de3e4a0ba896574b44bccefe4ce9cd14ee2d04c4b2ce70b7b669ddbab) + Windows exe (sig - a7d40cebed4f762a310f54c3d3e4596e59aa678370a052240991bcf86e42f7f4)
    + Full source + docs + binary tarball (sig - 63335405ccd2c2b9718faa5b929275d1c7dad528350cd4e6be24dc27173c14fd)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2015.02.03/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2015.02.03.1/youtube-dl -o /usr/local/bin/youtube-dl
    sudo chmod a+x /usr/local/bin/youtube-dl

    If you do not have curl, you can alternatively use a recent wget: -sudo wget https://yt-dl.org/downloads/2015.02.03/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2015.02.03.1/youtube-dl -O /usr/local/bin/youtube-dl
    sudo chmod a+x /usr/local/bin/youtube-dl

    @@ -53,7 +53,7 @@ See the pypi page for more

    To check the signature, type: -sudo wget https://yt-dl.org/downloads/2015.02.03/youtube-dl.sig -O youtube-dl.sig
    gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
    rm youtube-dl.sig
    +sudo wget https://yt-dl.org/downloads/2015.02.03.1/youtube-dl.sig -O youtube-dl.sig
    gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
    rm youtube-dl.sig

    The following GPG keys will be used to sign the binaries and the git tags:

    diff --git a/supportedsites.html b/supportedsites.html index 8dcf5433e..928fb36a7 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -526,6 +526,7 @@
  • Wistia
  • WorldStarHipHop
  • wrzuta.pl
  • +
  • WSJ: Wall Street Journal
  • XBef
  • XboxClips
  • XHamster
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 5012d7640..1825fda92 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2015.02.03 \ No newline at end of file +2015.02.03.1 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index e11e4a901..748a7f77b 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -3,7 +3,7 @@ youtube-dl releases https://yt-dl.org/feed/youtube-dl-updates-feed - 2015-02-03T00:28:28.624358Z + 2015-02-03T11:07:11.692064Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -7460,4 +7460,19 @@ 2015-02-03T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.02.03.1 + New version 2015.02.03.1 + + +
    + Downloads available at https://yt-dl.org/downloads/2015.02.03.1/ +
    +
    + + The youtube-dl maintainers + + 2015-02-03T00:00:01Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 80e4da1d6..f016773c3 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2015.02.03", - "signature": "0ffc081b6a3f304a534a216bd69a0a68f03bb06867f345fa4e916df69c6230bbc5c28d90f54bf1ea2be5374d80d1bb75b69e635e021cae9d21f66986d87699e3fe919bb20d1fa64deb94260d748b690fdfd01e7c89e2413448f6efbfef47415b5f0e2a44142d5c44375158bb3e83fbde5bab7456093e0ccb1e1a935243651d62", + "latest": "2015.02.03.1", + "signature": "446d125af8a40f7e1bb1367cccec9cb6d90633021bb4e172f01927f16df23a3c61a176bcdfcb08f40170d1788fbc3ba7ec464c7eb704efacb48ff8ecd6897a71ee8d35071e5933fae59101ac3c0cc8b591f86f711bd6131b608f0c85ae9b5147d709b7270da08e6abc990459bcad4c0f9091a7a8ccc745e275ad1335dc4b8de7", "versions": { "2012.02.22": { "bin": [ @@ -6965,6 +6965,20 @@ "https://yt-dl.org/downloads/2015.02.03/youtube-dl-2015.02.03.tar.gz", "48faaf6de3e4a0ba896574b44bccefe4ce9cd14ee2d04c4b2ce70b7b669ddbab" ] + }, + "2015.02.03.1": { + "bin": [ + "https://yt-dl.org/downloads/2015.02.03.1/youtube-dl", + "cff563561e344a6a79b5a351dcdbd358ac3c3e530b3b80e79d8a4015c8dd969c" + ], + "exe": [ + "https://yt-dl.org/downloads/2015.02.03.1/youtube-dl.exe", + "a7d40cebed4f762a310f54c3d3e4596e59aa678370a052240991bcf86e42f7f4" + ], + "tar": [ + "https://yt-dl.org/downloads/2015.02.03.1/youtube-dl-2015.02.03.1.tar.gz", + "63335405ccd2c2b9718faa5b929275d1c7dad528350cd4e6be24dc27173c14fd" + ] } } } \ No newline at end of file From 3e88ea52e68431aeca815922c25dfc7ad660e11e Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Wed, 4 Feb 2015 16:11:52 +0100 Subject: [PATCH 010/139] release 2015.02.04 --- download.html | 18 +++++++++--------- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 4 files changed, 42 insertions(+), 13 deletions(-) diff --git a/download.html b/download.html index 7ce706b58..9ee77aad0 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

    Remember youtube-dl requires Python version 2.6, 2.7, or 3.2+ to work.

    -

    2015.02.03.1 (sig)

    +

    2015.02.04 (sig)

      -
    • MD5: 59e7ee306a3480ac740ca3765c45fb42
    • -
    • SHA1: 3fc9c14114d2441f8e3e1003ce6ed4e06dce65be
    • -
    • SHA256: cff563561e344a6a79b5a351dcdbd358ac3c3e530b3b80e79d8a4015c8dd969c
    • +
    • MD5: 36246943413cb0b48cf8eb857d78c409
    • +
    • SHA1: 596190fc6cf8782236f97047021da4634c00d374
    • +
    • SHA256: 9f45e65552b71f98f24f610e057931f15d9deb4453ceb0e812c06d5259eacb89

    - Windows exe (sig - a7d40cebed4f762a310f54c3d3e4596e59aa678370a052240991bcf86e42f7f4)
    - Full source + docs + binary tarball (sig - 63335405ccd2c2b9718faa5b929275d1c7dad528350cd4e6be24dc27173c14fd) + Windows exe (sig - 6b6bd35e2d513776a0b5dfdbcb58332cf32f5fb9b593894041ebb37a5b2d0817)
    + Full source + docs + binary tarball (sig - b2d147e251f997c84bad92277ebdbc44f6aa7bd62b7def9e55ffdb1c3e103264)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2015.02.03.1/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2015.02.04/youtube-dl -o /usr/local/bin/youtube-dl
    sudo chmod a+x /usr/local/bin/youtube-dl

    If you do not have curl, you can alternatively use a recent wget: -sudo wget https://yt-dl.org/downloads/2015.02.03.1/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2015.02.04/youtube-dl -O /usr/local/bin/youtube-dl
    sudo chmod a+x /usr/local/bin/youtube-dl

    @@ -53,7 +53,7 @@ See the pypi page for more

    To check the signature, type: -sudo wget https://yt-dl.org/downloads/2015.02.03.1/youtube-dl.sig -O youtube-dl.sig
    gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
    rm youtube-dl.sig
    +sudo wget https://yt-dl.org/downloads/2015.02.04/youtube-dl.sig -O youtube-dl.sig
    gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
    rm youtube-dl.sig

    The following GPG keys will be used to sign the binaries and the git tags:

    diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 1825fda92..f3801e942 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2015.02.03.1 \ No newline at end of file +2015.02.04 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 748a7f77b..8acce6133 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -3,7 +3,7 @@ youtube-dl releases https://yt-dl.org/feed/youtube-dl-updates-feed - 2015-02-03T11:07:11.692064Z + 2015-02-04T16:11:51.479797Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -7475,4 +7475,19 @@ 2015-02-03T00:00:01Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.02.04 + New version 2015.02.04 + + +
    + Downloads available at https://yt-dl.org/downloads/2015.02.04/ +
    +
    + + The youtube-dl maintainers + + 2015-02-04T00:00:00Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index f016773c3..13ba7c9a1 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2015.02.03.1", - "signature": "446d125af8a40f7e1bb1367cccec9cb6d90633021bb4e172f01927f16df23a3c61a176bcdfcb08f40170d1788fbc3ba7ec464c7eb704efacb48ff8ecd6897a71ee8d35071e5933fae59101ac3c0cc8b591f86f711bd6131b608f0c85ae9b5147d709b7270da08e6abc990459bcad4c0f9091a7a8ccc745e275ad1335dc4b8de7", + "latest": "2015.02.04", + "signature": "633f039d91f118ba9c2ede50cc9a2bf132d65bafc3665d6493a48972fd02695874bf2d0dc30f257c0745e5254a792803075019a4c180fb5495b50984548c0187cddcb25f201a8b7546fdfb929c76b25e22724f2a17c310addeb221c27df78f102184d58df6877c0d81cef87b0a83b393a475d355adb5e5d258955298aa2c23ef", "versions": { "2012.02.22": { "bin": [ @@ -6979,6 +6979,20 @@ "https://yt-dl.org/downloads/2015.02.03.1/youtube-dl-2015.02.03.1.tar.gz", "63335405ccd2c2b9718faa5b929275d1c7dad528350cd4e6be24dc27173c14fd" ] + }, + "2015.02.04": { + "bin": [ + "https://yt-dl.org/downloads/2015.02.04/youtube-dl", + "9f45e65552b71f98f24f610e057931f15d9deb4453ceb0e812c06d5259eacb89" + ], + "exe": [ + "https://yt-dl.org/downloads/2015.02.04/youtube-dl.exe", + "6b6bd35e2d513776a0b5dfdbcb58332cf32f5fb9b593894041ebb37a5b2d0817" + ], + "tar": [ + "https://yt-dl.org/downloads/2015.02.04/youtube-dl-2015.02.04.tar.gz", + "b2d147e251f997c84bad92277ebdbc44f6aa7bd62b7def9e55ffdb1c3e103264" + ] } } } \ No newline at end of file From a5d09c457d12ee0a1622d680f238b13aeb87242e Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Fri, 6 Feb 2015 14:49:03 +0100 Subject: [PATCH 011/139] release 2015.02.06 --- download.html | 18 +++++++++--------- supportedsites.html | 1 + update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 43 insertions(+), 13 deletions(-) diff --git a/download.html b/download.html index 9ee77aad0..e0b9dffdb 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

    Remember youtube-dl requires Python version 2.6, 2.7, or 3.2+ to work.

    -

    2015.02.04 (sig)

    +

    2015.02.06 (sig)

      -
    • MD5: 36246943413cb0b48cf8eb857d78c409
    • -
    • SHA1: 596190fc6cf8782236f97047021da4634c00d374
    • -
    • SHA256: 9f45e65552b71f98f24f610e057931f15d9deb4453ceb0e812c06d5259eacb89
    • +
    • MD5: 626824f425708406daf5236ea12132e7
    • +
    • SHA1: 4dc37247fcacacd9a07b468439dd9d612b85091e
    • +
    • SHA256: dac0295e995929589a84ca7404d105e3d564682a59d6639e07fbb17a6d31679d

    - Windows exe (sig - 6b6bd35e2d513776a0b5dfdbcb58332cf32f5fb9b593894041ebb37a5b2d0817)
    - Full source + docs + binary tarball (sig - b2d147e251f997c84bad92277ebdbc44f6aa7bd62b7def9e55ffdb1c3e103264) + Windows exe (sig - 77970159346da7b5c456453c700c8d3199aab8557cda8c50eaef0458016ab5da)
    + Full source + docs + binary tarball (sig - 786870517a31f76fb614e2780f4e72352b27426aa33442d1fbefb0989d9bbab9)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2015.02.04/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2015.02.06/youtube-dl -o /usr/local/bin/youtube-dl
    sudo chmod a+x /usr/local/bin/youtube-dl

    If you do not have curl, you can alternatively use a recent wget: -sudo wget https://yt-dl.org/downloads/2015.02.04/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2015.02.06/youtube-dl -O /usr/local/bin/youtube-dl
    sudo chmod a+x /usr/local/bin/youtube-dl

    @@ -53,7 +53,7 @@ See the pypi page for more

    To check the signature, type: -sudo wget https://yt-dl.org/downloads/2015.02.04/youtube-dl.sig -O youtube-dl.sig
    gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
    rm youtube-dl.sig
    +sudo wget https://yt-dl.org/downloads/2015.02.06/youtube-dl.sig -O youtube-dl.sig
    gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
    rm youtube-dl.sig

    The following GPG keys will be used to sign the binaries and the git tags:

    diff --git a/supportedsites.html b/supportedsites.html index 928fb36a7..7b273f052 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -456,6 +456,7 @@
  • tvp.pl
  • tvp.pl:Series
  • TVPlay: TV3Play and related services
  • +
  • Tweakers
  • twitch:bookmarks
  • twitch:chapter
  • twitch:past_broadcasts
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index f3801e942..af7015266 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2015.02.04 \ No newline at end of file +2015.02.06 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 8acce6133..350c3bd3c 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -3,7 +3,7 @@ youtube-dl releases https://yt-dl.org/feed/youtube-dl-updates-feed - 2015-02-04T16:11:51.479797Z + 2015-02-06T14:49:01.548130Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -7490,4 +7490,19 @@ 2015-02-04T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.02.06 + New version 2015.02.06 + + +
    + Downloads available at https://yt-dl.org/downloads/2015.02.06/ +
    +
    + + The youtube-dl maintainers + + 2015-02-06T00:00:00Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 13ba7c9a1..a979eb493 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2015.02.04", - "signature": "633f039d91f118ba9c2ede50cc9a2bf132d65bafc3665d6493a48972fd02695874bf2d0dc30f257c0745e5254a792803075019a4c180fb5495b50984548c0187cddcb25f201a8b7546fdfb929c76b25e22724f2a17c310addeb221c27df78f102184d58df6877c0d81cef87b0a83b393a475d355adb5e5d258955298aa2c23ef", + "latest": "2015.02.06", + "signature": "9b164c26d67116b7ed481c6fb7d650d1d40092b7c2a7cf1febea206d0b4d697ece15a13c0334b0882f1ccd2caccbf0113da3f509bce12830b8318e72c571436fde6db42c18830a77b9bc987d87784047280f7d4e92bb1d85fea27020fceb82842924c996eaf3fb975fc01ff3f63f633b1a76e9256079846e0144e0bc1a06de94", "versions": { "2012.02.22": { "bin": [ @@ -6993,6 +6993,20 @@ "https://yt-dl.org/downloads/2015.02.04/youtube-dl-2015.02.04.tar.gz", "b2d147e251f997c84bad92277ebdbc44f6aa7bd62b7def9e55ffdb1c3e103264" ] + }, + "2015.02.06": { + "bin": [ + "https://yt-dl.org/downloads/2015.02.06/youtube-dl", + "dac0295e995929589a84ca7404d105e3d564682a59d6639e07fbb17a6d31679d" + ], + "exe": [ + "https://yt-dl.org/downloads/2015.02.06/youtube-dl.exe", + "77970159346da7b5c456453c700c8d3199aab8557cda8c50eaef0458016ab5da" + ], + "tar": [ + "https://yt-dl.org/downloads/2015.02.06/youtube-dl-2015.02.06.tar.gz", + "786870517a31f76fb614e2780f4e72352b27426aa33442d1fbefb0989d9bbab9" + ] } } } \ No newline at end of file From 5525db3f74acafeb97879dd404e0018ad0843e03 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Mon, 9 Feb 2015 10:33:02 +0100 Subject: [PATCH 012/139] release 2015.02.09 --- download.html | 18 +++++++++--------- supportedsites.html | 1 + update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 43 insertions(+), 13 deletions(-) diff --git a/download.html b/download.html index e0b9dffdb..fd633b609 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

    Remember youtube-dl requires Python version 2.6, 2.7, or 3.2+ to work.

    -

    2015.02.06 (sig)

    +

    2015.02.09 (sig)

      -
    • MD5: 626824f425708406daf5236ea12132e7
    • -
    • SHA1: 4dc37247fcacacd9a07b468439dd9d612b85091e
    • -
    • SHA256: dac0295e995929589a84ca7404d105e3d564682a59d6639e07fbb17a6d31679d
    • +
    • MD5: abd11d8d45ca6f6694c7d0471832c301
    • +
    • SHA1: 21c4e9347bab2e72c8e1a348542ce9d1cfacf2af
    • +
    • SHA256: 8a960832381cffd1fa709bab02354425cbe4ab1fdc94d2eab232f462469853b1

    - Windows exe (sig - 77970159346da7b5c456453c700c8d3199aab8557cda8c50eaef0458016ab5da)
    - Full source + docs + binary tarball (sig - 786870517a31f76fb614e2780f4e72352b27426aa33442d1fbefb0989d9bbab9) + Windows exe (sig - ab1c5cfe0e63c0cb029eb923d3de34c038ade8daaaa3cc0c20c0c2ea31eb4f46)
    + Full source + docs + binary tarball (sig - a3233a076a138ea8f5c4da55221e999cc7dc1b685c0e5c7a31879d3fb9390c99)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2015.02.06/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2015.02.09/youtube-dl -o /usr/local/bin/youtube-dl
    sudo chmod a+x /usr/local/bin/youtube-dl

    If you do not have curl, you can alternatively use a recent wget: -sudo wget https://yt-dl.org/downloads/2015.02.06/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2015.02.09/youtube-dl -O /usr/local/bin/youtube-dl
    sudo chmod a+x /usr/local/bin/youtube-dl

    @@ -53,7 +53,7 @@ See the pypi page for more

    To check the signature, type: -sudo wget https://yt-dl.org/downloads/2015.02.06/youtube-dl.sig -O youtube-dl.sig
    gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
    rm youtube-dl.sig
    +sudo wget https://yt-dl.org/downloads/2015.02.09/youtube-dl.sig -O youtube-dl.sig
    gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
    rm youtube-dl.sig

    The following GPG keys will be used to sign the binaries and the git tags:

    diff --git a/supportedsites.html b/supportedsites.html index 7b273f052..5bfad3570 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -29,6 +29,7 @@
  • AddAnime
  • AdobeTV
  • AdultSwim
  • +
  • Aftenposten
  • Aftonbladet
  • AlJazeera
  • Allocine
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index af7015266..01935194d 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2015.02.06 \ No newline at end of file +2015.02.09 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 350c3bd3c..63dfd64bf 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -3,7 +3,7 @@ youtube-dl releases https://yt-dl.org/feed/youtube-dl-updates-feed - 2015-02-06T14:49:01.548130Z + 2015-02-09T10:33:00.775201Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -7505,4 +7505,19 @@ 2015-02-06T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.02.09 + New version 2015.02.09 + + +
    + Downloads available at https://yt-dl.org/downloads/2015.02.09/ +
    +
    + + The youtube-dl maintainers + + 2015-02-09T00:00:00Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index a979eb493..228eca088 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2015.02.06", - "signature": "9b164c26d67116b7ed481c6fb7d650d1d40092b7c2a7cf1febea206d0b4d697ece15a13c0334b0882f1ccd2caccbf0113da3f509bce12830b8318e72c571436fde6db42c18830a77b9bc987d87784047280f7d4e92bb1d85fea27020fceb82842924c996eaf3fb975fc01ff3f63f633b1a76e9256079846e0144e0bc1a06de94", + "latest": "2015.02.09", + "signature": "204d8accbf13028f338a9d48fa36bd661712f2bffaf6c1cc2f191a648e796bdc95b946ce039f1f3052900654f7097c09d0c4f779702d63b725ddd296058dd40fc5491ee398307898ab9fad89dd0cc1db824a47ac0817c76bda0b4835b8cbd36347fd9ffbb0135c1e76ca4a66e50d9c7fee171a85aa9878484e585dbcfe8bf56a", "versions": { "2012.02.22": { "bin": [ @@ -7007,6 +7007,20 @@ "https://yt-dl.org/downloads/2015.02.06/youtube-dl-2015.02.06.tar.gz", "786870517a31f76fb614e2780f4e72352b27426aa33442d1fbefb0989d9bbab9" ] + }, + "2015.02.09": { + "bin": [ + "https://yt-dl.org/downloads/2015.02.09/youtube-dl", + "8a960832381cffd1fa709bab02354425cbe4ab1fdc94d2eab232f462469853b1" + ], + "exe": [ + "https://yt-dl.org/downloads/2015.02.09/youtube-dl.exe", + "ab1c5cfe0e63c0cb029eb923d3de34c038ade8daaaa3cc0c20c0c2ea31eb4f46" + ], + "tar": [ + "https://yt-dl.org/downloads/2015.02.09/youtube-dl-2015.02.09.tar.gz", + "a3233a076a138ea8f5c4da55221e999cc7dc1b685c0e5c7a31879d3fb9390c99" + ] } } } \ No newline at end of file From 4e5165686dd418b0856a9f316530d0fce880c571 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Mon, 9 Feb 2015 10:54:59 +0100 Subject: [PATCH 013/139] release 2015.02.09.1 --- download.html | 18 +++++++++--------- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 4 files changed, 42 insertions(+), 13 deletions(-) diff --git a/download.html b/download.html index fd633b609..482577483 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

    Remember youtube-dl requires Python version 2.6, 2.7, or 3.2+ to work.

    -

    2015.02.09 (sig)

    +

    2015.02.09.1 (sig)

      -
    • MD5: abd11d8d45ca6f6694c7d0471832c301
    • -
    • SHA1: 21c4e9347bab2e72c8e1a348542ce9d1cfacf2af
    • -
    • SHA256: 8a960832381cffd1fa709bab02354425cbe4ab1fdc94d2eab232f462469853b1
    • +
    • MD5: ec93077588f322851e07302c0199c99a
    • +
    • SHA1: 8945e1f1c2d7ccae3923f1d81067211fbf305b1b
    • +
    • SHA256: 46e2d14da0a42f5c2f96ce536e0f3e4aff72014af25115c6990d5668d4d11c8d

    - Windows exe (sig - ab1c5cfe0e63c0cb029eb923d3de34c038ade8daaaa3cc0c20c0c2ea31eb4f46)
    - Full source + docs + binary tarball (sig - a3233a076a138ea8f5c4da55221e999cc7dc1b685c0e5c7a31879d3fb9390c99) + Windows exe (sig - d6640f1af0fd87f44a451d1872b4c7651684dd129c376fe5d9fc779c38db6ea6)
    + Full source + docs + binary tarball (sig - 524ba00d82fee5ea66b37ebf4de694a21126b3bf1c701c55da9c1e24c5004ceb)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2015.02.09/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2015.02.09.1/youtube-dl -o /usr/local/bin/youtube-dl
    sudo chmod a+x /usr/local/bin/youtube-dl

    If you do not have curl, you can alternatively use a recent wget: -sudo wget https://yt-dl.org/downloads/2015.02.09/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2015.02.09.1/youtube-dl -O /usr/local/bin/youtube-dl
    sudo chmod a+x /usr/local/bin/youtube-dl

    @@ -53,7 +53,7 @@ See the pypi page for more

    To check the signature, type: -sudo wget https://yt-dl.org/downloads/2015.02.09/youtube-dl.sig -O youtube-dl.sig
    gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
    rm youtube-dl.sig
    +sudo wget https://yt-dl.org/downloads/2015.02.09.1/youtube-dl.sig -O youtube-dl.sig
    gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
    rm youtube-dl.sig

    The following GPG keys will be used to sign the binaries and the git tags:

    diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 01935194d..f9010db2c 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2015.02.09 \ No newline at end of file +2015.02.09.1 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 63dfd64bf..55a9ddff8 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -3,7 +3,7 @@ youtube-dl releases https://yt-dl.org/feed/youtube-dl-updates-feed - 2015-02-09T10:33:00.775201Z + 2015-02-09T10:54:58.456785Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -7520,4 +7520,19 @@ 2015-02-09T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.02.09.1 + New version 2015.02.09.1 + + +
    + Downloads available at https://yt-dl.org/downloads/2015.02.09.1/ +
    +
    + + The youtube-dl maintainers + + 2015-02-09T00:00:01Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 228eca088..fea6b46bb 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2015.02.09", - "signature": "204d8accbf13028f338a9d48fa36bd661712f2bffaf6c1cc2f191a648e796bdc95b946ce039f1f3052900654f7097c09d0c4f779702d63b725ddd296058dd40fc5491ee398307898ab9fad89dd0cc1db824a47ac0817c76bda0b4835b8cbd36347fd9ffbb0135c1e76ca4a66e50d9c7fee171a85aa9878484e585dbcfe8bf56a", + "latest": "2015.02.09.1", + "signature": "5c32782a58dfb9534456528fc32976325663a5cc76ee32fbf4a95515145ab1c26e582d4daac27aec18f67dca58bb205768838d4d9b97cce3a59218ffeb69aacfb370e178471115ab0fabb0ef762dd27f5e5bff42d80e1bb62ce2b4b8727786b3c9b6f544bef696d4b56d971e3b63ade9d5e44e9888fead953712b14e5044df3b", "versions": { "2012.02.22": { "bin": [ @@ -7021,6 +7021,20 @@ "https://yt-dl.org/downloads/2015.02.09/youtube-dl-2015.02.09.tar.gz", "a3233a076a138ea8f5c4da55221e999cc7dc1b685c0e5c7a31879d3fb9390c99" ] + }, + "2015.02.09.1": { + "bin": [ + "https://yt-dl.org/downloads/2015.02.09.1/youtube-dl", + "46e2d14da0a42f5c2f96ce536e0f3e4aff72014af25115c6990d5668d4d11c8d" + ], + "exe": [ + "https://yt-dl.org/downloads/2015.02.09.1/youtube-dl.exe", + "d6640f1af0fd87f44a451d1872b4c7651684dd129c376fe5d9fc779c38db6ea6" + ], + "tar": [ + "https://yt-dl.org/downloads/2015.02.09.1/youtube-dl-2015.02.09.1.tar.gz", + "524ba00d82fee5ea66b37ebf4de694a21126b3bf1c701c55da9c1e24c5004ceb" + ] } } } \ No newline at end of file From 7fbd4db982a7f93746dbf1a11f243cae74bb946a Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Mon, 9 Feb 2015 14:51:07 +0100 Subject: [PATCH 014/139] release 2015.02.09.2 --- download.html | 18 +++++++++--------- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 4 files changed, 42 insertions(+), 13 deletions(-) diff --git a/download.html b/download.html index 482577483..3efcf7ad7 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

    Remember youtube-dl requires Python version 2.6, 2.7, or 3.2+ to work.

    -

    2015.02.09.1 (sig)

    +

    2015.02.09.2 (sig)

      -
    • MD5: ec93077588f322851e07302c0199c99a
    • -
    • SHA1: 8945e1f1c2d7ccae3923f1d81067211fbf305b1b
    • -
    • SHA256: 46e2d14da0a42f5c2f96ce536e0f3e4aff72014af25115c6990d5668d4d11c8d
    • +
    • MD5: d94dbd2cde8bf65057d4d50db7e11b48
    • +
    • SHA1: 0dc2d44549e153e88491cc38cd1ef85c6e5dcd08
    • +
    • SHA256: 9f7743db7213ad970bedbb6822d89f2c6f3fc79138ffcdc7b3d2e92e2ef2c107

    - Windows exe (sig - d6640f1af0fd87f44a451d1872b4c7651684dd129c376fe5d9fc779c38db6ea6)
    - Full source + docs + binary tarball (sig - 524ba00d82fee5ea66b37ebf4de694a21126b3bf1c701c55da9c1e24c5004ceb) + Windows exe (sig - 060a4e8aa642dfcf412c0312ae0ed34dadde75b090dd546ecb2684226e2f8e8c)
    + Full source + docs + binary tarball (sig - 532b28e354bc2408b5e08cb582c69e1ce2dec0a9cf1f3efa55571532a637b362)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2015.02.09.1/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2015.02.09.2/youtube-dl -o /usr/local/bin/youtube-dl
    sudo chmod a+x /usr/local/bin/youtube-dl

    If you do not have curl, you can alternatively use a recent wget: -sudo wget https://yt-dl.org/downloads/2015.02.09.1/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2015.02.09.2/youtube-dl -O /usr/local/bin/youtube-dl
    sudo chmod a+x /usr/local/bin/youtube-dl

    @@ -53,7 +53,7 @@ See the pypi page for more

    To check the signature, type: -sudo wget https://yt-dl.org/downloads/2015.02.09.1/youtube-dl.sig -O youtube-dl.sig
    gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
    rm youtube-dl.sig
    +sudo wget https://yt-dl.org/downloads/2015.02.09.2/youtube-dl.sig -O youtube-dl.sig
    gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
    rm youtube-dl.sig

    The following GPG keys will be used to sign the binaries and the git tags:

    diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index f9010db2c..8a2fe4084 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2015.02.09.1 \ No newline at end of file +2015.02.09.2 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 55a9ddff8..da6497b55 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -3,7 +3,7 @@ youtube-dl releases https://yt-dl.org/feed/youtube-dl-updates-feed - 2015-02-09T10:54:58.456785Z + 2015-02-09T14:51:04.317490Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -7535,4 +7535,19 @@ 2015-02-09T00:00:01Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.02.09.2 + New version 2015.02.09.2 + + +
    + Downloads available at https://yt-dl.org/downloads/2015.02.09.2/ +
    +
    + + The youtube-dl maintainers + + 2015-02-09T00:00:02Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index fea6b46bb..a3b62c44b 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2015.02.09.1", - "signature": "5c32782a58dfb9534456528fc32976325663a5cc76ee32fbf4a95515145ab1c26e582d4daac27aec18f67dca58bb205768838d4d9b97cce3a59218ffeb69aacfb370e178471115ab0fabb0ef762dd27f5e5bff42d80e1bb62ce2b4b8727786b3c9b6f544bef696d4b56d971e3b63ade9d5e44e9888fead953712b14e5044df3b", + "latest": "2015.02.09.2", + "signature": "344c94059148c00aea14c1b5d932df05815cc4d805c04177dbaed0ba8242f92f109ed59d85ce7c5a7c571729185931e08cf6d51093ebb35bc0baea060d1399a9ee355977d77bb49959c6dce6c2e76a11b8f8e080f2c6be4f1f91827a540118371557853eed8245ffaf8492b7a3ef9568735f7a61ffc5211ac3aacb755be78559", "versions": { "2012.02.22": { "bin": [ @@ -7035,6 +7035,20 @@ "https://yt-dl.org/downloads/2015.02.09.1/youtube-dl-2015.02.09.1.tar.gz", "524ba00d82fee5ea66b37ebf4de694a21126b3bf1c701c55da9c1e24c5004ceb" ] + }, + "2015.02.09.2": { + "bin": [ + "https://yt-dl.org/downloads/2015.02.09.2/youtube-dl", + "9f7743db7213ad970bedbb6822d89f2c6f3fc79138ffcdc7b3d2e92e2ef2c107" + ], + "exe": [ + "https://yt-dl.org/downloads/2015.02.09.2/youtube-dl.exe", + "060a4e8aa642dfcf412c0312ae0ed34dadde75b090dd546ecb2684226e2f8e8c" + ], + "tar": [ + "https://yt-dl.org/downloads/2015.02.09.2/youtube-dl-2015.02.09.2.tar.gz", + "532b28e354bc2408b5e08cb582c69e1ce2dec0a9cf1f3efa55571532a637b362" + ] } } } \ No newline at end of file From 071bec0e36369658bc1c38b85a633586f88b4ef8 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Mon, 9 Feb 2015 16:02:56 +0100 Subject: [PATCH 015/139] release 2015.02.09.3 --- download.html | 18 +++++++++--------- supportedsites.html | 1 + update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 43 insertions(+), 13 deletions(-) diff --git a/download.html b/download.html index 3efcf7ad7..227610d57 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

    Remember youtube-dl requires Python version 2.6, 2.7, or 3.2+ to work.

    -

    2015.02.09.2 (sig)

    +

    2015.02.09.3 (sig)

      -
    • MD5: d94dbd2cde8bf65057d4d50db7e11b48
    • -
    • SHA1: 0dc2d44549e153e88491cc38cd1ef85c6e5dcd08
    • -
    • SHA256: 9f7743db7213ad970bedbb6822d89f2c6f3fc79138ffcdc7b3d2e92e2ef2c107
    • +
    • MD5: a58ebba219b5b755cf56b2c1c3ed08db
    • +
    • SHA1: af377021217f7871f62f1d956e30b474e5559f5f
    • +
    • SHA256: 3062200a54050ad2fe9581784ffb12d5aed004bef1084198911a0716d58dfb74

    - Windows exe (sig - 060a4e8aa642dfcf412c0312ae0ed34dadde75b090dd546ecb2684226e2f8e8c)
    - Full source + docs + binary tarball (sig - 532b28e354bc2408b5e08cb582c69e1ce2dec0a9cf1f3efa55571532a637b362) + Windows exe (sig - fd051681c2a141b98a57f632520a974e48aa0fe2b4db423cd48485137b0bcc81)
    + Full source + docs + binary tarball (sig - 10a4bb45876697e3779d481ce8edb0cca4364fd38f6881712415719bca9ffde3)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2015.02.09.2/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2015.02.09.3/youtube-dl -o /usr/local/bin/youtube-dl
    sudo chmod a+x /usr/local/bin/youtube-dl

    If you do not have curl, you can alternatively use a recent wget: -sudo wget https://yt-dl.org/downloads/2015.02.09.2/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2015.02.09.3/youtube-dl -O /usr/local/bin/youtube-dl
    sudo chmod a+x /usr/local/bin/youtube-dl

    @@ -53,7 +53,7 @@ See the pypi page for more

    To check the signature, type: -sudo wget https://yt-dl.org/downloads/2015.02.09.2/youtube-dl.sig -O youtube-dl.sig
    gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
    rm youtube-dl.sig
    +sudo wget https://yt-dl.org/downloads/2015.02.09.3/youtube-dl.sig -O youtube-dl.sig
    gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
    rm youtube-dl.sig

    The following GPG keys will be used to sign the binaries and the git tags:

    diff --git a/supportedsites.html b/supportedsites.html index 5bfad3570..68513ecca 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -407,6 +407,7 @@
  • StreamCZ
  • StreetVoice
  • SunPorno
  • +
  • SVTPlay
  • SWRMediathek
  • Syfy
  • SztvHu
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 8a2fe4084..300f83728 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2015.02.09.2 \ No newline at end of file +2015.02.09.3 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index da6497b55..551edb102 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -3,7 +3,7 @@ youtube-dl releases https://yt-dl.org/feed/youtube-dl-updates-feed - 2015-02-09T14:51:04.317490Z + 2015-02-09T16:02:55.037668Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -7550,4 +7550,19 @@ 2015-02-09T00:00:02Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.02.09.3 + New version 2015.02.09.3 + + +
    + Downloads available at https://yt-dl.org/downloads/2015.02.09.3/ +
    +
    + + The youtube-dl maintainers + + 2015-02-09T00:00:03Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index a3b62c44b..60359e13d 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2015.02.09.2", - "signature": "344c94059148c00aea14c1b5d932df05815cc4d805c04177dbaed0ba8242f92f109ed59d85ce7c5a7c571729185931e08cf6d51093ebb35bc0baea060d1399a9ee355977d77bb49959c6dce6c2e76a11b8f8e080f2c6be4f1f91827a540118371557853eed8245ffaf8492b7a3ef9568735f7a61ffc5211ac3aacb755be78559", + "latest": "2015.02.09.3", + "signature": "1a98d873f79df43b35080a354e74de18df68ea1cb67742695a15fcc2eb342b2e755b6def9a89d2d0cfe246df364c6749788faa719eab3b51ab692942c550cb1c2c8f25166dddf654725f48688c61a576e2f7dab3804baa70c48aa7179d59eca060c5cbd0d8740908479c6cb72ad82c9e427f1f7446586c583269bca8f133e9ca", "versions": { "2012.02.22": { "bin": [ @@ -7049,6 +7049,20 @@ "https://yt-dl.org/downloads/2015.02.09.2/youtube-dl-2015.02.09.2.tar.gz", "532b28e354bc2408b5e08cb582c69e1ce2dec0a9cf1f3efa55571532a637b362" ] + }, + "2015.02.09.3": { + "bin": [ + "https://yt-dl.org/downloads/2015.02.09.3/youtube-dl", + "3062200a54050ad2fe9581784ffb12d5aed004bef1084198911a0716d58dfb74" + ], + "exe": [ + "https://yt-dl.org/downloads/2015.02.09.3/youtube-dl.exe", + "fd051681c2a141b98a57f632520a974e48aa0fe2b4db423cd48485137b0bcc81" + ], + "tar": [ + "https://yt-dl.org/downloads/2015.02.09.3/youtube-dl-2015.02.09.3.tar.gz", + "10a4bb45876697e3779d481ce8edb0cca4364fd38f6881712415719bca9ffde3" + ] } } } \ No newline at end of file From bb11b2fb3ea71ea467bc247bb4678637d66a47da Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Tue, 10 Feb 2015 01:24:01 +0100 Subject: [PATCH 016/139] release 2015.02.10 --- download.html | 18 +++++++++--------- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 4 files changed, 42 insertions(+), 13 deletions(-) diff --git a/download.html b/download.html index 227610d57..df34faca7 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

    Remember youtube-dl requires Python version 2.6, 2.7, or 3.2+ to work.

    -

    2015.02.09.3 (sig)

    +

    2015.02.10 (sig)

      -
    • MD5: a58ebba219b5b755cf56b2c1c3ed08db
    • -
    • SHA1: af377021217f7871f62f1d956e30b474e5559f5f
    • -
    • SHA256: 3062200a54050ad2fe9581784ffb12d5aed004bef1084198911a0716d58dfb74
    • +
    • MD5: 13edaac02aaf6b2e9a4ac729cfd024d2
    • +
    • SHA1: 77c1cbd63fe2474a18e93553e96bb082c28e4222
    • +
    • SHA256: 70bdf7221f93d7bcb71fa642774ab5e9411bd38e3c127e84851242e3ec1b6384

    - Windows exe (sig - fd051681c2a141b98a57f632520a974e48aa0fe2b4db423cd48485137b0bcc81)
    - Full source + docs + binary tarball (sig - 10a4bb45876697e3779d481ce8edb0cca4364fd38f6881712415719bca9ffde3) + Windows exe (sig - 5230760f774cfdbf743e070fbf1aa74c3f7326bf991519ebb272defeadb1c37b)
    + Full source + docs + binary tarball (sig - 863bee174e815c711a693dd99c039ff41e6b9326fdeddd898ec73f3ad7daa801)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2015.02.09.3/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2015.02.10/youtube-dl -o /usr/local/bin/youtube-dl
    sudo chmod a+x /usr/local/bin/youtube-dl

    If you do not have curl, you can alternatively use a recent wget: -sudo wget https://yt-dl.org/downloads/2015.02.09.3/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2015.02.10/youtube-dl -O /usr/local/bin/youtube-dl
    sudo chmod a+x /usr/local/bin/youtube-dl

    @@ -53,7 +53,7 @@ See the pypi page for more

    To check the signature, type: -sudo wget https://yt-dl.org/downloads/2015.02.09.3/youtube-dl.sig -O youtube-dl.sig
    gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
    rm youtube-dl.sig
    +sudo wget https://yt-dl.org/downloads/2015.02.10/youtube-dl.sig -O youtube-dl.sig
    gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
    rm youtube-dl.sig

    The following GPG keys will be used to sign the binaries and the git tags:

    diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 300f83728..dd6517df8 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2015.02.09.3 \ No newline at end of file +2015.02.10 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 551edb102..0db854dd1 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -3,7 +3,7 @@ youtube-dl releases https://yt-dl.org/feed/youtube-dl-updates-feed - 2015-02-09T16:02:55.037668Z + 2015-02-10T01:23:58.816969Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -7565,4 +7565,19 @@ 2015-02-09T00:00:03Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.02.10 + New version 2015.02.10 + + +
    + Downloads available at https://yt-dl.org/downloads/2015.02.10/ +
    +
    + + The youtube-dl maintainers + + 2015-02-10T00:00:00Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 60359e13d..32ced58ff 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2015.02.09.3", - "signature": "1a98d873f79df43b35080a354e74de18df68ea1cb67742695a15fcc2eb342b2e755b6def9a89d2d0cfe246df364c6749788faa719eab3b51ab692942c550cb1c2c8f25166dddf654725f48688c61a576e2f7dab3804baa70c48aa7179d59eca060c5cbd0d8740908479c6cb72ad82c9e427f1f7446586c583269bca8f133e9ca", + "latest": "2015.02.10", + "signature": "7ddaca75281c1cd5630789ff6bd959cae666f59c7807d5f63d722fcda4fa3c4811144334669732ae7bd8cb4e56f9293a7582b18d2cfcb07bce61f2367e95fded5b61ad6e62e71ba4ec4fa4a9840ce11ef7aafa8787c149d79613f20bcc81b9fa09b4309b917d06e693e5f2d1f3bda33e4e71d1035690f92bce424329f204efa5", "versions": { "2012.02.22": { "bin": [ @@ -7063,6 +7063,20 @@ "https://yt-dl.org/downloads/2015.02.09.3/youtube-dl-2015.02.09.3.tar.gz", "10a4bb45876697e3779d481ce8edb0cca4364fd38f6881712415719bca9ffde3" ] + }, + "2015.02.10": { + "bin": [ + "https://yt-dl.org/downloads/2015.02.10/youtube-dl", + "70bdf7221f93d7bcb71fa642774ab5e9411bd38e3c127e84851242e3ec1b6384" + ], + "exe": [ + "https://yt-dl.org/downloads/2015.02.10/youtube-dl.exe", + "5230760f774cfdbf743e070fbf1aa74c3f7326bf991519ebb272defeadb1c37b" + ], + "tar": [ + "https://yt-dl.org/downloads/2015.02.10/youtube-dl-2015.02.10.tar.gz", + "863bee174e815c711a693dd99c039ff41e6b9326fdeddd898ec73f3ad7daa801" + ] } } } \ No newline at end of file From 2d2bd2a8cb29bd3cdf0b94e40aa2cb38bb0e9313 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Tue, 10 Feb 2015 01:56:52 +0100 Subject: [PATCH 017/139] release 2015.02.10.1 --- download.html | 18 +++++++++--------- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 4 files changed, 42 insertions(+), 13 deletions(-) diff --git a/download.html b/download.html index df34faca7..7e5dec872 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

    Remember youtube-dl requires Python version 2.6, 2.7, or 3.2+ to work.

    -

    2015.02.10 (sig)

    +

    2015.02.10.1 (sig)

      -
    • MD5: 13edaac02aaf6b2e9a4ac729cfd024d2
    • -
    • SHA1: 77c1cbd63fe2474a18e93553e96bb082c28e4222
    • -
    • SHA256: 70bdf7221f93d7bcb71fa642774ab5e9411bd38e3c127e84851242e3ec1b6384
    • +
    • MD5: ae68aaf2ce47f2e6e3b6ecd2f340995d
    • +
    • SHA1: fb56aa71a83b9cc1ccbff696fcf0ecbaac3eeabb
    • +
    • SHA256: 697482340cf6cee13467b0c5d28e4196b6dccd3e39aa012287f54f4108e1dd27

    - Windows exe (sig - 5230760f774cfdbf743e070fbf1aa74c3f7326bf991519ebb272defeadb1c37b)
    - Full source + docs + binary tarball (sig - 863bee174e815c711a693dd99c039ff41e6b9326fdeddd898ec73f3ad7daa801) + Windows exe (sig - 924f1b0cd91f168859a300ddf7a0c7e2bd6313988f7e365198a94c44691f1589)
    + Full source + docs + binary tarball (sig - af5dfd4f4ca21d94f0986db377aa6c83c41cd97957eb7528fc9ebf8cfc69e6e1)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2015.02.10/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2015.02.10.1/youtube-dl -o /usr/local/bin/youtube-dl
    sudo chmod a+x /usr/local/bin/youtube-dl

    If you do not have curl, you can alternatively use a recent wget: -sudo wget https://yt-dl.org/downloads/2015.02.10/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2015.02.10.1/youtube-dl -O /usr/local/bin/youtube-dl
    sudo chmod a+x /usr/local/bin/youtube-dl

    @@ -53,7 +53,7 @@ See the pypi page for more

    To check the signature, type: -sudo wget https://yt-dl.org/downloads/2015.02.10/youtube-dl.sig -O youtube-dl.sig
    gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
    rm youtube-dl.sig
    +sudo wget https://yt-dl.org/downloads/2015.02.10.1/youtube-dl.sig -O youtube-dl.sig
    gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
    rm youtube-dl.sig

    The following GPG keys will be used to sign the binaries and the git tags:

    diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index dd6517df8..bbcedaeb0 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2015.02.10 \ No newline at end of file +2015.02.10.1 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 0db854dd1..a0ae0e8a2 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -3,7 +3,7 @@ youtube-dl releases https://yt-dl.org/feed/youtube-dl-updates-feed - 2015-02-10T01:23:58.816969Z + 2015-02-10T01:56:50.533224Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -7580,4 +7580,19 @@ 2015-02-10T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.02.10.1 + New version 2015.02.10.1 + + +
    + Downloads available at https://yt-dl.org/downloads/2015.02.10.1/ +
    +
    + + The youtube-dl maintainers + + 2015-02-10T00:00:01Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 32ced58ff..073197190 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2015.02.10", - "signature": "7ddaca75281c1cd5630789ff6bd959cae666f59c7807d5f63d722fcda4fa3c4811144334669732ae7bd8cb4e56f9293a7582b18d2cfcb07bce61f2367e95fded5b61ad6e62e71ba4ec4fa4a9840ce11ef7aafa8787c149d79613f20bcc81b9fa09b4309b917d06e693e5f2d1f3bda33e4e71d1035690f92bce424329f204efa5", + "latest": "2015.02.10.1", + "signature": "1efa6f8a06a4a1aaf731d6e487ba88ca4e6649c8ab5a5ae3f2f3cdc38153eda05636b8bc423693803f7d4e10dfc618f3d399e9d83341a58f494c0d8a23c58b0a36f13dd3cb1c672f7c575dd4b6588470e545b3beeb5e9639f12d68b32d7220f33192114f5990d64f7487b6f721289802699051b404395e108d4b9ceab7a52cbf", "versions": { "2012.02.22": { "bin": [ @@ -7077,6 +7077,20 @@ "https://yt-dl.org/downloads/2015.02.10/youtube-dl-2015.02.10.tar.gz", "863bee174e815c711a693dd99c039ff41e6b9326fdeddd898ec73f3ad7daa801" ] + }, + "2015.02.10.1": { + "bin": [ + "https://yt-dl.org/downloads/2015.02.10.1/youtube-dl", + "697482340cf6cee13467b0c5d28e4196b6dccd3e39aa012287f54f4108e1dd27" + ], + "exe": [ + "https://yt-dl.org/downloads/2015.02.10.1/youtube-dl.exe", + "924f1b0cd91f168859a300ddf7a0c7e2bd6313988f7e365198a94c44691f1589" + ], + "tar": [ + "https://yt-dl.org/downloads/2015.02.10.1/youtube-dl-2015.02.10.1.tar.gz", + "af5dfd4f4ca21d94f0986db377aa6c83c41cd97957eb7528fc9ebf8cfc69e6e1" + ] } } } \ No newline at end of file From 79379d02f3535c003006a026561a2717d6e2af3c Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Tue, 10 Feb 2015 03:36:45 +0100 Subject: [PATCH 018/139] release 2015.02.10.2 --- download.html | 18 +++++++++--------- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 4 files changed, 42 insertions(+), 13 deletions(-) diff --git a/download.html b/download.html index 7e5dec872..0a34453b6 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

    Remember youtube-dl requires Python version 2.6, 2.7, or 3.2+ to work.

    -

    2015.02.10.1 (sig)

    +

    2015.02.10.2 (sig)

      -
    • MD5: ae68aaf2ce47f2e6e3b6ecd2f340995d
    • -
    • SHA1: fb56aa71a83b9cc1ccbff696fcf0ecbaac3eeabb
    • -
    • SHA256: 697482340cf6cee13467b0c5d28e4196b6dccd3e39aa012287f54f4108e1dd27
    • +
    • MD5: 6eb9b5d66af90248dd5343a475838777
    • +
    • SHA1: d0cabc09db1f0e249cad13d0769276297283ce3c
    • +
    • SHA256: 2c1004e16811e4d28e97ab7d4b8ec368b94a8aab248d8224b46553818488eae6

    - Windows exe (sig - 924f1b0cd91f168859a300ddf7a0c7e2bd6313988f7e365198a94c44691f1589)
    - Full source + docs + binary tarball (sig - af5dfd4f4ca21d94f0986db377aa6c83c41cd97957eb7528fc9ebf8cfc69e6e1) + Windows exe (sig - ae4ff2bd434d7dfa1179b2d2dc0f9b7d2ca4ff7d3a9c369cb0a21607570a67d8)
    + Full source + docs + binary tarball (sig - 335214753e6971f1871c551dd995fb7a309d69732694960857ad953cdc1ac489)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2015.02.10.1/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2015.02.10.2/youtube-dl -o /usr/local/bin/youtube-dl
    sudo chmod a+x /usr/local/bin/youtube-dl

    If you do not have curl, you can alternatively use a recent wget: -sudo wget https://yt-dl.org/downloads/2015.02.10.1/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2015.02.10.2/youtube-dl -O /usr/local/bin/youtube-dl
    sudo chmod a+x /usr/local/bin/youtube-dl

    @@ -53,7 +53,7 @@ See the pypi page for more

    To check the signature, type: -sudo wget https://yt-dl.org/downloads/2015.02.10.1/youtube-dl.sig -O youtube-dl.sig
    gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
    rm youtube-dl.sig
    +sudo wget https://yt-dl.org/downloads/2015.02.10.2/youtube-dl.sig -O youtube-dl.sig
    gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
    rm youtube-dl.sig

    The following GPG keys will be used to sign the binaries and the git tags:

    diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index bbcedaeb0..054745c83 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2015.02.10.1 \ No newline at end of file +2015.02.10.2 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index a0ae0e8a2..bcdcbffc9 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -3,7 +3,7 @@ youtube-dl releases https://yt-dl.org/feed/youtube-dl-updates-feed - 2015-02-10T01:56:50.533224Z + 2015-02-10T03:36:43.440654Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -7595,4 +7595,19 @@ 2015-02-10T00:00:01Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.02.10.2 + New version 2015.02.10.2 + + +
    + Downloads available at https://yt-dl.org/downloads/2015.02.10.2/ +
    +
    + + The youtube-dl maintainers + + 2015-02-10T00:00:02Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 073197190..9325b48cb 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2015.02.10.1", - "signature": "1efa6f8a06a4a1aaf731d6e487ba88ca4e6649c8ab5a5ae3f2f3cdc38153eda05636b8bc423693803f7d4e10dfc618f3d399e9d83341a58f494c0d8a23c58b0a36f13dd3cb1c672f7c575dd4b6588470e545b3beeb5e9639f12d68b32d7220f33192114f5990d64f7487b6f721289802699051b404395e108d4b9ceab7a52cbf", + "latest": "2015.02.10.2", + "signature": "18eeeeb6cce3c1a5f2da39ceebf8d8b8864f541b13260975458ae5b9757fc1b93e1be92a32772d4f290399d7665b106807ff6e48a24089593f830b059934f31dbcd1eabf4aaa541089630edbed8dc6cee1c6974e0f770f718bc6d255fa2da3ea78a04e958f3150a884548a5adcf535529dd948928e3c41cb68fac441a31e8599", "versions": { "2012.02.22": { "bin": [ @@ -7091,6 +7091,20 @@ "https://yt-dl.org/downloads/2015.02.10.1/youtube-dl-2015.02.10.1.tar.gz", "af5dfd4f4ca21d94f0986db377aa6c83c41cd97957eb7528fc9ebf8cfc69e6e1" ] + }, + "2015.02.10.2": { + "bin": [ + "https://yt-dl.org/downloads/2015.02.10.2/youtube-dl", + "2c1004e16811e4d28e97ab7d4b8ec368b94a8aab248d8224b46553818488eae6" + ], + "exe": [ + "https://yt-dl.org/downloads/2015.02.10.2/youtube-dl.exe", + "ae4ff2bd434d7dfa1179b2d2dc0f9b7d2ca4ff7d3a9c369cb0a21607570a67d8" + ], + "tar": [ + "https://yt-dl.org/downloads/2015.02.10.2/youtube-dl-2015.02.10.2.tar.gz", + "335214753e6971f1871c551dd995fb7a309d69732694960857ad953cdc1ac489" + ] } } } \ No newline at end of file From 0103a027251fbf52b99eafee6a551f2e54c2f9d1 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Tue, 10 Feb 2015 05:56:38 +0100 Subject: [PATCH 019/139] release 2015.02.10.3 --- download.html | 18 +++++++++--------- supportedsites.html | 1 + update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 43 insertions(+), 13 deletions(-) diff --git a/download.html b/download.html index 0a34453b6..4427950bd 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

    Remember youtube-dl requires Python version 2.6, 2.7, or 3.2+ to work.

    -

    2015.02.10.2 (sig)

    +

    2015.02.10.3 (sig)

      -
    • MD5: 6eb9b5d66af90248dd5343a475838777
    • -
    • SHA1: d0cabc09db1f0e249cad13d0769276297283ce3c
    • -
    • SHA256: 2c1004e16811e4d28e97ab7d4b8ec368b94a8aab248d8224b46553818488eae6
    • +
    • MD5: ffb8b175d613fb0f6b5b6a40b8c9ddaf
    • +
    • SHA1: ecf1c4d17358f163f02754e8d6c921d99a51fa4a
    • +
    • SHA256: 92ec3c6f17b7c4897c496ed86fb54c121d6410e43f84f143c0a32c693bf9ccba

    - Windows exe (sig - ae4ff2bd434d7dfa1179b2d2dc0f9b7d2ca4ff7d3a9c369cb0a21607570a67d8)
    - Full source + docs + binary tarball (sig - 335214753e6971f1871c551dd995fb7a309d69732694960857ad953cdc1ac489) + Windows exe (sig - f5fc4e2f55d862da2fe0c7b32fcf07ad5e21f2b4e06e75b97b3283fd2bedf297)
    + Full source + docs + binary tarball (sig - 71bdc1961cb28ee1a301763614dd865dcfb3fdfdd6e2b54d6bc5ed34ff3d2a24)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2015.02.10.2/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2015.02.10.3/youtube-dl -o /usr/local/bin/youtube-dl
    sudo chmod a+x /usr/local/bin/youtube-dl

    If you do not have curl, you can alternatively use a recent wget: -sudo wget https://yt-dl.org/downloads/2015.02.10.2/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2015.02.10.3/youtube-dl -O /usr/local/bin/youtube-dl
    sudo chmod a+x /usr/local/bin/youtube-dl

    @@ -53,7 +53,7 @@ See the pypi page for more

    To check the signature, type: -sudo wget https://yt-dl.org/downloads/2015.02.10.2/youtube-dl.sig -O youtube-dl.sig
    gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
    rm youtube-dl.sig
    +sudo wget https://yt-dl.org/downloads/2015.02.10.3/youtube-dl.sig -O youtube-dl.sig
    gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
    rm youtube-dl.sig

    The following GPG keys will be used to sign the binaries and the git tags:

    diff --git a/supportedsites.html b/supportedsites.html index 68513ecca..0b53931d0 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -240,6 +240,7 @@
  • mailru: Видео@Mail.Ru
  • Malemotion
  • MDR
  • +
  • media.ccc.de
  • metacafe
  • Metacritic
  • Mgoon
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 054745c83..6bf3c7d53 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2015.02.10.2 \ No newline at end of file +2015.02.10.3 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index bcdcbffc9..fb38fc64c 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -3,7 +3,7 @@ youtube-dl releases https://yt-dl.org/feed/youtube-dl-updates-feed - 2015-02-10T03:36:43.440654Z + 2015-02-10T05:56:36.731596Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -7610,4 +7610,19 @@ 2015-02-10T00:00:02Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.02.10.3 + New version 2015.02.10.3 + + +
    + Downloads available at https://yt-dl.org/downloads/2015.02.10.3/ +
    +
    + + The youtube-dl maintainers + + 2015-02-10T00:00:03Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 9325b48cb..3a9a5fbee 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2015.02.10.2", - "signature": "18eeeeb6cce3c1a5f2da39ceebf8d8b8864f541b13260975458ae5b9757fc1b93e1be92a32772d4f290399d7665b106807ff6e48a24089593f830b059934f31dbcd1eabf4aaa541089630edbed8dc6cee1c6974e0f770f718bc6d255fa2da3ea78a04e958f3150a884548a5adcf535529dd948928e3c41cb68fac441a31e8599", + "latest": "2015.02.10.3", + "signature": "7f311f59e9d66e5c252a3db7b72e54365c199c939cfb21d25fa30cefa72b6ee4d8d8103d640f8626e96da003d57b7edd82ec9ae08a2c13b277121cf82cea1e49460ced2aa32cc8cc55cb3aa915db63ba37223efd52fe6c4689a1e20e6289fe84c9889574e61ef33b8b7f857bdb5d624af97f3cbf67dd94d0d8cfbb4b34d760eb", "versions": { "2012.02.22": { "bin": [ @@ -7105,6 +7105,20 @@ "https://yt-dl.org/downloads/2015.02.10.2/youtube-dl-2015.02.10.2.tar.gz", "335214753e6971f1871c551dd995fb7a309d69732694960857ad953cdc1ac489" ] + }, + "2015.02.10.3": { + "bin": [ + "https://yt-dl.org/downloads/2015.02.10.3/youtube-dl", + "92ec3c6f17b7c4897c496ed86fb54c121d6410e43f84f143c0a32c693bf9ccba" + ], + "exe": [ + "https://yt-dl.org/downloads/2015.02.10.3/youtube-dl.exe", + "f5fc4e2f55d862da2fe0c7b32fcf07ad5e21f2b4e06e75b97b3283fd2bedf297" + ], + "tar": [ + "https://yt-dl.org/downloads/2015.02.10.3/youtube-dl-2015.02.10.3.tar.gz", + "71bdc1961cb28ee1a301763614dd865dcfb3fdfdd6e2b54d6bc5ed34ff3d2a24" + ] } } } \ No newline at end of file From 08f4c0f0e0a92b99581984866597aa2a33e264d9 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Tue, 10 Feb 2015 11:32:20 +0100 Subject: [PATCH 020/139] release 2015.02.10.4 --- download.html | 18 +++++++++--------- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 4 files changed, 42 insertions(+), 13 deletions(-) diff --git a/download.html b/download.html index 4427950bd..40251bc42 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

    Remember youtube-dl requires Python version 2.6, 2.7, or 3.2+ to work.

    -

    2015.02.10.3 (sig)

    +

    2015.02.10.4 (sig)

      -
    • MD5: ffb8b175d613fb0f6b5b6a40b8c9ddaf
    • -
    • SHA1: ecf1c4d17358f163f02754e8d6c921d99a51fa4a
    • -
    • SHA256: 92ec3c6f17b7c4897c496ed86fb54c121d6410e43f84f143c0a32c693bf9ccba
    • +
    • MD5: 6124ec21363fc8256c0e0e715e2405e1
    • +
    • SHA1: b8f32a6a0052185a67c9b330f9c7552eac279924
    • +
    • SHA256: 3dd8901ae5f954aeb6e7dcba0f9f13058410613cfa2c82bfdc5c0974c1211b09

    - Windows exe (sig - f5fc4e2f55d862da2fe0c7b32fcf07ad5e21f2b4e06e75b97b3283fd2bedf297)
    - Full source + docs + binary tarball (sig - 71bdc1961cb28ee1a301763614dd865dcfb3fdfdd6e2b54d6bc5ed34ff3d2a24) + Windows exe (sig - 8eea1de24d55546e046c85dc9cc4d13c649199c94f772eede5a844e87ed234b5)
    + Full source + docs + binary tarball (sig - 9a6d616ad7fde0f9fda72e64cb3197bd8faec04b7baa726def926119ad3bbd24)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2015.02.10.3/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2015.02.10.4/youtube-dl -o /usr/local/bin/youtube-dl
    sudo chmod a+x /usr/local/bin/youtube-dl

    If you do not have curl, you can alternatively use a recent wget: -sudo wget https://yt-dl.org/downloads/2015.02.10.3/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2015.02.10.4/youtube-dl -O /usr/local/bin/youtube-dl
    sudo chmod a+x /usr/local/bin/youtube-dl

    @@ -53,7 +53,7 @@ See the pypi page for more

    To check the signature, type: -sudo wget https://yt-dl.org/downloads/2015.02.10.3/youtube-dl.sig -O youtube-dl.sig
    gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
    rm youtube-dl.sig
    +sudo wget https://yt-dl.org/downloads/2015.02.10.4/youtube-dl.sig -O youtube-dl.sig
    gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
    rm youtube-dl.sig

    The following GPG keys will be used to sign the binaries and the git tags:

    diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 6bf3c7d53..d81967be4 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2015.02.10.3 \ No newline at end of file +2015.02.10.4 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index fb38fc64c..c94286965 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -3,7 +3,7 @@ youtube-dl releases https://yt-dl.org/feed/youtube-dl-updates-feed - 2015-02-10T05:56:36.731596Z + 2015-02-10T11:32:19.050741Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -7625,4 +7625,19 @@ 2015-02-10T00:00:03Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.02.10.4 + New version 2015.02.10.4 + + +
    + Downloads available at https://yt-dl.org/downloads/2015.02.10.4/ +
    +
    + + The youtube-dl maintainers + + 2015-02-10T00:00:04Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 3a9a5fbee..772bfdd65 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2015.02.10.3", - "signature": "7f311f59e9d66e5c252a3db7b72e54365c199c939cfb21d25fa30cefa72b6ee4d8d8103d640f8626e96da003d57b7edd82ec9ae08a2c13b277121cf82cea1e49460ced2aa32cc8cc55cb3aa915db63ba37223efd52fe6c4689a1e20e6289fe84c9889574e61ef33b8b7f857bdb5d624af97f3cbf67dd94d0d8cfbb4b34d760eb", + "latest": "2015.02.10.4", + "signature": "9a9d7b0646572046f6ce6da6b9c0c83a39eb41636f0afc565e71da16646832c96c9cc03e85d44fd7ce52cccf71bbd019c2380c0d8eaea465ae00b89015c269a864f9cffff9f90d21a3bf0da19e47a8d81f30334756fc2a37c086380e20fd148278ec4193f96bc2f7a18ed007b960a8c292d2de70fd7dc8c22218ab18adb3e9ca", "versions": { "2012.02.22": { "bin": [ @@ -7119,6 +7119,20 @@ "https://yt-dl.org/downloads/2015.02.10.3/youtube-dl-2015.02.10.3.tar.gz", "71bdc1961cb28ee1a301763614dd865dcfb3fdfdd6e2b54d6bc5ed34ff3d2a24" ] + }, + "2015.02.10.4": { + "bin": [ + "https://yt-dl.org/downloads/2015.02.10.4/youtube-dl", + "3dd8901ae5f954aeb6e7dcba0f9f13058410613cfa2c82bfdc5c0974c1211b09" + ], + "exe": [ + "https://yt-dl.org/downloads/2015.02.10.4/youtube-dl.exe", + "8eea1de24d55546e046c85dc9cc4d13c649199c94f772eede5a844e87ed234b5" + ], + "tar": [ + "https://yt-dl.org/downloads/2015.02.10.4/youtube-dl-2015.02.10.4.tar.gz", + "9a6d616ad7fde0f9fda72e64cb3197bd8faec04b7baa726def926119ad3bbd24" + ] } } } \ No newline at end of file From 9f0acce27803efe134cb40311aed52381902b774 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Tue, 10 Feb 2015 16:03:50 +0100 Subject: [PATCH 021/139] release 2015.02.10.5 --- download.html | 18 +++++++++--------- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 4 files changed, 42 insertions(+), 13 deletions(-) diff --git a/download.html b/download.html index 40251bc42..3b441b10d 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

    Remember youtube-dl requires Python version 2.6, 2.7, or 3.2+ to work.

    -

    2015.02.10.4 (sig)

    +

    2015.02.10.5 (sig)

      -
    • MD5: 6124ec21363fc8256c0e0e715e2405e1
    • -
    • SHA1: b8f32a6a0052185a67c9b330f9c7552eac279924
    • -
    • SHA256: 3dd8901ae5f954aeb6e7dcba0f9f13058410613cfa2c82bfdc5c0974c1211b09
    • +
    • MD5: cc46074f677a0cee0f0e6c07e64925a6
    • +
    • SHA1: 5087bf348e02209d9228b2974cceee2c088f9337
    • +
    • SHA256: 14de9052b9076a5e9da689a5ca98586822a0ec99d0b36c51d21e82cc954706f0

    - Windows exe (sig - 8eea1de24d55546e046c85dc9cc4d13c649199c94f772eede5a844e87ed234b5)
    - Full source + docs + binary tarball (sig - 9a6d616ad7fde0f9fda72e64cb3197bd8faec04b7baa726def926119ad3bbd24) + Windows exe (sig - 227b1133f52dcfb07451f3dcadf3c408eb4a76fe40fd4c41060ab30fb83fb623)
    + Full source + docs + binary tarball (sig - cd383f83b972afccf57b97c096d4830067199aedf4e2f0809004a2ead8676f38)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2015.02.10.4/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2015.02.10.5/youtube-dl -o /usr/local/bin/youtube-dl
    sudo chmod a+x /usr/local/bin/youtube-dl

    If you do not have curl, you can alternatively use a recent wget: -sudo wget https://yt-dl.org/downloads/2015.02.10.4/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2015.02.10.5/youtube-dl -O /usr/local/bin/youtube-dl
    sudo chmod a+x /usr/local/bin/youtube-dl

    @@ -53,7 +53,7 @@ See the pypi page for more

    To check the signature, type: -sudo wget https://yt-dl.org/downloads/2015.02.10.4/youtube-dl.sig -O youtube-dl.sig
    gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
    rm youtube-dl.sig
    +sudo wget https://yt-dl.org/downloads/2015.02.10.5/youtube-dl.sig -O youtube-dl.sig
    gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
    rm youtube-dl.sig

    The following GPG keys will be used to sign the binaries and the git tags:

    diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index d81967be4..5a3783916 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2015.02.10.4 \ No newline at end of file +2015.02.10.5 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index c94286965..f2ef47656 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -3,7 +3,7 @@ youtube-dl releases https://yt-dl.org/feed/youtube-dl-updates-feed - 2015-02-10T11:32:19.050741Z + 2015-02-10T16:03:49.001158Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -7640,4 +7640,19 @@ 2015-02-10T00:00:04Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.02.10.5 + New version 2015.02.10.5 + + +
    + Downloads available at https://yt-dl.org/downloads/2015.02.10.5/ +
    +
    + + The youtube-dl maintainers + + 2015-02-10T00:00:05Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 772bfdd65..565d8b2ce 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2015.02.10.4", - "signature": "9a9d7b0646572046f6ce6da6b9c0c83a39eb41636f0afc565e71da16646832c96c9cc03e85d44fd7ce52cccf71bbd019c2380c0d8eaea465ae00b89015c269a864f9cffff9f90d21a3bf0da19e47a8d81f30334756fc2a37c086380e20fd148278ec4193f96bc2f7a18ed007b960a8c292d2de70fd7dc8c22218ab18adb3e9ca", + "latest": "2015.02.10.5", + "signature": "914d25bdfb53ba5a28691b578857265b59c1b83e0da73d184fe91091cdb4d58a1f9c29c3a0265a025ced41b5882145bf4a2712212f889125551762757f27119a910050ceb857c3ff29e6ce2558b3e47295e74a30490f2d4fdabba1a1c789703c8b4b8b2b052e3425f76a47c756aec9d6e79ffee269c420d8fb83787b9167c87c", "versions": { "2012.02.22": { "bin": [ @@ -7133,6 +7133,20 @@ "https://yt-dl.org/downloads/2015.02.10.4/youtube-dl-2015.02.10.4.tar.gz", "9a6d616ad7fde0f9fda72e64cb3197bd8faec04b7baa726def926119ad3bbd24" ] + }, + "2015.02.10.5": { + "bin": [ + "https://yt-dl.org/downloads/2015.02.10.5/youtube-dl", + "14de9052b9076a5e9da689a5ca98586822a0ec99d0b36c51d21e82cc954706f0" + ], + "exe": [ + "https://yt-dl.org/downloads/2015.02.10.5/youtube-dl.exe", + "227b1133f52dcfb07451f3dcadf3c408eb4a76fe40fd4c41060ab30fb83fb623" + ], + "tar": [ + "https://yt-dl.org/downloads/2015.02.10.5/youtube-dl-2015.02.10.5.tar.gz", + "cd383f83b972afccf57b97c096d4830067199aedf4e2f0809004a2ead8676f38" + ] } } } \ No newline at end of file From 776a127f38c383a9f9161fda8ffd8b284d6f2e7d Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Wed, 11 Feb 2015 19:07:08 +0100 Subject: [PATCH 022/139] release 2015.02.11 --- download.html | 18 +++++++++--------- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 4 files changed, 42 insertions(+), 13 deletions(-) diff --git a/download.html b/download.html index 3b441b10d..d06d9a91d 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

    Remember youtube-dl requires Python version 2.6, 2.7, or 3.2+ to work.

    -

    2015.02.10.5 (sig)

    +

    2015.02.11 (sig)

      -
    • MD5: cc46074f677a0cee0f0e6c07e64925a6
    • -
    • SHA1: 5087bf348e02209d9228b2974cceee2c088f9337
    • -
    • SHA256: 14de9052b9076a5e9da689a5ca98586822a0ec99d0b36c51d21e82cc954706f0
    • +
    • MD5: fb848145f3685699bfc7e63607f159b4
    • +
    • SHA1: e35add4f12f29424325d585c179aa72975e7b0ae
    • +
    • SHA256: 68cead3f561c9ba657653962a1fd8f52f8f34b16224fdb139be3694cef34e8fb

    - Windows exe (sig - 227b1133f52dcfb07451f3dcadf3c408eb4a76fe40fd4c41060ab30fb83fb623)
    - Full source + docs + binary tarball (sig - cd383f83b972afccf57b97c096d4830067199aedf4e2f0809004a2ead8676f38) + Windows exe (sig - 534fcac8b40fd45d43a8cfbd419dcfe5c8186c128e93caecb1b6b3502270ca7b)
    + Full source + docs + binary tarball (sig - 1ad5e8ec6b59dbcb9fafcf312b8e3f2a985a3f8ef7109172caaf287118bb3c59)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2015.02.10.5/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2015.02.11/youtube-dl -o /usr/local/bin/youtube-dl
    sudo chmod a+x /usr/local/bin/youtube-dl

    If you do not have curl, you can alternatively use a recent wget: -sudo wget https://yt-dl.org/downloads/2015.02.10.5/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2015.02.11/youtube-dl -O /usr/local/bin/youtube-dl
    sudo chmod a+x /usr/local/bin/youtube-dl

    @@ -53,7 +53,7 @@ See the pypi page for more

    To check the signature, type: -sudo wget https://yt-dl.org/downloads/2015.02.10.5/youtube-dl.sig -O youtube-dl.sig
    gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
    rm youtube-dl.sig
    +sudo wget https://yt-dl.org/downloads/2015.02.11/youtube-dl.sig -O youtube-dl.sig
    gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
    rm youtube-dl.sig

    The following GPG keys will be used to sign the binaries and the git tags:

    diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 5a3783916..b34486a0f 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2015.02.10.5 \ No newline at end of file +2015.02.11 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index f2ef47656..a10314821 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -3,7 +3,7 @@ youtube-dl releases https://yt-dl.org/feed/youtube-dl-updates-feed - 2015-02-10T16:03:49.001158Z + 2015-02-11T19:07:07.223409Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -7655,4 +7655,19 @@ 2015-02-10T00:00:05Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.02.11 + New version 2015.02.11 + + +
    + Downloads available at https://yt-dl.org/downloads/2015.02.11/ +
    +
    + + The youtube-dl maintainers + + 2015-02-11T00:00:00Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 565d8b2ce..96431af66 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2015.02.10.5", - "signature": "914d25bdfb53ba5a28691b578857265b59c1b83e0da73d184fe91091cdb4d58a1f9c29c3a0265a025ced41b5882145bf4a2712212f889125551762757f27119a910050ceb857c3ff29e6ce2558b3e47295e74a30490f2d4fdabba1a1c789703c8b4b8b2b052e3425f76a47c756aec9d6e79ffee269c420d8fb83787b9167c87c", + "latest": "2015.02.11", + "signature": "007e1807a83b65fa290a55a4cdafd404f41f0739598f140b9b9b3f963e6ec93d05aca607e808638f9df9bfe3cc935d5478fe11a63f6e8143adcbf778736632dc0d38bfb6c91515cb00c797f7a1338580ad34d2d2a64c3b15a58e03d7f3195baabd9038d2619af9dfdc47c2eff8d1ac6350546461a8e74c46ff76a27061f83e79", "versions": { "2012.02.22": { "bin": [ @@ -7147,6 +7147,20 @@ "https://yt-dl.org/downloads/2015.02.10.5/youtube-dl-2015.02.10.5.tar.gz", "cd383f83b972afccf57b97c096d4830067199aedf4e2f0809004a2ead8676f38" ] + }, + "2015.02.11": { + "bin": [ + "https://yt-dl.org/downloads/2015.02.11/youtube-dl", + "68cead3f561c9ba657653962a1fd8f52f8f34b16224fdb139be3694cef34e8fb" + ], + "exe": [ + "https://yt-dl.org/downloads/2015.02.11/youtube-dl.exe", + "534fcac8b40fd45d43a8cfbd419dcfe5c8186c128e93caecb1b6b3502270ca7b" + ], + "tar": [ + "https://yt-dl.org/downloads/2015.02.11/youtube-dl-2015.02.11.tar.gz", + "1ad5e8ec6b59dbcb9fafcf312b8e3f2a985a3f8ef7109172caaf287118bb3c59" + ] } } } \ No newline at end of file From 327906b6524224085a67ef67e9719993bedd5bea Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Mon, 16 Feb 2015 04:55:10 +0100 Subject: [PATCH 023/139] release 2015.02.16 --- download.html | 18 +++++++++--------- supportedsites.html | 8 +++++++- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 49 insertions(+), 14 deletions(-) diff --git a/download.html b/download.html index d06d9a91d..c2fec0574 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

    Remember youtube-dl requires Python version 2.6, 2.7, or 3.2+ to work.

    -

    2015.02.11 (sig)

    +

    2015.02.16 (sig)

      -
    • MD5: fb848145f3685699bfc7e63607f159b4
    • -
    • SHA1: e35add4f12f29424325d585c179aa72975e7b0ae
    • -
    • SHA256: 68cead3f561c9ba657653962a1fd8f52f8f34b16224fdb139be3694cef34e8fb
    • +
    • MD5: eed3f34f0896931f9c518c3b88a2d460
    • +
    • SHA1: 3d513d8bbe9efa170178300b171242ad645af4da
    • +
    • SHA256: 40ae98956bfb6e04042bffdcac1bd1bd337b45f79dfe306d72540d893b5f8e28

    - Windows exe (sig - 534fcac8b40fd45d43a8cfbd419dcfe5c8186c128e93caecb1b6b3502270ca7b)
    - Full source + docs + binary tarball (sig - 1ad5e8ec6b59dbcb9fafcf312b8e3f2a985a3f8ef7109172caaf287118bb3c59) + Windows exe (sig - 1d091922306b495deaae1d68544b177d084e524a15d90a5875c4eda9ed8a646c)
    + Full source + docs + binary tarball (sig - 1dab1a3184197ee2e1c3ce0a06fd6aae3af06dd6e42f6f3e2eb3acb457106350)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2015.02.11/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2015.02.16/youtube-dl -o /usr/local/bin/youtube-dl
    sudo chmod a+x /usr/local/bin/youtube-dl

    If you do not have curl, you can alternatively use a recent wget: -sudo wget https://yt-dl.org/downloads/2015.02.11/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2015.02.16/youtube-dl -O /usr/local/bin/youtube-dl
    sudo chmod a+x /usr/local/bin/youtube-dl

    @@ -53,7 +53,7 @@ See the pypi page for more

    To check the signature, type: -sudo wget https://yt-dl.org/downloads/2015.02.11/youtube-dl.sig -O youtube-dl.sig
    gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
    rm youtube-dl.sig
    +sudo wget https://yt-dl.org/downloads/2015.02.16/youtube-dl.sig -O youtube-dl.sig
    gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
    rm youtube-dl.sig

    The following GPG keys will be used to sign the binaries and the git tags:

    diff --git a/supportedsites.html b/supportedsites.html index 0b53931d0..c34e889ad 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -14,6 +14,7 @@

    Here's is the list of all the supported sites, ordered alphabetically:

      +
    • 1tv: Первый канал
    • 1up.com
    • 220.ro
    • 24video
    • @@ -75,6 +76,8 @@
    • Brightcove
    • BuzzFeed
    • BYUtv
    • +
    • Camdemy
    • +
    • CamdemyFolder
    • Canal13cl
    • canalc2.tv
    • Canalplus: canalplus.fr, piwiplus.fr and d8.tv
    • @@ -149,7 +152,6 @@
    • fernsehkritik.tv:postecke
    • Firedrive
    • Firstpost
    • -
    • firsttv: Видеоархив - Первый канал
    • Flickr
    • Folketinget: Folketinget (ft.dk; Danish parliament)
    • Foxgay
    • @@ -189,6 +191,7 @@
    • Helsinki: helsinki.fi
    • HentaiStigma
    • HistoricFilms
    • +
    • History
    • hitbox
    • hitbox:live
    • HornBunny
    • @@ -302,6 +305,8 @@
    • nowvideo: NowVideo
    • npo.nl
    • npo.nl:live
    • +
    • npo.nl:radio
    • +
    • npo.nl:radio:fragment
    • NRK
    • NRKTV
    • ntv.ru
    • @@ -542,6 +547,7 @@
    • XVideos
    • XXXYMovies
    • Yahoo: Yahoo screen and movies
    • +
    • Yam
    • YesJapan
    • Ynet
    • YouJizz
    • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index b34486a0f..f46153b9d 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2015.02.11 \ No newline at end of file +2015.02.16 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index a10314821..434cbd69b 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -3,7 +3,7 @@ youtube-dl releases https://yt-dl.org/feed/youtube-dl-updates-feed - 2015-02-11T19:07:07.223409Z + 2015-02-16T04:55:08.777496Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -7670,4 +7670,19 @@ 2015-02-11T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.02.16 + New version 2015.02.16 + + +
      + Downloads available at https://yt-dl.org/downloads/2015.02.16/ +
      +
      + + The youtube-dl maintainers + + 2015-02-16T00:00:00Z +
      + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 96431af66..cb6b7b524 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2015.02.11", - "signature": "007e1807a83b65fa290a55a4cdafd404f41f0739598f140b9b9b3f963e6ec93d05aca607e808638f9df9bfe3cc935d5478fe11a63f6e8143adcbf778736632dc0d38bfb6c91515cb00c797f7a1338580ad34d2d2a64c3b15a58e03d7f3195baabd9038d2619af9dfdc47c2eff8d1ac6350546461a8e74c46ff76a27061f83e79", + "latest": "2015.02.16", + "signature": "8864a7c824cffb16b5161c18e688e943901230ad2667afaadf8ca185de999ee23b6f153404d21f762f26e551fc66c5cd724c8ad6ee88f924c7b2c4eeb5afd34f595b9eafa3e03e3ad8672c33f674ffd5a88ea0040b3ba79fa5a64c72d1af544b7f794637feaac5c760e6caed6ea97fae9d305fae97350af4fe9b559b6ce9f6e1", "versions": { "2012.02.22": { "bin": [ @@ -7161,6 +7161,20 @@ "https://yt-dl.org/downloads/2015.02.11/youtube-dl-2015.02.11.tar.gz", "1ad5e8ec6b59dbcb9fafcf312b8e3f2a985a3f8ef7109172caaf287118bb3c59" ] + }, + "2015.02.16": { + "bin": [ + "https://yt-dl.org/downloads/2015.02.16/youtube-dl", + "40ae98956bfb6e04042bffdcac1bd1bd337b45f79dfe306d72540d893b5f8e28" + ], + "exe": [ + "https://yt-dl.org/downloads/2015.02.16/youtube-dl.exe", + "1d091922306b495deaae1d68544b177d084e524a15d90a5875c4eda9ed8a646c" + ], + "tar": [ + "https://yt-dl.org/downloads/2015.02.16/youtube-dl-2015.02.16.tar.gz", + "1dab1a3184197ee2e1c3ce0a06fd6aae3af06dd6e42f6f3e2eb3acb457106350" + ] } } } \ No newline at end of file From 4d1b121aa6677ff33a531bab6588048851068c18 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Mon, 16 Feb 2015 15:49:30 +0100 Subject: [PATCH 024/139] release 2015.02.16.1 --- download.html | 18 +++++++++--------- supportedsites.html | 2 +- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 43 insertions(+), 14 deletions(-) diff --git a/download.html b/download.html index c2fec0574..9f081969c 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

      Remember youtube-dl requires Python version 2.6, 2.7, or 3.2+ to work.

      -

      2015.02.16 (sig)

      +

      2015.02.16.1 (sig)

        -
      • MD5: eed3f34f0896931f9c518c3b88a2d460
      • -
      • SHA1: 3d513d8bbe9efa170178300b171242ad645af4da
      • -
      • SHA256: 40ae98956bfb6e04042bffdcac1bd1bd337b45f79dfe306d72540d893b5f8e28
      • +
      • MD5: f39282ee19e27148cfa24299f56dfda0
      • +
      • SHA1: cd4728e555411d50a5b51f77a7dc89c88485df94
      • +
      • SHA256: 1eda7821d3c3cf11f4091097bb01c8163794e157388178f5f021787526dc356c

      - Windows exe (sig - 1d091922306b495deaae1d68544b177d084e524a15d90a5875c4eda9ed8a646c)
      - Full source + docs + binary tarball (sig - 1dab1a3184197ee2e1c3ce0a06fd6aae3af06dd6e42f6f3e2eb3acb457106350) + Windows exe (sig - 0f36f1d2e60def2f3d40fae7892319dce3210673b498796f4bcdcd99fee20561)
      + Full source + docs + binary tarball (sig - 20edea66880bb78c895c8d431e50ff871ee3dd7c7a57cbe24aa8adc4bcc0b118)

      To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2015.02.16/youtube-dl -o /usr/local/bin/youtube-dl
      +sudo curl https://yt-dl.org/downloads/2015.02.16.1/youtube-dl -o /usr/local/bin/youtube-dl
      sudo chmod a+x /usr/local/bin/youtube-dl

      If you do not have curl, you can alternatively use a recent wget: -sudo wget https://yt-dl.org/downloads/2015.02.16/youtube-dl -O /usr/local/bin/youtube-dl
      +sudo wget https://yt-dl.org/downloads/2015.02.16.1/youtube-dl -O /usr/local/bin/youtube-dl
      sudo chmod a+x /usr/local/bin/youtube-dl

      @@ -53,7 +53,7 @@ See the pypi page for more

      To check the signature, type: -sudo wget https://yt-dl.org/downloads/2015.02.16/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig
      +sudo wget https://yt-dl.org/downloads/2015.02.16.1/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig

      The following GPG keys will be used to sign the binaries and the git tags:

      diff --git a/supportedsites.html b/supportedsites.html index c34e889ad..58ba4c7a4 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -353,9 +353,9 @@
    • Roxwel
    • RTBF
    • Rte
    • +
    • rtl.nl: rtl.nl and rtlxl.nl
    • RTL2
    • RTLnow
    • -
    • rtlxl.nl
    • RTP
    • RTS: RTS.ch
    • rtve.es:alacarta: RTVE a la carta
    • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index f46153b9d..476e55416 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2015.02.16 \ No newline at end of file +2015.02.16.1 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 434cbd69b..3818c5917 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -3,7 +3,7 @@ youtube-dl releases https://yt-dl.org/feed/youtube-dl-updates-feed - 2015-02-16T04:55:08.777496Z + 2015-02-16T15:49:29.380926Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -7685,4 +7685,19 @@ 2015-02-16T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.02.16.1 + New version 2015.02.16.1 + + +
      + Downloads available at https://yt-dl.org/downloads/2015.02.16.1/ +
      +
      + + The youtube-dl maintainers + + 2015-02-16T00:00:01Z +
      + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index cb6b7b524..ed0e36a6c 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2015.02.16", - "signature": "8864a7c824cffb16b5161c18e688e943901230ad2667afaadf8ca185de999ee23b6f153404d21f762f26e551fc66c5cd724c8ad6ee88f924c7b2c4eeb5afd34f595b9eafa3e03e3ad8672c33f674ffd5a88ea0040b3ba79fa5a64c72d1af544b7f794637feaac5c760e6caed6ea97fae9d305fae97350af4fe9b559b6ce9f6e1", + "latest": "2015.02.16.1", + "signature": "674544fee47cf48d46eb999c90a1939780b78f65d74aa04951c7f12457721eda5107175f5fa9646c13f70244ae649b5a2a4752a320eda6f80cd05ad62e171d842c760171453bdcf6edb852e6941924fac5f5306bf4c5735f2de7cf789ce975f4fde616cfbb018d535a0462d9a80f3448731cbc3cb26f54be42427746eff8a350", "versions": { "2012.02.22": { "bin": [ @@ -7175,6 +7175,20 @@ "https://yt-dl.org/downloads/2015.02.16/youtube-dl-2015.02.16.tar.gz", "1dab1a3184197ee2e1c3ce0a06fd6aae3af06dd6e42f6f3e2eb3acb457106350" ] + }, + "2015.02.16.1": { + "bin": [ + "https://yt-dl.org/downloads/2015.02.16.1/youtube-dl", + "1eda7821d3c3cf11f4091097bb01c8163794e157388178f5f021787526dc356c" + ], + "exe": [ + "https://yt-dl.org/downloads/2015.02.16.1/youtube-dl.exe", + "0f36f1d2e60def2f3d40fae7892319dce3210673b498796f4bcdcd99fee20561" + ], + "tar": [ + "https://yt-dl.org/downloads/2015.02.16.1/youtube-dl-2015.02.16.1.tar.gz", + "20edea66880bb78c895c8d431e50ff871ee3dd7c7a57cbe24aa8adc4bcc0b118" + ] } } } \ No newline at end of file From 597232528d9d79fe1db793d7c5647ec137813d31 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Tue, 17 Feb 2015 17:31:00 +0100 Subject: [PATCH 025/139] release 2015.02.17 --- download.html | 18 +++++++++--------- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 4 files changed, 42 insertions(+), 13 deletions(-) diff --git a/download.html b/download.html index 9f081969c..353c57389 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

      Remember youtube-dl requires Python version 2.6, 2.7, or 3.2+ to work.

      -

      2015.02.16.1 (sig)

      +

      2015.02.17 (sig)

        -
      • MD5: f39282ee19e27148cfa24299f56dfda0
      • -
      • SHA1: cd4728e555411d50a5b51f77a7dc89c88485df94
      • -
      • SHA256: 1eda7821d3c3cf11f4091097bb01c8163794e157388178f5f021787526dc356c
      • +
      • MD5: 30ca6780e8954fb334c9bd041037a219
      • +
      • SHA1: 9c4d5937797974f8c8b123ba1c2b81eb9e13cb18
      • +
      • SHA256: a73e2610451b3798f76cbc0b3ec6aadc18c8f857326c23581f39fb68b5f66d00

      - Windows exe (sig - 0f36f1d2e60def2f3d40fae7892319dce3210673b498796f4bcdcd99fee20561)
      - Full source + docs + binary tarball (sig - 20edea66880bb78c895c8d431e50ff871ee3dd7c7a57cbe24aa8adc4bcc0b118) + Windows exe (sig - d37ea1cce4ad5fd0f157d8a7151c0396c42966f49e8dd72683e4f174cf9fa282)
      + Full source + docs + binary tarball (sig - 862da68cf535fc99c4b10ad39cca1aa4164bb6835451782c578ca3f0afb1d452)

      To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2015.02.16.1/youtube-dl -o /usr/local/bin/youtube-dl
      +sudo curl https://yt-dl.org/downloads/2015.02.17/youtube-dl -o /usr/local/bin/youtube-dl
      sudo chmod a+x /usr/local/bin/youtube-dl

      If you do not have curl, you can alternatively use a recent wget: -sudo wget https://yt-dl.org/downloads/2015.02.16.1/youtube-dl -O /usr/local/bin/youtube-dl
      +sudo wget https://yt-dl.org/downloads/2015.02.17/youtube-dl -O /usr/local/bin/youtube-dl
      sudo chmod a+x /usr/local/bin/youtube-dl

      @@ -53,7 +53,7 @@ See the pypi page for more

      To check the signature, type: -sudo wget https://yt-dl.org/downloads/2015.02.16.1/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig
      +sudo wget https://yt-dl.org/downloads/2015.02.17/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig

      The following GPG keys will be used to sign the binaries and the git tags:

      diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 476e55416..0f3d1b89d 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2015.02.16.1 \ No newline at end of file +2015.02.17 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 3818c5917..00d6650bf 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -3,7 +3,7 @@ youtube-dl releases https://yt-dl.org/feed/youtube-dl-updates-feed - 2015-02-16T15:49:29.380926Z + 2015-02-17T17:30:58.914807Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -7700,4 +7700,19 @@ 2015-02-16T00:00:01Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.02.17 + New version 2015.02.17 + + +
      + Downloads available at https://yt-dl.org/downloads/2015.02.17/ +
      +
      + + The youtube-dl maintainers + + 2015-02-17T00:00:00Z +
      + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index ed0e36a6c..411c29602 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2015.02.16.1", - "signature": "674544fee47cf48d46eb999c90a1939780b78f65d74aa04951c7f12457721eda5107175f5fa9646c13f70244ae649b5a2a4752a320eda6f80cd05ad62e171d842c760171453bdcf6edb852e6941924fac5f5306bf4c5735f2de7cf789ce975f4fde616cfbb018d535a0462d9a80f3448731cbc3cb26f54be42427746eff8a350", + "latest": "2015.02.17", + "signature": "1f2c781a09e6e751053b9599c8af51e5b230e1e9955bdce88d58d297b2d2d4bfd7a25f41e6f760fa9412d841d7050dfcdbc53d87bcf4b9012221da0e0a1454a9750c789f29cf5490ca1e22c7e488dd758fb519c8ebb7afece56d264c76c94df40807714756651c36af936b349ddd0ca471531983fb9a8764dbb75c83e074d8f2", "versions": { "2012.02.22": { "bin": [ @@ -7189,6 +7189,20 @@ "https://yt-dl.org/downloads/2015.02.16.1/youtube-dl-2015.02.16.1.tar.gz", "20edea66880bb78c895c8d431e50ff871ee3dd7c7a57cbe24aa8adc4bcc0b118" ] + }, + "2015.02.17": { + "bin": [ + "https://yt-dl.org/downloads/2015.02.17/youtube-dl", + "a73e2610451b3798f76cbc0b3ec6aadc18c8f857326c23581f39fb68b5f66d00" + ], + "exe": [ + "https://yt-dl.org/downloads/2015.02.17/youtube-dl.exe", + "d37ea1cce4ad5fd0f157d8a7151c0396c42966f49e8dd72683e4f174cf9fa282" + ], + "tar": [ + "https://yt-dl.org/downloads/2015.02.17/youtube-dl-2015.02.17.tar.gz", + "862da68cf535fc99c4b10ad39cca1aa4164bb6835451782c578ca3f0afb1d452" + ] } } } \ No newline at end of file From 114d17529f492796fccc1f030678879dbdb03442 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Tue, 17 Feb 2015 17:40:26 +0100 Subject: [PATCH 026/139] release 2015.02.17.2 --- download.html | 18 +++++++++--------- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 4 files changed, 42 insertions(+), 13 deletions(-) diff --git a/download.html b/download.html index 353c57389..314b18e68 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

      Remember youtube-dl requires Python version 2.6, 2.7, or 3.2+ to work.

      -

      2015.02.17 (sig)

      +

      2015.02.17.2 (sig)

        -
      • MD5: 30ca6780e8954fb334c9bd041037a219
      • -
      • SHA1: 9c4d5937797974f8c8b123ba1c2b81eb9e13cb18
      • -
      • SHA256: a73e2610451b3798f76cbc0b3ec6aadc18c8f857326c23581f39fb68b5f66d00
      • +
      • MD5: c14e0de20017128c5ffcc953be5761a8
      • +
      • SHA1: 918413f72f88e7bc6bdd04dfa4a405a435e9d606
      • +
      • SHA256: 48029a05b3ecae9d700429d3be547f71292cbc063425daaedb505b7b07fdd3dd

      - Windows exe (sig - d37ea1cce4ad5fd0f157d8a7151c0396c42966f49e8dd72683e4f174cf9fa282)
      - Full source + docs + binary tarball (sig - 862da68cf535fc99c4b10ad39cca1aa4164bb6835451782c578ca3f0afb1d452) + Windows exe (sig - 45f6a7a13c50340b462c2ce5f90cfe69c30784ad4a61aec36ca3ca1c1feea9c4)
      + Full source + docs + binary tarball (sig - 2d8ae1f3070d757e9207f5b56a985fa5fd7222c83a37d8efe0d3e6388aabc65a)

      To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2015.02.17/youtube-dl -o /usr/local/bin/youtube-dl
      +sudo curl https://yt-dl.org/downloads/2015.02.17.2/youtube-dl -o /usr/local/bin/youtube-dl
      sudo chmod a+x /usr/local/bin/youtube-dl

      If you do not have curl, you can alternatively use a recent wget: -sudo wget https://yt-dl.org/downloads/2015.02.17/youtube-dl -O /usr/local/bin/youtube-dl
      +sudo wget https://yt-dl.org/downloads/2015.02.17.2/youtube-dl -O /usr/local/bin/youtube-dl
      sudo chmod a+x /usr/local/bin/youtube-dl

      @@ -53,7 +53,7 @@ See the pypi page for more

      To check the signature, type: -sudo wget https://yt-dl.org/downloads/2015.02.17/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig
      +sudo wget https://yt-dl.org/downloads/2015.02.17.2/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig

      The following GPG keys will be used to sign the binaries and the git tags:

      diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 0f3d1b89d..c2a9ac2db 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2015.02.17 \ No newline at end of file +2015.02.17.2 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 00d6650bf..e1aaac149 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -3,7 +3,7 @@ youtube-dl releases https://yt-dl.org/feed/youtube-dl-updates-feed - 2015-02-17T17:30:58.914807Z + 2015-02-17T17:40:24.943745Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -7715,4 +7715,19 @@ 2015-02-17T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.02.17.2 + New version 2015.02.17.2 + + +
      + Downloads available at https://yt-dl.org/downloads/2015.02.17.2/ +
      +
      + + The youtube-dl maintainers + + 2015-02-17T00:00:02Z +
      + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 411c29602..f0846464b 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2015.02.17", - "signature": "1f2c781a09e6e751053b9599c8af51e5b230e1e9955bdce88d58d297b2d2d4bfd7a25f41e6f760fa9412d841d7050dfcdbc53d87bcf4b9012221da0e0a1454a9750c789f29cf5490ca1e22c7e488dd758fb519c8ebb7afece56d264c76c94df40807714756651c36af936b349ddd0ca471531983fb9a8764dbb75c83e074d8f2", + "latest": "2015.02.17.2", + "signature": "3e29223438ca51abfcdad87186875ea677b495f1a0ea819ff0339a13401e60d2cd981deb57a832bc49c4e156b080021c2857841adbb674886f997d530fba74b74881f6015c83f665f713f2afc98d12331052beff43b75ac227cd11a465ddcc82df878b66c9d18a3aab1eb32ececa5de618bacc56d899be85973f3841a7f38990", "versions": { "2012.02.22": { "bin": [ @@ -7203,6 +7203,20 @@ "https://yt-dl.org/downloads/2015.02.17/youtube-dl-2015.02.17.tar.gz", "862da68cf535fc99c4b10ad39cca1aa4164bb6835451782c578ca3f0afb1d452" ] + }, + "2015.02.17.2": { + "bin": [ + "https://yt-dl.org/downloads/2015.02.17.2/youtube-dl", + "48029a05b3ecae9d700429d3be547f71292cbc063425daaedb505b7b07fdd3dd" + ], + "exe": [ + "https://yt-dl.org/downloads/2015.02.17.2/youtube-dl.exe", + "45f6a7a13c50340b462c2ce5f90cfe69c30784ad4a61aec36ca3ca1c1feea9c4" + ], + "tar": [ + "https://yt-dl.org/downloads/2015.02.17.2/youtube-dl-2015.02.17.2.tar.gz", + "2d8ae1f3070d757e9207f5b56a985fa5fd7222c83a37d8efe0d3e6388aabc65a" + ] } } } \ No newline at end of file From 6ea3d86cfe1dfceae17bba32b6c09a0cf5e4ae63 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Wed, 18 Feb 2015 00:53:44 +0100 Subject: [PATCH 027/139] release 2015.02.18 --- download.html | 18 +++++++++--------- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 4 files changed, 42 insertions(+), 13 deletions(-) diff --git a/download.html b/download.html index 314b18e68..1f747ab51 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

      Remember youtube-dl requires Python version 2.6, 2.7, or 3.2+ to work.

      -

      2015.02.17.2 (sig)

      +

      2015.02.18 (sig)

        -
      • MD5: c14e0de20017128c5ffcc953be5761a8
      • -
      • SHA1: 918413f72f88e7bc6bdd04dfa4a405a435e9d606
      • -
      • SHA256: 48029a05b3ecae9d700429d3be547f71292cbc063425daaedb505b7b07fdd3dd
      • +
      • MD5: 91f7cab466fd3384c903cbd99c32e3ca
      • +
      • SHA1: fd106d717fa3fc20f2bc159551b0984fbec40da3
      • +
      • SHA256: 9bc36924b3636f571c0321ee93b36277a80af51b3a543aedd835aa7bc6e05fad

      - Windows exe (sig - 45f6a7a13c50340b462c2ce5f90cfe69c30784ad4a61aec36ca3ca1c1feea9c4)
      - Full source + docs + binary tarball (sig - 2d8ae1f3070d757e9207f5b56a985fa5fd7222c83a37d8efe0d3e6388aabc65a) + Windows exe (sig - 5b6dac3bec2c743bc58bfe9e5b59a7ee6c4042727fe8b067762629d8a815d1da)
      + Full source + docs + binary tarball (sig - dfb87e4c85845de15f05be8f79164c79756eedc3a39aa01a24d52b97093bcf8a)

      To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2015.02.17.2/youtube-dl -o /usr/local/bin/youtube-dl
      +sudo curl https://yt-dl.org/downloads/2015.02.18/youtube-dl -o /usr/local/bin/youtube-dl
      sudo chmod a+x /usr/local/bin/youtube-dl

      If you do not have curl, you can alternatively use a recent wget: -sudo wget https://yt-dl.org/downloads/2015.02.17.2/youtube-dl -O /usr/local/bin/youtube-dl
      +sudo wget https://yt-dl.org/downloads/2015.02.18/youtube-dl -O /usr/local/bin/youtube-dl
      sudo chmod a+x /usr/local/bin/youtube-dl

      @@ -53,7 +53,7 @@ See the pypi page for more

      To check the signature, type: -sudo wget https://yt-dl.org/downloads/2015.02.17.2/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig
      +sudo wget https://yt-dl.org/downloads/2015.02.18/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig

      The following GPG keys will be used to sign the binaries and the git tags:

      diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index c2a9ac2db..34a160768 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2015.02.17.2 \ No newline at end of file +2015.02.18 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index e1aaac149..74af96682 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -3,7 +3,7 @@ youtube-dl releases https://yt-dl.org/feed/youtube-dl-updates-feed - 2015-02-17T17:40:24.943745Z + 2015-02-18T00:53:42.707439Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -7730,4 +7730,19 @@ 2015-02-17T00:00:02Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.02.18 + New version 2015.02.18 + + +
      + Downloads available at https://yt-dl.org/downloads/2015.02.18/ +
      +
      + + The youtube-dl maintainers + + 2015-02-18T00:00:00Z +
      + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index f0846464b..95151b399 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2015.02.17.2", - "signature": "3e29223438ca51abfcdad87186875ea677b495f1a0ea819ff0339a13401e60d2cd981deb57a832bc49c4e156b080021c2857841adbb674886f997d530fba74b74881f6015c83f665f713f2afc98d12331052beff43b75ac227cd11a465ddcc82df878b66c9d18a3aab1eb32ececa5de618bacc56d899be85973f3841a7f38990", + "latest": "2015.02.18", + "signature": "7d0ce8867bd57d6efa57c51dd2d75eaaf6789caae0f38c86170799918c6417f8ba30c68e87f899a1c9e5db00455bd7e1a81af3f85ca8a546e9f5b5b551baade129b5d7fd007c579debf6378204c26f22e75b0cd778c3b8cab647077f1d042f02c76463f6e4767418082045ec08a62febaf3a28306ba210a3b952009b4e3057f8", "versions": { "2012.02.22": { "bin": [ @@ -7217,6 +7217,20 @@ "https://yt-dl.org/downloads/2015.02.17.2/youtube-dl-2015.02.17.2.tar.gz", "2d8ae1f3070d757e9207f5b56a985fa5fd7222c83a37d8efe0d3e6388aabc65a" ] + }, + "2015.02.18": { + "bin": [ + "https://yt-dl.org/downloads/2015.02.18/youtube-dl", + "9bc36924b3636f571c0321ee93b36277a80af51b3a543aedd835aa7bc6e05fad" + ], + "exe": [ + "https://yt-dl.org/downloads/2015.02.18/youtube-dl.exe", + "5b6dac3bec2c743bc58bfe9e5b59a7ee6c4042727fe8b067762629d8a815d1da" + ], + "tar": [ + "https://yt-dl.org/downloads/2015.02.18/youtube-dl-2015.02.18.tar.gz", + "dfb87e4c85845de15f05be8f79164c79756eedc3a39aa01a24d52b97093bcf8a" + ] } } } \ No newline at end of file From 6d2840b147b8c8af98ee353b031bf186c308971c Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Wed, 18 Feb 2015 11:03:11 +0100 Subject: [PATCH 028/139] release 2015.02.18.1 --- download.html | 18 +++++++++--------- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 4 files changed, 42 insertions(+), 13 deletions(-) diff --git a/download.html b/download.html index 1f747ab51..0fc48a94d 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

      Remember youtube-dl requires Python version 2.6, 2.7, or 3.2+ to work.

      -

      2015.02.18 (sig)

      +

      2015.02.18.1 (sig)

        -
      • MD5: 91f7cab466fd3384c903cbd99c32e3ca
      • -
      • SHA1: fd106d717fa3fc20f2bc159551b0984fbec40da3
      • -
      • SHA256: 9bc36924b3636f571c0321ee93b36277a80af51b3a543aedd835aa7bc6e05fad
      • +
      • MD5: 49352e6a8d7a699405ad1e12263261b2
      • +
      • SHA1: 207ee99a3b1fb8b4e0161bb9959d929fb3718ef2
      • +
      • SHA256: 7847e8df81331ec8aa91f2321fb033f1404ab7e3d6ec05249ac6860ae7956a76

      - Windows exe (sig - 5b6dac3bec2c743bc58bfe9e5b59a7ee6c4042727fe8b067762629d8a815d1da)
      - Full source + docs + binary tarball (sig - dfb87e4c85845de15f05be8f79164c79756eedc3a39aa01a24d52b97093bcf8a) + Windows exe (sig - ca5759a6fc3527808b341dca361fabc7a81403eb725707b2481ee3ed9912ce0d)
      + Full source + docs + binary tarball (sig - 7eadc97c38a5d37e47a480120d760c416aead9f527107e08832f6dab9da211e3)

      To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2015.02.18/youtube-dl -o /usr/local/bin/youtube-dl
      +sudo curl https://yt-dl.org/downloads/2015.02.18.1/youtube-dl -o /usr/local/bin/youtube-dl
      sudo chmod a+x /usr/local/bin/youtube-dl

      If you do not have curl, you can alternatively use a recent wget: -sudo wget https://yt-dl.org/downloads/2015.02.18/youtube-dl -O /usr/local/bin/youtube-dl
      +sudo wget https://yt-dl.org/downloads/2015.02.18.1/youtube-dl -O /usr/local/bin/youtube-dl
      sudo chmod a+x /usr/local/bin/youtube-dl

      @@ -53,7 +53,7 @@ See the pypi page for more

      To check the signature, type: -sudo wget https://yt-dl.org/downloads/2015.02.18/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig
      +sudo wget https://yt-dl.org/downloads/2015.02.18.1/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig

      The following GPG keys will be used to sign the binaries and the git tags:

      diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 34a160768..a402e2b52 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2015.02.18 \ No newline at end of file +2015.02.18.1 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 74af96682..22cf8f5ee 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -3,7 +3,7 @@ youtube-dl releases https://yt-dl.org/feed/youtube-dl-updates-feed - 2015-02-18T00:53:42.707439Z + 2015-02-18T11:03:03.798691Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -7745,4 +7745,19 @@ 2015-02-18T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.02.18.1 + New version 2015.02.18.1 + + +
      + Downloads available at https://yt-dl.org/downloads/2015.02.18.1/ +
      +
      + + The youtube-dl maintainers + + 2015-02-18T00:00:01Z +
      + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 95151b399..65c56d1c1 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2015.02.18", - "signature": "7d0ce8867bd57d6efa57c51dd2d75eaaf6789caae0f38c86170799918c6417f8ba30c68e87f899a1c9e5db00455bd7e1a81af3f85ca8a546e9f5b5b551baade129b5d7fd007c579debf6378204c26f22e75b0cd778c3b8cab647077f1d042f02c76463f6e4767418082045ec08a62febaf3a28306ba210a3b952009b4e3057f8", + "latest": "2015.02.18.1", + "signature": "480e560ca2a65409ffefc485eb8d270879d1f4ef4b77d66389d1b7d1975d1477580c4298837f0da92c026d6fb6994044b8362027c8475069c22fabcbc43ffd42a5afe1213ac85c82f086f91dcf27e751cfb2b9acebb7220a515e7865f7118cec40131692fe996e285edbae423cfc747ce2b2ecb327bd92b3cf2f5086b3d6cc11", "versions": { "2012.02.22": { "bin": [ @@ -7231,6 +7231,20 @@ "https://yt-dl.org/downloads/2015.02.18/youtube-dl-2015.02.18.tar.gz", "dfb87e4c85845de15f05be8f79164c79756eedc3a39aa01a24d52b97093bcf8a" ] + }, + "2015.02.18.1": { + "bin": [ + "https://yt-dl.org/downloads/2015.02.18.1/youtube-dl", + "7847e8df81331ec8aa91f2321fb033f1404ab7e3d6ec05249ac6860ae7956a76" + ], + "exe": [ + "https://yt-dl.org/downloads/2015.02.18.1/youtube-dl.exe", + "ca5759a6fc3527808b341dca361fabc7a81403eb725707b2481ee3ed9912ce0d" + ], + "tar": [ + "https://yt-dl.org/downloads/2015.02.18.1/youtube-dl-2015.02.18.1.tar.gz", + "7eadc97c38a5d37e47a480120d760c416aead9f527107e08832f6dab9da211e3" + ] } } } \ No newline at end of file From 25547d4e68966217298916858930064bbad6821b Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Thu, 19 Feb 2015 00:37:13 +0100 Subject: [PATCH 029/139] release 2015.02.19 --- download.html | 18 +++++++++--------- supportedsites.html | 1 + update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 43 insertions(+), 13 deletions(-) diff --git a/download.html b/download.html index 0fc48a94d..bcb109fba 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

      Remember youtube-dl requires Python version 2.6, 2.7, or 3.2+ to work.

      -

      2015.02.18.1 (sig)

      +

      2015.02.19 (sig)

        -
      • MD5: 49352e6a8d7a699405ad1e12263261b2
      • -
      • SHA1: 207ee99a3b1fb8b4e0161bb9959d929fb3718ef2
      • -
      • SHA256: 7847e8df81331ec8aa91f2321fb033f1404ab7e3d6ec05249ac6860ae7956a76
      • +
      • MD5: e36ab05225293f89280f42de7811cb8b
      • +
      • SHA1: e5245f218faff0f8a26bfa3b840cc17f8ce5ed81
      • +
      • SHA256: 6a45db9031d79cd8069b713cddcad32aa1039409fc37334c06f05e1577dad09f

      - Windows exe (sig - ca5759a6fc3527808b341dca361fabc7a81403eb725707b2481ee3ed9912ce0d)
      - Full source + docs + binary tarball (sig - 7eadc97c38a5d37e47a480120d760c416aead9f527107e08832f6dab9da211e3) + Windows exe (sig - 5b15bde10857dc60737933c2f7a44cf0ee89f09daa0b15296022926a784725ec)
      + Full source + docs + binary tarball (sig - 272fd6948b02bbda30a5edbf441a5d359ca2c64d39147c85401a3c6d12f5dc5b)

      To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2015.02.18.1/youtube-dl -o /usr/local/bin/youtube-dl
      +sudo curl https://yt-dl.org/downloads/2015.02.19/youtube-dl -o /usr/local/bin/youtube-dl
      sudo chmod a+x /usr/local/bin/youtube-dl

      If you do not have curl, you can alternatively use a recent wget: -sudo wget https://yt-dl.org/downloads/2015.02.18.1/youtube-dl -O /usr/local/bin/youtube-dl
      +sudo wget https://yt-dl.org/downloads/2015.02.19/youtube-dl -O /usr/local/bin/youtube-dl
      sudo chmod a+x /usr/local/bin/youtube-dl

      @@ -53,7 +53,7 @@ See the pypi page for more

      To check the signature, type: -sudo wget https://yt-dl.org/downloads/2015.02.18.1/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig
      +sudo wget https://yt-dl.org/downloads/2015.02.19/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig

      The following GPG keys will be used to sign the binaries and the git tags:

      diff --git a/supportedsites.html b/supportedsites.html index 58ba4c7a4..1e1f6ea5f 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -367,6 +367,7 @@
    • rutube:movie: Rutube movies
    • rutube:person: Rutube person videos
    • RUTV: RUTV.RU
    • +
    • Sandia: Sandia National Laboratories
    • Sapo: SAPO Vídeos
    • savefrom.net
    • SBS: sbs.com.au
    • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index a402e2b52..eb0e0ec89 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2015.02.18.1 \ No newline at end of file +2015.02.19 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 22cf8f5ee..1e194cf5c 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -3,7 +3,7 @@ youtube-dl releases https://yt-dl.org/feed/youtube-dl-updates-feed - 2015-02-18T11:03:03.798691Z + 2015-02-19T00:37:11.822291Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -7760,4 +7760,19 @@ 2015-02-18T00:00:01Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.02.19 + New version 2015.02.19 + + +
      + Downloads available at https://yt-dl.org/downloads/2015.02.19/ +
      +
      + + The youtube-dl maintainers + + 2015-02-19T00:00:00Z +
      + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 65c56d1c1..9abcfa74c 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2015.02.18.1", - "signature": "480e560ca2a65409ffefc485eb8d270879d1f4ef4b77d66389d1b7d1975d1477580c4298837f0da92c026d6fb6994044b8362027c8475069c22fabcbc43ffd42a5afe1213ac85c82f086f91dcf27e751cfb2b9acebb7220a515e7865f7118cec40131692fe996e285edbae423cfc747ce2b2ecb327bd92b3cf2f5086b3d6cc11", + "latest": "2015.02.19", + "signature": "9722d9e8585631472054248518d07cd6d59f390b7219ca18982f3993666030e929c6de3dde9db2e065df01b7765a89b1ecee3cf7ec1e16b25866d063aa7d73f256a8afc58215e1e54daeca290145091c156e3b94b88fbf6ae986cb3f80370cb5d854466c9fd42aed6c70ab51ecaedf9a34bfedce73ebd0263891418119400663", "versions": { "2012.02.22": { "bin": [ @@ -7245,6 +7245,20 @@ "https://yt-dl.org/downloads/2015.02.18.1/youtube-dl-2015.02.18.1.tar.gz", "7eadc97c38a5d37e47a480120d760c416aead9f527107e08832f6dab9da211e3" ] + }, + "2015.02.19": { + "bin": [ + "https://yt-dl.org/downloads/2015.02.19/youtube-dl", + "6a45db9031d79cd8069b713cddcad32aa1039409fc37334c06f05e1577dad09f" + ], + "exe": [ + "https://yt-dl.org/downloads/2015.02.19/youtube-dl.exe", + "5b15bde10857dc60737933c2f7a44cf0ee89f09daa0b15296022926a784725ec" + ], + "tar": [ + "https://yt-dl.org/downloads/2015.02.19/youtube-dl-2015.02.19.tar.gz", + "272fd6948b02bbda30a5edbf441a5d359ca2c64d39147c85401a3c6d12f5dc5b" + ] } } } \ No newline at end of file From 4665572a611e40c771c6f13b81415ae94f83e818 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Thu, 19 Feb 2015 01:08:30 +0100 Subject: [PATCH 030/139] release 2015.02.19.1 --- download.html | 18 +++++++++--------- supportedsites.html | 1 + update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 43 insertions(+), 13 deletions(-) diff --git a/download.html b/download.html index bcb109fba..665eccffd 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

      Remember youtube-dl requires Python version 2.6, 2.7, or 3.2+ to work.

      -

      2015.02.19 (sig)

      +

      2015.02.19.1 (sig)

        -
      • MD5: e36ab05225293f89280f42de7811cb8b
      • -
      • SHA1: e5245f218faff0f8a26bfa3b840cc17f8ce5ed81
      • -
      • SHA256: 6a45db9031d79cd8069b713cddcad32aa1039409fc37334c06f05e1577dad09f
      • +
      • MD5: 49e0bf0f85659ad29476dd6f9e7072f1
      • +
      • SHA1: 5a53c03a76f949f7014d5223f64609fd6c2c9054
      • +
      • SHA256: a438dcc83afa568c4065c8c53b811dc0fadd51851ea6712a95aeaa392315d6e7

      - Windows exe (sig - 5b15bde10857dc60737933c2f7a44cf0ee89f09daa0b15296022926a784725ec)
      - Full source + docs + binary tarball (sig - 272fd6948b02bbda30a5edbf441a5d359ca2c64d39147c85401a3c6d12f5dc5b) + Windows exe (sig - 8acb95a18dae33e44d127a5daa5d907a330a32fa82a6c8dccb7f813a02e6aed0)
      + Full source + docs + binary tarball (sig - a584367e10669b734945246785b1a396237411c393ba2901c5ae6c9fe66e38e1)

      To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2015.02.19/youtube-dl -o /usr/local/bin/youtube-dl
      +sudo curl https://yt-dl.org/downloads/2015.02.19.1/youtube-dl -o /usr/local/bin/youtube-dl
      sudo chmod a+x /usr/local/bin/youtube-dl

      If you do not have curl, you can alternatively use a recent wget: -sudo wget https://yt-dl.org/downloads/2015.02.19/youtube-dl -O /usr/local/bin/youtube-dl
      +sudo wget https://yt-dl.org/downloads/2015.02.19.1/youtube-dl -O /usr/local/bin/youtube-dl
      sudo chmod a+x /usr/local/bin/youtube-dl

      @@ -53,7 +53,7 @@ See the pypi page for more

      To check the signature, type: -sudo wget https://yt-dl.org/downloads/2015.02.19/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig
      +sudo wget https://yt-dl.org/downloads/2015.02.19.1/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig

      The following GPG keys will be used to sign the binaries and the git tags:

      diff --git a/supportedsites.html b/supportedsites.html index 1e1f6ea5f..50c196186 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -136,6 +136,7 @@
    • EllenTV
    • EllenTV:clips
    • ElPais: El País
    • +
    • Embedly
    • EMPFlix
    • Engadget
    • Eporner
    • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index eb0e0ec89..5a17ba152 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2015.02.19 \ No newline at end of file +2015.02.19.1 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 1e194cf5c..94c4c4bab 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -3,7 +3,7 @@ youtube-dl releases https://yt-dl.org/feed/youtube-dl-updates-feed - 2015-02-19T00:37:11.822291Z + 2015-02-19T01:08:29.165408Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -7775,4 +7775,19 @@ 2015-02-19T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.02.19.1 + New version 2015.02.19.1 + + +
      + Downloads available at https://yt-dl.org/downloads/2015.02.19.1/ +
      +
      + + The youtube-dl maintainers + + 2015-02-19T00:00:01Z +
      + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 9abcfa74c..806705f60 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2015.02.19", - "signature": "9722d9e8585631472054248518d07cd6d59f390b7219ca18982f3993666030e929c6de3dde9db2e065df01b7765a89b1ecee3cf7ec1e16b25866d063aa7d73f256a8afc58215e1e54daeca290145091c156e3b94b88fbf6ae986cb3f80370cb5d854466c9fd42aed6c70ab51ecaedf9a34bfedce73ebd0263891418119400663", + "latest": "2015.02.19.1", + "signature": "40a931ab210ba52a37281d806d78725f4af2e4fc4c94bcb88338f7a9b6639d2242cad1d20b94facaca0aa43e41789457e97278b44c1cf35363e6997d42c36d8ce0def1845f134f70035759f036be1402ed701e461c771111f665e7ded8a074976663f4b255a832e56fb2939952f543ea91ebd0be1089444d1d23646aeb572ebe", "versions": { "2012.02.22": { "bin": [ @@ -7259,6 +7259,20 @@ "https://yt-dl.org/downloads/2015.02.19/youtube-dl-2015.02.19.tar.gz", "272fd6948b02bbda30a5edbf441a5d359ca2c64d39147c85401a3c6d12f5dc5b" ] + }, + "2015.02.19.1": { + "bin": [ + "https://yt-dl.org/downloads/2015.02.19.1/youtube-dl", + "a438dcc83afa568c4065c8c53b811dc0fadd51851ea6712a95aeaa392315d6e7" + ], + "exe": [ + "https://yt-dl.org/downloads/2015.02.19.1/youtube-dl.exe", + "8acb95a18dae33e44d127a5daa5d907a330a32fa82a6c8dccb7f813a02e6aed0" + ], + "tar": [ + "https://yt-dl.org/downloads/2015.02.19.1/youtube-dl-2015.02.19.1.tar.gz", + "a584367e10669b734945246785b1a396237411c393ba2901c5ae6c9fe66e38e1" + ] } } } \ No newline at end of file From 34779a9f2091a6e24076fa869aaa49022d86b748 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Thu, 19 Feb 2015 01:47:14 +0100 Subject: [PATCH 031/139] release 2015.02.19.2 --- download.html | 18 +++++++++--------- supportedsites.html | 1 + update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 43 insertions(+), 13 deletions(-) diff --git a/download.html b/download.html index 665eccffd..5334a33cb 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

      Remember youtube-dl requires Python version 2.6, 2.7, or 3.2+ to work.

      -

      2015.02.19.1 (sig)

      +

      2015.02.19.2 (sig)

        -
      • MD5: 49e0bf0f85659ad29476dd6f9e7072f1
      • -
      • SHA1: 5a53c03a76f949f7014d5223f64609fd6c2c9054
      • -
      • SHA256: a438dcc83afa568c4065c8c53b811dc0fadd51851ea6712a95aeaa392315d6e7
      • +
      • MD5: 919d00c6760009542a65010409aa2400
      • +
      • SHA1: bdd298b7789d809cacbabc5043cb600d11a9dac2
      • +
      • SHA256: 737a43809e68a4ebcfd1a7e2fec40772389badb890838450de1b7899ccc9a878

      - Windows exe (sig - 8acb95a18dae33e44d127a5daa5d907a330a32fa82a6c8dccb7f813a02e6aed0)
      - Full source + docs + binary tarball (sig - a584367e10669b734945246785b1a396237411c393ba2901c5ae6c9fe66e38e1) + Windows exe (sig - c52a1d208d2d3b5377a5d3092c3c705ff2873c7c841b8563ff3f6da4f89e3d34)
      + Full source + docs + binary tarball (sig - f5eceb0059c7be400d838e64d1b61d49086cd9c23ffe52cf2d5ff12133853b23)

      To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2015.02.19.1/youtube-dl -o /usr/local/bin/youtube-dl
      +sudo curl https://yt-dl.org/downloads/2015.02.19.2/youtube-dl -o /usr/local/bin/youtube-dl
      sudo chmod a+x /usr/local/bin/youtube-dl

      If you do not have curl, you can alternatively use a recent wget: -sudo wget https://yt-dl.org/downloads/2015.02.19.1/youtube-dl -O /usr/local/bin/youtube-dl
      +sudo wget https://yt-dl.org/downloads/2015.02.19.2/youtube-dl -O /usr/local/bin/youtube-dl
      sudo chmod a+x /usr/local/bin/youtube-dl

      @@ -53,7 +53,7 @@ See the pypi page for more

      To check the signature, type: -sudo wget https://yt-dl.org/downloads/2015.02.19.1/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig
      +sudo wget https://yt-dl.org/downloads/2015.02.19.2/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig

      The following GPG keys will be used to sign the binaries and the git tags:

      diff --git a/supportedsites.html b/supportedsites.html index 50c196186..370441039 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -206,6 +206,7 @@
    • ign.com
    • imdb: Internet Movie Database trailers
    • imdb:list: Internet Movie Database lists
    • +
    • Imgur
    • Ina
    • InfoQ
    • Instagram
    • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 5a17ba152..62b9dc742 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2015.02.19.1 \ No newline at end of file +2015.02.19.2 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 94c4c4bab..0669ed426 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -3,7 +3,7 @@ youtube-dl releases https://yt-dl.org/feed/youtube-dl-updates-feed - 2015-02-19T01:08:29.165408Z + 2015-02-19T01:47:13.053508Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -7790,4 +7790,19 @@ 2015-02-19T00:00:01Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.02.19.2 + New version 2015.02.19.2 + + +
      + Downloads available at https://yt-dl.org/downloads/2015.02.19.2/ +
      +
      + + The youtube-dl maintainers + + 2015-02-19T00:00:02Z +
      + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 806705f60..6093d3ce4 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2015.02.19.1", - "signature": "40a931ab210ba52a37281d806d78725f4af2e4fc4c94bcb88338f7a9b6639d2242cad1d20b94facaca0aa43e41789457e97278b44c1cf35363e6997d42c36d8ce0def1845f134f70035759f036be1402ed701e461c771111f665e7ded8a074976663f4b255a832e56fb2939952f543ea91ebd0be1089444d1d23646aeb572ebe", + "latest": "2015.02.19.2", + "signature": "2aa846ef2ae3088aa4aea079858e47ea1204132c1e47c48f0ef944c765d275dc2d6efb09cba08a11d7121e7c5269c3d08c00f8aca19cfd9c7fa3b1bc454b19c5666f750969f38bff72977687d0c901fb1f8ed427af9b54de1fb8c68be20a2d0a83efc717320148ee9a9534fddd270f8ef5577672a8d0aae3344e1aefd3fdedba", "versions": { "2012.02.22": { "bin": [ @@ -7273,6 +7273,20 @@ "https://yt-dl.org/downloads/2015.02.19.1/youtube-dl-2015.02.19.1.tar.gz", "a584367e10669b734945246785b1a396237411c393ba2901c5ae6c9fe66e38e1" ] + }, + "2015.02.19.2": { + "bin": [ + "https://yt-dl.org/downloads/2015.02.19.2/youtube-dl", + "737a43809e68a4ebcfd1a7e2fec40772389badb890838450de1b7899ccc9a878" + ], + "exe": [ + "https://yt-dl.org/downloads/2015.02.19.2/youtube-dl.exe", + "c52a1d208d2d3b5377a5d3092c3c705ff2873c7c841b8563ff3f6da4f89e3d34" + ], + "tar": [ + "https://yt-dl.org/downloads/2015.02.19.2/youtube-dl-2015.02.19.2.tar.gz", + "f5eceb0059c7be400d838e64d1b61d49086cd9c23ffe52cf2d5ff12133853b23" + ] } } } \ No newline at end of file From 31316b769c0d1991e987426844c0fb3086fcbd77 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Thu, 19 Feb 2015 19:32:51 +0100 Subject: [PATCH 032/139] release 2015.02.19.3 --- download.html | 18 +++++++++--------- supportedsites.html | 3 +++ update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 45 insertions(+), 13 deletions(-) diff --git a/download.html b/download.html index 5334a33cb..99ea86141 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

      Remember youtube-dl requires Python version 2.6, 2.7, or 3.2+ to work.

      -

      2015.02.19.2 (sig)

      +

      2015.02.19.3 (sig)

        -
      • MD5: 919d00c6760009542a65010409aa2400
      • -
      • SHA1: bdd298b7789d809cacbabc5043cb600d11a9dac2
      • -
      • SHA256: 737a43809e68a4ebcfd1a7e2fec40772389badb890838450de1b7899ccc9a878
      • +
      • MD5: 03f5061bc73c4ff7081418ce758a448f
      • +
      • SHA1: b2397cc84524ffe88cb75e744d2a655ef2a3ddd8
      • +
      • SHA256: cc78b4e4a413d8ff0fd853bb9dcbd42d0769ff25d3cbd47a13e0ddce9754f935

      - Windows exe (sig - c52a1d208d2d3b5377a5d3092c3c705ff2873c7c841b8563ff3f6da4f89e3d34)
      - Full source + docs + binary tarball (sig - f5eceb0059c7be400d838e64d1b61d49086cd9c23ffe52cf2d5ff12133853b23) + Windows exe (sig - 875c999375351069889102dbac8e4ecd7250619f76612a8c3e59e8a0a5d510a1)
      + Full source + docs + binary tarball (sig - 03970473aa25526ccd3a190aff36719ece14fefede5a657795966bb5dd005684)

      To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2015.02.19.2/youtube-dl -o /usr/local/bin/youtube-dl
      +sudo curl https://yt-dl.org/downloads/2015.02.19.3/youtube-dl -o /usr/local/bin/youtube-dl
      sudo chmod a+x /usr/local/bin/youtube-dl

      If you do not have curl, you can alternatively use a recent wget: -sudo wget https://yt-dl.org/downloads/2015.02.19.2/youtube-dl -O /usr/local/bin/youtube-dl
      +sudo wget https://yt-dl.org/downloads/2015.02.19.3/youtube-dl -O /usr/local/bin/youtube-dl
      sudo chmod a+x /usr/local/bin/youtube-dl

      @@ -53,7 +53,7 @@ See the pypi page for more

      To check the signature, type: -sudo wget https://yt-dl.org/downloads/2015.02.19.2/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig
      +sudo wget https://yt-dl.org/downloads/2015.02.19.3/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig

      The following GPG keys will be used to sign the binaries and the git tags:

      diff --git a/supportedsites.html b/supportedsites.html index 370441039..8cb710b76 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -83,6 +83,7 @@
    • Canalplus: canalplus.fr, piwiplus.fr and d8.tv
    • CBS
    • CBSNews: CBS News
    • +
    • CBSSports
    • CeskaTelevize
    • channel9: Channel 9
    • Chilloutzone
    • @@ -279,6 +280,7 @@
    • myvideo
    • MyVidster
    • n-tv.de
    • +
    • NationalGeographic
    • Naver
    • NBA
    • NBC
    • @@ -336,6 +338,7 @@
    • podomatic
    • PornHd
    • PornHub
    • +
    • PornHubPlaylist
    • Pornotube
    • PornoXO
    • PromptFile
    • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 62b9dc742..c2e2147c2 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2015.02.19.2 \ No newline at end of file +2015.02.19.3 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 0669ed426..4171e7afe 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -3,7 +3,7 @@ youtube-dl releases https://yt-dl.org/feed/youtube-dl-updates-feed - 2015-02-19T01:47:13.053508Z + 2015-02-19T19:32:49.794639Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -7805,4 +7805,19 @@ 2015-02-19T00:00:02Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.02.19.3 + New version 2015.02.19.3 + + +
      + Downloads available at https://yt-dl.org/downloads/2015.02.19.3/ +
      +
      + + The youtube-dl maintainers + + 2015-02-19T00:00:03Z +
      + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 6093d3ce4..8da9fdef8 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2015.02.19.2", - "signature": "2aa846ef2ae3088aa4aea079858e47ea1204132c1e47c48f0ef944c765d275dc2d6efb09cba08a11d7121e7c5269c3d08c00f8aca19cfd9c7fa3b1bc454b19c5666f750969f38bff72977687d0c901fb1f8ed427af9b54de1fb8c68be20a2d0a83efc717320148ee9a9534fddd270f8ef5577672a8d0aae3344e1aefd3fdedba", + "latest": "2015.02.19.3", + "signature": "122987d34508fda4536e719a471dc6016daab865598df3fc216b964775001a44147dad6ed18f79381f5847876f45499ef80916a6fa39510f17a6b0febeaf6ea65d635004a5c5d15d0f4b953f90399d9ed0570f9aa6fc76c526fba739e40efd3a17b96a4e596fc7f7d13062e536640f9a288680cb43b9f58e344d2022a85edc3f", "versions": { "2012.02.22": { "bin": [ @@ -7287,6 +7287,20 @@ "https://yt-dl.org/downloads/2015.02.19.2/youtube-dl-2015.02.19.2.tar.gz", "f5eceb0059c7be400d838e64d1b61d49086cd9c23ffe52cf2d5ff12133853b23" ] + }, + "2015.02.19.3": { + "bin": [ + "https://yt-dl.org/downloads/2015.02.19.3/youtube-dl", + "cc78b4e4a413d8ff0fd853bb9dcbd42d0769ff25d3cbd47a13e0ddce9754f935" + ], + "exe": [ + "https://yt-dl.org/downloads/2015.02.19.3/youtube-dl.exe", + "875c999375351069889102dbac8e4ecd7250619f76612a8c3e59e8a0a5d510a1" + ], + "tar": [ + "https://yt-dl.org/downloads/2015.02.19.3/youtube-dl-2015.02.19.3.tar.gz", + "03970473aa25526ccd3a190aff36719ece14fefede5a657795966bb5dd005684" + ] } } } \ No newline at end of file From 5f1e535937e9335293ceb84f5937cf9c5601ffba Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Fri, 20 Feb 2015 23:29:08 +0100 Subject: [PATCH 033/139] release 2015.02.20 --- download.html | 18 +++++++++--------- supportedsites.html | 1 + update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 43 insertions(+), 13 deletions(-) diff --git a/download.html b/download.html index 99ea86141..0544fc1e0 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

      Remember youtube-dl requires Python version 2.6, 2.7, or 3.2+ to work.

      -

      2015.02.19.3 (sig)

      +

      2015.02.20 (sig)

        -
      • MD5: 03f5061bc73c4ff7081418ce758a448f
      • -
      • SHA1: b2397cc84524ffe88cb75e744d2a655ef2a3ddd8
      • -
      • SHA256: cc78b4e4a413d8ff0fd853bb9dcbd42d0769ff25d3cbd47a13e0ddce9754f935
      • +
      • MD5: 0550139302073625ed479017bdb51f97
      • +
      • SHA1: 185d7c53929878c43745d00ca1b693db8f7b8d8f
      • +
      • SHA256: 59c6dd7297e325d8f3ed7168c1f544561812d31312ca04dbd8717b8db77875bd

      - Windows exe (sig - 875c999375351069889102dbac8e4ecd7250619f76612a8c3e59e8a0a5d510a1)
      - Full source + docs + binary tarball (sig - 03970473aa25526ccd3a190aff36719ece14fefede5a657795966bb5dd005684) + Windows exe (sig - 5ae4386e54d83befcbbf07de89e2c52fa85fa37352af7719df7aff0e9f5b1b8e)
      + Full source + docs + binary tarball (sig - 3bfef8d0202b613ea4b03c40642c8d33eb174cd6360f47bd6d0a83a0dae8622b)

      To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2015.02.19.3/youtube-dl -o /usr/local/bin/youtube-dl
      +sudo curl https://yt-dl.org/downloads/2015.02.20/youtube-dl -o /usr/local/bin/youtube-dl
      sudo chmod a+x /usr/local/bin/youtube-dl

      If you do not have curl, you can alternatively use a recent wget: -sudo wget https://yt-dl.org/downloads/2015.02.19.3/youtube-dl -O /usr/local/bin/youtube-dl
      +sudo wget https://yt-dl.org/downloads/2015.02.20/youtube-dl -O /usr/local/bin/youtube-dl
      sudo chmod a+x /usr/local/bin/youtube-dl

      @@ -53,7 +53,7 @@ See the pypi page for more

      To check the signature, type: -sudo wget https://yt-dl.org/downloads/2015.02.19.3/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig
      +sudo wget https://yt-dl.org/downloads/2015.02.20/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig

      The following GPG keys will be used to sign the binaries and the git tags:

      diff --git a/supportedsites.html b/supportedsites.html index 8cb710b76..b0bab368a 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -466,6 +466,7 @@
    • Turbo
    • Tutv
    • tv.dfb.de
    • +
    • TV4: tv4.se and tv4play.se
    • tvigle: Интернет-телевидение Tvigle.ru
    • tvp.pl
    • tvp.pl:Series
    • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index c2e2147c2..e60919629 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2015.02.19.3 \ No newline at end of file +2015.02.20 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 4171e7afe..bc445a046 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -3,7 +3,7 @@ youtube-dl releases https://yt-dl.org/feed/youtube-dl-updates-feed - 2015-02-19T19:32:49.794639Z + 2015-02-20T23:29:06.742302Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -7820,4 +7820,19 @@ 2015-02-19T00:00:03Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.02.20 + New version 2015.02.20 + + +
      + Downloads available at https://yt-dl.org/downloads/2015.02.20/ +
      +
      + + The youtube-dl maintainers + + 2015-02-20T00:00:00Z +
      + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 8da9fdef8..3b0df95f5 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2015.02.19.3", - "signature": "122987d34508fda4536e719a471dc6016daab865598df3fc216b964775001a44147dad6ed18f79381f5847876f45499ef80916a6fa39510f17a6b0febeaf6ea65d635004a5c5d15d0f4b953f90399d9ed0570f9aa6fc76c526fba739e40efd3a17b96a4e596fc7f7d13062e536640f9a288680cb43b9f58e344d2022a85edc3f", + "latest": "2015.02.20", + "signature": "596232b48134569e9af2504514e7dc43ebf8e245d3d50be38f47835e6d56b1d1929b23d1b94935d6db99b16a13da8b763eb77a399b4b85d245b59ad8983262db9a28fbdaeaab945349e10e359e95ce7c0d5d65439fac22912b73291f8ee6fd428bbedc2df53bb3c2766d5a8f69e75f77f79ffc7c358aa1fe9e0983d6e28bd8c9", "versions": { "2012.02.22": { "bin": [ @@ -7301,6 +7301,20 @@ "https://yt-dl.org/downloads/2015.02.19.3/youtube-dl-2015.02.19.3.tar.gz", "03970473aa25526ccd3a190aff36719ece14fefede5a657795966bb5dd005684" ] + }, + "2015.02.20": { + "bin": [ + "https://yt-dl.org/downloads/2015.02.20/youtube-dl", + "59c6dd7297e325d8f3ed7168c1f544561812d31312ca04dbd8717b8db77875bd" + ], + "exe": [ + "https://yt-dl.org/downloads/2015.02.20/youtube-dl.exe", + "5ae4386e54d83befcbbf07de89e2c52fa85fa37352af7719df7aff0e9f5b1b8e" + ], + "tar": [ + "https://yt-dl.org/downloads/2015.02.20/youtube-dl-2015.02.20.tar.gz", + "3bfef8d0202b613ea4b03c40642c8d33eb174cd6360f47bd6d0a83a0dae8622b" + ] } } } \ No newline at end of file From b7c2f29c715262bd333dc6f28e7932668e08054d Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Sat, 21 Feb 2015 21:33:35 +0100 Subject: [PATCH 034/139] release 2015.02.21 --- download.html | 18 +++++++++--------- supportedsites.html | 1 + update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 43 insertions(+), 13 deletions(-) diff --git a/download.html b/download.html index 0544fc1e0..472272f3d 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

      Remember youtube-dl requires Python version 2.6, 2.7, or 3.2+ to work.

      -

      2015.02.20 (sig)

      +

      2015.02.21 (sig)

        -
      • MD5: 0550139302073625ed479017bdb51f97
      • -
      • SHA1: 185d7c53929878c43745d00ca1b693db8f7b8d8f
      • -
      • SHA256: 59c6dd7297e325d8f3ed7168c1f544561812d31312ca04dbd8717b8db77875bd
      • +
      • MD5: 3d17adfc6eef70929983d674e9de4ec1
      • +
      • SHA1: ba2642eb149dda506aca5e0edbfea7f4ff136b58
      • +
      • SHA256: 3a4fc92b4ed2d256fcc218299c22034aae11ebf29ebf933497943616a5575e1f

      - Windows exe (sig - 5ae4386e54d83befcbbf07de89e2c52fa85fa37352af7719df7aff0e9f5b1b8e)
      - Full source + docs + binary tarball (sig - 3bfef8d0202b613ea4b03c40642c8d33eb174cd6360f47bd6d0a83a0dae8622b) + Windows exe (sig - 188442e18027e193fc01041604f6cbc8c8730900320a78e7898942607784b726)
      + Full source + docs + binary tarball (sig - 3694979c2296e182d92be8e6c5b7d90fb95b9d4d6f070d3912856dcb264ca03b)

      To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2015.02.20/youtube-dl -o /usr/local/bin/youtube-dl
      +sudo curl https://yt-dl.org/downloads/2015.02.21/youtube-dl -o /usr/local/bin/youtube-dl
      sudo chmod a+x /usr/local/bin/youtube-dl

      If you do not have curl, you can alternatively use a recent wget: -sudo wget https://yt-dl.org/downloads/2015.02.20/youtube-dl -O /usr/local/bin/youtube-dl
      +sudo wget https://yt-dl.org/downloads/2015.02.21/youtube-dl -O /usr/local/bin/youtube-dl
      sudo chmod a+x /usr/local/bin/youtube-dl

      @@ -53,7 +53,7 @@ See the pypi page for more

      To check the signature, type: -sudo wget https://yt-dl.org/downloads/2015.02.20/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig
      +sudo wget https://yt-dl.org/downloads/2015.02.21/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig

      The following GPG keys will be used to sign the binaries and the git tags:

      diff --git a/supportedsites.html b/supportedsites.html index b0bab368a..11e3f6c5e 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -574,6 +574,7 @@
    • youtube:subscriptions: YouTube.com subscriptions feed, "ytsubs" keyword (requires authentication)
    • youtube:user: YouTube.com user videos (URL or "ytuser" keyword)
    • youtube:watch_later: Youtube watch later list, ":ytwatchlater" for short (requires authentication)
    • +
    • Zapiks
    • ZDF
    • ZDFChannel
    • zingmp3:album: mp3.zing.vn albums
    • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index e60919629..ab2823a0d 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2015.02.20 \ No newline at end of file +2015.02.21 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index bc445a046..1b7aa4e13 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -3,7 +3,7 @@ youtube-dl releases https://yt-dl.org/feed/youtube-dl-updates-feed - 2015-02-20T23:29:06.742302Z + 2015-02-21T21:33:33.805292Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -7835,4 +7835,19 @@ 2015-02-20T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.02.21 + New version 2015.02.21 + + +
      + Downloads available at https://yt-dl.org/downloads/2015.02.21/ +
      +
      + + The youtube-dl maintainers + + 2015-02-21T00:00:00Z +
      + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 3b0df95f5..206cad8bb 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2015.02.20", - "signature": "596232b48134569e9af2504514e7dc43ebf8e245d3d50be38f47835e6d56b1d1929b23d1b94935d6db99b16a13da8b763eb77a399b4b85d245b59ad8983262db9a28fbdaeaab945349e10e359e95ce7c0d5d65439fac22912b73291f8ee6fd428bbedc2df53bb3c2766d5a8f69e75f77f79ffc7c358aa1fe9e0983d6e28bd8c9", + "latest": "2015.02.21", + "signature": "5480a65b8614d63de1898a7058adb9e068a9e79c48502e0401a31f1bf1381e160d16280874d57407c11aa29b4dac4300141ffd2e43521e19df74692b241d5989dfd8554132c8c0de95e841a6019098f17cc2c59dddc46589d0aae7baa9bc6d458359db96a9c8284dcc12ff55c76d6c85dbe147c34f5345b93f70ed03bbc7ccfd", "versions": { "2012.02.22": { "bin": [ @@ -7315,6 +7315,20 @@ "https://yt-dl.org/downloads/2015.02.20/youtube-dl-2015.02.20.tar.gz", "3bfef8d0202b613ea4b03c40642c8d33eb174cd6360f47bd6d0a83a0dae8622b" ] + }, + "2015.02.21": { + "bin": [ + "https://yt-dl.org/downloads/2015.02.21/youtube-dl", + "3a4fc92b4ed2d256fcc218299c22034aae11ebf29ebf933497943616a5575e1f" + ], + "exe": [ + "https://yt-dl.org/downloads/2015.02.21/youtube-dl.exe", + "188442e18027e193fc01041604f6cbc8c8730900320a78e7898942607784b726" + ], + "tar": [ + "https://yt-dl.org/downloads/2015.02.21/youtube-dl-2015.02.21.tar.gz", + "3694979c2296e182d92be8e6c5b7d90fb95b9d4d6f070d3912856dcb264ca03b" + ] } } } \ No newline at end of file From 540800e0227c4bd8fa2ab0b66ad0d029fa00f24a Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Mon, 23 Feb 2015 16:49:08 +0100 Subject: [PATCH 035/139] release 2015.02.23 --- download.html | 18 +++++++++--------- supportedsites.html | 6 +++++- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 47 insertions(+), 14 deletions(-) diff --git a/download.html b/download.html index 472272f3d..943eb4e6e 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

      Remember youtube-dl requires Python version 2.6, 2.7, or 3.2+ to work.

      -

      2015.02.21 (sig)

      +

      2015.02.23 (sig)

        -
      • MD5: 3d17adfc6eef70929983d674e9de4ec1
      • -
      • SHA1: ba2642eb149dda506aca5e0edbfea7f4ff136b58
      • -
      • SHA256: 3a4fc92b4ed2d256fcc218299c22034aae11ebf29ebf933497943616a5575e1f
      • +
      • MD5: cefce6b0c1e74c3056db7db6da28e9e1
      • +
      • SHA1: 5c33cebebb851a98b2576d44262f42f23eb8654f
      • +
      • SHA256: 230ee03767e9e5297a913f44167d621f9dcfc5a80bcd8174be7eeb17836f98eb

      - Windows exe (sig - 188442e18027e193fc01041604f6cbc8c8730900320a78e7898942607784b726)
      - Full source + docs + binary tarball (sig - 3694979c2296e182d92be8e6c5b7d90fb95b9d4d6f070d3912856dcb264ca03b) + Windows exe (sig - 3b56fb5e873cb998ad2052bb482c0ef4888afa928e176433a2f7e16478a63378)
      + Full source + docs + binary tarball (sig - fef068d1a400ba2178e42fc2465d6d348579ee2d7ea704a3abccc25f40b50beb)

      To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2015.02.21/youtube-dl -o /usr/local/bin/youtube-dl
      +sudo curl https://yt-dl.org/downloads/2015.02.23/youtube-dl -o /usr/local/bin/youtube-dl
      sudo chmod a+x /usr/local/bin/youtube-dl

      If you do not have curl, you can alternatively use a recent wget: -sudo wget https://yt-dl.org/downloads/2015.02.21/youtube-dl -O /usr/local/bin/youtube-dl
      +sudo wget https://yt-dl.org/downloads/2015.02.23/youtube-dl -O /usr/local/bin/youtube-dl
      sudo chmod a+x /usr/local/bin/youtube-dl

      @@ -53,7 +53,7 @@ See the pypi page for more

      To check the signature, type: -sudo wget https://yt-dl.org/downloads/2015.02.21/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig
      +sudo wget https://yt-dl.org/downloads/2015.02.23/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig

      The following GPG keys will be used to sign the binaries and the git tags:

      diff --git a/supportedsites.html b/supportedsites.html index 11e3f6c5e..ae41f5883 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -87,6 +87,8 @@
    • CeskaTelevize
    • channel9: Channel 9
    • Chilloutzone
    • +
    • chirbit
    • +
    • chirbit:profile
    • Cinchcast
    • Cinemassacre
    • clipfish
    • @@ -345,6 +347,7 @@
    • prosiebensat1: ProSiebenSat.1 Digital
    • Pyvideo
    • QuickVid
    • +
    • R7
    • radio.de
    • radiobremen
    • radiofrance
    • @@ -400,7 +403,8 @@
    • soundcloud:playlist
    • soundcloud:set
    • soundcloud:user
    • -
    • Soundgasm
    • +
    • soundgasm
    • +
    • soundgasm:profile
    • southpark.cc.com
    • southpark.de
    • Space
    • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index ab2823a0d..009f0b261 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2015.02.21 \ No newline at end of file +2015.02.23 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 1b7aa4e13..dae1b2013 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -3,7 +3,7 @@ youtube-dl releases https://yt-dl.org/feed/youtube-dl-updates-feed - 2015-02-21T21:33:33.805292Z + 2015-02-23T16:49:06.991508Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -7850,4 +7850,19 @@ 2015-02-21T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.02.23 + New version 2015.02.23 + + +
      + Downloads available at https://yt-dl.org/downloads/2015.02.23/ +
      +
      + + The youtube-dl maintainers + + 2015-02-23T00:00:00Z +
      + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 206cad8bb..081f314ea 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2015.02.21", - "signature": "5480a65b8614d63de1898a7058adb9e068a9e79c48502e0401a31f1bf1381e160d16280874d57407c11aa29b4dac4300141ffd2e43521e19df74692b241d5989dfd8554132c8c0de95e841a6019098f17cc2c59dddc46589d0aae7baa9bc6d458359db96a9c8284dcc12ff55c76d6c85dbe147c34f5345b93f70ed03bbc7ccfd", + "latest": "2015.02.23", + "signature": "3f95a867e5e73523d3b56c723babcde64ec457a56604cdef497068c1ef41232e64e62c0a4b14e346a59690af9426ee50217f1d5d823cd96c39b1d5e67f8a20b87caf6ed36ff30dfe5a3aef25dc352301b70e3b4ce17bc40919bedf40264b8b93ab4fa39b57340c05243568ad4e2215486b52d4e033fd12be037be4cfa6483b3c", "versions": { "2012.02.22": { "bin": [ @@ -7329,6 +7329,20 @@ "https://yt-dl.org/downloads/2015.02.21/youtube-dl-2015.02.21.tar.gz", "3694979c2296e182d92be8e6c5b7d90fb95b9d4d6f070d3912856dcb264ca03b" ] + }, + "2015.02.23": { + "bin": [ + "https://yt-dl.org/downloads/2015.02.23/youtube-dl", + "230ee03767e9e5297a913f44167d621f9dcfc5a80bcd8174be7eeb17836f98eb" + ], + "exe": [ + "https://yt-dl.org/downloads/2015.02.23/youtube-dl.exe", + "3b56fb5e873cb998ad2052bb482c0ef4888afa928e176433a2f7e16478a63378" + ], + "tar": [ + "https://yt-dl.org/downloads/2015.02.23/youtube-dl-2015.02.23.tar.gz", + "fef068d1a400ba2178e42fc2465d6d348579ee2d7ea704a3abccc25f40b50beb" + ] } } } \ No newline at end of file From 01c432efcf46886a22dbcb1a2e6756bd375680c6 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Mon, 23 Feb 2015 18:56:21 +0100 Subject: [PATCH 036/139] release 2015.02.23.1 --- download.html | 18 +++++++++--------- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 4 files changed, 42 insertions(+), 13 deletions(-) diff --git a/download.html b/download.html index 943eb4e6e..2c35add2d 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

      Remember youtube-dl requires Python version 2.6, 2.7, or 3.2+ to work.

      -

      2015.02.23 (sig)

      +

      2015.02.23.1 (sig)

        -
      • MD5: cefce6b0c1e74c3056db7db6da28e9e1
      • -
      • SHA1: 5c33cebebb851a98b2576d44262f42f23eb8654f
      • -
      • SHA256: 230ee03767e9e5297a913f44167d621f9dcfc5a80bcd8174be7eeb17836f98eb
      • +
      • MD5: d8d16c788d76770764bf28c5bfb0a78d
      • +
      • SHA1: 3c904ff117772d6df72de5be8a5d30940216b1d5
      • +
      • SHA256: 895b9341129df09fad429aef7960e8852e91feb0e46ebac6ba7cb389ea58c0d3

      - Windows exe (sig - 3b56fb5e873cb998ad2052bb482c0ef4888afa928e176433a2f7e16478a63378)
      - Full source + docs + binary tarball (sig - fef068d1a400ba2178e42fc2465d6d348579ee2d7ea704a3abccc25f40b50beb) + Windows exe (sig - a2ff621b48e8b43bbce8ea9b14bf501451620a65b6a0d1d10ef44f81710e2c78)
      + Full source + docs + binary tarball (sig - f17925d3f728c209b5d2cdca814004180599c9ba9ddaac7fb10fbd1c1a09bb74)

      To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2015.02.23/youtube-dl -o /usr/local/bin/youtube-dl
      +sudo curl https://yt-dl.org/downloads/2015.02.23.1/youtube-dl -o /usr/local/bin/youtube-dl
      sudo chmod a+x /usr/local/bin/youtube-dl

      If you do not have curl, you can alternatively use a recent wget: -sudo wget https://yt-dl.org/downloads/2015.02.23/youtube-dl -O /usr/local/bin/youtube-dl
      +sudo wget https://yt-dl.org/downloads/2015.02.23.1/youtube-dl -O /usr/local/bin/youtube-dl
      sudo chmod a+x /usr/local/bin/youtube-dl

      @@ -53,7 +53,7 @@ See the pypi page for more

      To check the signature, type: -sudo wget https://yt-dl.org/downloads/2015.02.23/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig
      +sudo wget https://yt-dl.org/downloads/2015.02.23.1/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig

      The following GPG keys will be used to sign the binaries and the git tags:

      diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 009f0b261..0b586d655 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2015.02.23 \ No newline at end of file +2015.02.23.1 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index dae1b2013..eb4b67abf 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -3,7 +3,7 @@ youtube-dl releases https://yt-dl.org/feed/youtube-dl-updates-feed - 2015-02-23T16:49:06.991508Z + 2015-02-23T18:56:17.788618Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -7865,4 +7865,19 @@ 2015-02-23T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.02.23.1 + New version 2015.02.23.1 + + +
      + Downloads available at https://yt-dl.org/downloads/2015.02.23.1/ +
      +
      + + The youtube-dl maintainers + + 2015-02-23T00:00:01Z +
      + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 081f314ea..5897885a7 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2015.02.23", - "signature": "3f95a867e5e73523d3b56c723babcde64ec457a56604cdef497068c1ef41232e64e62c0a4b14e346a59690af9426ee50217f1d5d823cd96c39b1d5e67f8a20b87caf6ed36ff30dfe5a3aef25dc352301b70e3b4ce17bc40919bedf40264b8b93ab4fa39b57340c05243568ad4e2215486b52d4e033fd12be037be4cfa6483b3c", + "latest": "2015.02.23.1", + "signature": "21042beb59e7dd36732ae0e4afd0ad37276360d17d76b9cd9db468bc142830ccb6f724d47ba2455708c8a30240ee78a5293345f29be74dca83dbb5887dcdd78ffc53bf820b747ef3fef6e673021b3c7577bd33f5cfbea2e5bb5307a4f2cf542b2b230f88ffea3a889b92bff1782375a59678ab12a37ac1105a819b023894e513", "versions": { "2012.02.22": { "bin": [ @@ -7343,6 +7343,20 @@ "https://yt-dl.org/downloads/2015.02.23/youtube-dl-2015.02.23.tar.gz", "fef068d1a400ba2178e42fc2465d6d348579ee2d7ea704a3abccc25f40b50beb" ] + }, + "2015.02.23.1": { + "bin": [ + "https://yt-dl.org/downloads/2015.02.23.1/youtube-dl", + "895b9341129df09fad429aef7960e8852e91feb0e46ebac6ba7cb389ea58c0d3" + ], + "exe": [ + "https://yt-dl.org/downloads/2015.02.23.1/youtube-dl.exe", + "a2ff621b48e8b43bbce8ea9b14bf501451620a65b6a0d1d10ef44f81710e2c78" + ], + "tar": [ + "https://yt-dl.org/downloads/2015.02.23.1/youtube-dl-2015.02.23.1.tar.gz", + "f17925d3f728c209b5d2cdca814004180599c9ba9ddaac7fb10fbd1c1a09bb74" + ] } } } \ No newline at end of file From b7fd00d68eb0489d55255fca9fbe3374e0f17fe6 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Tue, 24 Feb 2015 11:32:25 +0100 Subject: [PATCH 037/139] release 2015.02.24 --- download.html | 18 +++++++++--------- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 4 files changed, 42 insertions(+), 13 deletions(-) diff --git a/download.html b/download.html index 2c35add2d..e180ad797 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

      Remember youtube-dl requires Python version 2.6, 2.7, or 3.2+ to work.

      -

      2015.02.23.1 (sig)

      +

      2015.02.24 (sig)

        -
      • MD5: d8d16c788d76770764bf28c5bfb0a78d
      • -
      • SHA1: 3c904ff117772d6df72de5be8a5d30940216b1d5
      • -
      • SHA256: 895b9341129df09fad429aef7960e8852e91feb0e46ebac6ba7cb389ea58c0d3
      • +
      • MD5: 74c8815cdb59baa3b1eed86aebc241fc
      • +
      • SHA1: 111ee4ce7c6fd177b185cb2ba6fa8c2d4d25d0d2
      • +
      • SHA256: 5071e63f4890bee7160b209dd2cb971f8f48b010571392242b9867297761a17e

      - Windows exe (sig - a2ff621b48e8b43bbce8ea9b14bf501451620a65b6a0d1d10ef44f81710e2c78)
      - Full source + docs + binary tarball (sig - f17925d3f728c209b5d2cdca814004180599c9ba9ddaac7fb10fbd1c1a09bb74) + Windows exe (sig - 3af028267556a94649ac41821c3262881f1d1c92a1b7e87f219b88b327235e22)
      + Full source + docs + binary tarball (sig - 972258c66c3ee3abe650411b6028195c7b03f8e7c048ce1001bb035ba8f490e5)

      To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2015.02.23.1/youtube-dl -o /usr/local/bin/youtube-dl
      +sudo curl https://yt-dl.org/downloads/2015.02.24/youtube-dl -o /usr/local/bin/youtube-dl
      sudo chmod a+x /usr/local/bin/youtube-dl

      If you do not have curl, you can alternatively use a recent wget: -sudo wget https://yt-dl.org/downloads/2015.02.23.1/youtube-dl -O /usr/local/bin/youtube-dl
      +sudo wget https://yt-dl.org/downloads/2015.02.24/youtube-dl -O /usr/local/bin/youtube-dl
      sudo chmod a+x /usr/local/bin/youtube-dl

      @@ -53,7 +53,7 @@ See the pypi page for more

      To check the signature, type: -sudo wget https://yt-dl.org/downloads/2015.02.23.1/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig
      +sudo wget https://yt-dl.org/downloads/2015.02.24/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig

      The following GPG keys will be used to sign the binaries and the git tags:

      diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 0b586d655..8b2a49cac 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2015.02.23.1 \ No newline at end of file +2015.02.24 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index eb4b67abf..057bcdf86 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -3,7 +3,7 @@ youtube-dl releases https://yt-dl.org/feed/youtube-dl-updates-feed - 2015-02-23T18:56:17.788618Z + 2015-02-24T11:32:23.631639Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -7880,4 +7880,19 @@ 2015-02-23T00:00:01Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.02.24 + New version 2015.02.24 + + +
      + Downloads available at https://yt-dl.org/downloads/2015.02.24/ +
      +
      + + The youtube-dl maintainers + + 2015-02-24T00:00:00Z +
      + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 5897885a7..c415d4cce 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2015.02.23.1", - "signature": "21042beb59e7dd36732ae0e4afd0ad37276360d17d76b9cd9db468bc142830ccb6f724d47ba2455708c8a30240ee78a5293345f29be74dca83dbb5887dcdd78ffc53bf820b747ef3fef6e673021b3c7577bd33f5cfbea2e5bb5307a4f2cf542b2b230f88ffea3a889b92bff1782375a59678ab12a37ac1105a819b023894e513", + "latest": "2015.02.24", + "signature": "08983dad31cebc91dc66a4263b1a94dd40e418f99e55ab6f8b2f64cfafe53952f2e3f2a956dd09fc09393dc05e32b72dbe7d3a849f6c994d7c62d178a974200797efc4026bc39430a10a453d1bd91430f07fb10cc5a66029cbb0c3792bff91856e034c61c591378ed1f9ac48c1a60a9ce52db0cf3d2175e14f9daaf193c4d9fd", "versions": { "2012.02.22": { "bin": [ @@ -7357,6 +7357,20 @@ "https://yt-dl.org/downloads/2015.02.23.1/youtube-dl-2015.02.23.1.tar.gz", "f17925d3f728c209b5d2cdca814004180599c9ba9ddaac7fb10fbd1c1a09bb74" ] + }, + "2015.02.24": { + "bin": [ + "https://yt-dl.org/downloads/2015.02.24/youtube-dl", + "5071e63f4890bee7160b209dd2cb971f8f48b010571392242b9867297761a17e" + ], + "exe": [ + "https://yt-dl.org/downloads/2015.02.24/youtube-dl.exe", + "3af028267556a94649ac41821c3262881f1d1c92a1b7e87f219b88b327235e22" + ], + "tar": [ + "https://yt-dl.org/downloads/2015.02.24/youtube-dl-2015.02.24.tar.gz", + "972258c66c3ee3abe650411b6028195c7b03f8e7c048ce1001bb035ba8f490e5" + ] } } } \ No newline at end of file From 81cb7c3f82a3ae6b1ce39b9f9620a8dfc9049e72 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Tue, 24 Feb 2015 11:41:55 +0100 Subject: [PATCH 038/139] release 2015.02.24.1 --- download.html | 18 +++++++++--------- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 4 files changed, 42 insertions(+), 13 deletions(-) diff --git a/download.html b/download.html index e180ad797..7af79b823 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

      Remember youtube-dl requires Python version 2.6, 2.7, or 3.2+ to work.

      -

      2015.02.24 (sig)

      +

      2015.02.24.1 (sig)

        -
      • MD5: 74c8815cdb59baa3b1eed86aebc241fc
      • -
      • SHA1: 111ee4ce7c6fd177b185cb2ba6fa8c2d4d25d0d2
      • -
      • SHA256: 5071e63f4890bee7160b209dd2cb971f8f48b010571392242b9867297761a17e
      • +
      • MD5: c546e6b11ba7af1b2dbe8f34a3abc149
      • +
      • SHA1: 1c0ede99e63d40c856e5fd2e7f01fcb1f8a75ec7
      • +
      • SHA256: fd0e63418b8450748a94ca94b41f6bed71f888b0065673c32e3dc334e4a07607

      - Windows exe (sig - 3af028267556a94649ac41821c3262881f1d1c92a1b7e87f219b88b327235e22)
      - Full source + docs + binary tarball (sig - 972258c66c3ee3abe650411b6028195c7b03f8e7c048ce1001bb035ba8f490e5) + Windows exe (sig - c667ca657a6e0ffc0513ef0ab95452fe7fdea10941047c07c1ee732590eda833)
      + Full source + docs + binary tarball (sig - 3eeb029385d9b2feb53cd7a61b42c9585605b5f79c35902592a6f1c838be08f4)

      To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2015.02.24/youtube-dl -o /usr/local/bin/youtube-dl
      +sudo curl https://yt-dl.org/downloads/2015.02.24.1/youtube-dl -o /usr/local/bin/youtube-dl
      sudo chmod a+x /usr/local/bin/youtube-dl

      If you do not have curl, you can alternatively use a recent wget: -sudo wget https://yt-dl.org/downloads/2015.02.24/youtube-dl -O /usr/local/bin/youtube-dl
      +sudo wget https://yt-dl.org/downloads/2015.02.24.1/youtube-dl -O /usr/local/bin/youtube-dl
      sudo chmod a+x /usr/local/bin/youtube-dl

      @@ -53,7 +53,7 @@ See the pypi page for more

      To check the signature, type: -sudo wget https://yt-dl.org/downloads/2015.02.24/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig
      +sudo wget https://yt-dl.org/downloads/2015.02.24.1/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig

      The following GPG keys will be used to sign the binaries and the git tags:

      diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 8b2a49cac..e22365bf8 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2015.02.24 \ No newline at end of file +2015.02.24.1 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 057bcdf86..9c113c9fc 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -3,7 +3,7 @@ youtube-dl releases https://yt-dl.org/feed/youtube-dl-updates-feed - 2015-02-24T11:32:23.631639Z + 2015-02-24T11:41:53.678736Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -7895,4 +7895,19 @@ 2015-02-24T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.02.24.1 + New version 2015.02.24.1 + + +
      + Downloads available at https://yt-dl.org/downloads/2015.02.24.1/ +
      +
      + + The youtube-dl maintainers + + 2015-02-24T00:00:01Z +
      + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index c415d4cce..f556e4f3d 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2015.02.24", - "signature": "08983dad31cebc91dc66a4263b1a94dd40e418f99e55ab6f8b2f64cfafe53952f2e3f2a956dd09fc09393dc05e32b72dbe7d3a849f6c994d7c62d178a974200797efc4026bc39430a10a453d1bd91430f07fb10cc5a66029cbb0c3792bff91856e034c61c591378ed1f9ac48c1a60a9ce52db0cf3d2175e14f9daaf193c4d9fd", + "latest": "2015.02.24.1", + "signature": "91fab62c83729066fb5916fb2e850e31d9b61d01e99a7373ac59db95a008995cb15a5aea54c86b3bdae9019d6d9bdcfbcd3517767c1abfaef2f4ea8d8d23efd646bbe7c8eefac09007401c085deb8a43d181fe27a541e4f71a61483c75c9b5923339a69b96b4f5d272b9cad19b7e84fb7877494ea4f24505b5e97d309020ba19", "versions": { "2012.02.22": { "bin": [ @@ -7371,6 +7371,20 @@ "https://yt-dl.org/downloads/2015.02.24/youtube-dl-2015.02.24.tar.gz", "972258c66c3ee3abe650411b6028195c7b03f8e7c048ce1001bb035ba8f490e5" ] + }, + "2015.02.24.1": { + "bin": [ + "https://yt-dl.org/downloads/2015.02.24.1/youtube-dl", + "fd0e63418b8450748a94ca94b41f6bed71f888b0065673c32e3dc334e4a07607" + ], + "exe": [ + "https://yt-dl.org/downloads/2015.02.24.1/youtube-dl.exe", + "c667ca657a6e0ffc0513ef0ab95452fe7fdea10941047c07c1ee732590eda833" + ], + "tar": [ + "https://yt-dl.org/downloads/2015.02.24.1/youtube-dl-2015.02.24.1.tar.gz", + "3eeb029385d9b2feb53cd7a61b42c9585605b5f79c35902592a6f1c838be08f4" + ] } } } \ No newline at end of file From 87ef91e888d86d75d6100e6a3b1c5e6e3eb21fea Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Tue, 24 Feb 2015 16:37:49 +0100 Subject: [PATCH 039/139] release 2015.02.24.2 --- download.html | 18 +++++++++--------- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 4 files changed, 42 insertions(+), 13 deletions(-) diff --git a/download.html b/download.html index 7af79b823..023a5fca2 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

      Remember youtube-dl requires Python version 2.6, 2.7, or 3.2+ to work.

      -

      2015.02.24.1 (sig)

      +

      2015.02.24.2 (sig)

        -
      • MD5: c546e6b11ba7af1b2dbe8f34a3abc149
      • -
      • SHA1: 1c0ede99e63d40c856e5fd2e7f01fcb1f8a75ec7
      • -
      • SHA256: fd0e63418b8450748a94ca94b41f6bed71f888b0065673c32e3dc334e4a07607
      • +
      • MD5: f80c332f2e6eb7b5add0b95229b8d9c5
      • +
      • SHA1: 8a8a252291ef642dcfb5e666cdae0ad1ff430583
      • +
      • SHA256: 3de450ea4832bd3ff2fc7b14ba5e2cbd69b7a9531860e2e329721af83892bf94

      - Windows exe (sig - c667ca657a6e0ffc0513ef0ab95452fe7fdea10941047c07c1ee732590eda833)
      - Full source + docs + binary tarball (sig - 3eeb029385d9b2feb53cd7a61b42c9585605b5f79c35902592a6f1c838be08f4) + Windows exe (sig - 335d9d467d1728c2b1d3f228e3e45cae62b35e5986fb4392366d5f47252000ed)
      + Full source + docs + binary tarball (sig - bd5eb5f94b9b70ed386e39286652796d0cb27c10359ffa26a28c76f5a076f2e0)

      To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2015.02.24.1/youtube-dl -o /usr/local/bin/youtube-dl
      +sudo curl https://yt-dl.org/downloads/2015.02.24.2/youtube-dl -o /usr/local/bin/youtube-dl
      sudo chmod a+x /usr/local/bin/youtube-dl

      If you do not have curl, you can alternatively use a recent wget: -sudo wget https://yt-dl.org/downloads/2015.02.24.1/youtube-dl -O /usr/local/bin/youtube-dl
      +sudo wget https://yt-dl.org/downloads/2015.02.24.2/youtube-dl -O /usr/local/bin/youtube-dl
      sudo chmod a+x /usr/local/bin/youtube-dl

      @@ -53,7 +53,7 @@ See the pypi page for more

      To check the signature, type: -sudo wget https://yt-dl.org/downloads/2015.02.24.1/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig
      +sudo wget https://yt-dl.org/downloads/2015.02.24.2/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig

      The following GPG keys will be used to sign the binaries and the git tags:

      diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index e22365bf8..928670746 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2015.02.24.1 \ No newline at end of file +2015.02.24.2 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 9c113c9fc..4dc1752ed 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -3,7 +3,7 @@ youtube-dl releases https://yt-dl.org/feed/youtube-dl-updates-feed - 2015-02-24T11:41:53.678736Z + 2015-02-24T16:37:48.483443Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -7910,4 +7910,19 @@ 2015-02-24T00:00:01Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.02.24.2 + New version 2015.02.24.2 + + +
      + Downloads available at https://yt-dl.org/downloads/2015.02.24.2/ +
      +
      + + The youtube-dl maintainers + + 2015-02-24T00:00:02Z +
      + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index f556e4f3d..e18f9f77a 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2015.02.24.1", - "signature": "91fab62c83729066fb5916fb2e850e31d9b61d01e99a7373ac59db95a008995cb15a5aea54c86b3bdae9019d6d9bdcfbcd3517767c1abfaef2f4ea8d8d23efd646bbe7c8eefac09007401c085deb8a43d181fe27a541e4f71a61483c75c9b5923339a69b96b4f5d272b9cad19b7e84fb7877494ea4f24505b5e97d309020ba19", + "latest": "2015.02.24.2", + "signature": "4e2fd795ab38dc917f8c82a1b684033e8d4ccdf52c5bcbbb0c0e0291225212df4a12eeb047fcc9bf3c1fa541e54ce724840c89e19585c8f3e467fb28d3e7867124cec33b15bd32d1b61c543897136c74921d69208d8ba01ac788db939a709599719e68aa67a4422c7ffec8190f2ec5f33b5eaa8f701fcf735574e72556e6f9cf", "versions": { "2012.02.22": { "bin": [ @@ -7385,6 +7385,20 @@ "https://yt-dl.org/downloads/2015.02.24.1/youtube-dl-2015.02.24.1.tar.gz", "3eeb029385d9b2feb53cd7a61b42c9585605b5f79c35902592a6f1c838be08f4" ] + }, + "2015.02.24.2": { + "bin": [ + "https://yt-dl.org/downloads/2015.02.24.2/youtube-dl", + "3de450ea4832bd3ff2fc7b14ba5e2cbd69b7a9531860e2e329721af83892bf94" + ], + "exe": [ + "https://yt-dl.org/downloads/2015.02.24.2/youtube-dl.exe", + "335d9d467d1728c2b1d3f228e3e45cae62b35e5986fb4392366d5f47252000ed" + ], + "tar": [ + "https://yt-dl.org/downloads/2015.02.24.2/youtube-dl-2015.02.24.2.tar.gz", + "bd5eb5f94b9b70ed386e39286652796d0cb27c10359ffa26a28c76f5a076f2e0" + ] } } } \ No newline at end of file From 0b2374ea7eb3c7bc54d10eb9d8cfa0b4fea2a12a Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Thu, 26 Feb 2015 00:45:36 +0100 Subject: [PATCH 040/139] release 2015.02.26 --- download.html | 18 +++++++++--------- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 4 files changed, 42 insertions(+), 13 deletions(-) diff --git a/download.html b/download.html index 023a5fca2..cd5a5493a 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

      Remember youtube-dl requires Python version 2.6, 2.7, or 3.2+ to work.

      -

      2015.02.24.2 (sig)

      +

      2015.02.26 (sig)

        -
      • MD5: f80c332f2e6eb7b5add0b95229b8d9c5
      • -
      • SHA1: 8a8a252291ef642dcfb5e666cdae0ad1ff430583
      • -
      • SHA256: 3de450ea4832bd3ff2fc7b14ba5e2cbd69b7a9531860e2e329721af83892bf94
      • +
      • MD5: 098747542470664baaeccec6e8624ad2
      • +
      • SHA1: e8f64ff4118c3acfc09608073d371f0fb198e291
      • +
      • SHA256: 65522322b953c1f596b945b9295a2cac1509d167b59e59e03e186b3f19478924

      - Windows exe (sig - 335d9d467d1728c2b1d3f228e3e45cae62b35e5986fb4392366d5f47252000ed)
      - Full source + docs + binary tarball (sig - bd5eb5f94b9b70ed386e39286652796d0cb27c10359ffa26a28c76f5a076f2e0) + Windows exe (sig - 375580a7deeb075ecd3173603dde1972f6dea954e8ae5310679d09d590fbb198)
      + Full source + docs + binary tarball (sig - 3fe41721d2876194d3e8d735eae9c607dc04e2e726993fe1b1ebf8f8baf52aba)

      To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2015.02.24.2/youtube-dl -o /usr/local/bin/youtube-dl
      +sudo curl https://yt-dl.org/downloads/2015.02.26/youtube-dl -o /usr/local/bin/youtube-dl
      sudo chmod a+x /usr/local/bin/youtube-dl

      If you do not have curl, you can alternatively use a recent wget: -sudo wget https://yt-dl.org/downloads/2015.02.24.2/youtube-dl -O /usr/local/bin/youtube-dl
      +sudo wget https://yt-dl.org/downloads/2015.02.26/youtube-dl -O /usr/local/bin/youtube-dl
      sudo chmod a+x /usr/local/bin/youtube-dl

      @@ -53,7 +53,7 @@ See the pypi page for more

      To check the signature, type: -sudo wget https://yt-dl.org/downloads/2015.02.24.2/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig
      +sudo wget https://yt-dl.org/downloads/2015.02.26/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig

      The following GPG keys will be used to sign the binaries and the git tags:

      diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 928670746..d8c46a3b6 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2015.02.24.2 \ No newline at end of file +2015.02.26 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 4dc1752ed..edf83fc84 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -3,7 +3,7 @@ youtube-dl releases https://yt-dl.org/feed/youtube-dl-updates-feed - 2015-02-24T16:37:48.483443Z + 2015-02-26T00:45:35.087565Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -7925,4 +7925,19 @@ 2015-02-24T00:00:02Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.02.26 + New version 2015.02.26 + + +
      + Downloads available at https://yt-dl.org/downloads/2015.02.26/ +
      +
      + + The youtube-dl maintainers + + 2015-02-26T00:00:00Z +
      + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index e18f9f77a..65577dff1 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2015.02.24.2", - "signature": "4e2fd795ab38dc917f8c82a1b684033e8d4ccdf52c5bcbbb0c0e0291225212df4a12eeb047fcc9bf3c1fa541e54ce724840c89e19585c8f3e467fb28d3e7867124cec33b15bd32d1b61c543897136c74921d69208d8ba01ac788db939a709599719e68aa67a4422c7ffec8190f2ec5f33b5eaa8f701fcf735574e72556e6f9cf", + "latest": "2015.02.26", + "signature": "1dbdc5b725394fcd814de9a8d04d0aec3f2d66744cd103ea98f3b3ea2844d88eb1286e797ef1da25a380fc35251e0dec6a0aa416dc60517931384f75575eea9b3ab144196bc3dfe54b4d84820c5f3186f15c7d5151b7fe43a5f102fd7f10b738fb8525ee2d6ff122494b933908a465759bc2befcc06d18dc195fd1dc8af3a092", "versions": { "2012.02.22": { "bin": [ @@ -7399,6 +7399,20 @@ "https://yt-dl.org/downloads/2015.02.24.2/youtube-dl-2015.02.24.2.tar.gz", "bd5eb5f94b9b70ed386e39286652796d0cb27c10359ffa26a28c76f5a076f2e0" ] + }, + "2015.02.26": { + "bin": [ + "https://yt-dl.org/downloads/2015.02.26/youtube-dl", + "65522322b953c1f596b945b9295a2cac1509d167b59e59e03e186b3f19478924" + ], + "exe": [ + "https://yt-dl.org/downloads/2015.02.26/youtube-dl.exe", + "375580a7deeb075ecd3173603dde1972f6dea954e8ae5310679d09d590fbb198" + ], + "tar": [ + "https://yt-dl.org/downloads/2015.02.26/youtube-dl-2015.02.26.tar.gz", + "3fe41721d2876194d3e8d735eae9c607dc04e2e726993fe1b1ebf8f8baf52aba" + ] } } } \ No newline at end of file From 9dd5db71934e0f458640db89c958b1d0216aaa07 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Thu, 26 Feb 2015 01:49:37 +0100 Subject: [PATCH 041/139] release 2015.02.26.1 --- download.html | 18 +++++++++--------- supportedsites.html | 4 ++++ update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 46 insertions(+), 13 deletions(-) diff --git a/download.html b/download.html index cd5a5493a..295ba40d8 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

      Remember youtube-dl requires Python version 2.6, 2.7, or 3.2+ to work.

      -

      2015.02.26 (sig)

      +

      2015.02.26.1 (sig)

        -
      • MD5: 098747542470664baaeccec6e8624ad2
      • -
      • SHA1: e8f64ff4118c3acfc09608073d371f0fb198e291
      • -
      • SHA256: 65522322b953c1f596b945b9295a2cac1509d167b59e59e03e186b3f19478924
      • +
      • MD5: 1d300e21be781288af45cee323c4d471
      • +
      • SHA1: eace3ce7f5df089c9b1b45c8884b2da6d646fcd3
      • +
      • SHA256: 447c6b4799dcc8e497bf59fda87ba03fad1565d790097a8f517af2f0fe324462

      - Windows exe (sig - 375580a7deeb075ecd3173603dde1972f6dea954e8ae5310679d09d590fbb198)
      - Full source + docs + binary tarball (sig - 3fe41721d2876194d3e8d735eae9c607dc04e2e726993fe1b1ebf8f8baf52aba) + Windows exe (sig - 5d50f7bbfc907d64ad66d9c1f99671e265061c0dc42e949539f64b691f710830)
      + Full source + docs + binary tarball (sig - 7900e796a8e03c447b080e64f0d85d1bcf4152311caa10e8149b2e23a8b0907f)

      To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2015.02.26/youtube-dl -o /usr/local/bin/youtube-dl
      +sudo curl https://yt-dl.org/downloads/2015.02.26.1/youtube-dl -o /usr/local/bin/youtube-dl
      sudo chmod a+x /usr/local/bin/youtube-dl

      If you do not have curl, you can alternatively use a recent wget: -sudo wget https://yt-dl.org/downloads/2015.02.26/youtube-dl -O /usr/local/bin/youtube-dl
      +sudo wget https://yt-dl.org/downloads/2015.02.26.1/youtube-dl -O /usr/local/bin/youtube-dl
      sudo chmod a+x /usr/local/bin/youtube-dl

      @@ -53,7 +53,7 @@ See the pypi page for more

      To check the signature, type: -sudo wget https://yt-dl.org/downloads/2015.02.26/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig
      +sudo wget https://yt-dl.org/downloads/2015.02.26.1/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig

      The following GPG keys will be used to sign the binaries and the git tags:

      diff --git a/supportedsites.html b/supportedsites.html index ae41f5883..bddd35462 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -32,6 +32,7 @@
    • AdultSwim
    • Aftenposten
    • Aftonbladet
    • +
    • AirMozilla
    • AlJazeera
    • Allocine
    • AlphaPorno
    • @@ -235,6 +236,9 @@
    • Ku6
    • la7.tv
    • Laola1Tv
    • +
    • Letv
    • +
    • LetvPlaylist
    • +
    • LetvTv
    • lifenews: LIFE | NEWS
    • LiveLeak
    • livestream
    • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index d8c46a3b6..083cf8913 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2015.02.26 \ No newline at end of file +2015.02.26.1 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index edf83fc84..6e3f27055 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -3,7 +3,7 @@ youtube-dl releases https://yt-dl.org/feed/youtube-dl-updates-feed - 2015-02-26T00:45:35.087565Z + 2015-02-26T01:49:36.094073Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -7940,4 +7940,19 @@ 2015-02-26T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.02.26.1 + New version 2015.02.26.1 + + +
      + Downloads available at https://yt-dl.org/downloads/2015.02.26.1/ +
      +
      + + The youtube-dl maintainers + + 2015-02-26T00:00:01Z +
      + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 65577dff1..31762c241 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2015.02.26", - "signature": "1dbdc5b725394fcd814de9a8d04d0aec3f2d66744cd103ea98f3b3ea2844d88eb1286e797ef1da25a380fc35251e0dec6a0aa416dc60517931384f75575eea9b3ab144196bc3dfe54b4d84820c5f3186f15c7d5151b7fe43a5f102fd7f10b738fb8525ee2d6ff122494b933908a465759bc2befcc06d18dc195fd1dc8af3a092", + "latest": "2015.02.26.1", + "signature": "5516fcc52358cfbb76632c23e554aa89b80a433866e42cc633fb637e17d6366533ffa2bd115456a6c3c01819f1052ef848f7209b8093449834718d1110190f80e7213a199bd49a1bdd4260d03e9da93240943c9a048fa21e916441383aec83874ae7b83b106f55510e8b58791c9efcc73ecbb79fe8f7d512c93c70cf52371475", "versions": { "2012.02.22": { "bin": [ @@ -7413,6 +7413,20 @@ "https://yt-dl.org/downloads/2015.02.26/youtube-dl-2015.02.26.tar.gz", "3fe41721d2876194d3e8d735eae9c607dc04e2e726993fe1b1ebf8f8baf52aba" ] + }, + "2015.02.26.1": { + "bin": [ + "https://yt-dl.org/downloads/2015.02.26.1/youtube-dl", + "447c6b4799dcc8e497bf59fda87ba03fad1565d790097a8f517af2f0fe324462" + ], + "exe": [ + "https://yt-dl.org/downloads/2015.02.26.1/youtube-dl.exe", + "5d50f7bbfc907d64ad66d9c1f99671e265061c0dc42e949539f64b691f710830" + ], + "tar": [ + "https://yt-dl.org/downloads/2015.02.26.1/youtube-dl-2015.02.26.1.tar.gz", + "7900e796a8e03c447b080e64f0d85d1bcf4152311caa10e8149b2e23a8b0907f" + ] } } } \ No newline at end of file From 6bcb3bb7a5221862da2b90b2c2186f81424ad94e Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Thu, 26 Feb 2015 09:49:14 +0100 Subject: [PATCH 042/139] release 2015.02.26.2 --- download.html | 18 +++++++++--------- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 4 files changed, 42 insertions(+), 13 deletions(-) diff --git a/download.html b/download.html index 295ba40d8..99b72e3f0 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

      Remember youtube-dl requires Python version 2.6, 2.7, or 3.2+ to work.

      -

      2015.02.26.1 (sig)

      +

      2015.02.26.2 (sig)

        -
      • MD5: 1d300e21be781288af45cee323c4d471
      • -
      • SHA1: eace3ce7f5df089c9b1b45c8884b2da6d646fcd3
      • -
      • SHA256: 447c6b4799dcc8e497bf59fda87ba03fad1565d790097a8f517af2f0fe324462
      • +
      • MD5: 2b49d1c6d8c87286acc4cf8587b212d5
      • +
      • SHA1: faa51ff370870df751404a234a157a291fb649b5
      • +
      • SHA256: 61f89db9e63c10e653a854b2978ba67d3d4bb3de52afa00638e3a58ac3868c2a

      - Windows exe (sig - 5d50f7bbfc907d64ad66d9c1f99671e265061c0dc42e949539f64b691f710830)
      - Full source + docs + binary tarball (sig - 7900e796a8e03c447b080e64f0d85d1bcf4152311caa10e8149b2e23a8b0907f) + Windows exe (sig - a20b8117a9c35701d6c36c75e2c9daaa76abc90e80eb8359971a23bba16cac4a)
      + Full source + docs + binary tarball (sig - a00e9f8e040c7cfa4a3d53075386a4d8bb8c1fc7e66ca40a1edf95377f8c417b)

      To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2015.02.26.1/youtube-dl -o /usr/local/bin/youtube-dl
      +sudo curl https://yt-dl.org/downloads/2015.02.26.2/youtube-dl -o /usr/local/bin/youtube-dl
      sudo chmod a+x /usr/local/bin/youtube-dl

      If you do not have curl, you can alternatively use a recent wget: -sudo wget https://yt-dl.org/downloads/2015.02.26.1/youtube-dl -O /usr/local/bin/youtube-dl
      +sudo wget https://yt-dl.org/downloads/2015.02.26.2/youtube-dl -O /usr/local/bin/youtube-dl
      sudo chmod a+x /usr/local/bin/youtube-dl

      @@ -53,7 +53,7 @@ See the pypi page for more

      To check the signature, type: -sudo wget https://yt-dl.org/downloads/2015.02.26.1/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig
      +sudo wget https://yt-dl.org/downloads/2015.02.26.2/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig

      The following GPG keys will be used to sign the binaries and the git tags:

      diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 083cf8913..1235b4e44 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2015.02.26.1 \ No newline at end of file +2015.02.26.2 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 6e3f27055..94293037b 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -3,7 +3,7 @@ youtube-dl releases https://yt-dl.org/feed/youtube-dl-updates-feed - 2015-02-26T01:49:36.094073Z + 2015-02-26T09:49:13.338368Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -7955,4 +7955,19 @@ 2015-02-26T00:00:01Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.02.26.2 + New version 2015.02.26.2 + + +
      + Downloads available at https://yt-dl.org/downloads/2015.02.26.2/ +
      +
      + + The youtube-dl maintainers + + 2015-02-26T00:00:02Z +
      + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 31762c241..6965594a2 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2015.02.26.1", - "signature": "5516fcc52358cfbb76632c23e554aa89b80a433866e42cc633fb637e17d6366533ffa2bd115456a6c3c01819f1052ef848f7209b8093449834718d1110190f80e7213a199bd49a1bdd4260d03e9da93240943c9a048fa21e916441383aec83874ae7b83b106f55510e8b58791c9efcc73ecbb79fe8f7d512c93c70cf52371475", + "latest": "2015.02.26.2", + "signature": "218b492475b2543a8ebd74551b1152f6f086cdcfd8e226f9ff5368f438a0b203942378a213f618fb84a7075c1830175c6299539b60d9042359537ff02481d68e1f4bcb8362c4ba89f0634fa7f1481d8a5271d15e80e51a2b9a6c5744b3296345d5104727bab0980da8f5ec4739e4f7d2343bb7d65c774b6f83503797b4b5522f", "versions": { "2012.02.22": { "bin": [ @@ -7427,6 +7427,20 @@ "https://yt-dl.org/downloads/2015.02.26.1/youtube-dl-2015.02.26.1.tar.gz", "7900e796a8e03c447b080e64f0d85d1bcf4152311caa10e8149b2e23a8b0907f" ] + }, + "2015.02.26.2": { + "bin": [ + "https://yt-dl.org/downloads/2015.02.26.2/youtube-dl", + "61f89db9e63c10e653a854b2978ba67d3d4bb3de52afa00638e3a58ac3868c2a" + ], + "exe": [ + "https://yt-dl.org/downloads/2015.02.26.2/youtube-dl.exe", + "a20b8117a9c35701d6c36c75e2c9daaa76abc90e80eb8359971a23bba16cac4a" + ], + "tar": [ + "https://yt-dl.org/downloads/2015.02.26.2/youtube-dl-2015.02.26.2.tar.gz", + "a00e9f8e040c7cfa4a3d53075386a4d8bb8c1fc7e66ca40a1edf95377f8c417b" + ] } } } \ No newline at end of file From c32a9ec29d0df2c873dbc7b66b4b24c06a968c1c Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Sat, 28 Feb 2015 21:28:20 +0100 Subject: [PATCH 043/139] release 2015.02.28 --- download.html | 18 +++++++++--------- supportedsites.html | 5 ++++- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 46 insertions(+), 14 deletions(-) diff --git a/download.html b/download.html index 99b72e3f0..cc486ef52 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

      Remember youtube-dl requires Python version 2.6, 2.7, or 3.2+ to work.

      -

      2015.02.26.2 (sig)

      +

      2015.02.28 (sig)

        -
      • MD5: 2b49d1c6d8c87286acc4cf8587b212d5
      • -
      • SHA1: faa51ff370870df751404a234a157a291fb649b5
      • -
      • SHA256: 61f89db9e63c10e653a854b2978ba67d3d4bb3de52afa00638e3a58ac3868c2a
      • +
      • MD5: be8ed6908b92ca255ae9969559f5fc07
      • +
      • SHA1: 76982270d8e5ba04e7b481d26c24157880c946fa
      • +
      • SHA256: eb960e7822f41018de16b378e7deaa4f0b7e138f63d173d4c9a99e681c8501a8

      - Windows exe (sig - a20b8117a9c35701d6c36c75e2c9daaa76abc90e80eb8359971a23bba16cac4a)
      - Full source + docs + binary tarball (sig - a00e9f8e040c7cfa4a3d53075386a4d8bb8c1fc7e66ca40a1edf95377f8c417b) + Windows exe (sig - bacffdda9a6890758f89d3cf0c4e9a6d2afec5835c42784327404e5004d03a7d)
      + Full source + docs + binary tarball (sig - ac45afc0115399361807d502c3227f257882950ff650d00a73e071d60cb36a25)

      To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2015.02.26.2/youtube-dl -o /usr/local/bin/youtube-dl
      +sudo curl https://yt-dl.org/downloads/2015.02.28/youtube-dl -o /usr/local/bin/youtube-dl
      sudo chmod a+x /usr/local/bin/youtube-dl

      If you do not have curl, you can alternatively use a recent wget: -sudo wget https://yt-dl.org/downloads/2015.02.26.2/youtube-dl -O /usr/local/bin/youtube-dl
      +sudo wget https://yt-dl.org/downloads/2015.02.28/youtube-dl -O /usr/local/bin/youtube-dl
      sudo chmod a+x /usr/local/bin/youtube-dl

      @@ -53,7 +53,7 @@ See the pypi page for more

      To check the signature, type: -sudo wget https://yt-dl.org/downloads/2015.02.26.2/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig
      +sudo wget https://yt-dl.org/downloads/2015.02.28/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig

      The following GPG keys will be used to sign the binaries and the git tags:

      diff --git a/supportedsites.html b/supportedsites.html index bddd35462..0488cbbac 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -225,6 +225,7 @@
    • Jove
    • jpopsuki.tv
    • Jukebox
    • +
    • Kaltura
    • Kankan
    • Karaoketv
    • keek
    • @@ -323,6 +324,7 @@
    • Nuvid
    • NYTimes
    • ocw.mit.edu
    • +
    • Odnoklassniki
    • OktoberfestTV
    • on.aol.com
    • Ooyala
    • @@ -349,6 +351,7 @@
    • PornoXO
    • PromptFile
    • prosiebensat1: ProSiebenSat.1 Digital
    • +
    • Puls4
    • Pyvideo
    • QuickVid
    • R7
    • @@ -427,7 +430,7 @@
    • StreamCZ
    • StreetVoice
    • SunPorno
    • -
    • SVTPlay
    • +
    • SVTPlay: SVT Play and Öppet arkiv
    • SWRMediathek
    • Syfy
    • SztvHu
    • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 1235b4e44..8ce3e6320 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2015.02.26.2 \ No newline at end of file +2015.02.28 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 94293037b..7e1e5c2f6 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -3,7 +3,7 @@ youtube-dl releases https://yt-dl.org/feed/youtube-dl-updates-feed - 2015-02-26T09:49:13.338368Z + 2015-02-28T21:28:19.240279Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -7970,4 +7970,19 @@ 2015-02-26T00:00:02Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.02.28 + New version 2015.02.28 + + +
      + Downloads available at https://yt-dl.org/downloads/2015.02.28/ +
      +
      + + The youtube-dl maintainers + + 2015-02-28T00:00:00Z +
      + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 6965594a2..f55701bfc 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2015.02.26.2", - "signature": "218b492475b2543a8ebd74551b1152f6f086cdcfd8e226f9ff5368f438a0b203942378a213f618fb84a7075c1830175c6299539b60d9042359537ff02481d68e1f4bcb8362c4ba89f0634fa7f1481d8a5271d15e80e51a2b9a6c5744b3296345d5104727bab0980da8f5ec4739e4f7d2343bb7d65c774b6f83503797b4b5522f", + "latest": "2015.02.28", + "signature": "1552d9df4cca9de879825b0e97793ad68a30d383a28e721ac6bcd301cc1afddcba567487922cde3b9a34290a3c2b98157885187bc6626b55e6110f25c1f1acb4c516787abe356a24ce35b875ab92f55097396908e857f331ed080dca9337f2b4252094eeb7444e6ec9315863c8b84b0fd853d011436ff03df5923cd8873d6fbc", "versions": { "2012.02.22": { "bin": [ @@ -7441,6 +7441,20 @@ "https://yt-dl.org/downloads/2015.02.26.2/youtube-dl-2015.02.26.2.tar.gz", "a00e9f8e040c7cfa4a3d53075386a4d8bb8c1fc7e66ca40a1edf95377f8c417b" ] + }, + "2015.02.28": { + "bin": [ + "https://yt-dl.org/downloads/2015.02.28/youtube-dl", + "eb960e7822f41018de16b378e7deaa4f0b7e138f63d173d4c9a99e681c8501a8" + ], + "exe": [ + "https://yt-dl.org/downloads/2015.02.28/youtube-dl.exe", + "bacffdda9a6890758f89d3cf0c4e9a6d2afec5835c42784327404e5004d03a7d" + ], + "tar": [ + "https://yt-dl.org/downloads/2015.02.28/youtube-dl-2015.02.28.tar.gz", + "ac45afc0115399361807d502c3227f257882950ff650d00a73e071d60cb36a25" + ] } } } \ No newline at end of file From 801be27bf71bfd549a4d57763ddaad3e2f64dfb6 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Tue, 3 Mar 2015 00:08:50 +0100 Subject: [PATCH 044/139] release 2015.03.03 --- download.html | 18 +++++++++--------- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 4 files changed, 42 insertions(+), 13 deletions(-) diff --git a/download.html b/download.html index cc486ef52..3a5c30328 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

      Remember youtube-dl requires Python version 2.6, 2.7, or 3.2+ to work.

      -

      2015.02.28 (sig)

      +

      2015.03.03 (sig)

        -
      • MD5: be8ed6908b92ca255ae9969559f5fc07
      • -
      • SHA1: 76982270d8e5ba04e7b481d26c24157880c946fa
      • -
      • SHA256: eb960e7822f41018de16b378e7deaa4f0b7e138f63d173d4c9a99e681c8501a8
      • +
      • MD5: bf8b19cf7c60cab37a5938f052dda1c5
      • +
      • SHA1: 2fa80614942909cb75c512c214f70fcd9c9f8706
      • +
      • SHA256: 95ef3a62cea38d148ea8059f0dbf6581bf1054650b1e6dc8ac22e4c4d4392854

      - Windows exe (sig - bacffdda9a6890758f89d3cf0c4e9a6d2afec5835c42784327404e5004d03a7d)
      - Full source + docs + binary tarball (sig - ac45afc0115399361807d502c3227f257882950ff650d00a73e071d60cb36a25) + Windows exe (sig - a03f7ed37e3ef8d28e75acfbabeaaea0c75842c8551cf238f5a76bd37df08060)
      + Full source + docs + binary tarball (sig - 5b13395af4460e362c1b877d71fac1eb1a76d9eebc8da479dd4783f801c3c276)

      To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2015.02.28/youtube-dl -o /usr/local/bin/youtube-dl
      +sudo curl https://yt-dl.org/downloads/2015.03.03/youtube-dl -o /usr/local/bin/youtube-dl
      sudo chmod a+x /usr/local/bin/youtube-dl

      If you do not have curl, you can alternatively use a recent wget: -sudo wget https://yt-dl.org/downloads/2015.02.28/youtube-dl -O /usr/local/bin/youtube-dl
      +sudo wget https://yt-dl.org/downloads/2015.03.03/youtube-dl -O /usr/local/bin/youtube-dl
      sudo chmod a+x /usr/local/bin/youtube-dl

      @@ -53,7 +53,7 @@ See the pypi page for more

      To check the signature, type: -sudo wget https://yt-dl.org/downloads/2015.02.28/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig
      +sudo wget https://yt-dl.org/downloads/2015.03.03/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig

      The following GPG keys will be used to sign the binaries and the git tags:

      diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 8ce3e6320..52e32ef7e 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2015.02.28 \ No newline at end of file +2015.03.03 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 7e1e5c2f6..ffd49dbcf 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -3,7 +3,7 @@ youtube-dl releases https://yt-dl.org/feed/youtube-dl-updates-feed - 2015-02-28T21:28:19.240279Z + 2015-03-03T00:08:48.986593Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -7985,4 +7985,19 @@ 2015-02-28T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.03.03 + New version 2015.03.03 + + +
      + Downloads available at https://yt-dl.org/downloads/2015.03.03/ +
      +
      + + The youtube-dl maintainers + + 2015-03-03T00:00:00Z +
      + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index f55701bfc..e26f7685b 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2015.02.28", - "signature": "1552d9df4cca9de879825b0e97793ad68a30d383a28e721ac6bcd301cc1afddcba567487922cde3b9a34290a3c2b98157885187bc6626b55e6110f25c1f1acb4c516787abe356a24ce35b875ab92f55097396908e857f331ed080dca9337f2b4252094eeb7444e6ec9315863c8b84b0fd853d011436ff03df5923cd8873d6fbc", + "latest": "2015.03.03", + "signature": "1ae7e94a2fffeb48cfdf27665bc7691c3eec9e87b551497496ee64d1a1d04245b273428bd839381e6b3237cfed7a8b8ff6671d64e72ff522f5a9e1d9d502a9b8e1bcadb6ebc88edcb8ee32f719318d637ccb7c13c1146fe38ee8c062b7eaf4a54a9752deacb3c28fcbcb9b348742c84db6c994d77af90c18e596f212292c785b", "versions": { "2012.02.22": { "bin": [ @@ -7455,6 +7455,20 @@ "https://yt-dl.org/downloads/2015.02.28/youtube-dl-2015.02.28.tar.gz", "ac45afc0115399361807d502c3227f257882950ff650d00a73e071d60cb36a25" ] + }, + "2015.03.03": { + "bin": [ + "https://yt-dl.org/downloads/2015.03.03/youtube-dl", + "95ef3a62cea38d148ea8059f0dbf6581bf1054650b1e6dc8ac22e4c4d4392854" + ], + "exe": [ + "https://yt-dl.org/downloads/2015.03.03/youtube-dl.exe", + "a03f7ed37e3ef8d28e75acfbabeaaea0c75842c8551cf238f5a76bd37df08060" + ], + "tar": [ + "https://yt-dl.org/downloads/2015.03.03/youtube-dl-2015.03.03.tar.gz", + "5b13395af4460e362c1b877d71fac1eb1a76d9eebc8da479dd4783f801c3c276" + ] } } } \ No newline at end of file From cac4d9ca02ee3c97587a406e084ed5f66cc50bd7 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Tue, 3 Mar 2015 14:04:17 +0100 Subject: [PATCH 045/139] release 2015.03.03.1 --- download.html | 18 +++++++++--------- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 4 files changed, 42 insertions(+), 13 deletions(-) diff --git a/download.html b/download.html index 3a5c30328..14c995f46 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

      Remember youtube-dl requires Python version 2.6, 2.7, or 3.2+ to work.

      -

      2015.03.03 (sig)

      +

      2015.03.03.1 (sig)

        -
      • MD5: bf8b19cf7c60cab37a5938f052dda1c5
      • -
      • SHA1: 2fa80614942909cb75c512c214f70fcd9c9f8706
      • -
      • SHA256: 95ef3a62cea38d148ea8059f0dbf6581bf1054650b1e6dc8ac22e4c4d4392854
      • +
      • MD5: 9cf76fe6cf364a03e60cccaffe2d0b15
      • +
      • SHA1: 8604f1edb0bd9046fab2f6a128118855617d114c
      • +
      • SHA256: 5edbf789f62c1f247ed2b08dac5845a18e374017516892c04ba8b26469470185

      - Windows exe (sig - a03f7ed37e3ef8d28e75acfbabeaaea0c75842c8551cf238f5a76bd37df08060)
      - Full source + docs + binary tarball (sig - 5b13395af4460e362c1b877d71fac1eb1a76d9eebc8da479dd4783f801c3c276) + Windows exe (sig - 9a53c4fa56dec4fe96ece731434861f9abf34f46e926e18f38089cb4126ed808)
      + Full source + docs + binary tarball (sig - 31e4dd019c1564f9a2b9ad187b461d2fd0c9d1fa3f636ea36d5dd970fb77f539)

      To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2015.03.03/youtube-dl -o /usr/local/bin/youtube-dl
      +sudo curl https://yt-dl.org/downloads/2015.03.03.1/youtube-dl -o /usr/local/bin/youtube-dl
      sudo chmod a+x /usr/local/bin/youtube-dl

      If you do not have curl, you can alternatively use a recent wget: -sudo wget https://yt-dl.org/downloads/2015.03.03/youtube-dl -O /usr/local/bin/youtube-dl
      +sudo wget https://yt-dl.org/downloads/2015.03.03.1/youtube-dl -O /usr/local/bin/youtube-dl
      sudo chmod a+x /usr/local/bin/youtube-dl

      @@ -53,7 +53,7 @@ See the pypi page for more

      To check the signature, type: -sudo wget https://yt-dl.org/downloads/2015.03.03/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig
      +sudo wget https://yt-dl.org/downloads/2015.03.03.1/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig

      The following GPG keys will be used to sign the binaries and the git tags:

      diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 52e32ef7e..8abc1c0a6 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2015.03.03 \ No newline at end of file +2015.03.03.1 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index ffd49dbcf..13061254c 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -3,7 +3,7 @@ youtube-dl releases https://yt-dl.org/feed/youtube-dl-updates-feed - 2015-03-03T00:08:48.986593Z + 2015-03-03T14:04:16.126817Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -8000,4 +8000,19 @@ 2015-03-03T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.03.03.1 + New version 2015.03.03.1 + + +
      + Downloads available at https://yt-dl.org/downloads/2015.03.03.1/ +
      +
      + + The youtube-dl maintainers + + 2015-03-03T00:00:01Z +
      + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index e26f7685b..5d2d118d9 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2015.03.03", - "signature": "1ae7e94a2fffeb48cfdf27665bc7691c3eec9e87b551497496ee64d1a1d04245b273428bd839381e6b3237cfed7a8b8ff6671d64e72ff522f5a9e1d9d502a9b8e1bcadb6ebc88edcb8ee32f719318d637ccb7c13c1146fe38ee8c062b7eaf4a54a9752deacb3c28fcbcb9b348742c84db6c994d77af90c18e596f212292c785b", + "latest": "2015.03.03.1", + "signature": "94ac35a93d20a1b5a60f6c133dddce51c707436403fd03e2e291a25b642a8288a43d440e43ea89fa4be2e9dbce2b8c0cc95964a12131eb1a82bfe3e7f4a7ef803aa9ba06d1c5e902b86179b35fd7d78fb631b6777f837832fafaf3da08ae7fadab503ce3c6e6a4d702978faab3a6c990cb7f3f5f8ddf722b9354b91cf18c1bfc", "versions": { "2012.02.22": { "bin": [ @@ -7469,6 +7469,20 @@ "https://yt-dl.org/downloads/2015.03.03/youtube-dl-2015.03.03.tar.gz", "5b13395af4460e362c1b877d71fac1eb1a76d9eebc8da479dd4783f801c3c276" ] + }, + "2015.03.03.1": { + "bin": [ + "https://yt-dl.org/downloads/2015.03.03.1/youtube-dl", + "5edbf789f62c1f247ed2b08dac5845a18e374017516892c04ba8b26469470185" + ], + "exe": [ + "https://yt-dl.org/downloads/2015.03.03.1/youtube-dl.exe", + "9a53c4fa56dec4fe96ece731434861f9abf34f46e926e18f38089cb4126ed808" + ], + "tar": [ + "https://yt-dl.org/downloads/2015.03.03.1/youtube-dl-2015.03.03.1.tar.gz", + "31e4dd019c1564f9a2b9ad187b461d2fd0c9d1fa3f636ea36d5dd970fb77f539" + ] } } } \ No newline at end of file From edf21705b7fe8a9ff4da2c4b394ff80d8b3f5944 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Mon, 9 Mar 2015 03:08:48 +0100 Subject: [PATCH 046/139] release 2015.03.09 --- download.html | 18 +++++++++--------- supportedsites.html | 5 +++++ update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 47 insertions(+), 13 deletions(-) diff --git a/download.html b/download.html index 14c995f46..d75c97b19 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

      Remember youtube-dl requires Python version 2.6, 2.7, or 3.2+ to work.

      -

      2015.03.03.1 (sig)

      +

      2015.03.09 (sig)

        -
      • MD5: 9cf76fe6cf364a03e60cccaffe2d0b15
      • -
      • SHA1: 8604f1edb0bd9046fab2f6a128118855617d114c
      • -
      • SHA256: 5edbf789f62c1f247ed2b08dac5845a18e374017516892c04ba8b26469470185
      • +
      • MD5: f265082846f934382b4986985c9d5872
      • +
      • SHA1: 9473f62a1fba949aa79bd39bd335f3ab7860fd05
      • +
      • SHA256: 5c6dddec7d4c552866c9ec3b304f61e28dc994024b7a799f9ab0851c1a59e639

      - Windows exe (sig - 9a53c4fa56dec4fe96ece731434861f9abf34f46e926e18f38089cb4126ed808)
      - Full source + docs + binary tarball (sig - 31e4dd019c1564f9a2b9ad187b461d2fd0c9d1fa3f636ea36d5dd970fb77f539) + Windows exe (sig - a83accfe3f7d5bf7e6293ac8e539191a6a55cd48a21ecac1e9880cfbc928216d)
      + Full source + docs + binary tarball (sig - bf87403cccf292d6133d358ea0cf6c74a5daef095d6a9f0b9becffd6d3a9b757)

      To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2015.03.03.1/youtube-dl -o /usr/local/bin/youtube-dl
      +sudo curl https://yt-dl.org/downloads/2015.03.09/youtube-dl -o /usr/local/bin/youtube-dl
      sudo chmod a+x /usr/local/bin/youtube-dl

      If you do not have curl, you can alternatively use a recent wget: -sudo wget https://yt-dl.org/downloads/2015.03.03.1/youtube-dl -O /usr/local/bin/youtube-dl
      +sudo wget https://yt-dl.org/downloads/2015.03.09/youtube-dl -O /usr/local/bin/youtube-dl
      sudo chmod a+x /usr/local/bin/youtube-dl

      @@ -53,7 +53,7 @@ See the pypi page for more

      To check the signature, type: -sudo wget https://yt-dl.org/downloads/2015.03.03.1/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig
      +sudo wget https://yt-dl.org/downloads/2015.03.09/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig

      The following GPG keys will be used to sign the binaries and the git tags:

      diff --git a/supportedsites.html b/supportedsites.html index 0488cbbac..1af7d18d5 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -132,6 +132,7 @@
    • DRTV
    • Dump
    • dvtv: http://video.aktualne.cz/
    • +
    • EaglePlatform
    • EbaumsWorld
    • EchoMsk
    • eHow
    • @@ -176,6 +177,7 @@
    • GameSpot
    • GameStar
    • Gametrailers
    • +
    • Gazeta
    • GDCVault
    • generic: Generic downloader that works on some sites
    • GiantBomb
    • @@ -330,6 +332,7 @@
    • Ooyala
    • OpenFilm
    • orf:fm4: radio FM4
    • +
    • orf:iptv: iptv.ORF.at
    • orf:oe1: Radio Österreich 1
    • orf:tvthek: ORF TVthek
    • parliamentlive.tv: UK parliament videos
    • @@ -337,10 +340,12 @@
    • PBS
    • Phoenix
    • Photobucket
    • +
    • Pladform
    • PlanetaPlay
    • play.fm
    • played.to
    • Playvid
    • +
    • Playwire
    • plus.google: Google Plus
    • pluzz.francetv.fr
    • podomatic
    • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 8abc1c0a6..55290becf 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2015.03.03.1 \ No newline at end of file +2015.03.09 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 13061254c..4952b8a79 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -3,7 +3,7 @@ youtube-dl releases https://yt-dl.org/feed/youtube-dl-updates-feed - 2015-03-03T14:04:16.126817Z + 2015-03-09T03:08:46.397203Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -8015,4 +8015,19 @@ 2015-03-03T00:00:01Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.03.09 + New version 2015.03.09 + + +
      + Downloads available at https://yt-dl.org/downloads/2015.03.09/ +
      +
      + + The youtube-dl maintainers + + 2015-03-09T00:00:00Z +
      + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 5d2d118d9..a2c94714e 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2015.03.03.1", - "signature": "94ac35a93d20a1b5a60f6c133dddce51c707436403fd03e2e291a25b642a8288a43d440e43ea89fa4be2e9dbce2b8c0cc95964a12131eb1a82bfe3e7f4a7ef803aa9ba06d1c5e902b86179b35fd7d78fb631b6777f837832fafaf3da08ae7fadab503ce3c6e6a4d702978faab3a6c990cb7f3f5f8ddf722b9354b91cf18c1bfc", + "latest": "2015.03.09", + "signature": "2a430314376f6bcee611a2ae664a91d4c10826a0a2370acf5fea45f9e5e1c8e413af062d127d8e7e50cae8fe1f4c7bad55975a651fea046970b937564ad92ac4c3d5b2f22d7cf6d623dae5dc00f221a6dcdea47f91c8c1143a2aa63f82ea32fe0d8d776b3bb718e6d516ce7776b32c6233bfb31f77c94c008bc2fea15843b6e5", "versions": { "2012.02.22": { "bin": [ @@ -7483,6 +7483,20 @@ "https://yt-dl.org/downloads/2015.03.03.1/youtube-dl-2015.03.03.1.tar.gz", "31e4dd019c1564f9a2b9ad187b461d2fd0c9d1fa3f636ea36d5dd970fb77f539" ] + }, + "2015.03.09": { + "bin": [ + "https://yt-dl.org/downloads/2015.03.09/youtube-dl", + "5c6dddec7d4c552866c9ec3b304f61e28dc994024b7a799f9ab0851c1a59e639" + ], + "exe": [ + "https://yt-dl.org/downloads/2015.03.09/youtube-dl.exe", + "a83accfe3f7d5bf7e6293ac8e539191a6a55cd48a21ecac1e9880cfbc928216d" + ], + "tar": [ + "https://yt-dl.org/downloads/2015.03.09/youtube-dl-2015.03.09.tar.gz", + "bf87403cccf292d6133d358ea0cf6c74a5daef095d6a9f0b9becffd6d3a9b757" + ] } } } \ No newline at end of file From 2548810ae1081eeecf6dfe02b41dd9b8c4cef103 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Sun, 15 Mar 2015 19:42:28 +0100 Subject: [PATCH 047/139] release 2015.03.15 --- download.html | 18 +++++++++--------- supportedsites.html | 8 ++++++++ update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 50 insertions(+), 13 deletions(-) diff --git a/download.html b/download.html index d75c97b19..15a578bca 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

      Remember youtube-dl requires Python version 2.6, 2.7, or 3.2+ to work.

      -

      2015.03.09 (sig)

      +

      2015.03.15 (sig)

        -
      • MD5: f265082846f934382b4986985c9d5872
      • -
      • SHA1: 9473f62a1fba949aa79bd39bd335f3ab7860fd05
      • -
      • SHA256: 5c6dddec7d4c552866c9ec3b304f61e28dc994024b7a799f9ab0851c1a59e639
      • +
      • MD5: f4af545aaf9ef7e35aebcba103ae75d4
      • +
      • SHA1: 6ff120cdaa22033e18aa685f47de9f64c264adf1
      • +
      • SHA256: 903ea062afae64787fa1651161c0a37588a05f28dc5e8761541b9c91086c321a

      - Windows exe (sig - a83accfe3f7d5bf7e6293ac8e539191a6a55cd48a21ecac1e9880cfbc928216d)
      - Full source + docs + binary tarball (sig - bf87403cccf292d6133d358ea0cf6c74a5daef095d6a9f0b9becffd6d3a9b757) + Windows exe (sig - 0417d7d2972e8b5d84874a17f78ece5d27ae59ebc5ee6dfbddd709ff0cdc8aef)
      + Full source + docs + binary tarball (sig - ff7803e12b803ebefd8bc6639add23608dd7ac40f68b9ea00a700a29f9516b85)

      To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2015.03.09/youtube-dl -o /usr/local/bin/youtube-dl
      +sudo curl https://yt-dl.org/downloads/2015.03.15/youtube-dl -o /usr/local/bin/youtube-dl
      sudo chmod a+x /usr/local/bin/youtube-dl

      If you do not have curl, you can alternatively use a recent wget: -sudo wget https://yt-dl.org/downloads/2015.03.09/youtube-dl -O /usr/local/bin/youtube-dl
      +sudo wget https://yt-dl.org/downloads/2015.03.15/youtube-dl -O /usr/local/bin/youtube-dl
      sudo chmod a+x /usr/local/bin/youtube-dl

      @@ -53,7 +53,7 @@ See the pypi page for more

      To check the signature, type: -sudo wget https://yt-dl.org/downloads/2015.03.09/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig
      +sudo wget https://yt-dl.org/downloads/2015.03.15/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig

      The following GPG keys will be used to sign the binaries and the git tags:

      diff --git a/supportedsites.html b/supportedsites.html index 1af7d18d5..f25b80c50 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -62,6 +62,7 @@
    • Bandcamp
    • Bandcamp:album
    • bbc.co.uk: BBC iPlayer
    • +
    • BeatportPro
    • Beeg
    • BehindKink
    • Bet
    • @@ -160,6 +161,7 @@
    • Firstpost
    • Flickr
    • Folketinget: Folketinget (ft.dk; Danish parliament)
    • +
    • FootyRoom
    • Foxgay
    • FoxNews
    • france2.fr:generation-quoi
    • @@ -228,6 +230,7 @@
    • jpopsuki.tv
    • Jukebox
    • Kaltura
    • +
    • KanalPlay: Kanal 5/9/11 Play
    • Kankan
    • Karaoketv
    • keek
    • @@ -429,6 +432,7 @@
    • SportBox
    • SportDeutschland
    • SRMediathek: Saarländischer Rundfunk
    • +
    • SSA
    • stanfordoc: Stanford Open ClassRoom
    • Steam
    • streamcloud.eu
    • @@ -525,6 +529,7 @@
    • Vidzi
    • vier
    • vier:videos
    • +
    • Viewster
    • viki
    • vimeo
    • vimeo:album
    • @@ -571,6 +576,9 @@
    • XXXYMovies
    • Yahoo: Yahoo screen and movies
    • Yam
    • +
    • yandexmusic:album: Яндекс.Музыка - Альбом
    • +
    • yandexmusic:playlist: Яндекс.Музыка - Плейлист
    • +
    • yandexmusic:track: Яндекс.Музыка - Трек
    • YesJapan
    • Ynet
    • YouJizz
    • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 55290becf..791313fb4 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2015.03.09 \ No newline at end of file +2015.03.15 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 4952b8a79..fccb99788 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -3,7 +3,7 @@ youtube-dl releases https://yt-dl.org/feed/youtube-dl-updates-feed - 2015-03-09T03:08:46.397203Z + 2015-03-15T19:42:25.589678Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -8030,4 +8030,19 @@ 2015-03-09T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.03.15 + New version 2015.03.15 + + +
      + Downloads available at https://yt-dl.org/downloads/2015.03.15/ +
      +
      + + The youtube-dl maintainers + + 2015-03-15T00:00:00Z +
      + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index a2c94714e..3fa9014af 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2015.03.09", - "signature": "2a430314376f6bcee611a2ae664a91d4c10826a0a2370acf5fea45f9e5e1c8e413af062d127d8e7e50cae8fe1f4c7bad55975a651fea046970b937564ad92ac4c3d5b2f22d7cf6d623dae5dc00f221a6dcdea47f91c8c1143a2aa63f82ea32fe0d8d776b3bb718e6d516ce7776b32c6233bfb31f77c94c008bc2fea15843b6e5", + "latest": "2015.03.15", + "signature": "0b7c4533ce2a9f21fbb8a47f0e4bf4c84e567be83a175d2d6ec5ae56598846d578427c2bec98df31ef2f282237c9118c734ca69cb71d320429f088a24df2982f3d936d912b53326151be881a12fa4674d6fbca46cacca7e1331a17a7252902a272c29a6a7b281621baecc97f737f488fbd7c8db3081a5abc7bdbdbb8fb65d4f6", "versions": { "2012.02.22": { "bin": [ @@ -7497,6 +7497,20 @@ "https://yt-dl.org/downloads/2015.03.09/youtube-dl-2015.03.09.tar.gz", "bf87403cccf292d6133d358ea0cf6c74a5daef095d6a9f0b9becffd6d3a9b757" ] + }, + "2015.03.15": { + "bin": [ + "https://yt-dl.org/downloads/2015.03.15/youtube-dl", + "903ea062afae64787fa1651161c0a37588a05f28dc5e8761541b9c91086c321a" + ], + "exe": [ + "https://yt-dl.org/downloads/2015.03.15/youtube-dl.exe", + "0417d7d2972e8b5d84874a17f78ece5d27ae59ebc5ee6dfbddd709ff0cdc8aef" + ], + "tar": [ + "https://yt-dl.org/downloads/2015.03.15/youtube-dl-2015.03.15.tar.gz", + "ff7803e12b803ebefd8bc6639add23608dd7ac40f68b9ea00a700a29f9516b85" + ] } } } \ No newline at end of file From a3c4b14e99dc82ae2e9e041faa21356c1c6053f7 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Wed, 18 Mar 2015 22:12:14 +0100 Subject: [PATCH 048/139] release 2015.03.18 --- download.html | 18 +++++++++--------- supportedsites.html | 4 ++++ update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 46 insertions(+), 13 deletions(-) diff --git a/download.html b/download.html index 15a578bca..1304bdfa0 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

      Remember youtube-dl requires Python version 2.6, 2.7, or 3.2+ to work.

      -

      2015.03.15 (sig)

      +

      2015.03.18 (sig)

        -
      • MD5: f4af545aaf9ef7e35aebcba103ae75d4
      • -
      • SHA1: 6ff120cdaa22033e18aa685f47de9f64c264adf1
      • -
      • SHA256: 903ea062afae64787fa1651161c0a37588a05f28dc5e8761541b9c91086c321a
      • +
      • MD5: 99c10a129aae2d576a50e399fb6782a0
      • +
      • SHA1: ac6a06479661ca3b82c8d2085fefb45895252f8a
      • +
      • SHA256: 06af2d011e2ccaed0d6a125a5a8c3f9acaf05c8ef3ca07d72994f6de68746514

      - Windows exe (sig - 0417d7d2972e8b5d84874a17f78ece5d27ae59ebc5ee6dfbddd709ff0cdc8aef)
      - Full source + docs + binary tarball (sig - ff7803e12b803ebefd8bc6639add23608dd7ac40f68b9ea00a700a29f9516b85) + Windows exe (sig - 4081c53391699030221d659d20287e1c56cbd4538c9399547ab726d47858949e)
      + Full source + docs + binary tarball (sig - c32e864d1d61a703d7e37deaf0a34d9390e07e96a854dd338e44e654ab4aceef)

      To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2015.03.15/youtube-dl -o /usr/local/bin/youtube-dl
      +sudo curl https://yt-dl.org/downloads/2015.03.18/youtube-dl -o /usr/local/bin/youtube-dl
      sudo chmod a+x /usr/local/bin/youtube-dl

      If you do not have curl, you can alternatively use a recent wget: -sudo wget https://yt-dl.org/downloads/2015.03.15/youtube-dl -O /usr/local/bin/youtube-dl
      +sudo wget https://yt-dl.org/downloads/2015.03.18/youtube-dl -O /usr/local/bin/youtube-dl
      sudo chmod a+x /usr/local/bin/youtube-dl

      @@ -53,7 +53,7 @@ See the pypi page for more

      To check the signature, type: -sudo wget https://yt-dl.org/downloads/2015.03.15/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig
      +sudo wget https://yt-dl.org/downloads/2015.03.18/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig

      The following GPG keys will be used to sign the binaries and the git tags:

      diff --git a/supportedsites.html b/supportedsites.html index f25b80c50..2b87944e6 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -127,6 +127,7 @@
    • Discovery
    • divxstage: DivxStage
    • Dotsub
    • +
    • DouyuTV
    • DRBonanza
    • Dropbox
    • DrTuber
    • @@ -357,6 +358,7 @@
    • PornHubPlaylist
    • Pornotube
    • PornoXO
    • +
    • PrimeShareTV
    • PromptFile
    • prosiebensat1: ProSiebenSat.1 Digital
    • Puls4
    • @@ -382,6 +384,7 @@
    • RTP
    • RTS: RTS.ch
    • rtve.es:alacarta: RTVE a la carta
    • +
    • rtve.es:infantil: RTVE infantil
    • rtve.es:live: RTVE.es live streams
    • RUHD
    • rutube: Rutube videos
    • @@ -502,6 +505,7 @@
    • Ubu
    • udemy
    • udemy:course
    • +
    • Ultimedia
    • Unistra
    • Urort: NRK P3 Urørt
    • ustream
    • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 791313fb4..5a05ee015 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2015.03.15 \ No newline at end of file +2015.03.18 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index fccb99788..c3ecaa9fb 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -3,7 +3,7 @@ youtube-dl releases https://yt-dl.org/feed/youtube-dl-updates-feed - 2015-03-15T19:42:25.589678Z + 2015-03-18T22:12:12.302701Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -8045,4 +8045,19 @@ 2015-03-15T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.03.18 + New version 2015.03.18 + + +
      + Downloads available at https://yt-dl.org/downloads/2015.03.18/ +
      +
      + + The youtube-dl maintainers + + 2015-03-18T00:00:00Z +
      + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 3fa9014af..603c38e1e 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2015.03.15", - "signature": "0b7c4533ce2a9f21fbb8a47f0e4bf4c84e567be83a175d2d6ec5ae56598846d578427c2bec98df31ef2f282237c9118c734ca69cb71d320429f088a24df2982f3d936d912b53326151be881a12fa4674d6fbca46cacca7e1331a17a7252902a272c29a6a7b281621baecc97f737f488fbd7c8db3081a5abc7bdbdbb8fb65d4f6", + "latest": "2015.03.18", + "signature": "6ed966d83098a9c2410b9f858ec4adee84aa707605b36a869fcf84b2e18a142eb3862fef0a6100ef79669c3e34420d69f3639bccf6552a3ac22d556ab34bb32918fee1f1094fb1969a616fce98d09fb5c67d99ac84ab4d5918daf66d607af51f0e0235e8ae2588e71db2cb1f90153be3543b5df241bcb0e3c49df02e5d5dd005", "versions": { "2012.02.22": { "bin": [ @@ -7511,6 +7511,20 @@ "https://yt-dl.org/downloads/2015.03.15/youtube-dl-2015.03.15.tar.gz", "ff7803e12b803ebefd8bc6639add23608dd7ac40f68b9ea00a700a29f9516b85" ] + }, + "2015.03.18": { + "bin": [ + "https://yt-dl.org/downloads/2015.03.18/youtube-dl", + "06af2d011e2ccaed0d6a125a5a8c3f9acaf05c8ef3ca07d72994f6de68746514" + ], + "exe": [ + "https://yt-dl.org/downloads/2015.03.18/youtube-dl.exe", + "4081c53391699030221d659d20287e1c56cbd4538c9399547ab726d47858949e" + ], + "tar": [ + "https://yt-dl.org/downloads/2015.03.18/youtube-dl-2015.03.18.tar.gz", + "c32e864d1d61a703d7e37deaf0a34d9390e07e96a854dd338e44e654ab4aceef" + ] } } } \ No newline at end of file From a0ffcdb14c763715002a63ef77a67b6c073b2f9e Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Tue, 24 Mar 2015 16:43:07 +0100 Subject: [PATCH 049/139] release 2015.03.24 --- download.html | 18 +++++++++--------- supportedsites.html | 2 ++ update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 44 insertions(+), 13 deletions(-) diff --git a/download.html b/download.html index 1304bdfa0..4f9c92d6e 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

      Remember youtube-dl requires Python version 2.6, 2.7, or 3.2+ to work.

      -

      2015.03.18 (sig)

      +

      2015.03.24 (sig)

        -
      • MD5: 99c10a129aae2d576a50e399fb6782a0
      • -
      • SHA1: ac6a06479661ca3b82c8d2085fefb45895252f8a
      • -
      • SHA256: 06af2d011e2ccaed0d6a125a5a8c3f9acaf05c8ef3ca07d72994f6de68746514
      • +
      • MD5: 2f30e127a71b8115d4d3ab49dbbea1bb
      • +
      • SHA1: 4e644ef17bb43a029b09a398d0ebb3d268b1da75
      • +
      • SHA256: 88f9a188d042fc200b4e79be8974acac8da5770d4d149a4bf807215cffc0d6d5

      - Windows exe (sig - 4081c53391699030221d659d20287e1c56cbd4538c9399547ab726d47858949e)
      - Full source + docs + binary tarball (sig - c32e864d1d61a703d7e37deaf0a34d9390e07e96a854dd338e44e654ab4aceef) + Windows exe (sig - 04b71f65411ab21540f0d2539704117c60099770c2f2cc9411b606627b9448b0)
      + Full source + docs + binary tarball (sig - bb4becd8953bad2d0b5ca20f31597d596e822197501898742ab7fdf8181486d4)

      To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2015.03.18/youtube-dl -o /usr/local/bin/youtube-dl
      +sudo curl https://yt-dl.org/downloads/2015.03.24/youtube-dl -o /usr/local/bin/youtube-dl
      sudo chmod a+x /usr/local/bin/youtube-dl

      If you do not have curl, you can alternatively use a recent wget: -sudo wget https://yt-dl.org/downloads/2015.03.18/youtube-dl -O /usr/local/bin/youtube-dl
      +sudo wget https://yt-dl.org/downloads/2015.03.24/youtube-dl -O /usr/local/bin/youtube-dl
      sudo chmod a+x /usr/local/bin/youtube-dl

      @@ -53,7 +53,7 @@ See the pypi page for more

      To check the signature, type: -sudo wget https://yt-dl.org/downloads/2015.03.18/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig
      +sudo wget https://yt-dl.org/downloads/2015.03.24/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig

      The following GPG keys will be used to sign the binaries and the git tags:

      diff --git a/supportedsites.html b/supportedsites.html index 2b87944e6..32f623df2 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -246,6 +246,7 @@
    • Letv
    • LetvPlaylist
    • LetvTv
    • +
    • Libsyn
    • lifenews: LIFE | NEWS
    • LiveLeak
    • livestream
    • @@ -325,6 +326,7 @@
    • npo.nl:radio
    • npo.nl:radio:fragment
    • NRK
    • +
    • NRKPlaylist
    • NRKTV
    • ntv.ru
    • Nuvid
    • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 5a05ee015..603cba960 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2015.03.18 \ No newline at end of file +2015.03.24 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index c3ecaa9fb..c47d5a2f6 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -3,7 +3,7 @@ youtube-dl releases https://yt-dl.org/feed/youtube-dl-updates-feed - 2015-03-18T22:12:12.302701Z + 2015-03-24T16:43:06.441795Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -8060,4 +8060,19 @@ 2015-03-18T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.03.24 + New version 2015.03.24 + + +
      + Downloads available at https://yt-dl.org/downloads/2015.03.24/ +
      +
      + + The youtube-dl maintainers + + 2015-03-24T00:00:00Z +
      + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 603c38e1e..b27bc314e 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2015.03.18", - "signature": "6ed966d83098a9c2410b9f858ec4adee84aa707605b36a869fcf84b2e18a142eb3862fef0a6100ef79669c3e34420d69f3639bccf6552a3ac22d556ab34bb32918fee1f1094fb1969a616fce98d09fb5c67d99ac84ab4d5918daf66d607af51f0e0235e8ae2588e71db2cb1f90153be3543b5df241bcb0e3c49df02e5d5dd005", + "latest": "2015.03.24", + "signature": "3cbf7ff88004da1aedd91e540fcf1fb2c24835f93d311de8141d34042184835d3bb98e3a872e03e0b1a8ab60aabb4cbacc2681b269fcfc457e0e02e8d7b4b9a34356adc24750c0c9cdde0b53b12550ea256d31f1ff52cefcff92d28781655ae173bdc07dd47c4100c82d0d4831f9f316a4c9e1e3ebe82f1c7d25ec107c6954ca", "versions": { "2012.02.22": { "bin": [ @@ -7525,6 +7525,20 @@ "https://yt-dl.org/downloads/2015.03.18/youtube-dl-2015.03.18.tar.gz", "c32e864d1d61a703d7e37deaf0a34d9390e07e96a854dd338e44e654ab4aceef" ] + }, + "2015.03.24": { + "bin": [ + "https://yt-dl.org/downloads/2015.03.24/youtube-dl", + "88f9a188d042fc200b4e79be8974acac8da5770d4d149a4bf807215cffc0d6d5" + ], + "exe": [ + "https://yt-dl.org/downloads/2015.03.24/youtube-dl.exe", + "04b71f65411ab21540f0d2539704117c60099770c2f2cc9411b606627b9448b0" + ], + "tar": [ + "https://yt-dl.org/downloads/2015.03.24/youtube-dl-2015.03.24.tar.gz", + "bb4becd8953bad2d0b5ca20f31597d596e822197501898742ab7fdf8181486d4" + ] } } } \ No newline at end of file From 444be07f45b94895da2cdee41bdf48eca6f3d816 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Sat, 28 Mar 2015 08:37:41 +0100 Subject: [PATCH 050/139] release 2015.03.28 --- download.html | 18 +++++++++--------- supportedsites.html | 7 ++++++- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 48 insertions(+), 14 deletions(-) diff --git a/download.html b/download.html index 4f9c92d6e..1cf014489 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

      Remember youtube-dl requires Python version 2.6, 2.7, or 3.2+ to work.

      -

      2015.03.24 (sig)

      +

      2015.03.28 (sig)

        -
      • MD5: 2f30e127a71b8115d4d3ab49dbbea1bb
      • -
      • SHA1: 4e644ef17bb43a029b09a398d0ebb3d268b1da75
      • -
      • SHA256: 88f9a188d042fc200b4e79be8974acac8da5770d4d149a4bf807215cffc0d6d5
      • +
      • MD5: aa8bdf4ce3b03d1759caf3fd25147326
      • +
      • SHA1: 25f36d45b966d7b746c4ecccdece5086c4bae7ad
      • +
      • SHA256: 00111483e34a031435a8986215461cd3a33a838bd877f366f22a94c21f80bd71

      - Windows exe (sig - 04b71f65411ab21540f0d2539704117c60099770c2f2cc9411b606627b9448b0)
      - Full source + docs + binary tarball (sig - bb4becd8953bad2d0b5ca20f31597d596e822197501898742ab7fdf8181486d4) + Windows exe (sig - 86afd0e403cfff4a6931028f228eb1b4a68158fd6ee2aab11676657621a0b6df)
      + Full source + docs + binary tarball (sig - 4333a9e1f5c44a084cc4df6b24676bbc0a6847bce3cf8ebc03b294a97c7df1d1)

      To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2015.03.24/youtube-dl -o /usr/local/bin/youtube-dl
      +sudo curl https://yt-dl.org/downloads/2015.03.28/youtube-dl -o /usr/local/bin/youtube-dl
      sudo chmod a+x /usr/local/bin/youtube-dl

      If you do not have curl, you can alternatively use a recent wget: -sudo wget https://yt-dl.org/downloads/2015.03.24/youtube-dl -O /usr/local/bin/youtube-dl
      +sudo wget https://yt-dl.org/downloads/2015.03.28/youtube-dl -O /usr/local/bin/youtube-dl
      sudo chmod a+x /usr/local/bin/youtube-dl

      @@ -53,7 +53,7 @@ See the pypi page for more

      To check the signature, type: -sudo wget https://yt-dl.org/downloads/2015.03.24/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig
      +sudo wget https://yt-dl.org/downloads/2015.03.28/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig

      The following GPG keys will be used to sign the binaries and the git tags:

      diff --git a/supportedsites.html b/supportedsites.html index 32f623df2..558a4a432 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -17,6 +17,8 @@
    • 1tv: Первый канал
    • 1up.com
    • 220.ro
    • +
    • 22tracks:genre
    • +
    • 22tracks:track
    • 24video
    • 3sat
    • 4tube
    • @@ -395,6 +397,8 @@
    • rutube:movie: Rutube movies
    • rutube:person: Rutube person videos
    • RUTV: RUTV.RU
    • +
    • safari: safaribooksonline.com online video
    • +
    • safari:course: safaribooksonline.com online courses
    • Sandia: Sandia National Laboratories
    • Sapo: SAPO Vídeos
    • savefrom.net
    • @@ -515,6 +519,7 @@
    • Vbox7
    • VeeHD
    • Veoh
    • +
    • Vessel
    • Vesti: Вести.Ru
    • Vevo
    • VGTV
    • @@ -603,7 +608,7 @@
    • youtube:show: YouTube.com (multi-season) shows
    • youtube:subscriptions: YouTube.com subscriptions feed, "ytsubs" keyword (requires authentication)
    • youtube:user: YouTube.com user videos (URL or "ytuser" keyword)
    • -
    • youtube:watch_later: Youtube watch later list, ":ytwatchlater" for short (requires authentication)
    • +
    • youtube:watchlater: Youtube watch later list, ":ytwatchlater" for short (requires authentication)
    • Zapiks
    • ZDF
    • ZDFChannel
    • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 603cba960..93c43e4e5 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2015.03.24 \ No newline at end of file +2015.03.28 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index c47d5a2f6..117d992f6 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -3,7 +3,7 @@ youtube-dl releases https://yt-dl.org/feed/youtube-dl-updates-feed - 2015-03-24T16:43:06.441795Z + 2015-03-28T08:37:39.313934Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -8075,4 +8075,19 @@ 2015-03-24T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.03.28 + New version 2015.03.28 + + +
      + Downloads available at https://yt-dl.org/downloads/2015.03.28/ +
      +
      + + The youtube-dl maintainers + + 2015-03-28T00:00:00Z +
      + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index b27bc314e..5fde4485f 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2015.03.24", - "signature": "3cbf7ff88004da1aedd91e540fcf1fb2c24835f93d311de8141d34042184835d3bb98e3a872e03e0b1a8ab60aabb4cbacc2681b269fcfc457e0e02e8d7b4b9a34356adc24750c0c9cdde0b53b12550ea256d31f1ff52cefcff92d28781655ae173bdc07dd47c4100c82d0d4831f9f316a4c9e1e3ebe82f1c7d25ec107c6954ca", + "latest": "2015.03.28", + "signature": "360e71f5b008785eec955900e959b8e95cd62434dbb7f38693a6f8ce58f516859f361886b6473f73c77f354811f8ac6be5a71d48bd94fde3023ed0c0afec0e7c7b80648843c0e06afb59cb8b3ecf30ce963d962c58c6574be6c3c2a5518a8926339610cdc0df713db0156547f974d4d21c90faa1587f452fb3c3f8fe07ca9855", "versions": { "2012.02.22": { "bin": [ @@ -7539,6 +7539,20 @@ "https://yt-dl.org/downloads/2015.03.24/youtube-dl-2015.03.24.tar.gz", "bb4becd8953bad2d0b5ca20f31597d596e822197501898742ab7fdf8181486d4" ] + }, + "2015.03.28": { + "bin": [ + "https://yt-dl.org/downloads/2015.03.28/youtube-dl", + "00111483e34a031435a8986215461cd3a33a838bd877f366f22a94c21f80bd71" + ], + "exe": [ + "https://yt-dl.org/downloads/2015.03.28/youtube-dl.exe", + "86afd0e403cfff4a6931028f228eb1b4a68158fd6ee2aab11676657621a0b6df" + ], + "tar": [ + "https://yt-dl.org/downloads/2015.03.28/youtube-dl-2015.03.28.tar.gz", + "4333a9e1f5c44a084cc4df6b24676bbc0a6847bce3cf8ebc03b294a97c7df1d1" + ] } } } \ No newline at end of file From d4317e2562b46980c9ba17190ea18b807c80df1b Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Fri, 3 Apr 2015 10:31:42 +0200 Subject: [PATCH 051/139] release 2015.04.03 --- download.html | 18 +++++++++--------- supportedsites.html | 6 ++++++ update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 48 insertions(+), 13 deletions(-) diff --git a/download.html b/download.html index 1cf014489..803e7f9ec 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

      Remember youtube-dl requires Python version 2.6, 2.7, or 3.2+ to work.

      -

      2015.03.28 (sig)

      +

      2015.04.03 (sig)

        -
      • MD5: aa8bdf4ce3b03d1759caf3fd25147326
      • -
      • SHA1: 25f36d45b966d7b746c4ecccdece5086c4bae7ad
      • -
      • SHA256: 00111483e34a031435a8986215461cd3a33a838bd877f366f22a94c21f80bd71
      • +
      • MD5: 511e290aad85b72670e6aadc2af50695
      • +
      • SHA1: dc57df7e0ed47ead0f78897b9b670e5df67d0eb0
      • +
      • SHA256: 0599ee6f1c2885365e318f4f93a785d4b7dfd22b8f7d721ef8836bf8b61427ef

      - Windows exe (sig - 86afd0e403cfff4a6931028f228eb1b4a68158fd6ee2aab11676657621a0b6df)
      - Full source + docs + binary tarball (sig - 4333a9e1f5c44a084cc4df6b24676bbc0a6847bce3cf8ebc03b294a97c7df1d1) + Windows exe (sig - 2b3be89f3e90a4c4656553f9fe889aadb6c51c0faee4a04aede81f29b07e2b48)
      + Full source + docs + binary tarball (sig - 0521a15a24a9b620728a2f45ea9163ca74660ed443781b6e69b4e06d36d7bf59)

      To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2015.03.28/youtube-dl -o /usr/local/bin/youtube-dl
      +sudo curl https://yt-dl.org/downloads/2015.04.03/youtube-dl -o /usr/local/bin/youtube-dl
      sudo chmod a+x /usr/local/bin/youtube-dl

      If you do not have curl, you can alternatively use a recent wget: -sudo wget https://yt-dl.org/downloads/2015.03.28/youtube-dl -O /usr/local/bin/youtube-dl
      +sudo wget https://yt-dl.org/downloads/2015.04.03/youtube-dl -O /usr/local/bin/youtube-dl
      sudo chmod a+x /usr/local/bin/youtube-dl

      @@ -53,7 +53,7 @@ See the pypi page for more

      To check the signature, type: -sudo wget https://yt-dl.org/downloads/2015.03.28/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig
      +sudo wget https://yt-dl.org/downloads/2015.04.03/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig

      The following GPG keys will be used to sign the binaries and the git tags:

      diff --git a/supportedsites.html b/supportedsites.html index 558a4a432..6fa1cca10 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -126,6 +126,7 @@
    • DctpTv
    • DeezerPlaylist
    • defense.gouv.fr
    • +
    • DHM: Filmarchiv - Deutsches Historisches Museum
    • Discovery
    • divxstage: DivxStage
    • Dotsub
    • @@ -135,6 +136,7 @@
    • DrTuber
    • DRTV
    • Dump
    • +
    • Dumpert
    • dvtv: http://video.aktualne.cz/
    • EaglePlatform
    • EbaumsWorld
    • @@ -268,6 +270,7 @@
    • Mgoon
    • Minhateca
    • MinistryGrid
    • +
    • miomio.tv
    • mitele.es
    • mixcloud
    • MLB
    • @@ -301,6 +304,8 @@
    • NBA
    • NBC
    • NBCNews
    • +
    • NBCSports
    • +
    • NBCSportsVPlayer
    • ndr: NDR.de - Mediathek
    • NDTV
    • NerdCubedFeed
    • @@ -516,6 +521,7 @@
    • Urort: NRK P3 Urørt
    • ustream
    • ustream:channel
    • +
    • Varzesh3
    • Vbox7
    • VeeHD
    • Veoh
    • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 93c43e4e5..d4a029901 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2015.03.28 \ No newline at end of file +2015.04.03 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 117d992f6..8dfcc4cfe 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -3,7 +3,7 @@ youtube-dl releases https://yt-dl.org/feed/youtube-dl-updates-feed - 2015-03-28T08:37:39.313934Z + 2015-04-03T10:31:40.752441Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -8090,4 +8090,19 @@ 2015-03-28T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.04.03 + New version 2015.04.03 + + +
      + Downloads available at https://yt-dl.org/downloads/2015.04.03/ +
      +
      + + The youtube-dl maintainers + + 2015-04-03T00:00:00Z +
      + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 5fde4485f..23ee657c7 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2015.03.28", - "signature": "360e71f5b008785eec955900e959b8e95cd62434dbb7f38693a6f8ce58f516859f361886b6473f73c77f354811f8ac6be5a71d48bd94fde3023ed0c0afec0e7c7b80648843c0e06afb59cb8b3ecf30ce963d962c58c6574be6c3c2a5518a8926339610cdc0df713db0156547f974d4d21c90faa1587f452fb3c3f8fe07ca9855", + "latest": "2015.04.03", + "signature": "7ac9b88f6537ae6b24eace238a54c015bf8647c17cedc9e3f6abe6cc7e198e864fd2e4017346bb9df94c759bbeb8f5db82f9c72cbb6b8fae14e71295d6e75ffb5f3827eb7f402325d2dc6ed59de73c8696464a279fea11a1ff8d1354ec35e84992cdb9f5f343b17868716f735eef6a4dbe7c5e8811038238daf28b857ba58a80", "versions": { "2012.02.22": { "bin": [ @@ -7553,6 +7553,20 @@ "https://yt-dl.org/downloads/2015.03.28/youtube-dl-2015.03.28.tar.gz", "4333a9e1f5c44a084cc4df6b24676bbc0a6847bce3cf8ebc03b294a97c7df1d1" ] + }, + "2015.04.03": { + "bin": [ + "https://yt-dl.org/downloads/2015.04.03/youtube-dl", + "0599ee6f1c2885365e318f4f93a785d4b7dfd22b8f7d721ef8836bf8b61427ef" + ], + "exe": [ + "https://yt-dl.org/downloads/2015.04.03/youtube-dl.exe", + "2b3be89f3e90a4c4656553f9fe889aadb6c51c0faee4a04aede81f29b07e2b48" + ], + "tar": [ + "https://yt-dl.org/downloads/2015.04.03/youtube-dl-2015.04.03.tar.gz", + "0521a15a24a9b620728a2f45ea9163ca74660ed443781b6e69b4e06d36d7bf59" + ] } } } \ No newline at end of file From 0882affb2e76b1dcad38620060a93849a6bf8de6 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Thu, 9 Apr 2015 00:38:51 +0200 Subject: [PATCH 052/139] release 2015.04.09 --- download.html | 18 +++++++++--------- supportedsites.html | 5 +++++ update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 47 insertions(+), 13 deletions(-) diff --git a/download.html b/download.html index 803e7f9ec..c540daee3 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

      Remember youtube-dl requires Python version 2.6, 2.7, or 3.2+ to work.

      -

      2015.04.03 (sig)

      +

      2015.04.09 (sig)

        -
      • MD5: 511e290aad85b72670e6aadc2af50695
      • -
      • SHA1: dc57df7e0ed47ead0f78897b9b670e5df67d0eb0
      • -
      • SHA256: 0599ee6f1c2885365e318f4f93a785d4b7dfd22b8f7d721ef8836bf8b61427ef
      • +
      • MD5: a70a4b41f4d11ac1ee7b9255ac1747b4
      • +
      • SHA1: a9fe590b785f321e16901e8661442ebaa2909e36
      • +
      • SHA256: 12d4d0425c62995ee14de9d0b15b568b0f29df0046dbcd7b61d6ed9688375235

      - Windows exe (sig - 2b3be89f3e90a4c4656553f9fe889aadb6c51c0faee4a04aede81f29b07e2b48)
      - Full source + docs + binary tarball (sig - 0521a15a24a9b620728a2f45ea9163ca74660ed443781b6e69b4e06d36d7bf59) + Windows exe (sig - f06330e0c745e17ee870d2e31c16df40c09040d95b6ac7a6c576af851a3c70b1)
      + Full source + docs + binary tarball (sig - 8171182490e33413ad9f21c2f46b6640c8baee7655c95d4bf96ae696f3ce1c6c)

      To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2015.04.03/youtube-dl -o /usr/local/bin/youtube-dl
      +sudo curl https://yt-dl.org/downloads/2015.04.09/youtube-dl -o /usr/local/bin/youtube-dl
      sudo chmod a+x /usr/local/bin/youtube-dl

      If you do not have curl, you can alternatively use a recent wget: -sudo wget https://yt-dl.org/downloads/2015.04.03/youtube-dl -O /usr/local/bin/youtube-dl
      +sudo wget https://yt-dl.org/downloads/2015.04.09/youtube-dl -O /usr/local/bin/youtube-dl
      sudo chmod a+x /usr/local/bin/youtube-dl

      @@ -53,7 +53,7 @@ See the pypi page for more

      To check the signature, type: -sudo wget https://yt-dl.org/downloads/2015.04.03/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig
      +sudo wget https://yt-dl.org/downloads/2015.04.09/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig

      The following GPG keys will be used to sign the binaries and the git tags:

      diff --git a/supportedsites.html b/supportedsites.html index 6fa1cca10..31b853a08 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -181,6 +181,7 @@
    • Gamekings
    • GameOne
    • gameone:playlist
    • +
    • Gamersyde
    • GameSpot
    • GameStar
    • Gametrailers
    • @@ -366,6 +367,7 @@
    • PornHub
    • PornHubPlaylist
    • Pornotube
    • +
    • PornoVoisines
    • PornoXO
    • PrimeShareTV
    • PromptFile
    • @@ -377,6 +379,7 @@
    • radio.de
    • radiobremen
    • radiofrance
    • +
    • RadioJavan
    • Rai
    • RBMARadio
    • RedTube
    • @@ -437,6 +440,7 @@
    • southpark.cc.com
    • southpark.de
    • Space
    • +
    • SpankBang
    • Spankwire
    • Spiegel
    • Spiegel:Article: Articles on spiegel.de
    • @@ -516,6 +520,7 @@
    • Ubu
    • udemy
    • udemy:course
    • +
    • UDNEmbed
    • Ultimedia
    • Unistra
    • Urort: NRK P3 Urørt
    • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index d4a029901..1025d4ede 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2015.04.03 \ No newline at end of file +2015.04.09 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 8dfcc4cfe..71148ed58 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -3,7 +3,7 @@ youtube-dl releases https://yt-dl.org/feed/youtube-dl-updates-feed - 2015-04-03T10:31:40.752441Z + 2015-04-09T00:38:49.976103Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -8105,4 +8105,19 @@ 2015-04-03T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.04.09 + New version 2015.04.09 + + +
      + Downloads available at https://yt-dl.org/downloads/2015.04.09/ +
      +
      + + The youtube-dl maintainers + + 2015-04-09T00:00:00Z +
      + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 23ee657c7..06f11b974 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2015.04.03", - "signature": "7ac9b88f6537ae6b24eace238a54c015bf8647c17cedc9e3f6abe6cc7e198e864fd2e4017346bb9df94c759bbeb8f5db82f9c72cbb6b8fae14e71295d6e75ffb5f3827eb7f402325d2dc6ed59de73c8696464a279fea11a1ff8d1354ec35e84992cdb9f5f343b17868716f735eef6a4dbe7c5e8811038238daf28b857ba58a80", + "latest": "2015.04.09", + "signature": "372fa04db63eeae48d274f1e63f05f0c76a689e074188c276c8e9810bfbad183f670b32116e140f55659da5ea1cb6137548ec55e543b71b329e50480d371f290a8be9aa808ccaa7596879a5529c47a108d8a9f75213fe425569edf3990ee5872f6f3da94b0c98fb983a3e3025ec022bdba13520bf89a34647e66c787387be9b7", "versions": { "2012.02.22": { "bin": [ @@ -7567,6 +7567,20 @@ "https://yt-dl.org/downloads/2015.04.03/youtube-dl-2015.04.03.tar.gz", "0521a15a24a9b620728a2f45ea9163ca74660ed443781b6e69b4e06d36d7bf59" ] + }, + "2015.04.09": { + "bin": [ + "https://yt-dl.org/downloads/2015.04.09/youtube-dl", + "12d4d0425c62995ee14de9d0b15b568b0f29df0046dbcd7b61d6ed9688375235" + ], + "exe": [ + "https://yt-dl.org/downloads/2015.04.09/youtube-dl.exe", + "f06330e0c745e17ee870d2e31c16df40c09040d95b6ac7a6c576af851a3c70b1" + ], + "tar": [ + "https://yt-dl.org/downloads/2015.04.09/youtube-dl-2015.04.09.tar.gz", + "8171182490e33413ad9f21c2f46b6640c8baee7655c95d4bf96ae696f3ce1c6c" + ] } } } \ No newline at end of file From 885c2259ec8d699723d4dd434138602c83bab506 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Fri, 17 Apr 2015 11:42:06 +0200 Subject: [PATCH 053/139] release 2015.04.17 --- download.html | 18 +++++++++--------- supportedsites.html | 5 +++++ update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 47 insertions(+), 13 deletions(-) diff --git a/download.html b/download.html index c540daee3..dd1e5fbce 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

      Remember youtube-dl requires Python version 2.6, 2.7, or 3.2+ to work.

      -

      2015.04.09 (sig)

      +

      2015.04.17 (sig)

        -
      • MD5: a70a4b41f4d11ac1ee7b9255ac1747b4
      • -
      • SHA1: a9fe590b785f321e16901e8661442ebaa2909e36
      • -
      • SHA256: 12d4d0425c62995ee14de9d0b15b568b0f29df0046dbcd7b61d6ed9688375235
      • +
      • MD5: 2efc758e72d0bf614eb5e7dfe613be0e
      • +
      • SHA1: 42803dbec2cee2a1c1fb45da7cd5833f05a7c7d0
      • +
      • SHA256: daadae4b6ac49536d86220620dc4bb17f1617346ea8a8e29a345543816b8ba9f

      - Windows exe (sig - f06330e0c745e17ee870d2e31c16df40c09040d95b6ac7a6c576af851a3c70b1)
      - Full source + docs + binary tarball (sig - 8171182490e33413ad9f21c2f46b6640c8baee7655c95d4bf96ae696f3ce1c6c) + Windows exe (sig - 86ffe860b0f6a03a0a6d8001b2022f41fb1c2bc497b859462b69c1f8cd8098be)
      + Full source + docs + binary tarball (sig - 7bf51aec0646abed904a91cbff9747c2582247987fffce5f392c58d82c6a9894)

      To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2015.04.09/youtube-dl -o /usr/local/bin/youtube-dl
      +sudo curl https://yt-dl.org/downloads/2015.04.17/youtube-dl -o /usr/local/bin/youtube-dl
      sudo chmod a+x /usr/local/bin/youtube-dl

      If you do not have curl, you can alternatively use a recent wget: -sudo wget https://yt-dl.org/downloads/2015.04.09/youtube-dl -O /usr/local/bin/youtube-dl
      +sudo wget https://yt-dl.org/downloads/2015.04.17/youtube-dl -O /usr/local/bin/youtube-dl
      sudo chmod a+x /usr/local/bin/youtube-dl

      @@ -53,7 +53,7 @@ See the pypi page for more

      To check the signature, type: -sudo wget https://yt-dl.org/downloads/2015.04.09/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig
      +sudo wget https://yt-dl.org/downloads/2015.04.17/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig

      The following GPG keys will be used to sign the binaries and the git tags:

      diff --git a/supportedsites.html b/supportedsites.html index 31b853a08..84cf2a1dd 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -113,6 +113,7 @@
    • CondeNast: Condé Nast media group: Condé Nast, GQ, Glamour, Vanity Fair, Vogue, W Magazine, WIRED
    • Cracked
    • Criterion
    • +
    • CrooksAndLiars
    • Crunchyroll
    • crunchyroll:playlist
    • CSpan: C-SPAN
    • @@ -374,6 +375,9 @@
    • prosiebensat1: ProSiebenSat.1 Digital
    • Puls4
    • Pyvideo
    • +
    • QQMusic
    • +
    • QQMusicAlbum
    • +
    • QQMusicSinger
    • QuickVid
    • R7
    • radio.de
    • @@ -449,6 +453,7 @@
    • Sport5
    • SportBox
    • SportDeutschland
    • +
    • Srf
    • SRMediathek: Saarländischer Rundfunk
    • SSA
    • stanfordoc: Stanford Open ClassRoom
    • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 1025d4ede..fc367f261 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2015.04.09 \ No newline at end of file +2015.04.17 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 71148ed58..bbcda1229 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -3,7 +3,7 @@ youtube-dl releases https://yt-dl.org/feed/youtube-dl-updates-feed - 2015-04-09T00:38:49.976103Z + 2015-04-17T11:42:03.688138Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -8120,4 +8120,19 @@ 2015-04-09T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.04.17 + New version 2015.04.17 + + +
      + Downloads available at https://yt-dl.org/downloads/2015.04.17/ +
      +
      + + The youtube-dl maintainers + + 2015-04-17T00:00:00Z +
      + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 06f11b974..4e6208094 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2015.04.09", - "signature": "372fa04db63eeae48d274f1e63f05f0c76a689e074188c276c8e9810bfbad183f670b32116e140f55659da5ea1cb6137548ec55e543b71b329e50480d371f290a8be9aa808ccaa7596879a5529c47a108d8a9f75213fe425569edf3990ee5872f6f3da94b0c98fb983a3e3025ec022bdba13520bf89a34647e66c787387be9b7", + "latest": "2015.04.17", + "signature": "82e641fccee1e677e4033e4cbab3742f7b48edffaed0e61f59352dac1f8ccb97248d3bb85389c0c47e24fa03be72c8bcf5c8b27d48efcfeb52d0e6bdaf9128abb6ca37b004164c9d1d62745c4405bce486503d165f74a232add0515c3544ad22b0bfd22801096a4383614282c1efd6313c3b1ba7b88cea9f1bb08e8deadfd820", "versions": { "2012.02.22": { "bin": [ @@ -7581,6 +7581,20 @@ "https://yt-dl.org/downloads/2015.04.09/youtube-dl-2015.04.09.tar.gz", "8171182490e33413ad9f21c2f46b6640c8baee7655c95d4bf96ae696f3ce1c6c" ] + }, + "2015.04.17": { + "bin": [ + "https://yt-dl.org/downloads/2015.04.17/youtube-dl", + "daadae4b6ac49536d86220620dc4bb17f1617346ea8a8e29a345543816b8ba9f" + ], + "exe": [ + "https://yt-dl.org/downloads/2015.04.17/youtube-dl.exe", + "86ffe860b0f6a03a0a6d8001b2022f41fb1c2bc497b859462b69c1f8cd8098be" + ], + "tar": [ + "https://yt-dl.org/downloads/2015.04.17/youtube-dl-2015.04.17.tar.gz", + "7bf51aec0646abed904a91cbff9747c2582247987fffce5f392c58d82c6a9894" + ] } } } \ No newline at end of file From 9717bdcc3dfb2074dd249097404a50f050ea23f1 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Sun, 26 Apr 2015 22:55:13 +0200 Subject: [PATCH 054/139] release 2015.04.26 --- download.html | 18 +++++++++--------- supportedsites.html | 10 +++++++--- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 49 insertions(+), 16 deletions(-) diff --git a/download.html b/download.html index dd1e5fbce..09187e12d 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

      Remember youtube-dl requires Python version 2.6, 2.7, or 3.2+ to work.

      -

      2015.04.17 (sig)

      +

      2015.04.26 (sig)

        -
      • MD5: 2efc758e72d0bf614eb5e7dfe613be0e
      • -
      • SHA1: 42803dbec2cee2a1c1fb45da7cd5833f05a7c7d0
      • -
      • SHA256: daadae4b6ac49536d86220620dc4bb17f1617346ea8a8e29a345543816b8ba9f
      • +
      • MD5: 51b947db4cb4f2686eed27e6bea2685c
      • +
      • SHA1: 9235740345d7a501b6c34221f0b9e2ba9df9e6b7
      • +
      • SHA256: e35b5433b82dcd304862b398a9d0f8edd0d91d4d156cbb44e3fb5ab94e7f822a

      - Windows exe (sig - 86ffe860b0f6a03a0a6d8001b2022f41fb1c2bc497b859462b69c1f8cd8098be)
      - Full source + docs + binary tarball (sig - 7bf51aec0646abed904a91cbff9747c2582247987fffce5f392c58d82c6a9894) + Windows exe (sig - 199e72ad9322368f64088c3d236dc9b2e7a9b615b7b718146bba00d2bc8fb459)
      + Full source + docs + binary tarball (sig - 0aaeeb40a4ffef3b3be3b9f73cf9deaeb60b40a09bca93f9a22520afa3144c07)

      To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2015.04.17/youtube-dl -o /usr/local/bin/youtube-dl
      +sudo curl https://yt-dl.org/downloads/2015.04.26/youtube-dl -o /usr/local/bin/youtube-dl
      sudo chmod a+x /usr/local/bin/youtube-dl

      If you do not have curl, you can alternatively use a recent wget: -sudo wget https://yt-dl.org/downloads/2015.04.17/youtube-dl -O /usr/local/bin/youtube-dl
      +sudo wget https://yt-dl.org/downloads/2015.04.26/youtube-dl -O /usr/local/bin/youtube-dl
      sudo chmod a+x /usr/local/bin/youtube-dl

      @@ -53,7 +53,7 @@ See the pypi page for more

      To check the signature, type: -sudo wget https://yt-dl.org/downloads/2015.04.17/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig
      +sudo wget https://yt-dl.org/downloads/2015.04.26/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig

      The following GPG keys will be used to sign the binaries and the git tags:

      diff --git a/supportedsites.html b/supportedsites.html index 84cf2a1dd..073b75d66 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -189,6 +189,7 @@
    • Gazeta
    • GDCVault
    • generic: Generic downloader that works on some sites
    • +
    • Gfycat
    • GiantBomb
    • Giga
    • Glide: Glide mobile video messages (glide.me)
    • @@ -196,7 +197,7 @@
    • GodTube
    • GoldenMoustache
    • Golem
    • -
    • GorillaVid: GorillaVid.in, daclips.in, movpod.in and fastvideo.in
    • +
    • GorillaVid: GorillaVid.in, daclips.in, movpod.in, fastvideo.in and realvid.net
    • Goshgay
    • Grooveshark
    • Groupon
    • @@ -267,6 +268,7 @@
    • Malemotion
    • MDR
    • media.ccc.de
    • +
    • MegaVideoz
    • metacafe
    • Metacritic
    • Mgoon
    • @@ -420,6 +422,7 @@
    • Screencast
    • ScreencastOMatic
    • ScreenwaveMedia
    • +
    • SenateISVP
    • ServingSys
    • Sexu
    • SexyKarma: Sexy Karma and Watch Indian Porn
    • @@ -442,6 +445,7 @@
    • soundgasm
    • soundgasm:profile
    • southpark.cc.com
    • +
    • southpark.cc.com:español
    • southpark.de
    • Space
    • SpankBang
    • @@ -476,7 +480,7 @@
    • TeamFour
    • TechTalks
    • techtv.mit.edu
    • -
    • TED
    • +
    • ted
    • tegenlicht.vpro.nl
    • TeleBruxelles
    • telecinco.es
    • @@ -566,7 +570,7 @@
    • vimeo:review: Review pages on vimeo
    • vimeo:user
    • vimeo:watchlater: Vimeo watch later list, "vimeowatchlater" keyword (requires authentication)
    • -
    • Vimple: Vimple.ru
    • +
    • Vimple: Vimple - one-click video hosting
    • Vine
    • vine:user
    • vk.com
    • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index fc367f261..c680763b8 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2015.04.17 \ No newline at end of file +2015.04.26 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index bbcda1229..92f759039 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -3,7 +3,7 @@ youtube-dl releases https://yt-dl.org/feed/youtube-dl-updates-feed - 2015-04-17T11:42:03.688138Z + 2015-04-26T22:55:00.087985Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -8135,4 +8135,19 @@ 2015-04-17T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.04.26 + New version 2015.04.26 + + +
      + Downloads available at https://yt-dl.org/downloads/2015.04.26/ +
      +
      + + The youtube-dl maintainers + + 2015-04-26T00:00:00Z +
      + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 4e6208094..999f696c6 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2015.04.17", - "signature": "82e641fccee1e677e4033e4cbab3742f7b48edffaed0e61f59352dac1f8ccb97248d3bb85389c0c47e24fa03be72c8bcf5c8b27d48efcfeb52d0e6bdaf9128abb6ca37b004164c9d1d62745c4405bce486503d165f74a232add0515c3544ad22b0bfd22801096a4383614282c1efd6313c3b1ba7b88cea9f1bb08e8deadfd820", + "latest": "2015.04.26", + "signature": "5c7fc1df944c03523a1114b02eb7e8b6b56bfa32c68c2ec6dc538c8a1e1b121bbcf953b2aa124a27d966e59c84cacbad6f9c9eb3f53ef906917d670950b829fe104b20667b904fe9855cc8339e40c1489fe8f9d3712ad8985622bc50e93b897767a852123609ca09cf86a19b2ba69eb5575878bb8bee917310ad85488436a831", "versions": { "2012.02.22": { "bin": [ @@ -7595,6 +7595,20 @@ "https://yt-dl.org/downloads/2015.04.17/youtube-dl-2015.04.17.tar.gz", "7bf51aec0646abed904a91cbff9747c2582247987fffce5f392c58d82c6a9894" ] + }, + "2015.04.26": { + "bin": [ + "https://yt-dl.org/downloads/2015.04.26/youtube-dl", + "e35b5433b82dcd304862b398a9d0f8edd0d91d4d156cbb44e3fb5ab94e7f822a" + ], + "exe": [ + "https://yt-dl.org/downloads/2015.04.26/youtube-dl.exe", + "199e72ad9322368f64088c3d236dc9b2e7a9b615b7b718146bba00d2bc8fb459" + ], + "tar": [ + "https://yt-dl.org/downloads/2015.04.26/youtube-dl-2015.04.26.tar.gz", + "0aaeeb40a4ffef3b3be3b9f73cf9deaeb60b40a09bca93f9a22520afa3144c07" + ] } } } \ No newline at end of file From 70564bedb1ef1de416d114cc14a4e24eb81f188c Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Tue, 28 Apr 2015 09:27:42 +0200 Subject: [PATCH 055/139] release 2015.04.28 --- download.html | 18 +++++++++--------- supportedsites.html | 1 + update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 43 insertions(+), 13 deletions(-) diff --git a/download.html b/download.html index 09187e12d..7766e8a27 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

      Remember youtube-dl requires Python version 2.6, 2.7, or 3.2+ to work.

      -

      2015.04.26 (sig)

      +

      2015.04.28 (sig)

        -
      • MD5: 51b947db4cb4f2686eed27e6bea2685c
      • -
      • SHA1: 9235740345d7a501b6c34221f0b9e2ba9df9e6b7
      • -
      • SHA256: e35b5433b82dcd304862b398a9d0f8edd0d91d4d156cbb44e3fb5ab94e7f822a
      • +
      • MD5: 7ffb4608f915f9ebb3061d27d471b3c1
      • +
      • SHA1: 97822e58635bcd94ef1c8eed09e68a05a98f442b
      • +
      • SHA256: 8efa8c53b401a22f86d0e1b29010627fbf9c9d072bfa5cdd850fd71acf4cc856

      - Windows exe (sig - 199e72ad9322368f64088c3d236dc9b2e7a9b615b7b718146bba00d2bc8fb459)
      - Full source + docs + binary tarball (sig - 0aaeeb40a4ffef3b3be3b9f73cf9deaeb60b40a09bca93f9a22520afa3144c07) + Windows exe (sig - 2c78aeafde3811bea3f05beb9b8677a85fcba3626be4f15c1b2afcbf7e1274fd)
      + Full source + docs + binary tarball (sig - 08748955f1a511d1c118d4241cc8380237383afb76ce5e547d73fedd5aee968f)

      To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2015.04.26/youtube-dl -o /usr/local/bin/youtube-dl
      +sudo curl https://yt-dl.org/downloads/2015.04.28/youtube-dl -o /usr/local/bin/youtube-dl
      sudo chmod a+x /usr/local/bin/youtube-dl

      If you do not have curl, you can alternatively use a recent wget: -sudo wget https://yt-dl.org/downloads/2015.04.26/youtube-dl -O /usr/local/bin/youtube-dl
      +sudo wget https://yt-dl.org/downloads/2015.04.28/youtube-dl -O /usr/local/bin/youtube-dl
      sudo chmod a+x /usr/local/bin/youtube-dl

      @@ -53,7 +53,7 @@ See the pypi page for more

      To check the signature, type: -sudo wget https://yt-dl.org/downloads/2015.04.26/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig
      +sudo wget https://yt-dl.org/downloads/2015.04.28/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig

      The following GPG keys will be used to sign the binaries and the git tags:

      diff --git a/supportedsites.html b/supportedsites.html index 073b75d66..09b46b65c 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -355,6 +355,7 @@
    • parliamentlive.tv: UK parliament videos
    • Patreon
    • PBS
    • +
    • PhilharmonieDeParis: Philharmonie de Paris
    • Phoenix
    • Photobucket
    • Pladform
    • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index c680763b8..97a4f77c9 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2015.04.26 \ No newline at end of file +2015.04.28 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 92f759039..132c4bfa4 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -3,7 +3,7 @@ youtube-dl releases https://yt-dl.org/feed/youtube-dl-updates-feed - 2015-04-26T22:55:00.087985Z + 2015-04-28T09:27:31.269004Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -8150,4 +8150,19 @@ 2015-04-26T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.04.28 + New version 2015.04.28 + + +
      + Downloads available at https://yt-dl.org/downloads/2015.04.28/ +
      +
      + + The youtube-dl maintainers + + 2015-04-28T00:00:00Z +
      + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 999f696c6..e2025c1ef 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2015.04.26", - "signature": "5c7fc1df944c03523a1114b02eb7e8b6b56bfa32c68c2ec6dc538c8a1e1b121bbcf953b2aa124a27d966e59c84cacbad6f9c9eb3f53ef906917d670950b829fe104b20667b904fe9855cc8339e40c1489fe8f9d3712ad8985622bc50e93b897767a852123609ca09cf86a19b2ba69eb5575878bb8bee917310ad85488436a831", + "latest": "2015.04.28", + "signature": "18700c490fbb128c39d0a2aea45e3e3c85a64411b94049163035e31186114780cedd6d6a5e9d14f6d565f5f1921d0bdaded15678244b49b6c4ecf4389f21b6576fe2123c438bec1e81d77a092c06334f78a3fbc5d481c9e8b2c68e07c28f69e7412e828bb0a3baeab03db73db16bddc7b48bdb6cd6e287bc0cb5b24d46e2e62b", "versions": { "2012.02.22": { "bin": [ @@ -7609,6 +7609,20 @@ "https://yt-dl.org/downloads/2015.04.26/youtube-dl-2015.04.26.tar.gz", "0aaeeb40a4ffef3b3be3b9f73cf9deaeb60b40a09bca93f9a22520afa3144c07" ] + }, + "2015.04.28": { + "bin": [ + "https://yt-dl.org/downloads/2015.04.28/youtube-dl", + "8efa8c53b401a22f86d0e1b29010627fbf9c9d072bfa5cdd850fd71acf4cc856" + ], + "exe": [ + "https://yt-dl.org/downloads/2015.04.28/youtube-dl.exe", + "2c78aeafde3811bea3f05beb9b8677a85fcba3626be4f15c1b2afcbf7e1274fd" + ], + "tar": [ + "https://yt-dl.org/downloads/2015.04.28/youtube-dl-2015.04.28.tar.gz", + "08748955f1a511d1c118d4241cc8380237383afb76ce5e547d73fedd5aee968f" + ] } } } \ No newline at end of file From e75db9e70d8396d048919ebd920d2acfcc0249bc Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Sun, 3 May 2015 22:44:47 +0200 Subject: [PATCH 056/139] release 2015.05.03 --- download.html | 18 +++++++++--------- supportedsites.html | 3 ++- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 44 insertions(+), 14 deletions(-) diff --git a/download.html b/download.html index 7766e8a27..40cefbdcd 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

      Remember youtube-dl requires Python version 2.6, 2.7, or 3.2+ to work.

      -

      2015.04.28 (sig)

      +

      2015.05.03 (sig)

        -
      • MD5: 7ffb4608f915f9ebb3061d27d471b3c1
      • -
      • SHA1: 97822e58635bcd94ef1c8eed09e68a05a98f442b
      • -
      • SHA256: 8efa8c53b401a22f86d0e1b29010627fbf9c9d072bfa5cdd850fd71acf4cc856
      • +
      • MD5: 804ab093f818ff43a5780158623be8e6
      • +
      • SHA1: 69eee780905c2cca1b51c1e87876c9237c65b080
      • +
      • SHA256: b39fbe3c53a58f31d8cb38b45ee9e1b25ed25a91bd31723dbd395d8d21308680

      - Windows exe (sig - 2c78aeafde3811bea3f05beb9b8677a85fcba3626be4f15c1b2afcbf7e1274fd)
      - Full source + docs + binary tarball (sig - 08748955f1a511d1c118d4241cc8380237383afb76ce5e547d73fedd5aee968f) + Windows exe (sig - e764127da9006752308044dd1851abc50a711ee3e7f9a6d8ddaa9ca3a3273d22)
      + Full source + docs + binary tarball (sig - 9736fbd7de909f99d75e7a828d4b2828ba7d08b174159e73f096a09f54a59d32)

      To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2015.04.28/youtube-dl -o /usr/local/bin/youtube-dl
      +sudo curl https://yt-dl.org/downloads/2015.05.03/youtube-dl -o /usr/local/bin/youtube-dl
      sudo chmod a+x /usr/local/bin/youtube-dl

      If you do not have curl, you can alternatively use a recent wget: -sudo wget https://yt-dl.org/downloads/2015.04.28/youtube-dl -O /usr/local/bin/youtube-dl
      +sudo wget https://yt-dl.org/downloads/2015.05.03/youtube-dl -O /usr/local/bin/youtube-dl
      sudo chmod a+x /usr/local/bin/youtube-dl

      @@ -53,7 +53,7 @@ See the pypi page for more

      To check the signature, type: -sudo wget https://yt-dl.org/downloads/2015.04.28/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig
      +sudo wget https://yt-dl.org/downloads/2015.05.03/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig

      The following GPG keys will be used to sign the binaries and the git tags:

      diff --git a/supportedsites.html b/supportedsites.html index 09b46b65c..5539f84ea 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -59,6 +59,7 @@
    • audiomack
    • audiomack:album
    • Azubu
    • +
    • BaiduVideo
    • bambuser
    • bambuser:channel
    • Bandcamp
    • @@ -170,6 +171,7 @@
    • FootyRoom
    • Foxgay
    • FoxNews
    • +
    • FoxSports
    • france2.fr:generation-quoi
    • FranceCulture
    • FranceInter
    • @@ -199,7 +201,6 @@
    • Golem
    • GorillaVid: GorillaVid.in, daclips.in, movpod.in, fastvideo.in and realvid.net
    • Goshgay
    • -
    • Grooveshark
    • Groupon
    • Hark
    • HearThisAt
    • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 97a4f77c9..196bf930c 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2015.04.28 \ No newline at end of file +2015.05.03 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 132c4bfa4..d89b700cd 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -3,7 +3,7 @@ youtube-dl releases https://yt-dl.org/feed/youtube-dl-updates-feed - 2015-04-28T09:27:31.269004Z + 2015-05-03T22:44:45.759902Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -8165,4 +8165,19 @@ 2015-04-28T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.05.03 + New version 2015.05.03 + + +
      + Downloads available at https://yt-dl.org/downloads/2015.05.03/ +
      +
      + + The youtube-dl maintainers + + 2015-05-03T00:00:00Z +
      + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index e2025c1ef..92c6d3b48 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2015.04.28", - "signature": "18700c490fbb128c39d0a2aea45e3e3c85a64411b94049163035e31186114780cedd6d6a5e9d14f6d565f5f1921d0bdaded15678244b49b6c4ecf4389f21b6576fe2123c438bec1e81d77a092c06334f78a3fbc5d481c9e8b2c68e07c28f69e7412e828bb0a3baeab03db73db16bddc7b48bdb6cd6e287bc0cb5b24d46e2e62b", + "latest": "2015.05.03", + "signature": "016520ea724df73d05b220d1d5d9a0cdfcc32e04484e04bb46c4a9eab4c3cb04ce081d1bd70031bbaea8d93a3fb0a5334a50300d9d93fce08335c8170a82fbfb14aebef46e228d397e185cffd6c53e64f0f098115b4e95ecaaf9312941d3a7e2940dd76dcd23203d28e5777aa6e198cb42e05b014b48a20a0da7aedee0e4822e", "versions": { "2012.02.22": { "bin": [ @@ -7623,6 +7623,20 @@ "https://yt-dl.org/downloads/2015.04.28/youtube-dl-2015.04.28.tar.gz", "08748955f1a511d1c118d4241cc8380237383afb76ce5e547d73fedd5aee968f" ] + }, + "2015.05.03": { + "bin": [ + "https://yt-dl.org/downloads/2015.05.03/youtube-dl", + "b39fbe3c53a58f31d8cb38b45ee9e1b25ed25a91bd31723dbd395d8d21308680" + ], + "exe": [ + "https://yt-dl.org/downloads/2015.05.03/youtube-dl.exe", + "e764127da9006752308044dd1851abc50a711ee3e7f9a6d8ddaa9ca3a3273d22" + ], + "tar": [ + "https://yt-dl.org/downloads/2015.05.03/youtube-dl-2015.05.03.tar.gz", + "9736fbd7de909f99d75e7a828d4b2828ba7d08b174159e73f096a09f54a59d32" + ] } } } \ No newline at end of file From 996790ebf8921e3e2d87dd0f6c4b81421ecb1957 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Mon, 4 May 2015 15:16:16 +0200 Subject: [PATCH 057/139] release 2015.05.04 --- download.html | 18 +++++++++--------- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 4 files changed, 42 insertions(+), 13 deletions(-) diff --git a/download.html b/download.html index 40cefbdcd..bee38b003 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

      Remember youtube-dl requires Python version 2.6, 2.7, or 3.2+ to work.

      -

      2015.05.03 (sig)

      +

      2015.05.04 (sig)

        -
      • MD5: 804ab093f818ff43a5780158623be8e6
      • -
      • SHA1: 69eee780905c2cca1b51c1e87876c9237c65b080
      • -
      • SHA256: b39fbe3c53a58f31d8cb38b45ee9e1b25ed25a91bd31723dbd395d8d21308680
      • +
      • MD5: 22726b6e354e8e0493cba438e44b888e
      • +
      • SHA1: ed0a3aaaa473d0d9a0a93677b89debf9a7c27f43
      • +
      • SHA256: af7840079063c168fe31ba0b0b1b1f00055a4958b66012892f18207747694811

      - Windows exe (sig - e764127da9006752308044dd1851abc50a711ee3e7f9a6d8ddaa9ca3a3273d22)
      - Full source + docs + binary tarball (sig - 9736fbd7de909f99d75e7a828d4b2828ba7d08b174159e73f096a09f54a59d32) + Windows exe (sig - 672a9d03d64491bac5e9d7d1b8700b7db79f538b5f8e7aa652104f09ed51bacb)
      + Full source + docs + binary tarball (sig - 3ebafe6257bfd8a9feb1e16f44c92258b038de07e8754560f05bd9909f9e113b)

      To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2015.05.03/youtube-dl -o /usr/local/bin/youtube-dl
      +sudo curl https://yt-dl.org/downloads/2015.05.04/youtube-dl -o /usr/local/bin/youtube-dl
      sudo chmod a+x /usr/local/bin/youtube-dl

      If you do not have curl, you can alternatively use a recent wget: -sudo wget https://yt-dl.org/downloads/2015.05.03/youtube-dl -O /usr/local/bin/youtube-dl
      +sudo wget https://yt-dl.org/downloads/2015.05.04/youtube-dl -O /usr/local/bin/youtube-dl
      sudo chmod a+x /usr/local/bin/youtube-dl

      @@ -53,7 +53,7 @@ See the pypi page for more

      To check the signature, type: -sudo wget https://yt-dl.org/downloads/2015.05.03/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig
      +sudo wget https://yt-dl.org/downloads/2015.05.04/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig

      The following GPG keys will be used to sign the binaries and the git tags:

      diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 196bf930c..40835aa52 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2015.05.03 \ No newline at end of file +2015.05.04 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index d89b700cd..81d3ffa1b 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -3,7 +3,7 @@ youtube-dl releases https://yt-dl.org/feed/youtube-dl-updates-feed - 2015-05-03T22:44:45.759902Z + 2015-05-04T15:16:14.914847Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -8180,4 +8180,19 @@ 2015-05-03T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.05.04 + New version 2015.05.04 + + +
      + Downloads available at https://yt-dl.org/downloads/2015.05.04/ +
      +
      + + The youtube-dl maintainers + + 2015-05-04T00:00:00Z +
      + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 92c6d3b48..efb8fb60d 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2015.05.03", - "signature": "016520ea724df73d05b220d1d5d9a0cdfcc32e04484e04bb46c4a9eab4c3cb04ce081d1bd70031bbaea8d93a3fb0a5334a50300d9d93fce08335c8170a82fbfb14aebef46e228d397e185cffd6c53e64f0f098115b4e95ecaaf9312941d3a7e2940dd76dcd23203d28e5777aa6e198cb42e05b014b48a20a0da7aedee0e4822e", + "latest": "2015.05.04", + "signature": "539c01256ed3fd4da3881a781c0eb1b321bcd88cf48fe386f40995b0a9fdfe034228ecd3f9088e0f5de0f2fbdc44f8d30065e7c2eb3ed770d94ed0150305d5318002bb0354b8ad172aec64a80b18c4f582556bb34c7a5082fd04f932cf513b1f380e601b43b2e75d11cbbf29a36e676a60933452a7eeea1bfc9b061d292a46d0", "versions": { "2012.02.22": { "bin": [ @@ -7637,6 +7637,20 @@ "https://yt-dl.org/downloads/2015.05.03/youtube-dl-2015.05.03.tar.gz", "9736fbd7de909f99d75e7a828d4b2828ba7d08b174159e73f096a09f54a59d32" ] + }, + "2015.05.04": { + "bin": [ + "https://yt-dl.org/downloads/2015.05.04/youtube-dl", + "af7840079063c168fe31ba0b0b1b1f00055a4958b66012892f18207747694811" + ], + "exe": [ + "https://yt-dl.org/downloads/2015.05.04/youtube-dl.exe", + "672a9d03d64491bac5e9d7d1b8700b7db79f538b5f8e7aa652104f09ed51bacb" + ], + "tar": [ + "https://yt-dl.org/downloads/2015.05.04/youtube-dl-2015.05.04.tar.gz", + "3ebafe6257bfd8a9feb1e16f44c92258b038de07e8754560f05bd9909f9e113b" + ] } } } \ No newline at end of file From 36525e582bf9fdf41e992a55b0c533ab81601843 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Sun, 10 May 2015 01:17:36 +0200 Subject: [PATCH 058/139] release 2015.05.10 --- download.html | 18 +++++++++--------- supportedsites.html | 9 ++++++++- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 50 insertions(+), 14 deletions(-) diff --git a/download.html b/download.html index bee38b003..f01779633 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

      Remember youtube-dl requires Python version 2.6, 2.7, or 3.2+ to work.

      -

      2015.05.04 (sig)

      +

      2015.05.10 (sig)

        -
      • MD5: 22726b6e354e8e0493cba438e44b888e
      • -
      • SHA1: ed0a3aaaa473d0d9a0a93677b89debf9a7c27f43
      • -
      • SHA256: af7840079063c168fe31ba0b0b1b1f00055a4958b66012892f18207747694811
      • +
      • MD5: f991df3d4fe7834cb6b92fd94545153a
      • +
      • SHA1: 022719edc6f45026779dd7f98e21002206e84001
      • +
      • SHA256: a54c102476dede5b0c89ce612a34d1612825023928302556d42c05dad441ed02

      - Windows exe (sig - 672a9d03d64491bac5e9d7d1b8700b7db79f538b5f8e7aa652104f09ed51bacb)
      - Full source + docs + binary tarball (sig - 3ebafe6257bfd8a9feb1e16f44c92258b038de07e8754560f05bd9909f9e113b) + Windows exe (sig - 29f43be62438170918bb705b5b504d401d60b1793ccf94767e34733f9985ffe7)
      + Full source + docs + binary tarball (sig - 702558c33eee0d0ea896514b5b00f4fce8f61610294e07f150682ed7bdfe2d5c)

      To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2015.05.04/youtube-dl -o /usr/local/bin/youtube-dl
      +sudo curl https://yt-dl.org/downloads/2015.05.10/youtube-dl -o /usr/local/bin/youtube-dl
      sudo chmod a+x /usr/local/bin/youtube-dl

      If you do not have curl, you can alternatively use a recent wget: -sudo wget https://yt-dl.org/downloads/2015.05.04/youtube-dl -O /usr/local/bin/youtube-dl
      +sudo wget https://yt-dl.org/downloads/2015.05.10/youtube-dl -O /usr/local/bin/youtube-dl
      sudo chmod a+x /usr/local/bin/youtube-dl

      @@ -53,7 +53,7 @@ See the pypi page for more

      To check the signature, type: -sudo wget https://yt-dl.org/downloads/2015.05.04/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig
      +sudo wget https://yt-dl.org/downloads/2015.05.10/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig

      The following GPG keys will be used to sign the binaries and the git tags:

      diff --git a/supportedsites.html b/supportedsites.html index 5539f84ea..6b061cf1c 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -79,6 +79,8 @@
    • BR: Bayerischer Rundfunk Mediathek
    • Break
    • Brightcove
    • +
    • bt:article: Bergens Tidende Articles
    • +
    • bt:vestlendingen: Bergens Tidende - Vestlendingen
    • BuzzFeed
    • BYUtv
    • Camdemy
    • @@ -255,6 +257,7 @@
    • LetvPlaylist
    • LetvTv
    • Libsyn
    • +
    • life:embed
    • lifenews: LIFE | NEWS
    • LiveLeak
    • livestream
    • @@ -343,6 +346,7 @@
    • ntv.ru
    • Nuvid
    • NYTimes
    • +
    • NYTimesArticle
    • ocw.mit.edu
    • Odnoklassniki
    • OktoberfestTV
    • @@ -449,6 +453,7 @@
    • southpark.cc.com
    • southpark.cc.com:español
    • southpark.de
    • +
    • southpark.nl
    • Space
    • SpankBang
    • Spankwire
    • @@ -468,6 +473,7 @@
    • StreamCZ
    • StreetVoice
    • SunPorno
    • +
    • SVT
    • SVTPlay: SVT Play and Öppet arkiv
    • SWRMediathek
    • Syfy
    • @@ -544,7 +550,7 @@
    • Vessel
    • Vesti: Вести.Ru
    • Vevo
    • -
    • VGTV
    • +
    • VGTV: VGTV and BTTV
    • vh1.com
    • Vice
    • Viddler
    • @@ -602,6 +608,7 @@
    • XHamster
    • XMinus
    • XNXX
    • +
    • Xstream
    • XTube
    • XTubeUser: XTube user profile
    • Xuite
    • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 40835aa52..c2d417c58 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2015.05.04 \ No newline at end of file +2015.05.10 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 81d3ffa1b..2b67dcb27 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -3,7 +3,7 @@ youtube-dl releases https://yt-dl.org/feed/youtube-dl-updates-feed - 2015-05-04T15:16:14.914847Z + 2015-05-10T01:17:34.920428Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -8195,4 +8195,19 @@ 2015-05-04T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.05.10 + New version 2015.05.10 + + +
      + Downloads available at https://yt-dl.org/downloads/2015.05.10/ +
      +
      + + The youtube-dl maintainers + + 2015-05-10T00:00:00Z +
      + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index efb8fb60d..acabf938c 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2015.05.04", - "signature": "539c01256ed3fd4da3881a781c0eb1b321bcd88cf48fe386f40995b0a9fdfe034228ecd3f9088e0f5de0f2fbdc44f8d30065e7c2eb3ed770d94ed0150305d5318002bb0354b8ad172aec64a80b18c4f582556bb34c7a5082fd04f932cf513b1f380e601b43b2e75d11cbbf29a36e676a60933452a7eeea1bfc9b061d292a46d0", + "latest": "2015.05.10", + "signature": "15ad63ee7b887cb1ec086ae756f351db9bcc797ab05fe3820ed8b8e44b19d0c9789d6ec07984cdc2b598e44a362b6af73652d27b0b2af8b3da31b303cb1dd5e6c36e698aaefe605c76afdcbcf038a7ca8d6ace91f330da09d2e915e50cf5dead8899f834fda855420780ab5d5f7b018e18ac52a479e72e8e2411086effb1ff93", "versions": { "2012.02.22": { "bin": [ @@ -7651,6 +7651,20 @@ "https://yt-dl.org/downloads/2015.05.04/youtube-dl-2015.05.04.tar.gz", "3ebafe6257bfd8a9feb1e16f44c92258b038de07e8754560f05bd9909f9e113b" ] + }, + "2015.05.10": { + "bin": [ + "https://yt-dl.org/downloads/2015.05.10/youtube-dl", + "a54c102476dede5b0c89ce612a34d1612825023928302556d42c05dad441ed02" + ], + "exe": [ + "https://yt-dl.org/downloads/2015.05.10/youtube-dl.exe", + "29f43be62438170918bb705b5b504d401d60b1793ccf94767e34733f9985ffe7" + ], + "tar": [ + "https://yt-dl.org/downloads/2015.05.10/youtube-dl-2015.05.10.tar.gz", + "702558c33eee0d0ea896514b5b00f4fce8f61610294e07f150682ed7bdfe2d5c" + ] } } } \ No newline at end of file From 7ab18af7830dd127961e043a05b78ec5cb78055e Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Fri, 15 May 2015 10:30:06 +0200 Subject: [PATCH 059/139] release 2015.05.15 --- download.html | 18 +++++++++--------- supportedsites.html | 11 ++++++++--- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 50 insertions(+), 16 deletions(-) diff --git a/download.html b/download.html index f01779633..f1ea29108 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

      Remember youtube-dl requires Python version 2.6, 2.7, or 3.2+ to work.

      -

      2015.05.10 (sig)

      +

      2015.05.15 (sig)

        -
      • MD5: f991df3d4fe7834cb6b92fd94545153a
      • -
      • SHA1: 022719edc6f45026779dd7f98e21002206e84001
      • -
      • SHA256: a54c102476dede5b0c89ce612a34d1612825023928302556d42c05dad441ed02
      • +
      • MD5: 6727e7c717a0fb779fb22abd5209b593
      • +
      • SHA1: 9cb098560ed73d9ddf98706f4fc7c3916a11476a
      • +
      • SHA256: 930804cf5df046c458e35e920d19a91cda7d6eb9345b0457778c51e71c95d468

      - Windows exe (sig - 29f43be62438170918bb705b5b504d401d60b1793ccf94767e34733f9985ffe7)
      - Full source + docs + binary tarball (sig - 702558c33eee0d0ea896514b5b00f4fce8f61610294e07f150682ed7bdfe2d5c) + Windows exe (sig - a3cedab3c0a2a7de15a366ee4bd090917616797d2928c2ce3d763a2d8383aa3a)
      + Full source + docs + binary tarball (sig - e64bdefd46f5c0172c4d43efebb6675796933362abf9add00fb071eb1eb58e2c)

      To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2015.05.10/youtube-dl -o /usr/local/bin/youtube-dl
      +sudo curl https://yt-dl.org/downloads/2015.05.15/youtube-dl -o /usr/local/bin/youtube-dl
      sudo chmod a+x /usr/local/bin/youtube-dl

      If you do not have curl, you can alternatively use a recent wget: -sudo wget https://yt-dl.org/downloads/2015.05.10/youtube-dl -O /usr/local/bin/youtube-dl
      +sudo wget https://yt-dl.org/downloads/2015.05.15/youtube-dl -O /usr/local/bin/youtube-dl
      sudo chmod a+x /usr/local/bin/youtube-dl

      @@ -53,7 +53,7 @@ See the pypi page for more

      To check the signature, type: -sudo wget https://yt-dl.org/downloads/2015.05.10/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig
      +sudo wget https://yt-dl.org/downloads/2015.05.15/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig

      The following GPG keys will be used to sign the binaries and the git tags:

      diff --git a/supportedsites.html b/supportedsites.html index 6b061cf1c..f918df2d0 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -306,6 +306,7 @@
    • MySpass
    • myvideo
    • MyVidster
    • +
    • N-JOY
    • n-tv.de
    • NationalGeographic
    • Naver
    • @@ -383,9 +384,10 @@
    • prosiebensat1: ProSiebenSat.1 Digital
    • Puls4
    • Pyvideo
    • -
    • QQMusic
    • -
    • QQMusicAlbum
    • -
    • QQMusicSinger
    • +
    • qqmusic
    • +
    • qqmusic:album
    • +
    • qqmusic:singer
    • +
    • qqmusic:toplist
    • QuickVid
    • R7
    • radio.de
    • @@ -454,6 +456,7 @@
    • southpark.cc.com:español
    • southpark.de
    • southpark.nl
    • +
    • southparkstudios.dk
    • Space
    • SpankBang
    • Spankwire
    • @@ -507,6 +510,7 @@
    • tlc.com
    • tlc.de
    • TMZ
    • +
    • TMZArticle
    • TNAFlix
    • tou.tv
    • Toypics: Toypics user profile
    • @@ -584,6 +588,7 @@
    • vk.com
    • vk.com:user-videos: vk.com:All of a user's videos
    • Vodlocker
    • +
    • VoiceRepublic
    • Vporn
    • VRT
    • vube: Vube.com
    • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index c2d417c58..aa13df71c 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2015.05.10 \ No newline at end of file +2015.05.15 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 2b67dcb27..4ef190cf5 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -3,7 +3,7 @@ youtube-dl releases https://yt-dl.org/feed/youtube-dl-updates-feed - 2015-05-10T01:17:34.920428Z + 2015-05-15T10:30:04.916863Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -8210,4 +8210,19 @@ 2015-05-10T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.05.15 + New version 2015.05.15 + + +
      + Downloads available at https://yt-dl.org/downloads/2015.05.15/ +
      +
      + + The youtube-dl maintainers + + 2015-05-15T00:00:00Z +
      + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index acabf938c..15729e417 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2015.05.10", - "signature": "15ad63ee7b887cb1ec086ae756f351db9bcc797ab05fe3820ed8b8e44b19d0c9789d6ec07984cdc2b598e44a362b6af73652d27b0b2af8b3da31b303cb1dd5e6c36e698aaefe605c76afdcbcf038a7ca8d6ace91f330da09d2e915e50cf5dead8899f834fda855420780ab5d5f7b018e18ac52a479e72e8e2411086effb1ff93", + "latest": "2015.05.15", + "signature": "2a87258f39c1916eead517028798d46206ed16579f2546426ec7b77f7e40adce59d0baf920f83d63d643f8aad2458fadf7033cb4400f1f7b53cdf9f54df21b1315759e72ee97d29c217087a6882e044bcc24bbecfee4c1130dc70d76638649928840073e97300926a30235a768513501dae19bb4dea8c5a0611c409f7791cfe0", "versions": { "2012.02.22": { "bin": [ @@ -7665,6 +7665,20 @@ "https://yt-dl.org/downloads/2015.05.10/youtube-dl-2015.05.10.tar.gz", "702558c33eee0d0ea896514b5b00f4fce8f61610294e07f150682ed7bdfe2d5c" ] + }, + "2015.05.15": { + "bin": [ + "https://yt-dl.org/downloads/2015.05.15/youtube-dl", + "930804cf5df046c458e35e920d19a91cda7d6eb9345b0457778c51e71c95d468" + ], + "exe": [ + "https://yt-dl.org/downloads/2015.05.15/youtube-dl.exe", + "a3cedab3c0a2a7de15a366ee4bd090917616797d2928c2ce3d763a2d8383aa3a" + ], + "tar": [ + "https://yt-dl.org/downloads/2015.05.15/youtube-dl-2015.05.15.tar.gz", + "e64bdefd46f5c0172c4d43efebb6675796933362abf9add00fb071eb1eb58e2c" + ] } } } \ No newline at end of file From 6685d1371f2827c452aa8356a0fde2fd9c4d6e21 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Wed, 20 May 2015 10:12:55 +0200 Subject: [PATCH 060/139] release 2015.05.20 --- download.html | 18 +++++++++--------- supportedsites.html | 5 +++++ update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 47 insertions(+), 13 deletions(-) diff --git a/download.html b/download.html index f1ea29108..a583d79f2 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

      Remember youtube-dl requires Python version 2.6, 2.7, or 3.2+ to work.

      -

      2015.05.15 (sig)

      +

      2015.05.20 (sig)

        -
      • MD5: 6727e7c717a0fb779fb22abd5209b593
      • -
      • SHA1: 9cb098560ed73d9ddf98706f4fc7c3916a11476a
      • -
      • SHA256: 930804cf5df046c458e35e920d19a91cda7d6eb9345b0457778c51e71c95d468
      • +
      • MD5: 45ddc95a535b8935fb8cafc5a1189ef2
      • +
      • SHA1: 2842961462e0df0b8ab1ef756fd089f0f6baae5e
      • +
      • SHA256: b037a73823ca0123a127fc940a86af990ac98e69f8a1294d8e6b0ed89abe183f

      - Windows exe (sig - a3cedab3c0a2a7de15a366ee4bd090917616797d2928c2ce3d763a2d8383aa3a)
      - Full source + docs + binary tarball (sig - e64bdefd46f5c0172c4d43efebb6675796933362abf9add00fb071eb1eb58e2c) + Windows exe (sig - 26d9ad34b0af09d08abd9431ba7872b23582db8501418f65185ffdf7ff1cd44d)
      + Full source + docs + binary tarball (sig - 94de6dfdca5fd2c2cf83961b204970cc98aa9c3620736100116de07d54532eb3)

      To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2015.05.15/youtube-dl -o /usr/local/bin/youtube-dl
      +sudo curl https://yt-dl.org/downloads/2015.05.20/youtube-dl -o /usr/local/bin/youtube-dl
      sudo chmod a+x /usr/local/bin/youtube-dl

      If you do not have curl, you can alternatively use a recent wget: -sudo wget https://yt-dl.org/downloads/2015.05.15/youtube-dl -O /usr/local/bin/youtube-dl
      +sudo wget https://yt-dl.org/downloads/2015.05.20/youtube-dl -O /usr/local/bin/youtube-dl
      sudo chmod a+x /usr/local/bin/youtube-dl

      @@ -53,7 +53,7 @@ See the pypi page for more

      To check the signature, type: -sudo wget https://yt-dl.org/downloads/2015.05.15/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig
      +sudo wget https://yt-dl.org/downloads/2015.05.20/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig

      The following GPG keys will be used to sign the binaries and the git tags:

      diff --git a/supportedsites.html b/supportedsites.html index f918df2d0..9043ddd91 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -157,6 +157,7 @@
    • Eporner
    • EroProfile
    • Escapist
    • +
    • ESPN (Currently broken)
    • EveryonesMixtape
    • exfm: ex.fm
    • ExpoTV
    • @@ -353,6 +354,7 @@
    • OktoberfestTV
    • on.aol.com
    • Ooyala
    • +
    • OoyalaExternal
    • OpenFilm
    • orf:fm4: radio FM4
    • orf:iptv: iptv.ORF.at
    • @@ -466,6 +468,7 @@
    • Spike
    • Sport5
    • SportBox
    • +
    • SportBoxEmbed
    • SportDeutschland
    • Srf
    • SRMediathek: Saarländischer Rundfunk
    • @@ -525,6 +528,8 @@
    • Turbo
    • Tutv
    • tv.dfb.de
    • +
    • TV2
    • +
    • TV2Article
    • TV4: tv4.se and tv4play.se
    • tvigle: Интернет-телевидение Tvigle.ru
    • tvp.pl
    • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index aa13df71c..4ba27db1b 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2015.05.15 \ No newline at end of file +2015.05.20 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 4ef190cf5..17fcbad30 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -3,7 +3,7 @@ youtube-dl releases https://yt-dl.org/feed/youtube-dl-updates-feed - 2015-05-15T10:30:04.916863Z + 2015-05-20T10:12:52.565180Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -8225,4 +8225,19 @@ 2015-05-15T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.05.20 + New version 2015.05.20 + + +
      + Downloads available at https://yt-dl.org/downloads/2015.05.20/ +
      +
      + + The youtube-dl maintainers + + 2015-05-20T00:00:00Z +
      + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 15729e417..47907689f 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2015.05.15", - "signature": "2a87258f39c1916eead517028798d46206ed16579f2546426ec7b77f7e40adce59d0baf920f83d63d643f8aad2458fadf7033cb4400f1f7b53cdf9f54df21b1315759e72ee97d29c217087a6882e044bcc24bbecfee4c1130dc70d76638649928840073e97300926a30235a768513501dae19bb4dea8c5a0611c409f7791cfe0", + "latest": "2015.05.20", + "signature": "61f2223b0de57b93290f49036887bdeaed8120f31e5c2d70d17c5fd52c5a3a794d079fb4d454310da628abb1213621fe413ca19f26beb8133a5a12c108d4b16c9b0966ab112bcd3795c4b1a8aca261407d038c6e890b324b844ea63161830833f694d453b0f502c2b9c8b3b96f387bd8ba7402725e6362764bf8134f2868e35e", "versions": { "2012.02.22": { "bin": [ @@ -7679,6 +7679,20 @@ "https://yt-dl.org/downloads/2015.05.15/youtube-dl-2015.05.15.tar.gz", "e64bdefd46f5c0172c4d43efebb6675796933362abf9add00fb071eb1eb58e2c" ] + }, + "2015.05.20": { + "bin": [ + "https://yt-dl.org/downloads/2015.05.20/youtube-dl", + "b037a73823ca0123a127fc940a86af990ac98e69f8a1294d8e6b0ed89abe183f" + ], + "exe": [ + "https://yt-dl.org/downloads/2015.05.20/youtube-dl.exe", + "26d9ad34b0af09d08abd9431ba7872b23582db8501418f65185ffdf7ff1cd44d" + ], + "tar": [ + "https://yt-dl.org/downloads/2015.05.20/youtube-dl-2015.05.20.tar.gz", + "94de6dfdca5fd2c2cf83961b204970cc98aa9c3620736100116de07d54532eb3" + ] } } } \ No newline at end of file From 1fc67b04d6632ca3898220424600843cd0672875 Mon Sep 17 00:00:00 2001 From: "Sergey M." Date: Sun, 24 May 2015 18:40:19 +0600 Subject: [PATCH 061/139] Clarify chmod command access permissions --- download.html.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/download.html.in b/download.html.in index 28ec18d2b..d79a3e672 100644 --- a/download.html.in +++ b/download.html.in @@ -31,13 +31,13 @@

      To install it right away for all UNIX users (Linux, OS X, etc.), type: sudo curl @PROGRAM_URL@ -o /usr/local/bin/youtube-dl
      -sudo chmod a+x /usr/local/bin/youtube-dl
      +sudo chmod a+rx /usr/local/bin/youtube-dl

      If you do not have curl, you can alternatively use a recent wget: sudo wget @PROGRAM_URL@ -O /usr/local/bin/youtube-dl
      -sudo chmod a+x /usr/local/bin/youtube-dl
      +sudo chmod a+rx /usr/local/bin/youtube-dl

      You can also use pip: From 9a75356870a23b1ad6626079241e1b61e84ceb6e Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Fri, 29 May 2015 08:14:46 +0200 Subject: [PATCH 062/139] release 2015.05.29 --- download.html | 18 +++++++++--------- supportedsites.html | 9 ++++----- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 46 insertions(+), 18 deletions(-) diff --git a/download.html b/download.html index a583d79f2..a4ad3251d 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

      Remember youtube-dl requires Python version 2.6, 2.7, or 3.2+ to work.

      -

      2015.05.20 (sig)

      +

      2015.05.29 (sig)

        -
      • MD5: 45ddc95a535b8935fb8cafc5a1189ef2
      • -
      • SHA1: 2842961462e0df0b8ab1ef756fd089f0f6baae5e
      • -
      • SHA256: b037a73823ca0123a127fc940a86af990ac98e69f8a1294d8e6b0ed89abe183f
      • +
      • MD5: 9b38ddaccf707b7be3f8e531b1a70e4b
      • +
      • SHA1: c63a61715926b1c05f0b20647db837fea6b7bbb1
      • +
      • SHA256: 6ab36dd403c68ca3ed27c2e68f87a155a1dab6f2bb461b20773c37a727bfb293

      - Windows exe (sig - 26d9ad34b0af09d08abd9431ba7872b23582db8501418f65185ffdf7ff1cd44d)
      - Full source + docs + binary tarball (sig - 94de6dfdca5fd2c2cf83961b204970cc98aa9c3620736100116de07d54532eb3) + Windows exe (sig - edfd29f414d8c3f2c7b0fc3ba5ee895c11acdd918ba00dd13ff2d8ab5bad17db)
      + Full source + docs + binary tarball (sig - 32ba46eaca000e7752ee2b2c6ff1d767e6a6d7b20f4d7ecaa3f7c612458efd51)

      To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2015.05.20/youtube-dl -o /usr/local/bin/youtube-dl
      +sudo curl https://yt-dl.org/downloads/2015.05.29/youtube-dl -o /usr/local/bin/youtube-dl
      sudo chmod a+x /usr/local/bin/youtube-dl

      If you do not have curl, you can alternatively use a recent wget: -sudo wget https://yt-dl.org/downloads/2015.05.20/youtube-dl -O /usr/local/bin/youtube-dl
      +sudo wget https://yt-dl.org/downloads/2015.05.29/youtube-dl -O /usr/local/bin/youtube-dl
      sudo chmod a+x /usr/local/bin/youtube-dl

      @@ -53,7 +53,7 @@ See the pypi page for more

      To check the signature, type: -sudo wget https://yt-dl.org/downloads/2015.05.20/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig
      +sudo wget https://yt-dl.org/downloads/2015.05.29/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig

      The following GPG keys will be used to sign the binaries and the git tags:

      diff --git a/supportedsites.html b/supportedsites.html index 9043ddd91..8a0db149f 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -41,8 +41,7 @@
    • anitube.se
    • AnySex
    • Aparat
    • -
    • AppleDailyAnimationNews
    • -
    • AppleDailyRealtimeNews
    • +
    • AppleDaily
    • AppleTrailers
    • archive.org: archive.org videos
    • ARD
    • @@ -167,7 +166,6 @@
    • fc2
    • fernsehkritik.tv
    • fernsehkritik.tv:postecke
    • -
    • Firedrive
    • Firstpost
    • Flickr
    • Folketinget: Folketinget (ft.dk; Danish parliament)
    • @@ -245,6 +243,7 @@
    • KanalPlay: Kanal 5/9/11 Play
    • Kankan
    • Karaoketv
    • +
    • KarriereVideos
    • keek
    • KeezMovies
    • KhanAcademy
    • @@ -337,6 +336,7 @@
    • NosVideo
    • novamov: NovaMov
    • Nowness
    • +
    • NowTV
    • nowvideo: NowVideo
    • npo.nl
    • npo.nl:live
    • @@ -408,7 +408,6 @@
    • Rte
    • rtl.nl: rtl.nl and rtlxl.nl
    • RTL2
    • -
    • RTLnow
    • RTP
    • RTS: RTS.ch
    • rtve.es:alacarta: RTVE a la carta
    • @@ -446,7 +445,6 @@
    • smotri:community: Smotri.com community videos
    • smotri:user: Smotri.com user videos
    • Snotr
    • -
    • Sockshare
    • Sohu
    • soundcloud
    • soundcloud:playlist
    • @@ -579,6 +577,7 @@
    • vier:videos
    • Viewster
    • viki
    • +
    • viki:channel
    • vimeo
    • vimeo:album
    • vimeo:channel
    • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 4ba27db1b..99a2e2195 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2015.05.20 \ No newline at end of file +2015.05.29 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 17fcbad30..677bef590 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -3,7 +3,7 @@ youtube-dl releases https://yt-dl.org/feed/youtube-dl-updates-feed - 2015-05-20T10:12:52.565180Z + 2015-05-29T08:14:44.465152Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -8240,4 +8240,19 @@ 2015-05-20T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.05.29 + New version 2015.05.29 + + +
      + Downloads available at https://yt-dl.org/downloads/2015.05.29/ +
      +
      + + The youtube-dl maintainers + + 2015-05-29T00:00:00Z +
      + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 47907689f..cecb9be55 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2015.05.20", - "signature": "61f2223b0de57b93290f49036887bdeaed8120f31e5c2d70d17c5fd52c5a3a794d079fb4d454310da628abb1213621fe413ca19f26beb8133a5a12c108d4b16c9b0966ab112bcd3795c4b1a8aca261407d038c6e890b324b844ea63161830833f694d453b0f502c2b9c8b3b96f387bd8ba7402725e6362764bf8134f2868e35e", + "latest": "2015.05.29", + "signature": "9b098956c29e53a3183d1930e54396c83ca0f408b576fc444b839d1d32354980e0b2553829490bc433047cabcd9474f6f0940cc9c32cc9e58b3188f2fa8234777271fd79db0828187b9f1d1e4a71c29b89a1d6091ab33aab482b4742eb999faebcd84265ccb16357516cc7ecaf5eb2f9404763dc0606b97e02c85659dc95ef28", "versions": { "2012.02.22": { "bin": [ @@ -7693,6 +7693,20 @@ "https://yt-dl.org/downloads/2015.05.20/youtube-dl-2015.05.20.tar.gz", "94de6dfdca5fd2c2cf83961b204970cc98aa9c3620736100116de07d54532eb3" ] + }, + "2015.05.29": { + "bin": [ + "https://yt-dl.org/downloads/2015.05.29/youtube-dl", + "6ab36dd403c68ca3ed27c2e68f87a155a1dab6f2bb461b20773c37a727bfb293" + ], + "exe": [ + "https://yt-dl.org/downloads/2015.05.29/youtube-dl.exe", + "edfd29f414d8c3f2c7b0fc3ba5ee895c11acdd918ba00dd13ff2d8ab5bad17db" + ], + "tar": [ + "https://yt-dl.org/downloads/2015.05.29/youtube-dl-2015.05.29.tar.gz", + "32ba46eaca000e7752ee2b2c6ff1d767e6a6d7b20f4d7ecaa3f7c612458efd51" + ] } } } \ No newline at end of file From f1d3e95e4642857ee674f901dc69794054af1abd Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Thu, 4 Jun 2015 21:56:50 +0200 Subject: [PATCH 063/139] release 2015.06.04.1 --- download.html | 18 +++++++++--------- supportedsites.html | 5 +++++ update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 47 insertions(+), 13 deletions(-) diff --git a/download.html b/download.html index a4ad3251d..3dec00176 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

      Remember youtube-dl requires Python version 2.6, 2.7, or 3.2+ to work.

      -

      2015.05.29 (sig)

      +

      2015.06.04.1 (sig)

        -
      • MD5: 9b38ddaccf707b7be3f8e531b1a70e4b
      • -
      • SHA1: c63a61715926b1c05f0b20647db837fea6b7bbb1
      • -
      • SHA256: 6ab36dd403c68ca3ed27c2e68f87a155a1dab6f2bb461b20773c37a727bfb293
      • +
      • MD5: 0322075ef19d48e0e0f8b782e567e923
      • +
      • SHA1: a436b0c8588b417bb51b9227031397832ec1fab6
      • +
      • SHA256: 48477b3df12b2d6232165a1ccbc999221086c89264b6b64dfbb9d16594eda4be

      - Windows exe (sig - edfd29f414d8c3f2c7b0fc3ba5ee895c11acdd918ba00dd13ff2d8ab5bad17db)
      - Full source + docs + binary tarball (sig - 32ba46eaca000e7752ee2b2c6ff1d767e6a6d7b20f4d7ecaa3f7c612458efd51) + Windows exe (sig - d5ed081145137828a0038cee9f4c4c4dbe3a850210e0fd49837f199a9e00751d)
      + Full source + docs + binary tarball (sig - cffb1edb9637962e6a2ea1d26284f52aa53c7f5cd2a3e1e94a21f414aa606566)

      To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2015.05.29/youtube-dl -o /usr/local/bin/youtube-dl
      +sudo curl https://yt-dl.org/downloads/2015.06.04.1/youtube-dl -o /usr/local/bin/youtube-dl
      sudo chmod a+x /usr/local/bin/youtube-dl

      If you do not have curl, you can alternatively use a recent wget: -sudo wget https://yt-dl.org/downloads/2015.05.29/youtube-dl -O /usr/local/bin/youtube-dl
      +sudo wget https://yt-dl.org/downloads/2015.06.04.1/youtube-dl -O /usr/local/bin/youtube-dl
      sudo chmod a+x /usr/local/bin/youtube-dl

      @@ -53,7 +53,7 @@ See the pypi page for more

      To check the signature, type: -sudo wget https://yt-dl.org/downloads/2015.05.29/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig
      +sudo wget https://yt-dl.org/downloads/2015.06.04.1/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig

      The following GPG keys will be used to sign the binaries and the git tags:

      diff --git a/supportedsites.html b/supportedsites.html index 8a0db149f..0a59da989 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -25,6 +25,7 @@
    • 56.com
    • 5min
    • 8tracks
    • +
    • 91porn
    • 9gag
    • abc.net.au
    • Abc7News
    • @@ -334,6 +335,7 @@
    • Noco
    • Normalboots
    • NosVideo
    • +
    • Nova: TN.cz, Prásk.tv, Nova.cz, Novaplus.cz, FANDA.tv, Krásná.cz and Doma.cz
    • novamov: NovaMov
    • Nowness
    • NowTV
    • @@ -446,6 +448,8 @@
    • smotri:user: Smotri.com user videos
    • Snotr
    • Sohu
    • +
    • soompi
    • +
    • soompi:show
    • soundcloud
    • soundcloud:playlist
    • soundcloud:set
    • @@ -520,6 +524,7 @@
    • Trilulilu
    • TruTube
    • Tube8
    • +
    • TubiTv
    • Tudou
    • Tumblr
    • TuneIn
    • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 99a2e2195..bbdf4cacc 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2015.05.29 \ No newline at end of file +2015.06.04.1 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 677bef590..b69c44c69 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -3,7 +3,7 @@ youtube-dl releases https://yt-dl.org/feed/youtube-dl-updates-feed - 2015-05-29T08:14:44.465152Z + 2015-06-04T21:56:45.582904Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -8255,4 +8255,19 @@ 2015-05-29T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.06.04.1 + New version 2015.06.04.1 + + +
      + Downloads available at https://yt-dl.org/downloads/2015.06.04.1/ +
      +
      + + The youtube-dl maintainers + + 2015-06-04T00:00:01Z +
      + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index cecb9be55..b6341e3e9 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2015.05.29", - "signature": "9b098956c29e53a3183d1930e54396c83ca0f408b576fc444b839d1d32354980e0b2553829490bc433047cabcd9474f6f0940cc9c32cc9e58b3188f2fa8234777271fd79db0828187b9f1d1e4a71c29b89a1d6091ab33aab482b4742eb999faebcd84265ccb16357516cc7ecaf5eb2f9404763dc0606b97e02c85659dc95ef28", + "latest": "2015.06.04.1", + "signature": "55c88f84b1227cc1b56128311cea911fdd6879891a6d8b9c7479bf51bf82aa47d41fc539e60aa646692088c5a94bf5affbdb060ab0c6b60beeddf96f5cfe6d92c4eab374f70ccd4b01e0ec5cf7fc77088a6429e3b63162e50d02a679443c5df39535d9ab4fc3b8cc25f5b8aed1a5bb9b612b27a03af964198a474f97c8750595", "versions": { "2012.02.22": { "bin": [ @@ -7707,6 +7707,20 @@ "https://yt-dl.org/downloads/2015.05.29/youtube-dl-2015.05.29.tar.gz", "32ba46eaca000e7752ee2b2c6ff1d767e6a6d7b20f4d7ecaa3f7c612458efd51" ] + }, + "2015.06.04.1": { + "bin": [ + "https://yt-dl.org/downloads/2015.06.04.1/youtube-dl", + "48477b3df12b2d6232165a1ccbc999221086c89264b6b64dfbb9d16594eda4be" + ], + "exe": [ + "https://yt-dl.org/downloads/2015.06.04.1/youtube-dl.exe", + "d5ed081145137828a0038cee9f4c4c4dbe3a850210e0fd49837f199a9e00751d" + ], + "tar": [ + "https://yt-dl.org/downloads/2015.06.04.1/youtube-dl-2015.06.04.1.tar.gz", + "cffb1edb9637962e6a2ea1d26284f52aa53c7f5cd2a3e1e94a21f414aa606566" + ] } } } \ No newline at end of file From 9004185837d0cc019555a2a2c5ec7701ff12c53e Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Mon, 15 Jun 2015 01:42:07 +0200 Subject: [PATCH 064/139] release 2015.06.15 --- download.html | 22 +++++++++++----------- supportedsites.html | 7 +++++++ update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 51 insertions(+), 15 deletions(-) diff --git a/download.html b/download.html index 3dec00176..f5625a61d 100644 --- a/download.html +++ b/download.html @@ -16,28 +16,28 @@

      Remember youtube-dl requires Python version 2.6, 2.7, or 3.2+ to work.

      -

      2015.06.04.1 (sig)

      +

      2015.06.15 (sig)

        -
      • MD5: 0322075ef19d48e0e0f8b782e567e923
      • -
      • SHA1: a436b0c8588b417bb51b9227031397832ec1fab6
      • -
      • SHA256: 48477b3df12b2d6232165a1ccbc999221086c89264b6b64dfbb9d16594eda4be
      • +
      • MD5: 417ee6f44cef134c99ebffdafb979e61
      • +
      • SHA1: 1c935f3802da07772f0a362454c68520a24ce350
      • +
      • SHA256: c95f485096bf288c875b94ad6b791680bf1221386a99f8943f8fef18ea733ac4

      - Windows exe (sig - d5ed081145137828a0038cee9f4c4c4dbe3a850210e0fd49837f199a9e00751d)
      - Full source + docs + binary tarball (sig - cffb1edb9637962e6a2ea1d26284f52aa53c7f5cd2a3e1e94a21f414aa606566) + Windows exe (sig - bf6fe4d735af6b57f6e9575983a7980ba43d5ff823cba0f29cf1bdb518d01736)
      + Full source + docs + binary tarball (sig - 5a30bb0e62bbdf7797b61d29678e672d67dddc0d3fa502d133d3017061b67c9a)

      To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2015.06.04.1/youtube-dl -o /usr/local/bin/youtube-dl
      -sudo chmod a+x /usr/local/bin/youtube-dl
      +sudo curl https://yt-dl.org/downloads/2015.06.15/youtube-dl -o /usr/local/bin/youtube-dl
      +sudo chmod a+rx /usr/local/bin/youtube-dl

      If you do not have curl, you can alternatively use a recent wget: -sudo wget https://yt-dl.org/downloads/2015.06.04.1/youtube-dl -O /usr/local/bin/youtube-dl
      -sudo chmod a+x /usr/local/bin/youtube-dl
      +sudo wget https://yt-dl.org/downloads/2015.06.15/youtube-dl -O /usr/local/bin/youtube-dl
      +sudo chmod a+rx /usr/local/bin/youtube-dl

      You can also use pip: @@ -53,7 +53,7 @@ See the pypi page for more

      To check the signature, type: -sudo wget https://yt-dl.org/downloads/2015.06.04.1/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig
      +sudo wget https://yt-dl.org/downloads/2015.06.15/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig

      The following GPG keys will be used to sign the binaries and the git tags:

      diff --git a/supportedsites.html b/supportedsites.html index 0a59da989..bce52c738 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -135,6 +135,8 @@
    • divxstage: DivxStage
    • Dotsub
    • DouyuTV
    • +
    • dramafever
    • +
    • dramafever:series
    • DRBonanza
    • Dropbox
    • DrTuber
    • @@ -168,6 +170,7 @@
    • fernsehkritik.tv
    • fernsehkritik.tv:postecke
    • Firstpost
    • +
    • FiveTV
    • Flickr
    • Folketinget: Folketinget (ft.dk; Danish parliament)
    • FootyRoom
    • @@ -232,6 +235,7 @@
    • instagram:user: Instagram user profile
    • InternetVideoArchive
    • IPrima
    • +
    • iqiyi
    • ivi: ivi.ru
    • ivi:compilation: ivi.ru compilations
    • Izlesene
    • @@ -422,6 +426,7 @@
    • rutube:movie: Rutube movies
    • rutube:person: Rutube person videos
    • RUTV: RUTV.RU
    • +
    • Ruutu
    • safari: safaribooksonline.com online video
    • safari:course: safaribooksonline.com online courses
    • Sandia: Sandia National Laboratories
    • @@ -534,6 +539,8 @@
    • TV2
    • TV2Article
    • TV4: tv4.se and tv4play.se
    • +
    • TVC
    • +
    • TVCArticle
    • tvigle: Интернет-телевидение Tvigle.ru
    • tvp.pl
    • tvp.pl:Series
    • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index bbdf4cacc..3c1988ea9 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2015.06.04.1 \ No newline at end of file +2015.06.15 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index b69c44c69..483dcd72f 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -3,7 +3,7 @@ youtube-dl releases https://yt-dl.org/feed/youtube-dl-updates-feed - 2015-06-04T21:56:45.582904Z + 2015-06-15T01:42:05.360071Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -8270,4 +8270,19 @@ 2015-06-04T00:00:01Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.06.15 + New version 2015.06.15 + + +
      + Downloads available at https://yt-dl.org/downloads/2015.06.15/ +
      +
      + + The youtube-dl maintainers + + 2015-06-15T00:00:00Z +
      + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index b6341e3e9..5ea281da7 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2015.06.04.1", - "signature": "55c88f84b1227cc1b56128311cea911fdd6879891a6d8b9c7479bf51bf82aa47d41fc539e60aa646692088c5a94bf5affbdb060ab0c6b60beeddf96f5cfe6d92c4eab374f70ccd4b01e0ec5cf7fc77088a6429e3b63162e50d02a679443c5df39535d9ab4fc3b8cc25f5b8aed1a5bb9b612b27a03af964198a474f97c8750595", + "latest": "2015.06.15", + "signature": "893899f59cdcbf5d43e7d1aadfdb206d10d329e54a718a66a7f3326eda9c19610dc62f33fe9b0adb018633ef90bd057e61919789ffe70325b54302c790a2cb51aaaee542dd2f24f1b379d5a6de28099e42755b6a7e5116557ef34e7e355df557993d0e142c11865694e37bb8b6d311f5dae9018045e8c83c393f9e258b8c1fe2", "versions": { "2012.02.22": { "bin": [ @@ -7721,6 +7721,20 @@ "https://yt-dl.org/downloads/2015.06.04.1/youtube-dl-2015.06.04.1.tar.gz", "cffb1edb9637962e6a2ea1d26284f52aa53c7f5cd2a3e1e94a21f414aa606566" ] + }, + "2015.06.15": { + "bin": [ + "https://yt-dl.org/downloads/2015.06.15/youtube-dl", + "c95f485096bf288c875b94ad6b791680bf1221386a99f8943f8fef18ea733ac4" + ], + "exe": [ + "https://yt-dl.org/downloads/2015.06.15/youtube-dl.exe", + "bf6fe4d735af6b57f6e9575983a7980ba43d5ff823cba0f29cf1bdb518d01736" + ], + "tar": [ + "https://yt-dl.org/downloads/2015.06.15/youtube-dl-2015.06.15.tar.gz", + "5a30bb0e62bbdf7797b61d29678e672d67dddc0d3fa502d133d3017061b67c9a" + ] } } } \ No newline at end of file From 3bb38bbbc50dd441f253e98bd963a457b7d77b4c Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Thu, 25 Jun 2015 07:46:57 +0200 Subject: [PATCH 065/139] release 2015.06.25 --- download.html | 18 +++++++++--------- supportedsites.html | 7 ++++++- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 48 insertions(+), 14 deletions(-) diff --git a/download.html b/download.html index f5625a61d..86ce1950e 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

      Remember youtube-dl requires Python version 2.6, 2.7, or 3.2+ to work.

      -

      2015.06.15 (sig)

      +

      2015.06.25 (sig)

        -
      • MD5: 417ee6f44cef134c99ebffdafb979e61
      • -
      • SHA1: 1c935f3802da07772f0a362454c68520a24ce350
      • -
      • SHA256: c95f485096bf288c875b94ad6b791680bf1221386a99f8943f8fef18ea733ac4
      • +
      • MD5: 01870d6d58f8191b1bb635633d1acfca
      • +
      • SHA1: d0bd0e6d4d9b88ca81fe021db2766fa5cea26d1e
      • +
      • SHA256: c5eb434ac98f5310e3cafae6f41d53f2e9fb50e5ebe9e5903f1b16f9741ca9e2

      - Windows exe (sig - bf6fe4d735af6b57f6e9575983a7980ba43d5ff823cba0f29cf1bdb518d01736)
      - Full source + docs + binary tarball (sig - 5a30bb0e62bbdf7797b61d29678e672d67dddc0d3fa502d133d3017061b67c9a) + Windows exe (sig - ae2116c255363fa142f8d1d8742cc935d3320b84ae2b32f819bb5f815c05409e)
      + Full source + docs + binary tarball (sig - 6e64f50ba8e74e11318be19c72be56bdcf00673841ea77716a10967e04c48628)

      To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2015.06.15/youtube-dl -o /usr/local/bin/youtube-dl
      +sudo curl https://yt-dl.org/downloads/2015.06.25/youtube-dl -o /usr/local/bin/youtube-dl
      sudo chmod a+rx /usr/local/bin/youtube-dl

      If you do not have curl, you can alternatively use a recent wget: -sudo wget https://yt-dl.org/downloads/2015.06.15/youtube-dl -O /usr/local/bin/youtube-dl
      +sudo wget https://yt-dl.org/downloads/2015.06.25/youtube-dl -O /usr/local/bin/youtube-dl
      sudo chmod a+rx /usr/local/bin/youtube-dl

      @@ -53,7 +53,7 @@ See the pypi page for more

      To check the signature, type: -sudo wget https://yt-dl.org/downloads/2015.06.15/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig
      +sudo wget https://yt-dl.org/downloads/2015.06.25/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig

      The following GPG keys will be used to sign the binaries and the git tags:

      diff --git a/supportedsites.html b/supportedsites.html index bce52c738..808e36508 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -32,6 +32,7 @@
    • AcademicEarth:Course
    • AddAnime
    • AdobeTV
    • +
    • AdobeTVVideo
    • AdultSwim
    • Aftenposten
    • Aftonbladet
    • @@ -125,6 +126,7 @@
    • dailymotion
    • dailymotion:playlist
    • dailymotion:user
    • +
    • DailymotionCloud
    • daum.net
    • DBTV
    • DctpTv
    • @@ -359,6 +361,7 @@
    • Odnoklassniki
    • OktoberfestTV
    • on.aol.com
    • +
    • OnionStudios
    • Ooyala
    • OoyalaExternal
    • OpenFilm
    • @@ -372,6 +375,7 @@
    • PhilharmonieDeParis: Philharmonie de Paris
    • Phoenix
    • Photobucket
    • +
    • Pinkbike
    • Pladform
    • PlanetaPlay
    • play.fm
    • @@ -627,6 +631,7 @@
    • XBef
    • XboxClips
    • XHamster
    • +
    • XHamsterEmbed
    • XMinus
    • XNXX
    • Xstream
    • @@ -643,7 +648,7 @@
    • YesJapan
    • Ynet
    • YouJizz
    • -
    • Youku
    • +
    • youku
    • YouPorn
    • YourUpload
    • youtube: YouTube.com
    • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 3c1988ea9..46b55ee5b 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2015.06.15 \ No newline at end of file +2015.06.25 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 483dcd72f..089f421d7 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -3,7 +3,7 @@ youtube-dl releases https://yt-dl.org/feed/youtube-dl-updates-feed - 2015-06-15T01:42:05.360071Z + 2015-06-25T07:46:55.981292Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -8285,4 +8285,19 @@ 2015-06-15T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.06.25 + New version 2015.06.25 + + +
      + Downloads available at https://yt-dl.org/downloads/2015.06.25/ +
      +
      + + The youtube-dl maintainers + + 2015-06-25T00:00:00Z +
      + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 5ea281da7..7f17f2c21 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2015.06.15", - "signature": "893899f59cdcbf5d43e7d1aadfdb206d10d329e54a718a66a7f3326eda9c19610dc62f33fe9b0adb018633ef90bd057e61919789ffe70325b54302c790a2cb51aaaee542dd2f24f1b379d5a6de28099e42755b6a7e5116557ef34e7e355df557993d0e142c11865694e37bb8b6d311f5dae9018045e8c83c393f9e258b8c1fe2", + "latest": "2015.06.25", + "signature": "1e9c839d825e6e88f2a1a4c46d6f1427c01e7d76c72e1e330543a99803af1609b6247f5ed98324995721ac758c8aa7ae4be0c34dd3927fa4965f5894be1adc5cdd82c416ad9a5743b473ccf5689e30f08e7cffccfad8883191c39c6116b1666c2023addf238c9ebc6683ebc8112f20f22c6067835a69e9ce4ada129b63287404", "versions": { "2012.02.22": { "bin": [ @@ -7735,6 +7735,20 @@ "https://yt-dl.org/downloads/2015.06.15/youtube-dl-2015.06.15.tar.gz", "5a30bb0e62bbdf7797b61d29678e672d67dddc0d3fa502d133d3017061b67c9a" ] + }, + "2015.06.25": { + "bin": [ + "https://yt-dl.org/downloads/2015.06.25/youtube-dl", + "c5eb434ac98f5310e3cafae6f41d53f2e9fb50e5ebe9e5903f1b16f9741ca9e2" + ], + "exe": [ + "https://yt-dl.org/downloads/2015.06.25/youtube-dl.exe", + "ae2116c255363fa142f8d1d8742cc935d3320b84ae2b32f819bb5f815c05409e" + ], + "tar": [ + "https://yt-dl.org/downloads/2015.06.25/youtube-dl-2015.06.25.tar.gz", + "6e64f50ba8e74e11318be19c72be56bdcf00673841ea77716a10967e04c48628" + ] } } } \ No newline at end of file From 87fa98037b926ffea6aed0201e138ba08bb90b72 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Sat, 4 Jul 2015 09:38:09 +0200 Subject: [PATCH 066/139] release 2015.07.04 --- download.html | 18 +++++++++--------- supportedsites.html | 5 +++++ update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 47 insertions(+), 13 deletions(-) diff --git a/download.html b/download.html index 86ce1950e..c32c8da70 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

      Remember youtube-dl requires Python version 2.6, 2.7, or 3.2+ to work.

      -

      2015.06.25 (sig)

      +

      2015.07.04 (sig)

        -
      • MD5: 01870d6d58f8191b1bb635633d1acfca
      • -
      • SHA1: d0bd0e6d4d9b88ca81fe021db2766fa5cea26d1e
      • -
      • SHA256: c5eb434ac98f5310e3cafae6f41d53f2e9fb50e5ebe9e5903f1b16f9741ca9e2
      • +
      • MD5: f4aa26fdd3961506dcb8e8d75f20d3d4
      • +
      • SHA1: a992c958fa015c81b7894b3bb2b5a4cc43d1a3c1
      • +
      • SHA256: 762ef9f52e25540ae655aa2430b55b00ca2d4df543ff0faa0d7b4c4a7964b15e

      - Windows exe (sig - ae2116c255363fa142f8d1d8742cc935d3320b84ae2b32f819bb5f815c05409e)
      - Full source + docs + binary tarball (sig - 6e64f50ba8e74e11318be19c72be56bdcf00673841ea77716a10967e04c48628) + Windows exe (sig - 1a219b23bb8eccadc1cb6996b8a6b163cbde43fe837106e2d98ae6a3ba389222)
      + Full source + docs + binary tarball (sig - cad69f6343c8e2f285ff2ff1b1b2d1631d6f28ac773555082a0f9c214d69dca5)

      To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2015.06.25/youtube-dl -o /usr/local/bin/youtube-dl
      +sudo curl https://yt-dl.org/downloads/2015.07.04/youtube-dl -o /usr/local/bin/youtube-dl
      sudo chmod a+rx /usr/local/bin/youtube-dl

      If you do not have curl, you can alternatively use a recent wget: -sudo wget https://yt-dl.org/downloads/2015.06.25/youtube-dl -O /usr/local/bin/youtube-dl
      +sudo wget https://yt-dl.org/downloads/2015.07.04/youtube-dl -O /usr/local/bin/youtube-dl
      sudo chmod a+rx /usr/local/bin/youtube-dl

      @@ -53,7 +53,7 @@ See the pypi page for more

      To check the signature, type: -sudo wget https://yt-dl.org/downloads/2015.06.25/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig
      +sudo wget https://yt-dl.org/downloads/2015.07.04/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig

      The following GPG keys will be used to sign the binaries and the git tags:

      diff --git a/supportedsites.html b/supportedsites.html index 808e36508..b7d7407fe 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -298,6 +298,7 @@
    • Motherless
    • Motorsport: motorsport.com
    • MovieClips
    • +
    • MovieFap
    • Moviezine
    • movshare: MovShare
    • MPORA
    • @@ -455,6 +456,8 @@
    • smotri:broadcast: Smotri.com broadcasts
    • smotri:community: Smotri.com community videos
    • smotri:user: Smotri.com user videos
    • +
    • SnagFilms
    • +
    • SnagFilmsEmbed
    • Snotr
    • Sohu
    • soompi
    • @@ -517,6 +520,7 @@
    • TheOnion
    • ThePlatform
    • TheSixtyOne
    • +
    • ThisAmericanLife
    • ThisAV
    • THVideo
    • THVideoPlaylist
    • @@ -557,6 +561,7 @@
    • twitch:stream
    • twitch:video
    • twitch:vod
    • +
    • TwitterCard
    • Ubu
    • udemy
    • udemy:course
    • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 46b55ee5b..35cf5d319 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2015.06.25 \ No newline at end of file +2015.07.04 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 089f421d7..38363cef8 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -3,7 +3,7 @@ youtube-dl releases https://yt-dl.org/feed/youtube-dl-updates-feed - 2015-06-25T07:46:55.981292Z + 2015-07-04T09:38:07.874012Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -8300,4 +8300,19 @@ 2015-06-25T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.07.04 + New version 2015.07.04 + + +
      + Downloads available at https://yt-dl.org/downloads/2015.07.04/ +
      +
      + + The youtube-dl maintainers + + 2015-07-04T00:00:00Z +
      + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 7f17f2c21..a530d75bd 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2015.06.25", - "signature": "1e9c839d825e6e88f2a1a4c46d6f1427c01e7d76c72e1e330543a99803af1609b6247f5ed98324995721ac758c8aa7ae4be0c34dd3927fa4965f5894be1adc5cdd82c416ad9a5743b473ccf5689e30f08e7cffccfad8883191c39c6116b1666c2023addf238c9ebc6683ebc8112f20f22c6067835a69e9ce4ada129b63287404", + "latest": "2015.07.04", + "signature": "69540c73172e1da3022a98e91c009702fe931cf82db97330a2d29e4137e8ab3e68ac456a1d2b91ed1dba01b0cc224717b49f69ca12c9968f62fab0d7caf33eee9d60150b04328890e21de2b6101c6fb72eb0073e1dc5755f26315c569532166577cc5e8d1fe8c1ce5197187404ad1f7db47613bf5d1d73bed763d091f1e43bc1", "versions": { "2012.02.22": { "bin": [ @@ -7749,6 +7749,20 @@ "https://yt-dl.org/downloads/2015.06.25/youtube-dl-2015.06.25.tar.gz", "6e64f50ba8e74e11318be19c72be56bdcf00673841ea77716a10967e04c48628" ] + }, + "2015.07.04": { + "bin": [ + "https://yt-dl.org/downloads/2015.07.04/youtube-dl", + "762ef9f52e25540ae655aa2430b55b00ca2d4df543ff0faa0d7b4c4a7964b15e" + ], + "exe": [ + "https://yt-dl.org/downloads/2015.07.04/youtube-dl.exe", + "1a219b23bb8eccadc1cb6996b8a6b163cbde43fe837106e2d98ae6a3ba389222" + ], + "tar": [ + "https://yt-dl.org/downloads/2015.07.04/youtube-dl-2015.07.04.tar.gz", + "cad69f6343c8e2f285ff2ff1b1b2d1631d6f28ac773555082a0f9c214d69dca5" + ] } } } \ No newline at end of file From b1a027002fd6fde667c6ac7d7387737ccc83d524 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Tue, 7 Jul 2015 10:45:03 +0200 Subject: [PATCH 067/139] release 2015.07.07 --- download.html | 18 +++++++++--------- supportedsites.html | 1 + update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 43 insertions(+), 13 deletions(-) diff --git a/download.html b/download.html index c32c8da70..ed5f5756d 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

      Remember youtube-dl requires Python version 2.6, 2.7, or 3.2+ to work.

      -

      2015.07.04 (sig)

      +

      2015.07.07 (sig)

        -
      • MD5: f4aa26fdd3961506dcb8e8d75f20d3d4
      • -
      • SHA1: a992c958fa015c81b7894b3bb2b5a4cc43d1a3c1
      • -
      • SHA256: 762ef9f52e25540ae655aa2430b55b00ca2d4df543ff0faa0d7b4c4a7964b15e
      • +
      • MD5: f89b1e3be159abf7c7444660dd332fb8
      • +
      • SHA1: 6da503f7fb63b6eab37f90d2a4b630bbab4e0afb
      • +
      • SHA256: 814ab815b2f5ee26c3dfe3ed92cb60d1ed54bb5020fbed13dc07f857c85932b6

      - Windows exe (sig - 1a219b23bb8eccadc1cb6996b8a6b163cbde43fe837106e2d98ae6a3ba389222)
      - Full source + docs + binary tarball (sig - cad69f6343c8e2f285ff2ff1b1b2d1631d6f28ac773555082a0f9c214d69dca5) + Windows exe (sig - 9d33cb645172ed946c0f8f717850aef830a94303c3c9f0ccbf2fe5c8faf20e04)
      + Full source + docs + binary tarball (sig - 634d7a3c369a245e67317ddb4043f8167bce3e774e1246ecb7c2707d311c2b4e)

      To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2015.07.04/youtube-dl -o /usr/local/bin/youtube-dl
      +sudo curl https://yt-dl.org/downloads/2015.07.07/youtube-dl -o /usr/local/bin/youtube-dl
      sudo chmod a+rx /usr/local/bin/youtube-dl

      If you do not have curl, you can alternatively use a recent wget: -sudo wget https://yt-dl.org/downloads/2015.07.04/youtube-dl -O /usr/local/bin/youtube-dl
      +sudo wget https://yt-dl.org/downloads/2015.07.07/youtube-dl -O /usr/local/bin/youtube-dl
      sudo chmod a+rx /usr/local/bin/youtube-dl

      @@ -53,7 +53,7 @@ See the pypi page for more

      To check the signature, type: -sudo wget https://yt-dl.org/downloads/2015.07.04/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig
      +sudo wget https://yt-dl.org/downloads/2015.07.07/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig

      The following GPG keys will be used to sign the binaries and the git tags:

      diff --git a/supportedsites.html b/supportedsites.html index b7d7407fe..d4b2b240d 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -399,6 +399,7 @@
    • Pyvideo
    • qqmusic
    • qqmusic:album
    • +
    • qqmusic:playlist
    • qqmusic:singer
    • qqmusic:toplist
    • QuickVid
    • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 35cf5d319..f711e731b 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2015.07.04 \ No newline at end of file +2015.07.07 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 38363cef8..4d43141f7 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -3,7 +3,7 @@ youtube-dl releases https://yt-dl.org/feed/youtube-dl-updates-feed - 2015-07-04T09:38:07.874012Z + 2015-07-07T10:45:02.180337Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -8315,4 +8315,19 @@ 2015-07-04T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.07.07 + New version 2015.07.07 + + +
      + Downloads available at https://yt-dl.org/downloads/2015.07.07/ +
      +
      + + The youtube-dl maintainers + + 2015-07-07T00:00:00Z +
      + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index a530d75bd..e3b082f0e 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2015.07.04", - "signature": "69540c73172e1da3022a98e91c009702fe931cf82db97330a2d29e4137e8ab3e68ac456a1d2b91ed1dba01b0cc224717b49f69ca12c9968f62fab0d7caf33eee9d60150b04328890e21de2b6101c6fb72eb0073e1dc5755f26315c569532166577cc5e8d1fe8c1ce5197187404ad1f7db47613bf5d1d73bed763d091f1e43bc1", + "latest": "2015.07.07", + "signature": "38883d4da6beca054bb6ecf8e766e1c4b582d4070dce35a78748502159eef2afaf5ed0978cf41c24977352d82f306c48fa67fbbaac2637255dd1b88afd05e8159e580bc72276b2241a8b5740395873ae0114d9ab20c25ee3f37eb531d1e5f0b3a6c01c8e56ee7bf703928679b6032a773a2b0ca27bc23ff0c7c2d3a825709aa8", "versions": { "2012.02.22": { "bin": [ @@ -7763,6 +7763,20 @@ "https://yt-dl.org/downloads/2015.07.04/youtube-dl-2015.07.04.tar.gz", "cad69f6343c8e2f285ff2ff1b1b2d1631d6f28ac773555082a0f9c214d69dca5" ] + }, + "2015.07.07": { + "bin": [ + "https://yt-dl.org/downloads/2015.07.07/youtube-dl", + "814ab815b2f5ee26c3dfe3ed92cb60d1ed54bb5020fbed13dc07f857c85932b6" + ], + "exe": [ + "https://yt-dl.org/downloads/2015.07.07/youtube-dl.exe", + "9d33cb645172ed946c0f8f717850aef830a94303c3c9f0ccbf2fe5c8faf20e04" + ], + "tar": [ + "https://yt-dl.org/downloads/2015.07.07/youtube-dl-2015.07.07.tar.gz", + "634d7a3c369a245e67317ddb4043f8167bce3e774e1246ecb7c2707d311c2b4e" + ] } } } \ No newline at end of file From a5d13c04d935d1d46acd3f103f718e442de71c17 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Sat, 18 Jul 2015 12:07:28 +0200 Subject: [PATCH 068/139] release 2015.07.18 --- download.html | 18 +++++++------- supportedsites.html | 58 ++++++++++++++++++++++++++++--------------- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++- update/versions.json | 18 ++++++++++++-- 5 files changed, 80 insertions(+), 33 deletions(-) diff --git a/download.html b/download.html index ed5f5756d..af0b1d520 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

      Remember youtube-dl requires Python version 2.6, 2.7, or 3.2+ to work.

      -

      2015.07.07 (sig)

      +

      2015.07.18 (sig)

        -
      • MD5: f89b1e3be159abf7c7444660dd332fb8
      • -
      • SHA1: 6da503f7fb63b6eab37f90d2a4b630bbab4e0afb
      • -
      • SHA256: 814ab815b2f5ee26c3dfe3ed92cb60d1ed54bb5020fbed13dc07f857c85932b6
      • +
      • MD5: ed58ce6e04ff8b71fc507c5fb640bdcb
      • +
      • SHA1: b974db7d77fab7dc61401c5c5bba79d2b97b0775
      • +
      • SHA256: 75a2919bc22ccd3b5c02555902984c9a16a931a0a65008ccb1aca5e5a4a4ffd7

      - Windows exe (sig - 9d33cb645172ed946c0f8f717850aef830a94303c3c9f0ccbf2fe5c8faf20e04)
      - Full source + docs + binary tarball (sig - 634d7a3c369a245e67317ddb4043f8167bce3e774e1246ecb7c2707d311c2b4e) + Windows exe (sig - 23ddfa88973414f3a74564923ee2bb64a1f3b119b466cef85f828de951f0f94f)
      + Full source + docs + binary tarball (sig - 826b3e8f0752d26c1180c7cf9955fda297b2f34abfbf7e9b904f9625388bbe92)

      To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2015.07.07/youtube-dl -o /usr/local/bin/youtube-dl
      +sudo curl https://yt-dl.org/downloads/2015.07.18/youtube-dl -o /usr/local/bin/youtube-dl
      sudo chmod a+rx /usr/local/bin/youtube-dl

      If you do not have curl, you can alternatively use a recent wget: -sudo wget https://yt-dl.org/downloads/2015.07.07/youtube-dl -O /usr/local/bin/youtube-dl
      +sudo wget https://yt-dl.org/downloads/2015.07.18/youtube-dl -O /usr/local/bin/youtube-dl
      sudo chmod a+rx /usr/local/bin/youtube-dl

      @@ -53,7 +53,7 @@ See the pypi page for more

      To check the signature, type: -sudo wget https://yt-dl.org/downloads/2015.07.07/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig
      +sudo wget https://yt-dl.org/downloads/2015.07.18/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig

      The following GPG keys will be used to sign the binaries and the git tags:

      diff --git a/supportedsites.html b/supportedsites.html index d4b2b240d..01f189b3c 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -43,7 +43,7 @@
    • anitube.se
    • AnySex
    • Aparat
    • -
    • AppleDaily
    • +
    • AppleDaily: 臺灣蘋果日報
    • AppleTrailers
    • archive.org: archive.org videos
    • ARD
    • @@ -60,7 +60,7 @@
    • audiomack
    • audiomack:album
    • Azubu
    • -
    • BaiduVideo
    • +
    • BaiduVideo: 百度视频
    • bambuser
    • bambuser:channel
    • Bandcamp
    • @@ -121,7 +121,7 @@
    • Crunchyroll
    • crunchyroll:playlist
    • CSpan: C-SPAN
    • -
    • CtsNews
    • +
    • CtsNews: 華視新聞
    • culturebox.francetvinfo.fr
    • dailymotion
    • dailymotion:playlist
    • @@ -136,7 +136,7 @@
    • Discovery
    • divxstage: DivxStage
    • Dotsub
    • -
    • DouyuTV
    • +
    • DouyuTV: 斗鱼
    • dramafever
    • dramafever:series
    • DRBonanza
    • @@ -237,7 +237,7 @@
    • instagram:user: Instagram user profile
    • InternetVideoArchive
    • IPrima
    • -
    • iqiyi
    • +
    • iqiyi: 爱奇艺
    • ivi: ivi.ru
    • ivi:compilation: ivi.ru compilations
    • Izlesene
    • @@ -258,9 +258,15 @@
    • kontrtube: KontrTube.ru - Труба зовёт
    • KrasView: Красвью
    • Ku6
    • +
    • kuwo:album: 酷我音乐 - 专辑
    • +
    • kuwo:category: 酷我音乐 - 分类
    • +
    • kuwo:chart: 酷我音乐 - 排行榜
    • +
    • kuwo:mv: 酷我音乐 - MV
    • +
    • kuwo:singer: 酷我音乐 - 歌手
    • +
    • kuwo:song: 酷我音乐
    • la7.tv
    • Laola1Tv
    • -
    • Letv
    • +
    • Letv: 乐视网
    • LetvPlaylist
    • LetvTv
    • Libsyn
    • @@ -312,6 +318,7 @@
    • MySpace
    • MySpace:album
    • MySpass
    • +
    • Myvi
    • myvideo
    • MyVidster
    • N-JOY
    • @@ -327,11 +334,18 @@
    • NDTV
    • NerdCubedFeed
    • Nerdist
    • +
    • netease:album: 网易云音乐 - 专辑
    • +
    • netease:djradio: 网易云音乐 - 电台
    • +
    • netease:mv: 网易云音乐 - MV
    • +
    • netease:playlist: 网易云音乐 - 歌单
    • +
    • netease:program: 网易云音乐 - 电台节目
    • +
    • netease:singer: 网易云音乐 - 歌手
    • +
    • netease:song: 网易云音乐
    • Netzkino
    • Newgrounds
    • Newstube
    • -
    • NextMedia
    • -
    • NextMediaActionNews
    • +
    • NextMedia: 蘋果日報
    • +
    • NextMediaActionNews: 蘋果日報 - 動新聞
    • nfb: National Film Board of Canada
    • nfl.com
    • nhl.com
    • @@ -347,13 +361,14 @@
    • Nowness
    • NowTV
    • nowvideo: NowVideo
    • -
    • npo.nl
    • +
    • npo: npo.nl and ntr.nl
    • +
    • npo: npo.nl and ntr.nl
    • npo.nl:live
    • npo.nl:radio
    • npo.nl:radio:fragment
    • NRK
    • NRKPlaylist
    • -
    • NRKTV
    • +
    • NRKTV: NRK TV and NRK Radio
    • ntv.ru
    • Nuvid
    • NYTimes
    • @@ -397,11 +412,11 @@
    • prosiebensat1: ProSiebenSat.1 Digital
    • Puls4
    • Pyvideo
    • -
    • qqmusic
    • -
    • qqmusic:album
    • -
    • qqmusic:playlist
    • -
    • qqmusic:singer
    • -
    • qqmusic:toplist
    • +
    • qqmusic: QQ音乐
    • +
    • qqmusic:album: QQ音乐 - 专辑
    • +
    • qqmusic:playlist: QQ音乐 - 歌单
    • +
    • qqmusic:singer: QQ音乐 - 歌手
    • +
    • qqmusic:toplist: QQ音乐 - 排行榜
    • QuickVid
    • R7
    • radio.de
    • @@ -410,6 +425,7 @@
    • RadioJavan
    • Rai
    • RBMARadio
    • +
    • RDS: RDS.ca
    • RedTube
    • Restudy
    • ReverbNation
    • @@ -510,7 +526,6 @@
    • TechTalks
    • techtv.mit.edu
    • ted
    • -
    • tegenlicht.vpro.nl
    • TeleBruxelles
    • telecinco.es
    • TeleMB
    • @@ -566,7 +581,7 @@
    • Ubu
    • udemy
    • udemy:course
    • -
    • UDNEmbed
    • +
    • UDNEmbed: 聯合影音
    • Ultimedia
    • Unistra
    • Urort: NRK P3 Urørt
    • @@ -628,9 +643,11 @@
    • wdr:mobile
    • WDRMaus: Sendung mit der Maus
    • WebOfStories
    • +
    • WebOfStoriesPlaylist
    • Weibo
    • Wimp
    • Wistia
    • +
    • WNL
    • WorldStarHipHop
    • wrzuta.pl
    • WSJ: Wall Street Journal
    • @@ -643,18 +660,19 @@
    • Xstream
    • XTube
    • XTubeUser: XTube user profile
    • -
    • Xuite
    • +
    • Xuite: 隨意窩Xuite影音
    • XVideos
    • XXXYMovies
    • Yahoo: Yahoo screen and movies
    • -
    • Yam
    • +
    • Yam: 蕃薯藤yam天空部落
    • yandexmusic:album: Яндекс.Музыка - Альбом
    • yandexmusic:playlist: Яндекс.Музыка - Плейлист
    • yandexmusic:track: Яндекс.Музыка - Трек
    • YesJapan
    • +
    • yinyuetai:video: 音悦Tai
    • Ynet
    • YouJizz
    • -
    • youku
    • +
    • youku: 优酷
    • YouPorn
    • YourUpload
    • youtube: YouTube.com
    • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index f711e731b..e07e4716b 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2015.07.07 \ No newline at end of file +2015.07.18 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 4d43141f7..e9819e673 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -3,7 +3,7 @@ youtube-dl releases https://yt-dl.org/feed/youtube-dl-updates-feed - 2015-07-07T10:45:02.180337Z + 2015-07-18T12:07:26.994724Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -8330,4 +8330,19 @@ 2015-07-07T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.07.18 + New version 2015.07.18 + + +
      + Downloads available at https://yt-dl.org/downloads/2015.07.18/ +
      +
      + + The youtube-dl maintainers + + 2015-07-18T00:00:00Z +
      + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index e3b082f0e..7a3eb5de5 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2015.07.07", - "signature": "38883d4da6beca054bb6ecf8e766e1c4b582d4070dce35a78748502159eef2afaf5ed0978cf41c24977352d82f306c48fa67fbbaac2637255dd1b88afd05e8159e580bc72276b2241a8b5740395873ae0114d9ab20c25ee3f37eb531d1e5f0b3a6c01c8e56ee7bf703928679b6032a773a2b0ca27bc23ff0c7c2d3a825709aa8", + "latest": "2015.07.18", + "signature": "4b2061cf55ac3ed4e5fb7d95545fa65a401bc2be44342bce4c7d8680bd536a23dcaf8cc396eceaeae6cd0125c5d3fd411c4717dd3645db58cf593105dc7ec55a6bc9cfc5a8a34a03c83e2f59547ecd9350abd764f616909ff772e2316b095a8b99df65540a4ea144a5bb16ab4a2602a387ea7016df28fa2eeaee443524499ccc", "versions": { "2012.02.22": { "bin": [ @@ -7777,6 +7777,20 @@ "https://yt-dl.org/downloads/2015.07.07/youtube-dl-2015.07.07.tar.gz", "634d7a3c369a245e67317ddb4043f8167bce3e774e1246ecb7c2707d311c2b4e" ] + }, + "2015.07.18": { + "bin": [ + "https://yt-dl.org/downloads/2015.07.18/youtube-dl", + "75a2919bc22ccd3b5c02555902984c9a16a931a0a65008ccb1aca5e5a4a4ffd7" + ], + "exe": [ + "https://yt-dl.org/downloads/2015.07.18/youtube-dl.exe", + "23ddfa88973414f3a74564923ee2bb64a1f3b119b466cef85f828de951f0f94f" + ], + "tar": [ + "https://yt-dl.org/downloads/2015.07.18/youtube-dl-2015.07.18.tar.gz", + "826b3e8f0752d26c1180c7cf9955fda297b2f34abfbf7e9b904f9625388bbe92" + ] } } } \ No newline at end of file From 416f66a0b86a68166fe248c1fef88811e5936aec Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Tue, 21 Jul 2015 17:45:38 +0200 Subject: [PATCH 069/139] release 2015.07.21 --- download.html | 18 +++++++++--------- supportedsites.html | 6 ++++-- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 46 insertions(+), 15 deletions(-) diff --git a/download.html b/download.html index af0b1d520..121bf261c 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

      Remember youtube-dl requires Python version 2.6, 2.7, or 3.2+ to work.

      -

      2015.07.18 (sig)

      +

      2015.07.21 (sig)

        -
      • MD5: ed58ce6e04ff8b71fc507c5fb640bdcb
      • -
      • SHA1: b974db7d77fab7dc61401c5c5bba79d2b97b0775
      • -
      • SHA256: 75a2919bc22ccd3b5c02555902984c9a16a931a0a65008ccb1aca5e5a4a4ffd7
      • +
      • MD5: a4728ab730c4553705cd0e0a155a4633
      • +
      • SHA1: eb9ff0046f3cf55157c3a60e23eb76fabb860adf
      • +
      • SHA256: 08d939036b4178d967665763c383ebc0194dab5540d46acf5933f0008f63d34f

      - Windows exe (sig - 23ddfa88973414f3a74564923ee2bb64a1f3b119b466cef85f828de951f0f94f)
      - Full source + docs + binary tarball (sig - 826b3e8f0752d26c1180c7cf9955fda297b2f34abfbf7e9b904f9625388bbe92) + Windows exe (sig - 33e68832702ed47a62d8d799f792babfedcfc7954d465e765c6062112a549d12)
      + Full source + docs + binary tarball (sig - 0b4276ce0df1add4081ca01b5d9460ce8ac6b218fb29ec6b4ddc7130a9ff29d9)

      To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2015.07.18/youtube-dl -o /usr/local/bin/youtube-dl
      +sudo curl https://yt-dl.org/downloads/2015.07.21/youtube-dl -o /usr/local/bin/youtube-dl
      sudo chmod a+rx /usr/local/bin/youtube-dl

      If you do not have curl, you can alternatively use a recent wget: -sudo wget https://yt-dl.org/downloads/2015.07.18/youtube-dl -O /usr/local/bin/youtube-dl
      +sudo wget https://yt-dl.org/downloads/2015.07.21/youtube-dl -O /usr/local/bin/youtube-dl
      sudo chmod a+rx /usr/local/bin/youtube-dl

      @@ -53,7 +53,7 @@ See the pypi page for more

      To check the signature, type: -sudo wget https://yt-dl.org/downloads/2015.07.18/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig
      +sudo wget https://yt-dl.org/downloads/2015.07.21/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig

      The following GPG keys will be used to sign the binaries and the git tags:

      diff --git a/supportedsites.html b/supportedsites.html index 01f189b3c..9feb01da8 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -43,6 +43,7 @@
    • anitube.se
    • AnySex
    • Aparat
    • +
    • AppleConnect
    • AppleDaily: 臺灣蘋果日報
    • AppleTrailers
    • archive.org: archive.org videos
    • @@ -501,6 +502,7 @@
    • SportBox
    • SportBoxEmbed
    • SportDeutschland
    • +
    • Sportschau
    • Srf
    • SRMediathek: Saarländischer Rundfunk
    • SSA
    • @@ -626,8 +628,8 @@
    • Vimple: Vimple - one-click video hosting
    • Vine
    • vine:user
    • -
    • vk.com
    • -
    • vk.com:user-videos: vk.com:All of a user's videos
    • +
    • vk: VK
    • +
    • vk:uservideos: VK - User's Videos
    • Vodlocker
    • VoiceRepublic
    • Vporn
    • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index e07e4716b..1a4efa6a5 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2015.07.18 \ No newline at end of file +2015.07.21 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index e9819e673..9a7b5e3be 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -3,7 +3,7 @@ youtube-dl releases https://yt-dl.org/feed/youtube-dl-updates-feed - 2015-07-18T12:07:26.994724Z + 2015-07-21T17:45:36.541283Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -8345,4 +8345,19 @@ 2015-07-18T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.07.21 + New version 2015.07.21 + + +
      + Downloads available at https://yt-dl.org/downloads/2015.07.21/ +
      +
      + + The youtube-dl maintainers + + 2015-07-21T00:00:00Z +
      + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 7a3eb5de5..5c205c2f7 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2015.07.18", - "signature": "4b2061cf55ac3ed4e5fb7d95545fa65a401bc2be44342bce4c7d8680bd536a23dcaf8cc396eceaeae6cd0125c5d3fd411c4717dd3645db58cf593105dc7ec55a6bc9cfc5a8a34a03c83e2f59547ecd9350abd764f616909ff772e2316b095a8b99df65540a4ea144a5bb16ab4a2602a387ea7016df28fa2eeaee443524499ccc", + "latest": "2015.07.21", + "signature": "295cfb6fd4103a795ccb79f6fb19f0cf69f32d9b760120a53d619105fe0e51dfc235f9f0d67ccd66d139503dd434069c68cb9115629950c4c2f6f4cf580309cc6acc0e662f4774ebfdc3b43e1b0cbbd45e9c5c2d8d2212b3870dc5bf9f7305ecb16629768c44b095cfb7f65ae2bdfda22c78f9f27920345624a11d1d6f501ce0", "versions": { "2012.02.22": { "bin": [ @@ -7791,6 +7791,20 @@ "https://yt-dl.org/downloads/2015.07.18/youtube-dl-2015.07.18.tar.gz", "826b3e8f0752d26c1180c7cf9955fda297b2f34abfbf7e9b904f9625388bbe92" ] + }, + "2015.07.21": { + "bin": [ + "https://yt-dl.org/downloads/2015.07.21/youtube-dl", + "08d939036b4178d967665763c383ebc0194dab5540d46acf5933f0008f63d34f" + ], + "exe": [ + "https://yt-dl.org/downloads/2015.07.21/youtube-dl.exe", + "33e68832702ed47a62d8d799f792babfedcfc7954d465e765c6062112a549d12" + ], + "tar": [ + "https://yt-dl.org/downloads/2015.07.21/youtube-dl-2015.07.21.tar.gz", + "0b4276ce0df1add4081ca01b5d9460ce8ac6b218fb29ec6b4ddc7130a9ff29d9" + ] } } } \ No newline at end of file From d8196bece3d4a43e16584892e02786f7fbaa0247 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Tue, 28 Jul 2015 11:36:28 +0200 Subject: [PATCH 070/139] release 2015.07.28 --- download.html | 18 +++++++++--------- supportedsites.html | 3 +++ update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 45 insertions(+), 13 deletions(-) diff --git a/download.html b/download.html index 121bf261c..90299133e 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

      Remember youtube-dl requires Python version 2.6, 2.7, or 3.2+ to work.

      -

      2015.07.21 (sig)

      +

      2015.07.28 (sig)

        -
      • MD5: a4728ab730c4553705cd0e0a155a4633
      • -
      • SHA1: eb9ff0046f3cf55157c3a60e23eb76fabb860adf
      • -
      • SHA256: 08d939036b4178d967665763c383ebc0194dab5540d46acf5933f0008f63d34f
      • +
      • MD5: 33897117256ed906bcca7955b4bf9fbb
      • +
      • SHA1: efae13c4f5bc2bb26eed18597bba61c8067e5821
      • +
      • SHA256: 55064ab66aced3ea967ef0a7ff00947c379ebf4e9477a4606bbbfb94590c9d04

      - Windows exe (sig - 33e68832702ed47a62d8d799f792babfedcfc7954d465e765c6062112a549d12)
      - Full source + docs + binary tarball (sig - 0b4276ce0df1add4081ca01b5d9460ce8ac6b218fb29ec6b4ddc7130a9ff29d9) + Windows exe (sig - 33efd2beefdf88214633bab64e7dce5f5c59ebac613f4a65a498b6c8b70eb8e5)
      + Full source + docs + binary tarball (sig - 61c3acea56cb6127c092fed37ce77c64f14b501faceab54496412d3479685c56)

      To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2015.07.21/youtube-dl -o /usr/local/bin/youtube-dl
      +sudo curl https://yt-dl.org/downloads/2015.07.28/youtube-dl -o /usr/local/bin/youtube-dl
      sudo chmod a+rx /usr/local/bin/youtube-dl

      If you do not have curl, you can alternatively use a recent wget: -sudo wget https://yt-dl.org/downloads/2015.07.21/youtube-dl -O /usr/local/bin/youtube-dl
      +sudo wget https://yt-dl.org/downloads/2015.07.28/youtube-dl -O /usr/local/bin/youtube-dl
      sudo chmod a+rx /usr/local/bin/youtube-dl

      @@ -53,7 +53,7 @@ See the pypi page for more

      To check the signature, type: -sudo wget https://yt-dl.org/downloads/2015.07.21/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig
      +sudo wget https://yt-dl.org/downloads/2015.07.28/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig

      The following GPG keys will be used to sign the binaries and the git tags:

      diff --git a/supportedsites.html b/supportedsites.html index 9feb01da8..799da7748 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -66,6 +66,7 @@
    • bambuser:channel
    • Bandcamp
    • Bandcamp:album
    • +
    • bbc: BBC
    • bbc.co.uk: BBC iPlayer
    • BeatportPro
    • Beeg
    • @@ -239,6 +240,7 @@
    • InternetVideoArchive
    • IPrima
    • iqiyi: 爱奇艺
    • +
    • Ir90Tv
    • ivi: ivi.ru
    • ivi:compilation: ivi.ru compilations
    • Izlesene
    • @@ -267,6 +269,7 @@
    • kuwo:song: 酷我音乐
    • la7.tv
    • Laola1Tv
    • +
    • Lecture2Go
    • Letv: 乐视网
    • LetvPlaylist
    • LetvTv
    • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 1a4efa6a5..9be92e9cc 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2015.07.21 \ No newline at end of file +2015.07.28 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 9a7b5e3be..856ec5e22 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -3,7 +3,7 @@ youtube-dl releases https://yt-dl.org/feed/youtube-dl-updates-feed - 2015-07-21T17:45:36.541283Z + 2015-07-28T11:36:27.083676Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -8360,4 +8360,19 @@ 2015-07-21T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.07.28 + New version 2015.07.28 + + +
      + Downloads available at https://yt-dl.org/downloads/2015.07.28/ +
      +
      + + The youtube-dl maintainers + + 2015-07-28T00:00:00Z +
      + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 5c205c2f7..7329fe93e 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2015.07.21", - "signature": "295cfb6fd4103a795ccb79f6fb19f0cf69f32d9b760120a53d619105fe0e51dfc235f9f0d67ccd66d139503dd434069c68cb9115629950c4c2f6f4cf580309cc6acc0e662f4774ebfdc3b43e1b0cbbd45e9c5c2d8d2212b3870dc5bf9f7305ecb16629768c44b095cfb7f65ae2bdfda22c78f9f27920345624a11d1d6f501ce0", + "latest": "2015.07.28", + "signature": "4e967ad9df5352b6a9861cca5efb2a807bb8f9991ec802ba7072e41a0e91167431838546b27c1fb9fd511c19b1621d38bc230f43488bad5d9f546a56029c6ed48df14739300a0ab53e64771d964e00fea4e12862c24a9b7a546702a85563494bea308de47887989f6399c1c9fbcf1dea16d9ddd2644b44cbd4b3efaa4d1ebd2a", "versions": { "2012.02.22": { "bin": [ @@ -7805,6 +7805,20 @@ "https://yt-dl.org/downloads/2015.07.21/youtube-dl-2015.07.21.tar.gz", "0b4276ce0df1add4081ca01b5d9460ce8ac6b218fb29ec6b4ddc7130a9ff29d9" ] + }, + "2015.07.28": { + "bin": [ + "https://yt-dl.org/downloads/2015.07.28/youtube-dl", + "55064ab66aced3ea967ef0a7ff00947c379ebf4e9477a4606bbbfb94590c9d04" + ], + "exe": [ + "https://yt-dl.org/downloads/2015.07.28/youtube-dl.exe", + "33efd2beefdf88214633bab64e7dce5f5c59ebac613f4a65a498b6c8b70eb8e5" + ], + "tar": [ + "https://yt-dl.org/downloads/2015.07.28/youtube-dl-2015.07.28.tar.gz", + "61c3acea56cb6127c092fed37ce77c64f14b501faceab54496412d3479685c56" + ] } } } \ No newline at end of file From e74d2bdbc5145612e22d397c4e8ed9fb834b86cf Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Thu, 6 Aug 2015 23:10:27 +0200 Subject: [PATCH 071/139] release 2015.08.06.1 --- download.html | 18 +++++++++--------- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 4 files changed, 42 insertions(+), 13 deletions(-) diff --git a/download.html b/download.html index 90299133e..4d5be4008 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

      Remember youtube-dl requires Python version 2.6, 2.7, or 3.2+ to work.

      -

      2015.07.28 (sig)

      +

      2015.08.06.1 (sig)

        -
      • MD5: 33897117256ed906bcca7955b4bf9fbb
      • -
      • SHA1: efae13c4f5bc2bb26eed18597bba61c8067e5821
      • -
      • SHA256: 55064ab66aced3ea967ef0a7ff00947c379ebf4e9477a4606bbbfb94590c9d04
      • +
      • MD5: 130f78a4c12b7e96d89824ad19975987
      • +
      • SHA1: f8de533658298b1c96fd1b7c3b212b4733e718c6
      • +
      • SHA256: 02a6d60466dfd929efba99b4f179661c815aa04c0b7d380140700224c3e0da8c

      - Windows exe (sig - 33efd2beefdf88214633bab64e7dce5f5c59ebac613f4a65a498b6c8b70eb8e5)
      - Full source + docs + binary tarball (sig - 61c3acea56cb6127c092fed37ce77c64f14b501faceab54496412d3479685c56) + Windows exe (sig - 388d58b7084b1790b0354cd16c8f6a4f9f01f135c8ac4aa1a30d075379e2ea74)
      + Full source + docs + binary tarball (sig - efd25b9827851a5b8f7108437ea4d84f778702e59fcf85e37e9e0933b8a5c908)

      To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2015.07.28/youtube-dl -o /usr/local/bin/youtube-dl
      +sudo curl https://yt-dl.org/downloads/2015.08.06.1/youtube-dl -o /usr/local/bin/youtube-dl
      sudo chmod a+rx /usr/local/bin/youtube-dl

      If you do not have curl, you can alternatively use a recent wget: -sudo wget https://yt-dl.org/downloads/2015.07.28/youtube-dl -O /usr/local/bin/youtube-dl
      +sudo wget https://yt-dl.org/downloads/2015.08.06.1/youtube-dl -O /usr/local/bin/youtube-dl
      sudo chmod a+rx /usr/local/bin/youtube-dl

      @@ -53,7 +53,7 @@ See the pypi page for more

      To check the signature, type: -sudo wget https://yt-dl.org/downloads/2015.07.28/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig
      +sudo wget https://yt-dl.org/downloads/2015.08.06.1/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig

      The following GPG keys will be used to sign the binaries and the git tags:

      diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 9be92e9cc..d694958e9 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2015.07.28 \ No newline at end of file +2015.08.06.1 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 856ec5e22..b275717fd 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -3,7 +3,7 @@ youtube-dl releases https://yt-dl.org/feed/youtube-dl-updates-feed - 2015-07-28T11:36:27.083676Z + 2015-08-06T23:09:06.391345Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -8375,4 +8375,19 @@ 2015-07-28T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.08.06.1 + New version 2015.08.06.1 + + +
      + Downloads available at https://yt-dl.org/downloads/2015.08.06.1/ +
      +
      + + The youtube-dl maintainers + + 2015-08-06T00:00:01Z +
      + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 7329fe93e..40d357c5c 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2015.07.28", - "signature": "4e967ad9df5352b6a9861cca5efb2a807bb8f9991ec802ba7072e41a0e91167431838546b27c1fb9fd511c19b1621d38bc230f43488bad5d9f546a56029c6ed48df14739300a0ab53e64771d964e00fea4e12862c24a9b7a546702a85563494bea308de47887989f6399c1c9fbcf1dea16d9ddd2644b44cbd4b3efaa4d1ebd2a", + "latest": "2015.08.06.1", + "signature": "74b347a217283e9c0bc8fc132053cb47159aedea026bbc4ea776af19c23a9bf5c2ca1bf964cc05968bfcd0b790e9f722d05abfa344d0784cc8a1a5816cc5a682af7e1038f14da441f78c3d57203f80b389d8052a32d6b293c1bac0437ec6843eb306fa9bf7f44035cbb26c4b64920810e654b4bc29cd0fd69e2f334352474b47", "versions": { "2012.02.22": { "bin": [ @@ -7819,6 +7819,20 @@ "https://yt-dl.org/downloads/2015.07.28/youtube-dl-2015.07.28.tar.gz", "61c3acea56cb6127c092fed37ce77c64f14b501faceab54496412d3479685c56" ] + }, + "2015.08.06.1": { + "bin": [ + "https://yt-dl.org/downloads/2015.08.06.1/youtube-dl", + "02a6d60466dfd929efba99b4f179661c815aa04c0b7d380140700224c3e0da8c" + ], + "exe": [ + "https://yt-dl.org/downloads/2015.08.06.1/youtube-dl.exe", + "388d58b7084b1790b0354cd16c8f6a4f9f01f135c8ac4aa1a30d075379e2ea74" + ], + "tar": [ + "https://yt-dl.org/downloads/2015.08.06.1/youtube-dl-2015.08.06.1.tar.gz", + "efd25b9827851a5b8f7108437ea4d84f778702e59fcf85e37e9e0933b8a5c908" + ] } } } \ No newline at end of file From a4f3acef974251bfbed7fd73016d498e09e32d8e Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Sun, 9 Aug 2015 20:18:19 +0200 Subject: [PATCH 072/139] release 2015.08.09 --- download.html | 18 +++++++++--------- supportedsites.html | 8 ++++++-- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 48 insertions(+), 15 deletions(-) diff --git a/download.html b/download.html index 4d5be4008..eb04df0fc 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

      Remember youtube-dl requires Python version 2.6, 2.7, or 3.2+ to work.

      -

      2015.08.06.1 (sig)

      +

      2015.08.09 (sig)

        -
      • MD5: 130f78a4c12b7e96d89824ad19975987
      • -
      • SHA1: f8de533658298b1c96fd1b7c3b212b4733e718c6
      • -
      • SHA256: 02a6d60466dfd929efba99b4f179661c815aa04c0b7d380140700224c3e0da8c
      • +
      • MD5: 6640dab40a6d1a7144590243a67965ea
      • +
      • SHA1: c7451a41c713168fa6be36eec89f59d79b03e367
      • +
      • SHA256: 119f83c0f8615d86c91a1d76e483f58dcc36339e4d0f620e160ef9a9a86fa454

      - Windows exe (sig - 388d58b7084b1790b0354cd16c8f6a4f9f01f135c8ac4aa1a30d075379e2ea74)
      - Full source + docs + binary tarball (sig - efd25b9827851a5b8f7108437ea4d84f778702e59fcf85e37e9e0933b8a5c908) + Windows exe (sig - d8fa2c57a3a6cbb256a2a0f1b7d3ec8fdea1e1ab69729ca127169710eaa5dfd1)
      + Full source + docs + binary tarball (sig - 01bd26ceb7bfde7bef2528666807241354087cf01b198b3d48623ee5e3c4b746)

      To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2015.08.06.1/youtube-dl -o /usr/local/bin/youtube-dl
      +sudo curl https://yt-dl.org/downloads/2015.08.09/youtube-dl -o /usr/local/bin/youtube-dl
      sudo chmod a+rx /usr/local/bin/youtube-dl

      If you do not have curl, you can alternatively use a recent wget: -sudo wget https://yt-dl.org/downloads/2015.08.06.1/youtube-dl -O /usr/local/bin/youtube-dl
      +sudo wget https://yt-dl.org/downloads/2015.08.09/youtube-dl -O /usr/local/bin/youtube-dl
      sudo chmod a+rx /usr/local/bin/youtube-dl

      @@ -53,7 +53,7 @@ See the pypi page for more

      To check the signature, type: -sudo wget https://yt-dl.org/downloads/2015.08.06.1/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig
      +sudo wget https://yt-dl.org/downloads/2015.08.09/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig

      The following GPG keys will be used to sign the binaries and the git tags:

      diff --git a/supportedsites.html b/supportedsites.html index 799da7748..4eae31a44 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -101,7 +101,7 @@
    • chirbit:profile
    • Cinchcast
    • Cinemassacre
    • -
    • clipfish
    • +
    • Clipfish
    • cliphunter
    • Clipsyndicate
    • Cloudy
    • @@ -131,6 +131,7 @@
    • DailymotionCloud
    • daum.net
    • DBTV
    • +
    • DCN
    • DctpTv
    • DeezerPlaylist
    • defense.gouv.fr
    • @@ -366,7 +367,6 @@
    • NowTV
    • nowvideo: NowVideo
    • npo: npo.nl and ntr.nl
    • -
    • npo: npo.nl and ntr.nl
    • npo.nl:live
    • npo.nl:radio
    • npo.nl:radio:fragment
    • @@ -392,6 +392,7 @@
    • parliamentlive.tv: UK parliament videos
    • Patreon
    • PBS
    • +
    • Periscope: Periscope
    • PhilharmonieDeParis: Philharmonie de Paris
    • Phoenix
    • Photobucket
    • @@ -421,6 +422,7 @@
    • qqmusic:playlist: QQ音乐 - 歌单
    • qqmusic:singer: QQ音乐 - 歌手
    • qqmusic:toplist: QQ音乐 - 排行榜
    • +
    • Quickscope: Quick Scope
    • QuickVid
    • R7
    • radio.de
    • @@ -533,6 +535,7 @@
    • ted
    • TeleBruxelles
    • telecinco.es
    • +
    • Telegraaf
    • TeleMB
    • TeleTask
    • TenPlay
    • @@ -636,6 +639,7 @@
    • Vodlocker
    • VoiceRepublic
    • Vporn
    • +
    • vpro: npo.nl and ntr.nl
    • VRT
    • vube: Vube.com
    • VuClip
    • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index d694958e9..73f21c6cc 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2015.08.06.1 \ No newline at end of file +2015.08.09 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index b275717fd..01a80a070 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -3,7 +3,7 @@ youtube-dl releases https://yt-dl.org/feed/youtube-dl-updates-feed - 2015-08-06T23:09:06.391345Z + 2015-08-09T20:18:17.143228Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -8390,4 +8390,19 @@ 2015-08-06T00:00:01Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.08.09 + New version 2015.08.09 + + +
      + Downloads available at https://yt-dl.org/downloads/2015.08.09/ +
      +
      + + The youtube-dl maintainers + + 2015-08-09T00:00:00Z +
      + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 40d357c5c..5e2004c59 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2015.08.06.1", - "signature": "74b347a217283e9c0bc8fc132053cb47159aedea026bbc4ea776af19c23a9bf5c2ca1bf964cc05968bfcd0b790e9f722d05abfa344d0784cc8a1a5816cc5a682af7e1038f14da441f78c3d57203f80b389d8052a32d6b293c1bac0437ec6843eb306fa9bf7f44035cbb26c4b64920810e654b4bc29cd0fd69e2f334352474b47", + "latest": "2015.08.09", + "signature": "0cd3b56689d8fb308a408594f3419302f9e03adca7ae1748a667e1f93ffeb5daf2af51bc653ff64c72937ffc5b0461b7924e606935bdae7537efc2d886a63577d8ee0c0709ad7bfa2566339413245a909520510616a159b0a7b00d777c43089e908fca392ec893d1ef43c1d9229f8d41086cbb6e669648edbfaadd938f542fdd", "versions": { "2012.02.22": { "bin": [ @@ -7833,6 +7833,20 @@ "https://yt-dl.org/downloads/2015.08.06.1/youtube-dl-2015.08.06.1.tar.gz", "efd25b9827851a5b8f7108437ea4d84f778702e59fcf85e37e9e0933b8a5c908" ] + }, + "2015.08.09": { + "bin": [ + "https://yt-dl.org/downloads/2015.08.09/youtube-dl", + "119f83c0f8615d86c91a1d76e483f58dcc36339e4d0f620e160ef9a9a86fa454" + ], + "exe": [ + "https://yt-dl.org/downloads/2015.08.09/youtube-dl.exe", + "d8fa2c57a3a6cbb256a2a0f1b7d3ec8fdea1e1ab69729ca127169710eaa5dfd1" + ], + "tar": [ + "https://yt-dl.org/downloads/2015.08.09/youtube-dl-2015.08.09.tar.gz", + "01bd26ceb7bfde7bef2528666807241354087cf01b198b3d48623ee5e3c4b746" + ] } } } \ No newline at end of file From 9d55e73482a5d521e325e705373ce58d7108a6ac Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Sun, 16 Aug 2015 01:08:18 +0200 Subject: [PATCH 073/139] release 2015.08.16 --- download.html | 18 +++++++++--------- supportedsites.html | 6 ++++++ update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 48 insertions(+), 13 deletions(-) diff --git a/download.html b/download.html index eb04df0fc..2fdeb87be 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

      Remember youtube-dl requires Python version 2.6, 2.7, or 3.2+ to work.

      -

      2015.08.09 (sig)

      +

      2015.08.16 (sig)

        -
      • MD5: 6640dab40a6d1a7144590243a67965ea
      • -
      • SHA1: c7451a41c713168fa6be36eec89f59d79b03e367
      • -
      • SHA256: 119f83c0f8615d86c91a1d76e483f58dcc36339e4d0f620e160ef9a9a86fa454
      • +
      • MD5: 36ee98ced7617724cdb32b54ac298a85
      • +
      • SHA1: 571c1877248312b0f29e21956a027a9e980e19cb
      • +
      • SHA256: bfa910528539fd78298b39decb42b2757898f4fed7d9c01b34f3cc6ae7578c14

      - Windows exe (sig - d8fa2c57a3a6cbb256a2a0f1b7d3ec8fdea1e1ab69729ca127169710eaa5dfd1)
      - Full source + docs + binary tarball (sig - 01bd26ceb7bfde7bef2528666807241354087cf01b198b3d48623ee5e3c4b746) + Windows exe (sig - 3e047c6fe6f19b1da038708ee4d77ea67d6824d0232a568663cabafaa0ddb4d5)
      + Full source + docs + binary tarball (sig - 85ef29e55989bdde8ea1bf9084484288e2acf91bf9c9d2f6ee08380d427712e6)

      To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2015.08.09/youtube-dl -o /usr/local/bin/youtube-dl
      +sudo curl https://yt-dl.org/downloads/2015.08.16/youtube-dl -o /usr/local/bin/youtube-dl
      sudo chmod a+rx /usr/local/bin/youtube-dl

      If you do not have curl, you can alternatively use a recent wget: -sudo wget https://yt-dl.org/downloads/2015.08.09/youtube-dl -O /usr/local/bin/youtube-dl
      +sudo wget https://yt-dl.org/downloads/2015.08.16/youtube-dl -O /usr/local/bin/youtube-dl
      sudo chmod a+rx /usr/local/bin/youtube-dl

      @@ -53,7 +53,7 @@ See the pypi page for more

      To check the signature, type: -sudo wget https://yt-dl.org/downloads/2015.08.09/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig
      +sudo wget https://yt-dl.org/downloads/2015.08.16/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig

      The following GPG keys will be used to sign the binaries and the git tags:

      diff --git a/supportedsites.html b/supportedsites.html index 4eae31a44..d6794392e 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -165,6 +165,7 @@
    • EroProfile
    • Escapist
    • ESPN (Currently broken)
    • +
    • EsriVideo
    • EveryonesMixtape
    • exfm: ex.fm
    • ExpoTV
    • @@ -235,6 +236,8 @@
    • imdb:list: Internet Movie Database lists
    • Imgur
    • Ina
    • +
    • Indavideo
    • +
    • IndavideoEmbed
    • InfoQ
    • Instagram
    • instagram:user: Instagram user profile
    • @@ -401,6 +404,7 @@
    • PlanetaPlay
    • play.fm
    • played.to
    • +
    • Playtvak: Playtvak.cz, iDNES.cz and Lidovky.cz
    • Playvid
    • Playwire
    • plus.google: Google Plus
    • @@ -447,6 +451,7 @@
    • rtve.es:alacarta: RTVE a la carta
    • rtve.es:infantil: RTVE infantil
    • rtve.es:live: RTVE.es live streams
    • +
    • RTVNH
    • RUHD
    • rutube: Rutube videos
    • rutube:channel: Rutube channels
    • @@ -470,6 +475,7 @@
    • ServingSys
    • Sexu
    • SexyKarma: Sexy Karma and Watch Indian Porn
    • +
    • Shahid
    • Shared
    • ShareSix
    • Sina
    • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 73f21c6cc..3365c75e0 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2015.08.09 \ No newline at end of file +2015.08.16 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 01a80a070..5e9ccaf19 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -3,7 +3,7 @@ youtube-dl releases https://yt-dl.org/feed/youtube-dl-updates-feed - 2015-08-09T20:18:17.143228Z + 2015-08-16T01:08:16.164806Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -8405,4 +8405,19 @@ 2015-08-09T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.08.16 + New version 2015.08.16 + + +
      + Downloads available at https://yt-dl.org/downloads/2015.08.16/ +
      +
      + + The youtube-dl maintainers + + 2015-08-16T00:00:00Z +
      + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 5e2004c59..6285cb0a5 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2015.08.09", - "signature": "0cd3b56689d8fb308a408594f3419302f9e03adca7ae1748a667e1f93ffeb5daf2af51bc653ff64c72937ffc5b0461b7924e606935bdae7537efc2d886a63577d8ee0c0709ad7bfa2566339413245a909520510616a159b0a7b00d777c43089e908fca392ec893d1ef43c1d9229f8d41086cbb6e669648edbfaadd938f542fdd", + "latest": "2015.08.16", + "signature": "12902618308860c00b75ac8af2c12adae9dc58504babb81a07a62501f426539142ed231817ebfb6a2f9aebc9cbd516a83cff337e6ac13c48bf09c6e270af8060ef840e3abc6593e2bbf32fc8cf2d013cbd68254379de503a5c3f9eb1a99b6bc188d264bb6e2192032d585918c6d503cbf3dcb9b7fea4dda5f55cc101a7b07604", "versions": { "2012.02.22": { "bin": [ @@ -7847,6 +7847,20 @@ "https://yt-dl.org/downloads/2015.08.09/youtube-dl-2015.08.09.tar.gz", "01bd26ceb7bfde7bef2528666807241354087cf01b198b3d48623ee5e3c4b746" ] + }, + "2015.08.16": { + "bin": [ + "https://yt-dl.org/downloads/2015.08.16/youtube-dl", + "bfa910528539fd78298b39decb42b2757898f4fed7d9c01b34f3cc6ae7578c14" + ], + "exe": [ + "https://yt-dl.org/downloads/2015.08.16/youtube-dl.exe", + "3e047c6fe6f19b1da038708ee4d77ea67d6824d0232a568663cabafaa0ddb4d5" + ], + "tar": [ + "https://yt-dl.org/downloads/2015.08.16/youtube-dl-2015.08.16.tar.gz", + "85ef29e55989bdde8ea1bf9084484288e2acf91bf9c9d2f6ee08380d427712e6" + ] } } } \ No newline at end of file From 4dcb4128690eb948cefc4916ef11fe67947409dc Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Sun, 16 Aug 2015 23:52:09 +0200 Subject: [PATCH 074/139] release 2015.08.16.1 --- download.html | 18 +++++++++--------- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 4 files changed, 42 insertions(+), 13 deletions(-) diff --git a/download.html b/download.html index 2fdeb87be..fed022244 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

      Remember youtube-dl requires Python version 2.6, 2.7, or 3.2+ to work.

      -

      2015.08.16 (sig)

      +

      2015.08.16.1 (sig)

        -
      • MD5: 36ee98ced7617724cdb32b54ac298a85
      • -
      • SHA1: 571c1877248312b0f29e21956a027a9e980e19cb
      • -
      • SHA256: bfa910528539fd78298b39decb42b2757898f4fed7d9c01b34f3cc6ae7578c14
      • +
      • MD5: 0b73510ac1889c27ab8f6d5d41bc44d6
      • +
      • SHA1: cd6385831655d7f4a15d868e823510e71bf54a46
      • +
      • SHA256: 7886730b462fb6183fef64da76fdee28317a03174c3b34c6fddb075055170e9e

      - Windows exe (sig - 3e047c6fe6f19b1da038708ee4d77ea67d6824d0232a568663cabafaa0ddb4d5)
      - Full source + docs + binary tarball (sig - 85ef29e55989bdde8ea1bf9084484288e2acf91bf9c9d2f6ee08380d427712e6) + Windows exe (sig - 3ce5a5518fc9e09547ed12157cf0adc9b032ff747ea471b2b40cad4910783dda)
      + Full source + docs + binary tarball (sig - feaa7b8e4b361cc824e64e0dbe521c3ddc6aab8b417b5491bc2914bfad42e711)

      To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2015.08.16/youtube-dl -o /usr/local/bin/youtube-dl
      +sudo curl https://yt-dl.org/downloads/2015.08.16.1/youtube-dl -o /usr/local/bin/youtube-dl
      sudo chmod a+rx /usr/local/bin/youtube-dl

      If you do not have curl, you can alternatively use a recent wget: -sudo wget https://yt-dl.org/downloads/2015.08.16/youtube-dl -O /usr/local/bin/youtube-dl
      +sudo wget https://yt-dl.org/downloads/2015.08.16.1/youtube-dl -O /usr/local/bin/youtube-dl
      sudo chmod a+rx /usr/local/bin/youtube-dl

      @@ -53,7 +53,7 @@ See the pypi page for more

      To check the signature, type: -sudo wget https://yt-dl.org/downloads/2015.08.16/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig
      +sudo wget https://yt-dl.org/downloads/2015.08.16.1/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig

      The following GPG keys will be used to sign the binaries and the git tags:

      diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 3365c75e0..69a88bf42 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2015.08.16 \ No newline at end of file +2015.08.16.1 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 5e9ccaf19..197e9e0f4 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -3,7 +3,7 @@ youtube-dl releases https://yt-dl.org/feed/youtube-dl-updates-feed - 2015-08-16T01:08:16.164806Z + 2015-08-16T23:52:03.930363Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -8420,4 +8420,19 @@ 2015-08-16T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.08.16.1 + New version 2015.08.16.1 + + +
      + Downloads available at https://yt-dl.org/downloads/2015.08.16.1/ +
      +
      + + The youtube-dl maintainers + + 2015-08-16T00:00:01Z +
      + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 6285cb0a5..e2037e4f2 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2015.08.16", - "signature": "12902618308860c00b75ac8af2c12adae9dc58504babb81a07a62501f426539142ed231817ebfb6a2f9aebc9cbd516a83cff337e6ac13c48bf09c6e270af8060ef840e3abc6593e2bbf32fc8cf2d013cbd68254379de503a5c3f9eb1a99b6bc188d264bb6e2192032d585918c6d503cbf3dcb9b7fea4dda5f55cc101a7b07604", + "latest": "2015.08.16.1", + "signature": "1a757f7dca06e0f2bf4aba8dbb6e2dae60b00244192b8b914d46745a81577fc7d64cf27d9b0637668a9f5d00f166177a8229d63289b2b9eb96a5f8e172cbf5c5792da8222b327763889aad9e270db3692ef73c138d994d997f4789582681c66505ffe6653d3d1791b700b004bd83a9df0883a9e9aa01699f604431e7f857869c", "versions": { "2012.02.22": { "bin": [ @@ -7861,6 +7861,20 @@ "https://yt-dl.org/downloads/2015.08.16/youtube-dl-2015.08.16.tar.gz", "85ef29e55989bdde8ea1bf9084484288e2acf91bf9c9d2f6ee08380d427712e6" ] + }, + "2015.08.16.1": { + "bin": [ + "https://yt-dl.org/downloads/2015.08.16.1/youtube-dl", + "7886730b462fb6183fef64da76fdee28317a03174c3b34c6fddb075055170e9e" + ], + "exe": [ + "https://yt-dl.org/downloads/2015.08.16.1/youtube-dl.exe", + "3ce5a5518fc9e09547ed12157cf0adc9b032ff747ea471b2b40cad4910783dda" + ], + "tar": [ + "https://yt-dl.org/downloads/2015.08.16.1/youtube-dl-2015.08.16.1.tar.gz", + "feaa7b8e4b361cc824e64e0dbe521c3ddc6aab8b417b5491bc2914bfad42e711" + ] } } } \ No newline at end of file From 40cba3ae9a2eab77e7d85bba7df43ab30256b7e1 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Mon, 24 Aug 2015 00:08:11 +0200 Subject: [PATCH 075/139] release 2015.08.23 --- download.html | 18 +++++++++--------- supportedsites.html | 6 +++++- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 47 insertions(+), 14 deletions(-) diff --git a/download.html b/download.html index fed022244..ce085e2e2 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

      Remember youtube-dl requires Python version 2.6, 2.7, or 3.2+ to work.

      -

      2015.08.16.1 (sig)

      +

      2015.08.23 (sig)

        -
      • MD5: 0b73510ac1889c27ab8f6d5d41bc44d6
      • -
      • SHA1: cd6385831655d7f4a15d868e823510e71bf54a46
      • -
      • SHA256: 7886730b462fb6183fef64da76fdee28317a03174c3b34c6fddb075055170e9e
      • +
      • MD5: a59cc8d80bfcc3c2788dd5f84be6fd9b
      • +
      • SHA1: 22230913504bcd1a3dd74dca0b5b9c140f397a51
      • +
      • SHA256: c1b93d747cd08b06acc8ecba65f1e8ba7c3ad034e3e783419cfcda668bfaa7b7

      - Windows exe (sig - 3ce5a5518fc9e09547ed12157cf0adc9b032ff747ea471b2b40cad4910783dda)
      - Full source + docs + binary tarball (sig - feaa7b8e4b361cc824e64e0dbe521c3ddc6aab8b417b5491bc2914bfad42e711) + Windows exe (sig - bafe245547b469847a14a1b762735780e05cfc0dcde30ae56c349335c055bbe0)
      + Full source + docs + binary tarball (sig - 774de06d23a87a37a040399101f716c86b17d21ff78971346263217d6862757e)

      To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2015.08.16.1/youtube-dl -o /usr/local/bin/youtube-dl
      +sudo curl https://yt-dl.org/downloads/2015.08.23/youtube-dl -o /usr/local/bin/youtube-dl
      sudo chmod a+rx /usr/local/bin/youtube-dl

      If you do not have curl, you can alternatively use a recent wget: -sudo wget https://yt-dl.org/downloads/2015.08.16.1/youtube-dl -O /usr/local/bin/youtube-dl
      +sudo wget https://yt-dl.org/downloads/2015.08.23/youtube-dl -O /usr/local/bin/youtube-dl
      sudo chmod a+rx /usr/local/bin/youtube-dl

      @@ -53,7 +53,7 @@ See the pypi page for more

      To check the signature, type: -sudo wget https://yt-dl.org/downloads/2015.08.16.1/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig
      +sudo wget https://yt-dl.org/downloads/2015.08.23/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig

      The following GPG keys will be used to sign the binaries and the git tags:

      diff --git a/supportedsites.html b/supportedsites.html index d6794392e..527139b30 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -316,6 +316,7 @@
    • Moviezine
    • movshare: MovShare
    • MPORA
    • +
    • MSNBC
    • MTV
    • mtviggy.com
    • mtvservices:embedded
    • @@ -323,6 +324,7 @@
    • MusicPlayOn
    • MusicVault
    • muzu.tv
    • +
    • Mwave
    • MySpace
    • MySpace:album
    • MySpass
    • @@ -407,6 +409,8 @@
    • Playtvak: Playtvak.cz, iDNES.cz and Lidovky.cz
    • Playvid
    • Playwire
    • +
    • pluralsight
    • +
    • pluralsight:course
    • plus.google: Google Plus
    • pluzz.francetv.fr
    • podomatic
    • @@ -549,6 +553,7 @@
    • TF1
    • TheOnion
    • ThePlatform
    • +
    • ThePlatformFeed
    • TheSixtyOne
    • ThisAmericanLife
    • ThisAV
    • @@ -614,7 +619,6 @@
    • Viddler
    • video.google:search: Google Video search
    • video.mit.edu
    • -
    • VideoBam
    • VideoDetective
    • videofy.me
    • videolectures.net
    • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 69a88bf42..ed59ce423 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2015.08.16.1 \ No newline at end of file +2015.08.23 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 197e9e0f4..88bee476b 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -3,7 +3,7 @@ youtube-dl releases https://yt-dl.org/feed/youtube-dl-updates-feed - 2015-08-16T23:52:03.930363Z + 2015-08-24T00:08:09.317345Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -8435,4 +8435,19 @@ 2015-08-16T00:00:01Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.08.23 + New version 2015.08.23 + + +
      + Downloads available at https://yt-dl.org/downloads/2015.08.23/ +
      +
      + + The youtube-dl maintainers + + 2015-08-23T00:00:00Z +
      + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index e2037e4f2..b1fe6faec 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2015.08.16.1", - "signature": "1a757f7dca06e0f2bf4aba8dbb6e2dae60b00244192b8b914d46745a81577fc7d64cf27d9b0637668a9f5d00f166177a8229d63289b2b9eb96a5f8e172cbf5c5792da8222b327763889aad9e270db3692ef73c138d994d997f4789582681c66505ffe6653d3d1791b700b004bd83a9df0883a9e9aa01699f604431e7f857869c", + "latest": "2015.08.23", + "signature": "8b57ed35f6e2a4af5090298473ba835def87247f433c00954523b2c46fa7e1ee5178fef27944045553cafae6c1e36ef90c94db2f4b296d72667891d444c9f92ddba7316a501cd3e545c02da4b7b3a0b7c357f6c6d80ccc8b714184850a4f0c900f7d6b3ac0e8ef66d34284b274ccfe3d4d073b5614cc5d68c1063eb9f700fd48", "versions": { "2012.02.22": { "bin": [ @@ -7875,6 +7875,20 @@ "https://yt-dl.org/downloads/2015.08.16.1/youtube-dl-2015.08.16.1.tar.gz", "feaa7b8e4b361cc824e64e0dbe521c3ddc6aab8b417b5491bc2914bfad42e711" ] + }, + "2015.08.23": { + "bin": [ + "https://yt-dl.org/downloads/2015.08.23/youtube-dl", + "c1b93d747cd08b06acc8ecba65f1e8ba7c3ad034e3e783419cfcda668bfaa7b7" + ], + "exe": [ + "https://yt-dl.org/downloads/2015.08.23/youtube-dl.exe", + "bafe245547b469847a14a1b762735780e05cfc0dcde30ae56c349335c055bbe0" + ], + "tar": [ + "https://yt-dl.org/downloads/2015.08.23/youtube-dl-2015.08.23.tar.gz", + "774de06d23a87a37a040399101f716c86b17d21ff78971346263217d6862757e" + ] } } } \ No newline at end of file From 40272673503134c37083a7620509924bca6c6746 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Fri, 28 Aug 2015 05:07:35 +0200 Subject: [PATCH 076/139] release 2015.08.28 --- download.html | 18 +++++++++--------- supportedsites.html | 4 ++-- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 44 insertions(+), 15 deletions(-) diff --git a/download.html b/download.html index ce085e2e2..6774be436 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

      Remember youtube-dl requires Python version 2.6, 2.7, or 3.2+ to work.

      -

      2015.08.23 (sig)

      +

      2015.08.28 (sig)

        -
      • MD5: a59cc8d80bfcc3c2788dd5f84be6fd9b
      • -
      • SHA1: 22230913504bcd1a3dd74dca0b5b9c140f397a51
      • -
      • SHA256: c1b93d747cd08b06acc8ecba65f1e8ba7c3ad034e3e783419cfcda668bfaa7b7
      • +
      • MD5: e554abdd00c455cc9b47267b1bdbcc06
      • +
      • SHA1: 17c713e2440d6d48fda8b36381ff53f51ad96f64
      • +
      • SHA256: 3f6a925fc4f324de8f5e2ca8aad1b47408a11b83fee29ae15f6ece2ffb804f10

      - Windows exe (sig - bafe245547b469847a14a1b762735780e05cfc0dcde30ae56c349335c055bbe0)
      - Full source + docs + binary tarball (sig - 774de06d23a87a37a040399101f716c86b17d21ff78971346263217d6862757e) + Windows exe (sig - 64637aaa0f0e6597773a25c06a5a193114abbf637a3785fde2b95d4f82805652)
      + Full source + docs + binary tarball (sig - 7763dc3869804696b1f1b66cb460d578d1af8de0a73046d449803bd3ac5f5045)

      To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2015.08.23/youtube-dl -o /usr/local/bin/youtube-dl
      +sudo curl https://yt-dl.org/downloads/2015.08.28/youtube-dl -o /usr/local/bin/youtube-dl
      sudo chmod a+rx /usr/local/bin/youtube-dl

      If you do not have curl, you can alternatively use a recent wget: -sudo wget https://yt-dl.org/downloads/2015.08.23/youtube-dl -O /usr/local/bin/youtube-dl
      +sudo wget https://yt-dl.org/downloads/2015.08.28/youtube-dl -O /usr/local/bin/youtube-dl
      sudo chmod a+rx /usr/local/bin/youtube-dl

      @@ -53,7 +53,7 @@ See the pypi page for more

      To check the signature, type: -sudo wget https://yt-dl.org/downloads/2015.08.23/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig
      +sudo wget https://yt-dl.org/downloads/2015.08.28/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig

      The following GPG keys will be used to sign the binaries and the git tags:

      diff --git a/supportedsites.html b/supportedsites.html index 527139b30..54ccd0523 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -181,7 +181,7 @@
    • Folketinget: Folketinget (ft.dk; Danish parliament)
    • FootyRoom
    • Foxgay
    • -
    • FoxNews
    • +
    • FoxNews: Fox News and Fox Business Video
    • FoxSports
    • france2.fr:generation-quoi
    • FranceCulture
    • @@ -480,7 +480,7 @@
    • Sexu
    • SexyKarma: Sexy Karma and Watch Indian Porn
    • Shahid
    • -
    • Shared
    • +
    • Shared: shared.sx and vivo.sx
    • ShareSix
    • Sina
    • Slideshare
    • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index ed59ce423..05b0d5451 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2015.08.23 \ No newline at end of file +2015.08.28 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 88bee476b..646da8fab 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -3,7 +3,7 @@ youtube-dl releases https://yt-dl.org/feed/youtube-dl-updates-feed - 2015-08-24T00:08:09.317345Z + 2015-08-28T05:07:33.552971Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -8450,4 +8450,19 @@ 2015-08-23T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.08.28 + New version 2015.08.28 + + +
      + Downloads available at https://yt-dl.org/downloads/2015.08.28/ +
      +
      + + The youtube-dl maintainers + + 2015-08-28T00:00:00Z +
      + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index b1fe6faec..d218a02ea 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2015.08.23", - "signature": "8b57ed35f6e2a4af5090298473ba835def87247f433c00954523b2c46fa7e1ee5178fef27944045553cafae6c1e36ef90c94db2f4b296d72667891d444c9f92ddba7316a501cd3e545c02da4b7b3a0b7c357f6c6d80ccc8b714184850a4f0c900f7d6b3ac0e8ef66d34284b274ccfe3d4d073b5614cc5d68c1063eb9f700fd48", + "latest": "2015.08.28", + "signature": "7fd29344f119181287f7ae9f495feb4e8fcd89d4eb0f277c19f711644795f6aa783a5820a8994479804032ea0919ac865294fa78f91045e3b44fcdef0f208ef5c7628c4bd7604e1e606d2af446539afc9d542e0feb4fb9ecb6e747a760659cb7c9b6c48c34014a12aa56edb2818ebac5251c58579d4e54b18a9b5aca4d613aa2", "versions": { "2012.02.22": { "bin": [ @@ -7889,6 +7889,20 @@ "https://yt-dl.org/downloads/2015.08.23/youtube-dl-2015.08.23.tar.gz", "774de06d23a87a37a040399101f716c86b17d21ff78971346263217d6862757e" ] + }, + "2015.08.28": { + "bin": [ + "https://yt-dl.org/downloads/2015.08.28/youtube-dl", + "3f6a925fc4f324de8f5e2ca8aad1b47408a11b83fee29ae15f6ece2ffb804f10" + ], + "exe": [ + "https://yt-dl.org/downloads/2015.08.28/youtube-dl.exe", + "64637aaa0f0e6597773a25c06a5a193114abbf637a3785fde2b95d4f82805652" + ], + "tar": [ + "https://yt-dl.org/downloads/2015.08.28/youtube-dl-2015.08.28.tar.gz", + "7763dc3869804696b1f1b66cb460d578d1af8de0a73046d449803bd3ac5f5045" + ] } } } \ No newline at end of file From 9caabdca83d810fa10ea2d110a3c2e2537372476 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Thu, 3 Sep 2015 12:35:51 +0200 Subject: [PATCH 077/139] release 2015.09.03 --- download.html | 18 +++++++++--------- supportedsites.html | 2 ++ update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 44 insertions(+), 13 deletions(-) diff --git a/download.html b/download.html index 6774be436..5afb5e63d 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

      Remember youtube-dl requires Python version 2.6, 2.7, or 3.2+ to work.

      -

      2015.08.28 (sig)

      +

      2015.09.03 (sig)

        -
      • MD5: e554abdd00c455cc9b47267b1bdbcc06
      • -
      • SHA1: 17c713e2440d6d48fda8b36381ff53f51ad96f64
      • -
      • SHA256: 3f6a925fc4f324de8f5e2ca8aad1b47408a11b83fee29ae15f6ece2ffb804f10
      • +
      • MD5: 350a5b95e63a53b2d916ae2dddc89282
      • +
      • SHA1: e41f0f3012a6888b1aa90fb35749f485b10ef08f
      • +
      • SHA256: 4e54e23b6a8d9e7cca6d2db572068527debd2d3119046806e9cb0a7b7ac070ce

      - Windows exe (sig - 64637aaa0f0e6597773a25c06a5a193114abbf637a3785fde2b95d4f82805652)
      - Full source + docs + binary tarball (sig - 7763dc3869804696b1f1b66cb460d578d1af8de0a73046d449803bd3ac5f5045) + Windows exe (sig - 2e7a618771bc7039fdec3f8ed25a3af8aa71956c9943f57ba02f2ca64891ac69)
      + Full source + docs + binary tarball (sig - dfa0efc89412eb58d1cdf641a7747ad95dcd31d8d08b006334a2e603325eb273)

      To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2015.08.28/youtube-dl -o /usr/local/bin/youtube-dl
      +sudo curl https://yt-dl.org/downloads/2015.09.03/youtube-dl -o /usr/local/bin/youtube-dl
      sudo chmod a+rx /usr/local/bin/youtube-dl

      If you do not have curl, you can alternatively use a recent wget: -sudo wget https://yt-dl.org/downloads/2015.08.28/youtube-dl -O /usr/local/bin/youtube-dl
      +sudo wget https://yt-dl.org/downloads/2015.09.03/youtube-dl -O /usr/local/bin/youtube-dl
      sudo chmod a+rx /usr/local/bin/youtube-dl

      @@ -53,7 +53,7 @@ See the pypi page for more

      To check the signature, type: -sudo wget https://yt-dl.org/downloads/2015.08.28/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig
      +sudo wget https://yt-dl.org/downloads/2015.09.03/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig

      The following GPG keys will be used to sign the binaries and the git tags:

      diff --git a/supportedsites.html b/supportedsites.html index 54ccd0523..cd2e9560f 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -235,6 +235,7 @@
    • imdb: Internet Movie Database trailers
    • imdb:list: Internet Movie Database lists
    • Imgur
    • +
    • ImgurAlbum
    • Ina
    • Indavideo
    • IndavideoEmbed
    • @@ -318,6 +319,7 @@
    • MPORA
    • MSNBC
    • MTV
    • +
    • mtv.de
    • mtviggy.com
    • mtvservices:embedded
    • MuenchenTV: münchen.tv
    • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 05b0d5451..6aa32c8cb 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2015.08.28 \ No newline at end of file +2015.09.03 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 646da8fab..6c2b66f3d 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -3,7 +3,7 @@ youtube-dl releases https://yt-dl.org/feed/youtube-dl-updates-feed - 2015-08-28T05:07:33.552971Z + 2015-09-03T12:35:50.211975Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -8465,4 +8465,19 @@ 2015-08-28T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.09.03 + New version 2015.09.03 + + +
      + Downloads available at https://yt-dl.org/downloads/2015.09.03/ +
      +
      + + The youtube-dl maintainers + + 2015-09-03T00:00:00Z +
      + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index d218a02ea..1793dd3c1 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2015.08.28", - "signature": "7fd29344f119181287f7ae9f495feb4e8fcd89d4eb0f277c19f711644795f6aa783a5820a8994479804032ea0919ac865294fa78f91045e3b44fcdef0f208ef5c7628c4bd7604e1e606d2af446539afc9d542e0feb4fb9ecb6e747a760659cb7c9b6c48c34014a12aa56edb2818ebac5251c58579d4e54b18a9b5aca4d613aa2", + "latest": "2015.09.03", + "signature": "9805989564b4d0432a558f383fd66c5308bd0d81d2de0d8583260776c7354d1af2c713fe2ecbbefbc939064653164a0cfdb3f64d51ca8344ba3ec71ce258094740178f59ffa00c37158f4a6af39577332bbca928257d8ea11f7c96b15b8a774771b2a82d442bc599dca0627d1dba934a8cca8a29a31f2ec403607d3907da5930", "versions": { "2012.02.22": { "bin": [ @@ -7903,6 +7903,20 @@ "https://yt-dl.org/downloads/2015.08.28/youtube-dl-2015.08.28.tar.gz", "7763dc3869804696b1f1b66cb460d578d1af8de0a73046d449803bd3ac5f5045" ] + }, + "2015.09.03": { + "bin": [ + "https://yt-dl.org/downloads/2015.09.03/youtube-dl", + "4e54e23b6a8d9e7cca6d2db572068527debd2d3119046806e9cb0a7b7ac070ce" + ], + "exe": [ + "https://yt-dl.org/downloads/2015.09.03/youtube-dl.exe", + "2e7a618771bc7039fdec3f8ed25a3af8aa71956c9943f57ba02f2ca64891ac69" + ], + "tar": [ + "https://yt-dl.org/downloads/2015.09.03/youtube-dl-2015.09.03.tar.gz", + "dfa0efc89412eb58d1cdf641a7747ad95dcd31d8d08b006334a2e603325eb273" + ] } } } \ No newline at end of file From fa420d115d9309ba3f9da1b7d748e634e45f29da Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Wed, 9 Sep 2015 21:28:28 +0200 Subject: [PATCH 078/139] release 2015.09.09 --- download.html | 18 +++++++++--------- supportedsites.html | 4 ++-- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 44 insertions(+), 15 deletions(-) diff --git a/download.html b/download.html index 5afb5e63d..a0dca1e3e 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

      Remember youtube-dl requires Python version 2.6, 2.7, or 3.2+ to work.

      -

      2015.09.03 (sig)

      +

      2015.09.09 (sig)

        -
      • MD5: 350a5b95e63a53b2d916ae2dddc89282
      • -
      • SHA1: e41f0f3012a6888b1aa90fb35749f485b10ef08f
      • -
      • SHA256: 4e54e23b6a8d9e7cca6d2db572068527debd2d3119046806e9cb0a7b7ac070ce
      • +
      • MD5: 0e0eb059302dccd972db8c688b8133b0
      • +
      • SHA1: 7fd31ffec87fba7c208235387192fc48072d45c3
      • +
      • SHA256: 74200fd2e9ded64472c2e5f3a11b1f84be7d1fb604b72e07ce50ae617b1e1ccb

      - Windows exe (sig - 2e7a618771bc7039fdec3f8ed25a3af8aa71956c9943f57ba02f2ca64891ac69)
      - Full source + docs + binary tarball (sig - dfa0efc89412eb58d1cdf641a7747ad95dcd31d8d08b006334a2e603325eb273) + Windows exe (sig - 5db16a5288440cbdb9c66cbfedba70992dc6c9c3e634bc187987f037d0d28038)
      + Full source + docs + binary tarball (sig - fa2419fc47d0108b800c52dbe292fe1edf40259163035b57efb3b981e517511b)

      To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2015.09.03/youtube-dl -o /usr/local/bin/youtube-dl
      +sudo curl https://yt-dl.org/downloads/2015.09.09/youtube-dl -o /usr/local/bin/youtube-dl
      sudo chmod a+rx /usr/local/bin/youtube-dl

      If you do not have curl, you can alternatively use a recent wget: -sudo wget https://yt-dl.org/downloads/2015.09.03/youtube-dl -O /usr/local/bin/youtube-dl
      +sudo wget https://yt-dl.org/downloads/2015.09.09/youtube-dl -O /usr/local/bin/youtube-dl
      sudo chmod a+rx /usr/local/bin/youtube-dl

      @@ -53,7 +53,7 @@ See the pypi page for more

      To check the signature, type: -sudo wget https://yt-dl.org/downloads/2015.09.03/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig
      +sudo wget https://yt-dl.org/downloads/2015.09.09/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig

      The following GPG keys will be used to sign the binaries and the git tags:

      diff --git a/supportedsites.html b/supportedsites.html index cd2e9560f..0de5999a0 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -210,7 +210,7 @@
    • GodTube
    • GoldenMoustache
    • Golem
    • -
    • GorillaVid: GorillaVid.in, daclips.in, movpod.in, fastvideo.in and realvid.net
    • +
    • GorillaVid: GorillaVid.in, daclips.in, movpod.in, fastvideo.in, realvid.net and filehoot.com
    • Goshgay
    • Groupon
    • Hark
    • @@ -324,7 +324,6 @@
    • mtvservices:embedded
    • MuenchenTV: münchen.tv
    • MusicPlayOn
    • -
    • MusicVault
    • muzu.tv
    • Mwave
    • MySpace
    • @@ -648,6 +647,7 @@
    • vine:user
    • vk: VK
    • vk:uservideos: VK - User's Videos
    • +
    • vlive
    • Vodlocker
    • VoiceRepublic
    • Vporn
    • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 6aa32c8cb..9d5d1baa6 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2015.09.03 \ No newline at end of file +2015.09.09 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 6c2b66f3d..d7bf9c5ba 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -3,7 +3,7 @@ youtube-dl releases https://yt-dl.org/feed/youtube-dl-updates-feed - 2015-09-03T12:35:50.211975Z + 2015-09-09T21:28:26.765238Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -8480,4 +8480,19 @@ 2015-09-03T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.09.09 + New version 2015.09.09 + + +
      + Downloads available at https://yt-dl.org/downloads/2015.09.09/ +
      +
      + + The youtube-dl maintainers + + 2015-09-09T00:00:00Z +
      + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 1793dd3c1..62d0993cc 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2015.09.03", - "signature": "9805989564b4d0432a558f383fd66c5308bd0d81d2de0d8583260776c7354d1af2c713fe2ecbbefbc939064653164a0cfdb3f64d51ca8344ba3ec71ce258094740178f59ffa00c37158f4a6af39577332bbca928257d8ea11f7c96b15b8a774771b2a82d442bc599dca0627d1dba934a8cca8a29a31f2ec403607d3907da5930", + "latest": "2015.09.09", + "signature": "72d72252bfb6dc52590e79cf7ca989b58cb32f8232b9fbb36ea9f2e174c6962fe8dca80b7999c113263b2e3e51f55fa9bcc3bb554ada8e5406092fbf8c22b9bd3fb4a06088d11aea35c17cf6e3a8d83f97fe26cb1dba009deadac3f4f95f83a2b93264e3890a45f16342eaa8755c46ec9a3fc2090eaca6a704cb5f3f45a8005f", "versions": { "2012.02.22": { "bin": [ @@ -7917,6 +7917,20 @@ "https://yt-dl.org/downloads/2015.09.03/youtube-dl-2015.09.03.tar.gz", "dfa0efc89412eb58d1cdf641a7747ad95dcd31d8d08b006334a2e603325eb273" ] + }, + "2015.09.09": { + "bin": [ + "https://yt-dl.org/downloads/2015.09.09/youtube-dl", + "74200fd2e9ded64472c2e5f3a11b1f84be7d1fb604b72e07ce50ae617b1e1ccb" + ], + "exe": [ + "https://yt-dl.org/downloads/2015.09.09/youtube-dl.exe", + "5db16a5288440cbdb9c66cbfedba70992dc6c9c3e634bc187987f037d0d28038" + ], + "tar": [ + "https://yt-dl.org/downloads/2015.09.09/youtube-dl-2015.09.09.tar.gz", + "fa2419fc47d0108b800c52dbe292fe1edf40259163035b57efb3b981e517511b" + ] } } } \ No newline at end of file From bf98b012da01be72b59d44b5cd945d782cb9a930 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Tue, 22 Sep 2015 22:53:10 +0200 Subject: [PATCH 079/139] release 2015.09.22 --- download.html | 18 +++++++++--------- supportedsites.html | 17 ++++++++++------- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 52 insertions(+), 20 deletions(-) diff --git a/download.html b/download.html index a0dca1e3e..e20c27f75 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

      Remember youtube-dl requires Python version 2.6, 2.7, or 3.2+ to work.

      -

      2015.09.09 (sig)

      +

      2015.09.22 (sig)

        -
      • MD5: 0e0eb059302dccd972db8c688b8133b0
      • -
      • SHA1: 7fd31ffec87fba7c208235387192fc48072d45c3
      • -
      • SHA256: 74200fd2e9ded64472c2e5f3a11b1f84be7d1fb604b72e07ce50ae617b1e1ccb
      • +
      • MD5: 7b6d7e59046539b8f8f1ed5f543e0356
      • +
      • SHA1: c31b69e9cee77ba942a6611274cd9a57f26390fc
      • +
      • SHA256: df20c2fc32dd0d574a8d8315189737d231bf8b6ef2da93a451a1c9ec7b4b4c2e

      - Windows exe (sig - 5db16a5288440cbdb9c66cbfedba70992dc6c9c3e634bc187987f037d0d28038)
      - Full source + docs + binary tarball (sig - fa2419fc47d0108b800c52dbe292fe1edf40259163035b57efb3b981e517511b) + Windows exe (sig - 253d712b84ac77340a32a4cc56f1a0e849344641bb68c85674ad79340b1b3663)
      + Full source + docs + binary tarball (sig - 447cb37694a5dc3b4897ac382642305526a60b6da196c2bcfcabc0ccc83764b2)

      To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2015.09.09/youtube-dl -o /usr/local/bin/youtube-dl
      +sudo curl https://yt-dl.org/downloads/2015.09.22/youtube-dl -o /usr/local/bin/youtube-dl
      sudo chmod a+rx /usr/local/bin/youtube-dl

      If you do not have curl, you can alternatively use a recent wget: -sudo wget https://yt-dl.org/downloads/2015.09.09/youtube-dl -O /usr/local/bin/youtube-dl
      +sudo wget https://yt-dl.org/downloads/2015.09.22/youtube-dl -O /usr/local/bin/youtube-dl
      sudo chmod a+rx /usr/local/bin/youtube-dl

      @@ -53,7 +53,7 @@ See the pypi page for more

      To check the signature, type: -sudo wget https://yt-dl.org/downloads/2015.09.09/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig
      +sudo wget https://yt-dl.org/downloads/2015.09.22/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig

      The following GPG keys will be used to sign the binaries and the git tags:

      diff --git a/supportedsites.html b/supportedsites.html index 0de5999a0..988c26610 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -137,7 +137,6 @@
    • defense.gouv.fr
    • DHM: Filmarchiv - Deutsches Historisches Museum
    • Discovery
    • -
    • divxstage: DivxStage
    • Dotsub
    • DouyuTV: 斗鱼
    • dramafever
    • @@ -301,7 +300,7 @@
    • Minhateca
    • MinistryGrid
    • miomio.tv
    • -
    • mitele.es
    • +
    • MiTele: mitele.es
    • mixcloud
    • MLB
    • MoeVideo: LetitBit video services: moevideo.net, playreplay.net and videochart.net
    • @@ -332,7 +331,6 @@
    • Myvi
    • myvideo
    • MyVidster
    • -
    • N-JOY
    • n-tv.de
    • NationalGeographic
    • Naver
    • @@ -341,7 +339,9 @@
    • NBCNews
    • NBCSports
    • NBCSportsVPlayer
    • -
    • ndr: NDR.de - Mediathek
    • +
    • ndr: NDR.de - Norddeutscher Rundfunk
    • +
    • ndr:embed
    • +
    • ndr:embed:base
    • NDTV
    • NerdCubedFeed
    • Nerdist
    • @@ -364,12 +364,16 @@
    • nhl.com:videocenter: NHL videocenter category
    • niconico: ニコニコ動画
    • NiconicoPlaylist
    • +
    • njoy: N-JOY
    • +
    • njoy:embed
    • Noco
    • Normalboots
    • NosVideo
    • Nova: TN.cz, Prásk.tv, Nova.cz, Novaplus.cz, FANDA.tv, Krásná.cz and Doma.cz
    • novamov: NovaMov
    • -
    • Nowness
    • +
    • nowness
    • +
    • nowness:playlist
    • +
    • nowness:series
    • NowTV
    • nowvideo: NowVideo
    • npo: npo.nl and ntr.nl
    • @@ -390,7 +394,6 @@
    • OnionStudios
    • Ooyala
    • OoyalaExternal
    • -
    • OpenFilm
    • orf:fm4: radio FM4
    • orf:iptv: iptv.ORF.at
    • orf:oe1: Radio Österreich 1
    • @@ -545,7 +548,7 @@
    • techtv.mit.edu
    • ted
    • TeleBruxelles
    • -
    • telecinco.es
    • +
    • Telecinco: telecinco.es, cuatro.com and mediaset.es
    • Telegraaf
    • TeleMB
    • TeleTask
    • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 9d5d1baa6..f52143c53 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2015.09.09 \ No newline at end of file +2015.09.22 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index d7bf9c5ba..e9100b24f 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -3,7 +3,7 @@ youtube-dl releases https://yt-dl.org/feed/youtube-dl-updates-feed - 2015-09-09T21:28:26.765238Z + 2015-09-22T22:53:08.363631Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -8495,4 +8495,19 @@ 2015-09-09T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.09.22 + New version 2015.09.22 + + +
      + Downloads available at https://yt-dl.org/downloads/2015.09.22/ +
      +
      + + The youtube-dl maintainers + + 2015-09-22T00:00:00Z +
      + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 62d0993cc..76c589b47 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2015.09.09", - "signature": "72d72252bfb6dc52590e79cf7ca989b58cb32f8232b9fbb36ea9f2e174c6962fe8dca80b7999c113263b2e3e51f55fa9bcc3bb554ada8e5406092fbf8c22b9bd3fb4a06088d11aea35c17cf6e3a8d83f97fe26cb1dba009deadac3f4f95f83a2b93264e3890a45f16342eaa8755c46ec9a3fc2090eaca6a704cb5f3f45a8005f", + "latest": "2015.09.22", + "signature": "3bc2929bee08df4733851fb8f90b9a2a2777d8e7655fe5095713ffb1f2e9fcba5d7cbf452a2f3b8741411268b79b9bd6bdd1130de905e81c3ad299b7f57b35039a2afb46e29ef6b7eead427ff14898083003145a71c9e04a2ee9f69e747e99a6a2931e6f39b9b647ab7a51e283accb0bab51afbb4aea28dfca4ab7f3c8628066", "versions": { "2012.02.22": { "bin": [ @@ -7931,6 +7931,20 @@ "https://yt-dl.org/downloads/2015.09.09/youtube-dl-2015.09.09.tar.gz", "fa2419fc47d0108b800c52dbe292fe1edf40259163035b57efb3b981e517511b" ] + }, + "2015.09.22": { + "bin": [ + "https://yt-dl.org/downloads/2015.09.22/youtube-dl", + "df20c2fc32dd0d574a8d8315189737d231bf8b6ef2da93a451a1c9ec7b4b4c2e" + ], + "exe": [ + "https://yt-dl.org/downloads/2015.09.22/youtube-dl.exe", + "253d712b84ac77340a32a4cc56f1a0e849344641bb68c85674ad79340b1b3663" + ], + "tar": [ + "https://yt-dl.org/downloads/2015.09.22/youtube-dl-2015.09.22.tar.gz", + "447cb37694a5dc3b4897ac382642305526a60b6da196c2bcfcabc0ccc83764b2" + ] } } } \ No newline at end of file From 7b7a810726fa7c57b67c3de98a64998160235b18 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Mon, 28 Sep 2015 04:51:58 +0200 Subject: [PATCH 080/139] release 2015.09.28 --- download.html | 18 +++++++++--------- supportedsites.html | 4 +--- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 43 insertions(+), 16 deletions(-) diff --git a/download.html b/download.html index e20c27f75..72c841ab1 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

      Remember youtube-dl requires Python version 2.6, 2.7, or 3.2+ to work.

      -

      2015.09.22 (sig)

      +

      2015.09.28 (sig)

        -
      • MD5: 7b6d7e59046539b8f8f1ed5f543e0356
      • -
      • SHA1: c31b69e9cee77ba942a6611274cd9a57f26390fc
      • -
      • SHA256: df20c2fc32dd0d574a8d8315189737d231bf8b6ef2da93a451a1c9ec7b4b4c2e
      • +
      • MD5: ce128a9df58e30b579dbaaa89652cce6
      • +
      • SHA1: d6dab7e830deae02f1e3d85c91fb7065f69b868e
      • +
      • SHA256: 554e518e6ff1ca52d4e8b0c541386c328eeb678929e89ada85f53a857d4ce38f

      - Windows exe (sig - 253d712b84ac77340a32a4cc56f1a0e849344641bb68c85674ad79340b1b3663)
      - Full source + docs + binary tarball (sig - 447cb37694a5dc3b4897ac382642305526a60b6da196c2bcfcabc0ccc83764b2) + Windows exe (sig - ac2d6e990e46871113b490da6e206d7e44d6588ef66119353320687037c42f76)
      + Full source + docs + binary tarball (sig - 6396ee3150f51bd6ca2717b7d09f9524fbab22c04c3d2b560b99061d92127a60)

      To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2015.09.22/youtube-dl -o /usr/local/bin/youtube-dl
      +sudo curl https://yt-dl.org/downloads/2015.09.28/youtube-dl -o /usr/local/bin/youtube-dl
      sudo chmod a+rx /usr/local/bin/youtube-dl

      If you do not have curl, you can alternatively use a recent wget: -sudo wget https://yt-dl.org/downloads/2015.09.22/youtube-dl -O /usr/local/bin/youtube-dl
      +sudo wget https://yt-dl.org/downloads/2015.09.28/youtube-dl -O /usr/local/bin/youtube-dl
      sudo chmod a+rx /usr/local/bin/youtube-dl

      @@ -53,7 +53,7 @@ See the pypi page for more

      To check the signature, type: -sudo wget https://yt-dl.org/downloads/2015.09.22/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig
      +sudo wget https://yt-dl.org/downloads/2015.09.28/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig

      The following GPG keys will be used to sign the binaries and the git tags:

      diff --git a/supportedsites.html b/supportedsites.html index 988c26610..f49934c22 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -116,7 +116,7 @@
    • ComCarCoff
    • ComedyCentral
    • ComedyCentralShows: The Daily Show / The Colbert Report
    • -
    • CondeNast: Condé Nast media group: Condé Nast, GQ, Glamour, Vanity Fair, Vogue, W Magazine, WIRED
    • +
    • CondeNast: Condé Nast media group: Allure, Architectural Digest, Ars Technica, Bon Appétit, Brides, Condé Nast, Condé Nast Traveler, Details, Epicurious, GQ, Glamour, Golf Digest, SELF, Teen Vogue, The New Yorker, Vanity Fair, Vogue, W Magazine, WIRED
    • Cracked
    • Criterion
    • CrooksAndLiars
    • @@ -173,7 +173,6 @@
    • faz.net
    • fc2
    • fernsehkritik.tv
    • -
    • fernsehkritik.tv:postecke
    • Firstpost
    • FiveTV
    • Flickr
    • @@ -223,7 +222,6 @@
    • hitbox
    • hitbox:live
    • HornBunny
    • -
    • HostingBulk
    • HotNewHipHop
    • Howcast
    • HowStuffWorks
    • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index f52143c53..199751af9 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2015.09.22 \ No newline at end of file +2015.09.28 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index e9100b24f..27d5e6963 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -3,7 +3,7 @@ youtube-dl releases https://yt-dl.org/feed/youtube-dl-updates-feed - 2015-09-22T22:53:08.363631Z + 2015-09-28T04:51:56.298458Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -8510,4 +8510,19 @@ 2015-09-22T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.09.28 + New version 2015.09.28 + + +
      + Downloads available at https://yt-dl.org/downloads/2015.09.28/ +
      +
      + + The youtube-dl maintainers + + 2015-09-28T00:00:00Z +
      + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 76c589b47..83e81926d 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2015.09.22", - "signature": "3bc2929bee08df4733851fb8f90b9a2a2777d8e7655fe5095713ffb1f2e9fcba5d7cbf452a2f3b8741411268b79b9bd6bdd1130de905e81c3ad299b7f57b35039a2afb46e29ef6b7eead427ff14898083003145a71c9e04a2ee9f69e747e99a6a2931e6f39b9b647ab7a51e283accb0bab51afbb4aea28dfca4ab7f3c8628066", + "latest": "2015.09.28", + "signature": "545cd366c6e9632efa4d6142d01b7ac92fed4140a8fb14cc5667a4a10174a6fa4a4bc012cd77f738e07efbf4dae4b6b98af283d629c81ac886fb9c450cb957aaf980288230b932df070b154a531dc30c47440ae8d3c450389819eec7065294554d611adc2e5bc76f88a8105eb1b2a03f57bbac6b98d0a1b5b21b6b19a6e5b423", "versions": { "2012.02.22": { "bin": [ @@ -7945,6 +7945,20 @@ "https://yt-dl.org/downloads/2015.09.22/youtube-dl-2015.09.22.tar.gz", "447cb37694a5dc3b4897ac382642305526a60b6da196c2bcfcabc0ccc83764b2" ] + }, + "2015.09.28": { + "bin": [ + "https://yt-dl.org/downloads/2015.09.28/youtube-dl", + "554e518e6ff1ca52d4e8b0c541386c328eeb678929e89ada85f53a857d4ce38f" + ], + "exe": [ + "https://yt-dl.org/downloads/2015.09.28/youtube-dl.exe", + "ac2d6e990e46871113b490da6e206d7e44d6588ef66119353320687037c42f76" + ], + "tar": [ + "https://yt-dl.org/downloads/2015.09.28/youtube-dl-2015.09.28.tar.gz", + "6396ee3150f51bd6ca2717b7d09f9524fbab22c04c3d2b560b99061d92127a60" + ] } } } \ No newline at end of file From c7ecb30755131ee4e162ed4de063db30ddfc4b09 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Tue, 6 Oct 2015 09:16:37 +0200 Subject: [PATCH 081/139] release 2015.10.06 --- download.html | 18 +++++++++--------- supportedsites.html | 4 ++++ update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 46 insertions(+), 13 deletions(-) diff --git a/download.html b/download.html index 72c841ab1..bcc5474f9 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

      Remember youtube-dl requires Python version 2.6, 2.7, or 3.2+ to work.

      -

      2015.09.28 (sig)

      +

      2015.10.06 (sig)

        -
      • MD5: ce128a9df58e30b579dbaaa89652cce6
      • -
      • SHA1: d6dab7e830deae02f1e3d85c91fb7065f69b868e
      • -
      • SHA256: 554e518e6ff1ca52d4e8b0c541386c328eeb678929e89ada85f53a857d4ce38f
      • +
      • MD5: 20e86ec4a60f34dc5a1378053c9a61f3
      • +
      • SHA1: 32a95cad9816b658414d9f8405455cb6fd08a883
      • +
      • SHA256: af032e0fc44c75146ef279eefbe1cdfc8b18df81de75b67853ff2790881c7ec0

      - Windows exe (sig - ac2d6e990e46871113b490da6e206d7e44d6588ef66119353320687037c42f76)
      - Full source + docs + binary tarball (sig - 6396ee3150f51bd6ca2717b7d09f9524fbab22c04c3d2b560b99061d92127a60) + Windows exe (sig - 8b2b1bf3fc858b7ccc7ece73ad67a29ca2a2000585c689c02467616d153923d3)
      + Full source + docs + binary tarball (sig - 1c728406fa18ba4fef21a4a6ad9b7f937f0c4ff2c04e055d1bd5e4ffc0a0cc4c)

      To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2015.09.28/youtube-dl -o /usr/local/bin/youtube-dl
      +sudo curl https://yt-dl.org/downloads/2015.10.06/youtube-dl -o /usr/local/bin/youtube-dl
      sudo chmod a+rx /usr/local/bin/youtube-dl

      If you do not have curl, you can alternatively use a recent wget: -sudo wget https://yt-dl.org/downloads/2015.09.28/youtube-dl -O /usr/local/bin/youtube-dl
      +sudo wget https://yt-dl.org/downloads/2015.10.06/youtube-dl -O /usr/local/bin/youtube-dl
      sudo chmod a+rx /usr/local/bin/youtube-dl

      @@ -53,7 +53,7 @@ See the pypi page for more

      To check the signature, type: -sudo wget https://yt-dl.org/downloads/2015.09.28/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig
      +sudo wget https://yt-dl.org/downloads/2015.10.06/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig

      The following GPG keys will be used to sign the binaries and the git tags:

      diff --git a/supportedsites.html b/supportedsites.html index f49934c22..0b2bfe078 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -165,6 +165,7 @@
    • Escapist
    • ESPN (Currently broken)
    • EsriVideo
    • +
    • Europa
    • EveryonesMixtape
    • exfm: ex.fm
    • ExpoTV
    • @@ -278,6 +279,9 @@
    • Libsyn
    • life:embed
    • lifenews: LIFE | NEWS
    • +
    • limelight
    • +
    • limelight:channel
    • +
    • limelight:channel_list
    • LiveLeak
    • livestream
    • livestream:original
    • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 199751af9..f5cfbb2b1 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2015.09.28 \ No newline at end of file +2015.10.06 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 27d5e6963..53ae3b115 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -3,7 +3,7 @@ youtube-dl releases https://yt-dl.org/feed/youtube-dl-updates-feed - 2015-09-28T04:51:56.298458Z + 2015-10-06T09:16:35.705763Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -8525,4 +8525,19 @@ 2015-09-28T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.10.06 + New version 2015.10.06 + + +
      + Downloads available at https://yt-dl.org/downloads/2015.10.06/ +
      +
      + + The youtube-dl maintainers + + 2015-10-06T00:00:00Z +
      + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 83e81926d..5875dcd5e 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2015.09.28", - "signature": "545cd366c6e9632efa4d6142d01b7ac92fed4140a8fb14cc5667a4a10174a6fa4a4bc012cd77f738e07efbf4dae4b6b98af283d629c81ac886fb9c450cb957aaf980288230b932df070b154a531dc30c47440ae8d3c450389819eec7065294554d611adc2e5bc76f88a8105eb1b2a03f57bbac6b98d0a1b5b21b6b19a6e5b423", + "latest": "2015.10.06", + "signature": "5a48ea4b272190f9e2cfb0ffeb424ab4d3cb83815abcec637f9cf35bee0f9d39af7286a0d27c2b466cc568285b9cf0c4f171937582380e4aec474cbf8f7ce23e1a93cb507c8b6398f68755a9d6b3c40dff7be881905973bf742ad496bae5c3768f81a32e597c9fd9ee61d85cbd32e3b860a0efc0461240be0cec29f3e2d11011", "versions": { "2012.02.22": { "bin": [ @@ -7959,6 +7959,20 @@ "https://yt-dl.org/downloads/2015.09.28/youtube-dl-2015.09.28.tar.gz", "6396ee3150f51bd6ca2717b7d09f9524fbab22c04c3d2b560b99061d92127a60" ] + }, + "2015.10.06": { + "bin": [ + "https://yt-dl.org/downloads/2015.10.06/youtube-dl", + "af032e0fc44c75146ef279eefbe1cdfc8b18df81de75b67853ff2790881c7ec0" + ], + "exe": [ + "https://yt-dl.org/downloads/2015.10.06/youtube-dl.exe", + "8b2b1bf3fc858b7ccc7ece73ad67a29ca2a2000585c689c02467616d153923d3" + ], + "tar": [ + "https://yt-dl.org/downloads/2015.10.06/youtube-dl-2015.10.06.tar.gz", + "1c728406fa18ba4fef21a4a6ad9b7f937f0c4ff2c04e055d1bd5e4ffc0a0cc4c" + ] } } } \ No newline at end of file From cde982327650cb1b3ab4348d33c930072ab3a9b2 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Tue, 6 Oct 2015 17:48:41 +0200 Subject: [PATCH 082/139] release 2015.10.06.1 --- download.html | 18 +++++++++--------- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 4 files changed, 42 insertions(+), 13 deletions(-) diff --git a/download.html b/download.html index bcc5474f9..0b7829a81 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

      Remember youtube-dl requires Python version 2.6, 2.7, or 3.2+ to work.

      -

      2015.10.06 (sig)

      +

      2015.10.06.1 (sig)

        -
      • MD5: 20e86ec4a60f34dc5a1378053c9a61f3
      • -
      • SHA1: 32a95cad9816b658414d9f8405455cb6fd08a883
      • -
      • SHA256: af032e0fc44c75146ef279eefbe1cdfc8b18df81de75b67853ff2790881c7ec0
      • +
      • MD5: a4b28dc3eae6ab4581c70c7df770b6a7
      • +
      • SHA1: c4655337112e814db5c71537bcaba87b0ffeb8ac
      • +
      • SHA256: 47b72362a4a125fbb912129ece4d5886413d1b1f8ac7fa81efedc7b2badb03ae

      - Windows exe (sig - 8b2b1bf3fc858b7ccc7ece73ad67a29ca2a2000585c689c02467616d153923d3)
      - Full source + docs + binary tarball (sig - 1c728406fa18ba4fef21a4a6ad9b7f937f0c4ff2c04e055d1bd5e4ffc0a0cc4c) + Windows exe (sig - c30760f7ba09d8b39a94a72c76dd7482760167bda72482654578215971521d78)
      + Full source + docs + binary tarball (sig - ff24123a6316d410e3dbdb7c496615851296d2cfb2245432931ef2bb350ae33b)

      To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2015.10.06/youtube-dl -o /usr/local/bin/youtube-dl
      +sudo curl https://yt-dl.org/downloads/2015.10.06.1/youtube-dl -o /usr/local/bin/youtube-dl
      sudo chmod a+rx /usr/local/bin/youtube-dl

      If you do not have curl, you can alternatively use a recent wget: -sudo wget https://yt-dl.org/downloads/2015.10.06/youtube-dl -O /usr/local/bin/youtube-dl
      +sudo wget https://yt-dl.org/downloads/2015.10.06.1/youtube-dl -O /usr/local/bin/youtube-dl
      sudo chmod a+rx /usr/local/bin/youtube-dl

      @@ -53,7 +53,7 @@ See the pypi page for more

      To check the signature, type: -sudo wget https://yt-dl.org/downloads/2015.10.06/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig
      +sudo wget https://yt-dl.org/downloads/2015.10.06.1/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig

      The following GPG keys will be used to sign the binaries and the git tags:

      diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index f5cfbb2b1..55959fec9 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2015.10.06 \ No newline at end of file +2015.10.06.1 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 53ae3b115..d32f82852 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -3,7 +3,7 @@ youtube-dl releases https://yt-dl.org/feed/youtube-dl-updates-feed - 2015-10-06T09:16:35.705763Z + 2015-10-06T17:48:38.322718Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -8540,4 +8540,19 @@ 2015-10-06T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.10.06.1 + New version 2015.10.06.1 + + +
      + Downloads available at https://yt-dl.org/downloads/2015.10.06.1/ +
      +
      + + The youtube-dl maintainers + + 2015-10-06T00:00:01Z +
      + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 5875dcd5e..c1042fc8f 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2015.10.06", - "signature": "5a48ea4b272190f9e2cfb0ffeb424ab4d3cb83815abcec637f9cf35bee0f9d39af7286a0d27c2b466cc568285b9cf0c4f171937582380e4aec474cbf8f7ce23e1a93cb507c8b6398f68755a9d6b3c40dff7be881905973bf742ad496bae5c3768f81a32e597c9fd9ee61d85cbd32e3b860a0efc0461240be0cec29f3e2d11011", + "latest": "2015.10.06.1", + "signature": "5ab38a36e4483310c826e202966336c79eb0cc0afa024dde6b5489f56dccd544e04a029edaf71a84bc8c4dd635755b0d016b3861bb91fc10d149def88be6ca7b2f91727dc570c6df9935c50deec08a7d14073f613a859b31eae073f57cc4f22c540afd2a55137f2d772290ba701de1f13fe45cd08afb6375586a12d4fe2903c7", "versions": { "2012.02.22": { "bin": [ @@ -7973,6 +7973,20 @@ "https://yt-dl.org/downloads/2015.10.06/youtube-dl-2015.10.06.tar.gz", "1c728406fa18ba4fef21a4a6ad9b7f937f0c4ff2c04e055d1bd5e4ffc0a0cc4c" ] + }, + "2015.10.06.1": { + "bin": [ + "https://yt-dl.org/downloads/2015.10.06.1/youtube-dl", + "47b72362a4a125fbb912129ece4d5886413d1b1f8ac7fa81efedc7b2badb03ae" + ], + "exe": [ + "https://yt-dl.org/downloads/2015.10.06.1/youtube-dl.exe", + "c30760f7ba09d8b39a94a72c76dd7482760167bda72482654578215971521d78" + ], + "tar": [ + "https://yt-dl.org/downloads/2015.10.06.1/youtube-dl-2015.10.06.1.tar.gz", + "ff24123a6316d410e3dbdb7c496615851296d2cfb2245432931ef2bb350ae33b" + ] } } } \ No newline at end of file From f7d5b3250757c3ef5d89ffeefbf86f4fb63b309b Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Tue, 6 Oct 2015 23:50:03 +0200 Subject: [PATCH 083/139] release 2015.10.06.2 --- download.html | 18 +++++++++--------- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 4 files changed, 42 insertions(+), 13 deletions(-) diff --git a/download.html b/download.html index 0b7829a81..ab1e5be75 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

      Remember youtube-dl requires Python version 2.6, 2.7, or 3.2+ to work.

      -

      2015.10.06.1 (sig)

      +

      2015.10.06.2 (sig)

        -
      • MD5: a4b28dc3eae6ab4581c70c7df770b6a7
      • -
      • SHA1: c4655337112e814db5c71537bcaba87b0ffeb8ac
      • -
      • SHA256: 47b72362a4a125fbb912129ece4d5886413d1b1f8ac7fa81efedc7b2badb03ae
      • +
      • MD5: 2a46baf869be5580be7e3810f413ecb8
      • +
      • SHA1: 0cd4b115ccf340a3b1eed06b9e4354afaa0ddd8a
      • +
      • SHA256: bebd4339af57349ab5e694f80ccc914663d53933b99b53fc4c93907cc2ad9d1b

      - Windows exe (sig - c30760f7ba09d8b39a94a72c76dd7482760167bda72482654578215971521d78)
      - Full source + docs + binary tarball (sig - ff24123a6316d410e3dbdb7c496615851296d2cfb2245432931ef2bb350ae33b) + Windows exe (sig - e499bea00a5986b4df4b19ec421cca842def00ad99c15f23fd72535acf8ef29d)
      + Full source + docs + binary tarball (sig - 5907be4d930ce68c3ed4b555e1c2f1f7a47069cfe7638300c4f124afca0fb25f)

      To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2015.10.06.1/youtube-dl -o /usr/local/bin/youtube-dl
      +sudo curl https://yt-dl.org/downloads/2015.10.06.2/youtube-dl -o /usr/local/bin/youtube-dl
      sudo chmod a+rx /usr/local/bin/youtube-dl

      If you do not have curl, you can alternatively use a recent wget: -sudo wget https://yt-dl.org/downloads/2015.10.06.1/youtube-dl -O /usr/local/bin/youtube-dl
      +sudo wget https://yt-dl.org/downloads/2015.10.06.2/youtube-dl -O /usr/local/bin/youtube-dl
      sudo chmod a+rx /usr/local/bin/youtube-dl

      @@ -53,7 +53,7 @@ See the pypi page for more

      To check the signature, type: -sudo wget https://yt-dl.org/downloads/2015.10.06.1/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig
      +sudo wget https://yt-dl.org/downloads/2015.10.06.2/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig

      The following GPG keys will be used to sign the binaries and the git tags:

      diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 55959fec9..2419515ec 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2015.10.06.1 \ No newline at end of file +2015.10.06.2 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index d32f82852..7ae75ca64 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -3,7 +3,7 @@ youtube-dl releases https://yt-dl.org/feed/youtube-dl-updates-feed - 2015-10-06T17:48:38.322718Z + 2015-10-06T23:50:01.772712Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -8555,4 +8555,19 @@ 2015-10-06T00:00:01Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.10.06.2 + New version 2015.10.06.2 + + +
      + Downloads available at https://yt-dl.org/downloads/2015.10.06.2/ +
      +
      + + The youtube-dl maintainers + + 2015-10-06T00:00:02Z +
      + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index c1042fc8f..09ddca2a3 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2015.10.06.1", - "signature": "5ab38a36e4483310c826e202966336c79eb0cc0afa024dde6b5489f56dccd544e04a029edaf71a84bc8c4dd635755b0d016b3861bb91fc10d149def88be6ca7b2f91727dc570c6df9935c50deec08a7d14073f613a859b31eae073f57cc4f22c540afd2a55137f2d772290ba701de1f13fe45cd08afb6375586a12d4fe2903c7", + "latest": "2015.10.06.2", + "signature": "55922ddc1b36997325569134c12f105ddebd2bffea22cb3d68656499c8edd4cc927b5e0dc169095accd5fca7ec62da406170ffd592c9847f7cfbf67609f5b90b15b06f257a29f812cb991be270c3f234d6354d7db20b89f6f7b44d8c023336078fc5e080f300eb30299a39566ca078393506dd2492ba62dbe93c96ea3c5fce78", "versions": { "2012.02.22": { "bin": [ @@ -7987,6 +7987,20 @@ "https://yt-dl.org/downloads/2015.10.06.1/youtube-dl-2015.10.06.1.tar.gz", "ff24123a6316d410e3dbdb7c496615851296d2cfb2245432931ef2bb350ae33b" ] + }, + "2015.10.06.2": { + "bin": [ + "https://yt-dl.org/downloads/2015.10.06.2/youtube-dl", + "bebd4339af57349ab5e694f80ccc914663d53933b99b53fc4c93907cc2ad9d1b" + ], + "exe": [ + "https://yt-dl.org/downloads/2015.10.06.2/youtube-dl.exe", + "e499bea00a5986b4df4b19ec421cca842def00ad99c15f23fd72535acf8ef29d" + ], + "tar": [ + "https://yt-dl.org/downloads/2015.10.06.2/youtube-dl-2015.10.06.2.tar.gz", + "5907be4d930ce68c3ed4b555e1c2f1f7a47069cfe7638300c4f124afca0fb25f" + ] } } } \ No newline at end of file From 592d526e3e2a7553fe9e5342e4f4454dc9232489 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Fri, 9 Oct 2015 09:12:26 +0200 Subject: [PATCH 084/139] release 2015.10.09 --- download.html | 18 +++++++++--------- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 4 files changed, 42 insertions(+), 13 deletions(-) diff --git a/download.html b/download.html index ab1e5be75..275305d85 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

      Remember youtube-dl requires Python version 2.6, 2.7, or 3.2+ to work.

      -

      2015.10.06.2 (sig)

      +

      2015.10.09 (sig)

        -
      • MD5: 2a46baf869be5580be7e3810f413ecb8
      • -
      • SHA1: 0cd4b115ccf340a3b1eed06b9e4354afaa0ddd8a
      • -
      • SHA256: bebd4339af57349ab5e694f80ccc914663d53933b99b53fc4c93907cc2ad9d1b
      • +
      • MD5: 2545ce0adf01a0522b457e1065cf830d
      • +
      • SHA1: 6852a13c176aa9d0c7e2765b259a4e0cbcfdf643
      • +
      • SHA256: caf7bc12ba40165889d883000315f8a2d885c50723b627a002a5da90008f729e

      - Windows exe (sig - e499bea00a5986b4df4b19ec421cca842def00ad99c15f23fd72535acf8ef29d)
      - Full source + docs + binary tarball (sig - 5907be4d930ce68c3ed4b555e1c2f1f7a47069cfe7638300c4f124afca0fb25f) + Windows exe (sig - cb284363e832a6678efb7105aed100bc0651a42af7edb70799e7bca75c89961d)
      + Full source + docs + binary tarball (sig - 33103a3197ee1bfa5e9fa78449ed19de888d6b36cc27f46f5c2e76ea11aee0ab)

      To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2015.10.06.2/youtube-dl -o /usr/local/bin/youtube-dl
      +sudo curl https://yt-dl.org/downloads/2015.10.09/youtube-dl -o /usr/local/bin/youtube-dl
      sudo chmod a+rx /usr/local/bin/youtube-dl

      If you do not have curl, you can alternatively use a recent wget: -sudo wget https://yt-dl.org/downloads/2015.10.06.2/youtube-dl -O /usr/local/bin/youtube-dl
      +sudo wget https://yt-dl.org/downloads/2015.10.09/youtube-dl -O /usr/local/bin/youtube-dl
      sudo chmod a+rx /usr/local/bin/youtube-dl

      @@ -53,7 +53,7 @@ See the pypi page for more

      To check the signature, type: -sudo wget https://yt-dl.org/downloads/2015.10.06.2/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig
      +sudo wget https://yt-dl.org/downloads/2015.10.09/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig

      The following GPG keys will be used to sign the binaries and the git tags:

      diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 2419515ec..d22a4d1b6 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2015.10.06.2 \ No newline at end of file +2015.10.09 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 7ae75ca64..13b913e30 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -3,7 +3,7 @@ youtube-dl releases https://yt-dl.org/feed/youtube-dl-updates-feed - 2015-10-06T23:50:01.772712Z + 2015-10-09T09:12:24.401736Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -8570,4 +8570,19 @@ 2015-10-06T00:00:02Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.10.09 + New version 2015.10.09 + + +
      + Downloads available at https://yt-dl.org/downloads/2015.10.09/ +
      +
      + + The youtube-dl maintainers + + 2015-10-09T00:00:00Z +
      + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 09ddca2a3..0660f1425 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2015.10.06.2", - "signature": "55922ddc1b36997325569134c12f105ddebd2bffea22cb3d68656499c8edd4cc927b5e0dc169095accd5fca7ec62da406170ffd592c9847f7cfbf67609f5b90b15b06f257a29f812cb991be270c3f234d6354d7db20b89f6f7b44d8c023336078fc5e080f300eb30299a39566ca078393506dd2492ba62dbe93c96ea3c5fce78", + "latest": "2015.10.09", + "signature": "17d76e9220ce32606c5bcaacdf687027f4e218e9125e7cc9b0f9f09def8fe923697f6f3977202862b649f27a39e1ca0f7b2c235aefaa9e2125893b1cdc83ba4f4e84d9fb46c1f94ce0ddcc7390e926d01166147fce773631e01765e22d0b33701d8fa8de4e00192720bdae32fe8406a950a0c92fc3ca6e1be48da61f3a2901d5", "versions": { "2012.02.22": { "bin": [ @@ -8001,6 +8001,20 @@ "https://yt-dl.org/downloads/2015.10.06.2/youtube-dl-2015.10.06.2.tar.gz", "5907be4d930ce68c3ed4b555e1c2f1f7a47069cfe7638300c4f124afca0fb25f" ] + }, + "2015.10.09": { + "bin": [ + "https://yt-dl.org/downloads/2015.10.09/youtube-dl", + "caf7bc12ba40165889d883000315f8a2d885c50723b627a002a5da90008f729e" + ], + "exe": [ + "https://yt-dl.org/downloads/2015.10.09/youtube-dl.exe", + "cb284363e832a6678efb7105aed100bc0651a42af7edb70799e7bca75c89961d" + ], + "tar": [ + "https://yt-dl.org/downloads/2015.10.09/youtube-dl-2015.10.09.tar.gz", + "33103a3197ee1bfa5e9fa78449ed19de888d6b36cc27f46f5c2e76ea11aee0ab" + ] } } } \ No newline at end of file From e4c56e74a6883772cf84ad3028ce498635f7ddb5 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Mon, 12 Oct 2015 06:56:32 +0200 Subject: [PATCH 085/139] release 2015.10.12 --- download.html | 18 +++++++++--------- supportedsites.html | 1 + update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 43 insertions(+), 13 deletions(-) diff --git a/download.html b/download.html index 275305d85..f842776e2 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

      Remember youtube-dl requires Python version 2.6, 2.7, or 3.2+ to work.

      -

      2015.10.09 (sig)

      +

      2015.10.12 (sig)

        -
      • MD5: 2545ce0adf01a0522b457e1065cf830d
      • -
      • SHA1: 6852a13c176aa9d0c7e2765b259a4e0cbcfdf643
      • -
      • SHA256: caf7bc12ba40165889d883000315f8a2d885c50723b627a002a5da90008f729e
      • +
      • MD5: 0dce1a21fcedb1f07bda8ece4221c1bf
      • +
      • SHA1: f6c34d4fdaa8062d86b5bbef409edb543383e4a7
      • +
      • SHA256: 81a432739dc176243ee5379b3089db90016c389b4bc32bc00a0331c70e4db620

      - Windows exe (sig - cb284363e832a6678efb7105aed100bc0651a42af7edb70799e7bca75c89961d)
      - Full source + docs + binary tarball (sig - 33103a3197ee1bfa5e9fa78449ed19de888d6b36cc27f46f5c2e76ea11aee0ab) + Windows exe (sig - 3e3963fd2ae8a19d8d26af49dde989161118012d30a93025d2889992abf8c834)
      + Full source + docs + binary tarball (sig - 3e620a6d7edb656b48eef913d3350e925679ccdb959184c5fa88f4e55604289f)

      To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2015.10.09/youtube-dl -o /usr/local/bin/youtube-dl
      +sudo curl https://yt-dl.org/downloads/2015.10.12/youtube-dl -o /usr/local/bin/youtube-dl
      sudo chmod a+rx /usr/local/bin/youtube-dl

      If you do not have curl, you can alternatively use a recent wget: -sudo wget https://yt-dl.org/downloads/2015.10.09/youtube-dl -O /usr/local/bin/youtube-dl
      +sudo wget https://yt-dl.org/downloads/2015.10.12/youtube-dl -O /usr/local/bin/youtube-dl
      sudo chmod a+rx /usr/local/bin/youtube-dl

      @@ -53,7 +53,7 @@ See the pypi page for more

      To check the signature, type: -sudo wget https://yt-dl.org/downloads/2015.10.09/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig
      +sudo wget https://yt-dl.org/downloads/2015.10.12/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig

      The following GPG keys will be used to sign the binaries and the git tags:

      diff --git a/supportedsites.html b/supportedsites.html index 0b2bfe078..09b4a0e8f 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -96,6 +96,7 @@
    • CBSSports
    • CeskaTelevize
    • channel9: Channel 9
    • +
    • Chaturbate
    • Chilloutzone
    • chirbit
    • chirbit:profile
    • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index d22a4d1b6..31bea9588 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2015.10.09 \ No newline at end of file +2015.10.12 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 13b913e30..342aa051a 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -3,7 +3,7 @@ youtube-dl releases https://yt-dl.org/feed/youtube-dl-updates-feed - 2015-10-09T09:12:24.401736Z + 2015-10-12T06:56:29.486154Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -8585,4 +8585,19 @@ 2015-10-09T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.10.12 + New version 2015.10.12 + + +
      + Downloads available at https://yt-dl.org/downloads/2015.10.12/ +
      +
      + + The youtube-dl maintainers + + 2015-10-12T00:00:00Z +
      + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 0660f1425..031abecca 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2015.10.09", - "signature": "17d76e9220ce32606c5bcaacdf687027f4e218e9125e7cc9b0f9f09def8fe923697f6f3977202862b649f27a39e1ca0f7b2c235aefaa9e2125893b1cdc83ba4f4e84d9fb46c1f94ce0ddcc7390e926d01166147fce773631e01765e22d0b33701d8fa8de4e00192720bdae32fe8406a950a0c92fc3ca6e1be48da61f3a2901d5", + "latest": "2015.10.12", + "signature": "630927a8704d282e4c1d9abf50c9dc78fa4d23b126b7de096863f2f8c532548dac324f241213db7cd0c2bbfd982cb8b875da0236d6d7d362f97059c9a5b00d18aac6fea14f7933cee85b7b1372bd9611e2a27e5d8ade02d6cde61c8d7841989da5dfe17a0100d64ae394380a60340724ce10515ddcc221091943d95a0e5a2902", "versions": { "2012.02.22": { "bin": [ @@ -8015,6 +8015,20 @@ "https://yt-dl.org/downloads/2015.10.09/youtube-dl-2015.10.09.tar.gz", "33103a3197ee1bfa5e9fa78449ed19de888d6b36cc27f46f5c2e76ea11aee0ab" ] + }, + "2015.10.12": { + "bin": [ + "https://yt-dl.org/downloads/2015.10.12/youtube-dl", + "81a432739dc176243ee5379b3089db90016c389b4bc32bc00a0331c70e4db620" + ], + "exe": [ + "https://yt-dl.org/downloads/2015.10.12/youtube-dl.exe", + "3e3963fd2ae8a19d8d26af49dde989161118012d30a93025d2889992abf8c834" + ], + "tar": [ + "https://yt-dl.org/downloads/2015.10.12/youtube-dl-2015.10.12.tar.gz", + "3e620a6d7edb656b48eef913d3350e925679ccdb959184c5fa88f4e55604289f" + ] } } } \ No newline at end of file From 4b16f7be5bc61dca165b0d1062ddb8c4245f2b78 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Tue, 13 Oct 2015 01:10:54 +0200 Subject: [PATCH 086/139] release 2015.10.13 --- download.html | 18 +++++++++--------- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 4 files changed, 42 insertions(+), 13 deletions(-) diff --git a/download.html b/download.html index f842776e2..81248b9fc 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

      Remember youtube-dl requires Python version 2.6, 2.7, or 3.2+ to work.

      -

      2015.10.12 (sig)

      +

      2015.10.13 (sig)

        -
      • MD5: 0dce1a21fcedb1f07bda8ece4221c1bf
      • -
      • SHA1: f6c34d4fdaa8062d86b5bbef409edb543383e4a7
      • -
      • SHA256: 81a432739dc176243ee5379b3089db90016c389b4bc32bc00a0331c70e4db620
      • +
      • MD5: 1008b8879d0db90a49aa24117ee7d071
      • +
      • SHA1: 70d86e6081d201035d222eb672fde0fce012613a
      • +
      • SHA256: 131c2f3a36d3df955d0509b9dbf9b14b388e18b240a4f512aec27c35049894a1

      - Windows exe (sig - 3e3963fd2ae8a19d8d26af49dde989161118012d30a93025d2889992abf8c834)
      - Full source + docs + binary tarball (sig - 3e620a6d7edb656b48eef913d3350e925679ccdb959184c5fa88f4e55604289f) + Windows exe (sig - 0ead36420216a39b40a8a4f064cf5f9aa3f01a67c7eab122b19fe73d0118368e)
      + Full source + docs + binary tarball (sig - 4588f98ecd082ac4d1574c6bbc386eaf625fe1b2b321f4f84a2eb6bea45b41f9)

      To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2015.10.12/youtube-dl -o /usr/local/bin/youtube-dl
      +sudo curl https://yt-dl.org/downloads/2015.10.13/youtube-dl -o /usr/local/bin/youtube-dl
      sudo chmod a+rx /usr/local/bin/youtube-dl

      If you do not have curl, you can alternatively use a recent wget: -sudo wget https://yt-dl.org/downloads/2015.10.12/youtube-dl -O /usr/local/bin/youtube-dl
      +sudo wget https://yt-dl.org/downloads/2015.10.13/youtube-dl -O /usr/local/bin/youtube-dl
      sudo chmod a+rx /usr/local/bin/youtube-dl

      @@ -53,7 +53,7 @@ See the pypi page for more

      To check the signature, type: -sudo wget https://yt-dl.org/downloads/2015.10.12/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig
      +sudo wget https://yt-dl.org/downloads/2015.10.13/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig

      The following GPG keys will be used to sign the binaries and the git tags:

      diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 31bea9588..660136679 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2015.10.12 \ No newline at end of file +2015.10.13 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 342aa051a..262b79219 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -3,7 +3,7 @@ youtube-dl releases https://yt-dl.org/feed/youtube-dl-updates-feed - 2015-10-12T06:56:29.486154Z + 2015-10-13T01:10:51.115048Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -8600,4 +8600,19 @@ 2015-10-12T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.10.13 + New version 2015.10.13 + + +
      + Downloads available at https://yt-dl.org/downloads/2015.10.13/ +
      +
      + + The youtube-dl maintainers + + 2015-10-13T00:00:00Z +
      + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 031abecca..4252390a5 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2015.10.12", - "signature": "630927a8704d282e4c1d9abf50c9dc78fa4d23b126b7de096863f2f8c532548dac324f241213db7cd0c2bbfd982cb8b875da0236d6d7d362f97059c9a5b00d18aac6fea14f7933cee85b7b1372bd9611e2a27e5d8ade02d6cde61c8d7841989da5dfe17a0100d64ae394380a60340724ce10515ddcc221091943d95a0e5a2902", + "latest": "2015.10.13", + "signature": "871265aaaa8b2147e1e0ec916b281baa356768d5d13a30d020e2b9e062450ae2b651fb69d63fd4fe1225b1c947ff43d3d5b04b7d2098ccd249e82307fd3af99e7186e4a976f00dd59f957663ea97b392f0a415bc00171d239c955d8efc1791e4cdfb07d0231f56d4d7fabdaf6e9f02531262bbee384741b26cfdf0551ef95315", "versions": { "2012.02.22": { "bin": [ @@ -8029,6 +8029,20 @@ "https://yt-dl.org/downloads/2015.10.12/youtube-dl-2015.10.12.tar.gz", "3e620a6d7edb656b48eef913d3350e925679ccdb959184c5fa88f4e55604289f" ] + }, + "2015.10.13": { + "bin": [ + "https://yt-dl.org/downloads/2015.10.13/youtube-dl", + "131c2f3a36d3df955d0509b9dbf9b14b388e18b240a4f512aec27c35049894a1" + ], + "exe": [ + "https://yt-dl.org/downloads/2015.10.13/youtube-dl.exe", + "0ead36420216a39b40a8a4f064cf5f9aa3f01a67c7eab122b19fe73d0118368e" + ], + "tar": [ + "https://yt-dl.org/downloads/2015.10.13/youtube-dl-2015.10.13.tar.gz", + "4588f98ecd082ac4d1574c6bbc386eaf625fe1b2b321f4f84a2eb6bea45b41f9" + ] } } } \ No newline at end of file From 3dd2d8588b3d80c06b67b2c5d1e4270bddf54996 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Fri, 16 Oct 2015 21:44:35 +0200 Subject: [PATCH 087/139] release 2015.10.16 --- download.html | 18 +++++++++--------- supportedsites.html | 2 +- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 43 insertions(+), 14 deletions(-) diff --git a/download.html b/download.html index 81248b9fc..0b9d86f9e 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

      Remember youtube-dl requires Python version 2.6, 2.7, or 3.2+ to work.

      -

      2015.10.13 (sig)

      +

      2015.10.16 (sig)

        -
      • MD5: 1008b8879d0db90a49aa24117ee7d071
      • -
      • SHA1: 70d86e6081d201035d222eb672fde0fce012613a
      • -
      • SHA256: 131c2f3a36d3df955d0509b9dbf9b14b388e18b240a4f512aec27c35049894a1
      • +
      • MD5: d789ae84d427447b22b48b075a8fdbb7
      • +
      • SHA1: a3c90df67ed09cd276644ac34b62e17745b6e4c4
      • +
      • SHA256: b2afa92029354e4cbe2ce05a83382802c088b646e315b0134c0ad602592789ec

      - Windows exe (sig - 0ead36420216a39b40a8a4f064cf5f9aa3f01a67c7eab122b19fe73d0118368e)
      - Full source + docs + binary tarball (sig - 4588f98ecd082ac4d1574c6bbc386eaf625fe1b2b321f4f84a2eb6bea45b41f9) + Windows exe (sig - 00c29e5d7d29b46b95b86d1c1e9393b9434da1e85ce23604b76e0304119fcb3b)
      + Full source + docs + binary tarball (sig - 760b20f6a53b39abf2b63e2736f2315ae75710e355cf9a44e87f500f5a252a00)

      To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2015.10.13/youtube-dl -o /usr/local/bin/youtube-dl
      +sudo curl https://yt-dl.org/downloads/2015.10.16/youtube-dl -o /usr/local/bin/youtube-dl
      sudo chmod a+rx /usr/local/bin/youtube-dl

      If you do not have curl, you can alternatively use a recent wget: -sudo wget https://yt-dl.org/downloads/2015.10.13/youtube-dl -O /usr/local/bin/youtube-dl
      +sudo wget https://yt-dl.org/downloads/2015.10.16/youtube-dl -O /usr/local/bin/youtube-dl
      sudo chmod a+rx /usr/local/bin/youtube-dl

      @@ -53,7 +53,7 @@ See the pypi page for more

      To check the signature, type: -sudo wget https://yt-dl.org/downloads/2015.10.13/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig
      +sudo wget https://yt-dl.org/downloads/2015.10.16/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig

      The following GPG keys will be used to sign the binaries and the git tags:

      diff --git a/supportedsites.html b/supportedsites.html index 09b4a0e8f..0429bdf31 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -174,6 +174,7 @@
    • facebook
    • faz.net
    • fc2
    • +
    • Fczenit
    • fernsehkritik.tv
    • Firstpost
    • FiveTV
    • @@ -296,7 +297,6 @@
    • Malemotion
    • MDR
    • media.ccc.de
    • -
    • MegaVideoz
    • metacafe
    • Metacritic
    • Mgoon
    • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 660136679..33ed9a7a5 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2015.10.13 \ No newline at end of file +2015.10.16 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 262b79219..4e8eb4192 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -3,7 +3,7 @@ youtube-dl releases https://yt-dl.org/feed/youtube-dl-updates-feed - 2015-10-13T01:10:51.115048Z + 2015-10-16T21:44:32.391479Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -8615,4 +8615,19 @@ 2015-10-13T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.10.16 + New version 2015.10.16 + + +
      + Downloads available at https://yt-dl.org/downloads/2015.10.16/ +
      +
      + + The youtube-dl maintainers + + 2015-10-16T00:00:00Z +
      + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 4252390a5..c03c02b77 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2015.10.13", - "signature": "871265aaaa8b2147e1e0ec916b281baa356768d5d13a30d020e2b9e062450ae2b651fb69d63fd4fe1225b1c947ff43d3d5b04b7d2098ccd249e82307fd3af99e7186e4a976f00dd59f957663ea97b392f0a415bc00171d239c955d8efc1791e4cdfb07d0231f56d4d7fabdaf6e9f02531262bbee384741b26cfdf0551ef95315", + "latest": "2015.10.16", + "signature": "2230d87081b85d8a5b567fb13134e6333764c1c52aa07b27cef9d33114aede82e0ceb75d5f04621f8eef92fd79a827c280ca1436d3486a6ac9a1417095b2b1f001a2e0ec1f2c60f151c240c8e6536734ab89c97a1a3c9c434e9923157022705a17e1e018259628e65370607daf9107434f9e422ee8565095d3271360988c061c", "versions": { "2012.02.22": { "bin": [ @@ -8043,6 +8043,20 @@ "https://yt-dl.org/downloads/2015.10.13/youtube-dl-2015.10.13.tar.gz", "4588f98ecd082ac4d1574c6bbc386eaf625fe1b2b321f4f84a2eb6bea45b41f9" ] + }, + "2015.10.16": { + "bin": [ + "https://yt-dl.org/downloads/2015.10.16/youtube-dl", + "b2afa92029354e4cbe2ce05a83382802c088b646e315b0134c0ad602592789ec" + ], + "exe": [ + "https://yt-dl.org/downloads/2015.10.16/youtube-dl.exe", + "00c29e5d7d29b46b95b86d1c1e9393b9434da1e85ce23604b76e0304119fcb3b" + ], + "tar": [ + "https://yt-dl.org/downloads/2015.10.16/youtube-dl-2015.10.16.tar.gz", + "760b20f6a53b39abf2b63e2736f2315ae75710e355cf9a44e87f500f5a252a00" + ] } } } \ No newline at end of file From 0791453d64ea8b05645fceace9baced4defba5ed Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Sun, 18 Oct 2015 19:48:24 +0200 Subject: [PATCH 088/139] release 2015.10.18 --- download.html | 18 +++++++++--------- supportedsites.html | 3 ++- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 44 insertions(+), 14 deletions(-) diff --git a/download.html b/download.html index 0b9d86f9e..bd3c16e15 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

      Remember youtube-dl requires Python version 2.6, 2.7, or 3.2+ to work.

      -

      2015.10.16 (sig)

      +

      2015.10.18 (sig)

        -
      • MD5: d789ae84d427447b22b48b075a8fdbb7
      • -
      • SHA1: a3c90df67ed09cd276644ac34b62e17745b6e4c4
      • -
      • SHA256: b2afa92029354e4cbe2ce05a83382802c088b646e315b0134c0ad602592789ec
      • +
      • MD5: b9a376410e1008bfdd010476c5d7034f
      • +
      • SHA1: ac26ec6fd86da63f07e16195208bec133bae6db1
      • +
      • SHA256: 999d0f90f983fe5d5750baaf7eee6aa87f84d014caf8635fa96a174d0858f81f

      - Windows exe (sig - 00c29e5d7d29b46b95b86d1c1e9393b9434da1e85ce23604b76e0304119fcb3b)
      - Full source + docs + binary tarball (sig - 760b20f6a53b39abf2b63e2736f2315ae75710e355cf9a44e87f500f5a252a00) + Windows exe (sig - 148a0b6a88d9c5185c6e408fa2ad7d8fa41aa49f0201bbe05267c5dd269030c7)
      + Full source + docs + binary tarball (sig - eece461e6af1fc030ffe29306a24676568c0310a47174168019ab1a62f08029e)

      To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2015.10.16/youtube-dl -o /usr/local/bin/youtube-dl
      +sudo curl https://yt-dl.org/downloads/2015.10.18/youtube-dl -o /usr/local/bin/youtube-dl
      sudo chmod a+rx /usr/local/bin/youtube-dl

      If you do not have curl, you can alternatively use a recent wget: -sudo wget https://yt-dl.org/downloads/2015.10.16/youtube-dl -O /usr/local/bin/youtube-dl
      +sudo wget https://yt-dl.org/downloads/2015.10.18/youtube-dl -O /usr/local/bin/youtube-dl
      sudo chmod a+rx /usr/local/bin/youtube-dl

      @@ -53,7 +53,7 @@ See the pypi page for more

      To check the signature, type: -sudo wget https://yt-dl.org/downloads/2015.10.16/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig
      +sudo wget https://yt-dl.org/downloads/2015.10.18/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig

      The following GPG keys will be used to sign the binaries and the git tags:

      diff --git a/supportedsites.html b/supportedsites.html index 0429bdf31..d64fce9da 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -603,7 +603,8 @@
    • twitch:stream
    • twitch:video
    • twitch:vod
    • -
    • TwitterCard
    • +
    • twitter
    • +
    • twitter:card
    • Ubu
    • udemy
    • udemy:course
    • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 33ed9a7a5..85bae5102 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2015.10.16 \ No newline at end of file +2015.10.18 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 4e8eb4192..698aef956 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -3,7 +3,7 @@ youtube-dl releases https://yt-dl.org/feed/youtube-dl-updates-feed - 2015-10-16T21:44:32.391479Z + 2015-10-18T19:48:21.355031Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -8630,4 +8630,19 @@ 2015-10-16T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.10.18 + New version 2015.10.18 + + +
      + Downloads available at https://yt-dl.org/downloads/2015.10.18/ +
      +
      + + The youtube-dl maintainers + + 2015-10-18T00:00:00Z +
      + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index c03c02b77..a2a53910c 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2015.10.16", - "signature": "2230d87081b85d8a5b567fb13134e6333764c1c52aa07b27cef9d33114aede82e0ceb75d5f04621f8eef92fd79a827c280ca1436d3486a6ac9a1417095b2b1f001a2e0ec1f2c60f151c240c8e6536734ab89c97a1a3c9c434e9923157022705a17e1e018259628e65370607daf9107434f9e422ee8565095d3271360988c061c", + "latest": "2015.10.18", + "signature": "356bf7398406a55ccf9aa2b5d09a14e4d4fb2337b716955ce48b355b9beec6c2dd85a062698eb126a02699fe42ebdfcbfcd80b2178b8dfe891ce62756bcdebd6a5baa174dcd284a87053082a0cc75995b6cf4625d43e20776f62e1b2d51927a858876939b416c0a3b48a88da1d3a3d9b3f80f9ab95da568532863a444896b32b", "versions": { "2012.02.22": { "bin": [ @@ -8057,6 +8057,20 @@ "https://yt-dl.org/downloads/2015.10.16/youtube-dl-2015.10.16.tar.gz", "760b20f6a53b39abf2b63e2736f2315ae75710e355cf9a44e87f500f5a252a00" ] + }, + "2015.10.18": { + "bin": [ + "https://yt-dl.org/downloads/2015.10.18/youtube-dl", + "999d0f90f983fe5d5750baaf7eee6aa87f84d014caf8635fa96a174d0858f81f" + ], + "exe": [ + "https://yt-dl.org/downloads/2015.10.18/youtube-dl.exe", + "148a0b6a88d9c5185c6e408fa2ad7d8fa41aa49f0201bbe05267c5dd269030c7" + ], + "tar": [ + "https://yt-dl.org/downloads/2015.10.18/youtube-dl-2015.10.18.tar.gz", + "eece461e6af1fc030ffe29306a24676568c0310a47174168019ab1a62f08029e" + ] } } } \ No newline at end of file From ac132aee81944d530a571f982d4d6854e328f8b9 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Fri, 23 Oct 2015 09:49:49 +0200 Subject: [PATCH 089/139] release 2015.10.23 --- download.html | 18 +++++++++--------- supportedsites.html | 2 ++ update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 44 insertions(+), 13 deletions(-) diff --git a/download.html b/download.html index bd3c16e15..a07b22681 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

      Remember youtube-dl requires Python version 2.6, 2.7, or 3.2+ to work.

      -

      2015.10.18 (sig)

      +

      2015.10.23 (sig)

        -
      • MD5: b9a376410e1008bfdd010476c5d7034f
      • -
      • SHA1: ac26ec6fd86da63f07e16195208bec133bae6db1
      • -
      • SHA256: 999d0f90f983fe5d5750baaf7eee6aa87f84d014caf8635fa96a174d0858f81f
      • +
      • MD5: d9169259025a8c9a7cb7af9de8f07f58
      • +
      • SHA1: b45e2d91edd71871c7c289ee1a6a8847a336caca
      • +
      • SHA256: 9055f857f25f5f575e0c0c96ab1b545335ff3bedb3ad29b2fd5efc5470fef894

      - Windows exe (sig - 148a0b6a88d9c5185c6e408fa2ad7d8fa41aa49f0201bbe05267c5dd269030c7)
      - Full source + docs + binary tarball (sig - eece461e6af1fc030ffe29306a24676568c0310a47174168019ab1a62f08029e) + Windows exe (sig - c7d541a8b66b5e093230779f15c18a2f132c3d85add64cbe94fe91d57201fb76)
      + Full source + docs + binary tarball (sig - 74dca04996930e4b49f3f91efbd4ce9251ed695163ccc8c82ac29bad0b5a8221)

      To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2015.10.18/youtube-dl -o /usr/local/bin/youtube-dl
      +sudo curl https://yt-dl.org/downloads/2015.10.23/youtube-dl -o /usr/local/bin/youtube-dl
      sudo chmod a+rx /usr/local/bin/youtube-dl

      If you do not have curl, you can alternatively use a recent wget: -sudo wget https://yt-dl.org/downloads/2015.10.18/youtube-dl -O /usr/local/bin/youtube-dl
      +sudo wget https://yt-dl.org/downloads/2015.10.23/youtube-dl -O /usr/local/bin/youtube-dl
      sudo chmod a+rx /usr/local/bin/youtube-dl

      @@ -53,7 +53,7 @@ See the pypi page for more

      To check the signature, type: -sudo wget https://yt-dl.org/downloads/2015.10.18/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig
      +sudo wget https://yt-dl.org/downloads/2015.10.23/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig

      The following GPG keys will be used to sign the binaries and the git tags:

      diff --git a/supportedsites.html b/supportedsites.html index d64fce9da..23e5f2f18 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -68,6 +68,7 @@
    • Bandcamp:album
    • bbc: BBC
    • bbc.co.uk: BBC iPlayer
    • +
    • bbc.co.uk:article: BBC articles
    • BeatportPro
    • Beeg
    • BehindKink
    • @@ -530,6 +531,7 @@
    • SSA
    • stanfordoc: Stanford Open ClassRoom
    • Steam
    • +
    • Stitcher
    • streamcloud.eu
    • StreamCZ
    • StreetVoice
    • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 85bae5102..6dc9b4395 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2015.10.18 \ No newline at end of file +2015.10.23 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 698aef956..bc09bca3b 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -3,7 +3,7 @@ youtube-dl releases https://yt-dl.org/feed/youtube-dl-updates-feed - 2015-10-18T19:48:21.355031Z + 2015-10-23T09:49:47.542534Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -8645,4 +8645,19 @@ 2015-10-18T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.10.23 + New version 2015.10.23 + + +
      + Downloads available at https://yt-dl.org/downloads/2015.10.23/ +
      +
      + + The youtube-dl maintainers + + 2015-10-23T00:00:00Z +
      + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index a2a53910c..3e2e97f85 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2015.10.18", - "signature": "356bf7398406a55ccf9aa2b5d09a14e4d4fb2337b716955ce48b355b9beec6c2dd85a062698eb126a02699fe42ebdfcbfcd80b2178b8dfe891ce62756bcdebd6a5baa174dcd284a87053082a0cc75995b6cf4625d43e20776f62e1b2d51927a858876939b416c0a3b48a88da1d3a3d9b3f80f9ab95da568532863a444896b32b", + "latest": "2015.10.23", + "signature": "7d9b478dfa2b32970df0046b84ca53167a21bfc2787a057854492ef950bbe2a0866ae3cb1b60c83c4da467526c1366681e7a4227edf25df67c86f49450da143cbb7b282270e3fc223e325599f62da70687cdbf4b1c909975835285ed77804a9cd4b99585ecfb8c0e522a813ddb0d3886370b7d59bd6fe2bb6df5a2e203e0af4e", "versions": { "2012.02.22": { "bin": [ @@ -8071,6 +8071,20 @@ "https://yt-dl.org/downloads/2015.10.18/youtube-dl-2015.10.18.tar.gz", "eece461e6af1fc030ffe29306a24676568c0310a47174168019ab1a62f08029e" ] + }, + "2015.10.23": { + "bin": [ + "https://yt-dl.org/downloads/2015.10.23/youtube-dl", + "9055f857f25f5f575e0c0c96ab1b545335ff3bedb3ad29b2fd5efc5470fef894" + ], + "exe": [ + "https://yt-dl.org/downloads/2015.10.23/youtube-dl.exe", + "c7d541a8b66b5e093230779f15c18a2f132c3d85add64cbe94fe91d57201fb76" + ], + "tar": [ + "https://yt-dl.org/downloads/2015.10.23/youtube-dl-2015.10.23.tar.gz", + "74dca04996930e4b49f3f91efbd4ce9251ed695163ccc8c82ac29bad0b5a8221" + ] } } } \ No newline at end of file From a158a7168e112f44401af08f318430e762986e86 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Sat, 24 Oct 2015 00:13:34 +0200 Subject: [PATCH 090/139] release 2015.10.24 --- download.html | 18 +++++++++--------- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 4 files changed, 42 insertions(+), 13 deletions(-) diff --git a/download.html b/download.html index a07b22681..734d8f04d 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

      Remember youtube-dl requires Python version 2.6, 2.7, or 3.2+ to work.

      -

      2015.10.23 (sig)

      +

      2015.10.24 (sig)

        -
      • MD5: d9169259025a8c9a7cb7af9de8f07f58
      • -
      • SHA1: b45e2d91edd71871c7c289ee1a6a8847a336caca
      • -
      • SHA256: 9055f857f25f5f575e0c0c96ab1b545335ff3bedb3ad29b2fd5efc5470fef894
      • +
      • MD5: f1e6309caca9c91e594b020d246db18b
      • +
      • SHA1: f488a52cff3ad3aba2612ea0e9130c4808d31805
      • +
      • SHA256: b1e8d93b9e3fe725b3532b74173d0827c559124a1c923338d8f7adf38ee764ca

      - Windows exe (sig - c7d541a8b66b5e093230779f15c18a2f132c3d85add64cbe94fe91d57201fb76)
      - Full source + docs + binary tarball (sig - 74dca04996930e4b49f3f91efbd4ce9251ed695163ccc8c82ac29bad0b5a8221) + Windows exe (sig - d779dff556b42d30cc4edefa82729709619bdc5db45160ec804a1a7f60165649)
      + Full source + docs + binary tarball (sig - fa151e925b51f6b5ee154f25089d287832a9387e59561810fd5eac8d00ce3ae1)

      To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2015.10.23/youtube-dl -o /usr/local/bin/youtube-dl
      +sudo curl https://yt-dl.org/downloads/2015.10.24/youtube-dl -o /usr/local/bin/youtube-dl
      sudo chmod a+rx /usr/local/bin/youtube-dl

      If you do not have curl, you can alternatively use a recent wget: -sudo wget https://yt-dl.org/downloads/2015.10.23/youtube-dl -O /usr/local/bin/youtube-dl
      +sudo wget https://yt-dl.org/downloads/2015.10.24/youtube-dl -O /usr/local/bin/youtube-dl
      sudo chmod a+rx /usr/local/bin/youtube-dl

      @@ -53,7 +53,7 @@ See the pypi page for more

      To check the signature, type: -sudo wget https://yt-dl.org/downloads/2015.10.23/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig
      +sudo wget https://yt-dl.org/downloads/2015.10.24/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig

      The following GPG keys will be used to sign the binaries and the git tags:

      diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 6dc9b4395..e360961f4 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2015.10.23 \ No newline at end of file +2015.10.24 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index bc09bca3b..599009806 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -3,7 +3,7 @@ youtube-dl releases https://yt-dl.org/feed/youtube-dl-updates-feed - 2015-10-23T09:49:47.542534Z + 2015-10-24T00:13:30.962022Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -8660,4 +8660,19 @@ 2015-10-23T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.10.24 + New version 2015.10.24 + + +
      + Downloads available at https://yt-dl.org/downloads/2015.10.24/ +
      +
      + + The youtube-dl maintainers + + 2015-10-24T00:00:00Z +
      + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 3e2e97f85..63010ddf8 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2015.10.23", - "signature": "7d9b478dfa2b32970df0046b84ca53167a21bfc2787a057854492ef950bbe2a0866ae3cb1b60c83c4da467526c1366681e7a4227edf25df67c86f49450da143cbb7b282270e3fc223e325599f62da70687cdbf4b1c909975835285ed77804a9cd4b99585ecfb8c0e522a813ddb0d3886370b7d59bd6fe2bb6df5a2e203e0af4e", + "latest": "2015.10.24", + "signature": "76ddb9ad97cb877f1ca71a042c00a0b2bac780c1ee99d06e290ff7ec316dbf2490fd8eb18ffb4c735ca0211679858c7c76e5d764d72fb71ec31f3fa24c7b89e850fd78f5d08d8a30eeca87ae437e58cbdfe16a9065d06c39d3afa05aab3f940d43ca719644380fba6d507f0aa45894da66de792edc5bbc0f0fcc0d320b0f5be9", "versions": { "2012.02.22": { "bin": [ @@ -8085,6 +8085,20 @@ "https://yt-dl.org/downloads/2015.10.23/youtube-dl-2015.10.23.tar.gz", "74dca04996930e4b49f3f91efbd4ce9251ed695163ccc8c82ac29bad0b5a8221" ] + }, + "2015.10.24": { + "bin": [ + "https://yt-dl.org/downloads/2015.10.24/youtube-dl", + "b1e8d93b9e3fe725b3532b74173d0827c559124a1c923338d8f7adf38ee764ca" + ], + "exe": [ + "https://yt-dl.org/downloads/2015.10.24/youtube-dl.exe", + "d779dff556b42d30cc4edefa82729709619bdc5db45160ec804a1a7f60165649" + ], + "tar": [ + "https://yt-dl.org/downloads/2015.10.24/youtube-dl-2015.10.24.tar.gz", + "fa151e925b51f6b5ee154f25089d287832a9387e59561810fd5eac8d00ce3ae1" + ] } } } \ No newline at end of file From 5a00a85c620d8dd7ef613de7ba0413839d2a1b5d Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Sun, 1 Nov 2015 14:22:57 +0100 Subject: [PATCH 091/139] release 2015.11.01 --- download.html | 18 +++++++++--------- supportedsites.html | 3 ++- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 44 insertions(+), 14 deletions(-) diff --git a/download.html b/download.html index 734d8f04d..b7f89ec19 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

      Remember youtube-dl requires Python version 2.6, 2.7, or 3.2+ to work.

      -

      2015.10.24 (sig)

      +

      2015.11.01 (sig)

        -
      • MD5: f1e6309caca9c91e594b020d246db18b
      • -
      • SHA1: f488a52cff3ad3aba2612ea0e9130c4808d31805
      • -
      • SHA256: b1e8d93b9e3fe725b3532b74173d0827c559124a1c923338d8f7adf38ee764ca
      • +
      • MD5: 443bea7f27ab5f61614978e4ef15b64e
      • +
      • SHA1: 3ac17edce61926252116c58e3171a056da690a17
      • +
      • SHA256: 382f0298c76a575e22119f163fe582eaac5d9234f655488f44d90e5a3419b428

      - Windows exe (sig - d779dff556b42d30cc4edefa82729709619bdc5db45160ec804a1a7f60165649)
      - Full source + docs + binary tarball (sig - fa151e925b51f6b5ee154f25089d287832a9387e59561810fd5eac8d00ce3ae1) + Windows exe (sig - 01d6876030a7ad9b340f00657ef3ba7c933ef0d702d144bedfef6679fd979152)
      + Full source + docs + binary tarball (sig - 58a981cd708f30567382b97d6db336b25ca2279b759aea3a79e4d39a68351f3a)

      To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2015.10.24/youtube-dl -o /usr/local/bin/youtube-dl
      +sudo curl https://yt-dl.org/downloads/2015.11.01/youtube-dl -o /usr/local/bin/youtube-dl
      sudo chmod a+rx /usr/local/bin/youtube-dl

      If you do not have curl, you can alternatively use a recent wget: -sudo wget https://yt-dl.org/downloads/2015.10.24/youtube-dl -O /usr/local/bin/youtube-dl
      +sudo wget https://yt-dl.org/downloads/2015.11.01/youtube-dl -O /usr/local/bin/youtube-dl
      sudo chmod a+rx /usr/local/bin/youtube-dl

      @@ -53,7 +53,7 @@ See the pypi page for more

      To check the signature, type: -sudo wget https://yt-dl.org/downloads/2015.10.24/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig
      +sudo wget https://yt-dl.org/downloads/2015.11.01/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig

      The following GPG keys will be used to sign the binaries and the git tags:

      diff --git a/supportedsites.html b/supportedsites.html index 23e5f2f18..ee9829213 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -108,6 +108,7 @@
    • Clipsyndicate
    • Cloudy
    • Clubic
    • +
    • Clyp
    • cmt.com
    • CNET
    • CNN
    • @@ -296,7 +297,7 @@
    • macgamestore: MacGameStore trailers
    • mailru: Видео@Mail.Ru
    • Malemotion
    • -
    • MDR
    • +
    • MDR: MDR.DE and KiKA
    • media.ccc.de
    • metacafe
    • Metacritic
    • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index e360961f4..c5109b703 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2015.10.24 \ No newline at end of file +2015.11.01 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 599009806..46b2ad6a1 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -3,7 +3,7 @@ youtube-dl releases https://yt-dl.org/feed/youtube-dl-updates-feed - 2015-10-24T00:13:30.962022Z + 2015-11-01T14:22:54.315007Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -8675,4 +8675,19 @@ 2015-10-24T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.11.01 + New version 2015.11.01 + + +
      + Downloads available at https://yt-dl.org/downloads/2015.11.01/ +
      +
      + + The youtube-dl maintainers + + 2015-11-01T00:00:00Z +
      + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 63010ddf8..6a309b5c1 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2015.10.24", - "signature": "76ddb9ad97cb877f1ca71a042c00a0b2bac780c1ee99d06e290ff7ec316dbf2490fd8eb18ffb4c735ca0211679858c7c76e5d764d72fb71ec31f3fa24c7b89e850fd78f5d08d8a30eeca87ae437e58cbdfe16a9065d06c39d3afa05aab3f940d43ca719644380fba6d507f0aa45894da66de792edc5bbc0f0fcc0d320b0f5be9", + "latest": "2015.11.01", + "signature": "5e8aa6a3fc28a339b82973b9317fa60b8777644d17cc88897ab5b90a62501aaf134d143a81cb29dccd9a4a68468032b930c8162cfd6688f2bc6c31c7fc23494c9435588ce44fadb6b3a4d50564fc8901a78e1ad0e9bd1ce1b57078d140cf8a885682421d374249ab3dac2444ded25fa98d8dd9c7b1418e1b11dcdcdddc871003", "versions": { "2012.02.22": { "bin": [ @@ -8099,6 +8099,20 @@ "https://yt-dl.org/downloads/2015.10.24/youtube-dl-2015.10.24.tar.gz", "fa151e925b51f6b5ee154f25089d287832a9387e59561810fd5eac8d00ce3ae1" ] + }, + "2015.11.01": { + "bin": [ + "https://yt-dl.org/downloads/2015.11.01/youtube-dl", + "382f0298c76a575e22119f163fe582eaac5d9234f655488f44d90e5a3419b428" + ], + "exe": [ + "https://yt-dl.org/downloads/2015.11.01/youtube-dl.exe", + "01d6876030a7ad9b340f00657ef3ba7c933ef0d702d144bedfef6679fd979152" + ], + "tar": [ + "https://yt-dl.org/downloads/2015.11.01/youtube-dl-2015.11.01.tar.gz", + "58a981cd708f30567382b97d6db336b25ca2279b759aea3a79e4d39a68351f3a" + ] } } } \ No newline at end of file From a50ad865c587f53a10d0c71caae6ae8f8308cad7 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Mon, 2 Nov 2015 16:24:38 +0100 Subject: [PATCH 092/139] release 2015.11.02 --- download.html | 18 +++++++++--------- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 4 files changed, 42 insertions(+), 13 deletions(-) diff --git a/download.html b/download.html index b7f89ec19..80b19374d 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

      Remember youtube-dl requires Python version 2.6, 2.7, or 3.2+ to work.

      -

      2015.11.01 (sig)

      +

      2015.11.02 (sig)

        -
      • MD5: 443bea7f27ab5f61614978e4ef15b64e
      • -
      • SHA1: 3ac17edce61926252116c58e3171a056da690a17
      • -
      • SHA256: 382f0298c76a575e22119f163fe582eaac5d9234f655488f44d90e5a3419b428
      • +
      • MD5: 3f43451aff06a979b2288ae686f95108
      • +
      • SHA1: 3155f361247bc97cee27d1d9ef78e9654b11f977
      • +
      • SHA256: ec08bffa6e2a9fb2137a89b4ed22bb24ad91f9151646d8b32167cf823132db0c

      - Windows exe (sig - 01d6876030a7ad9b340f00657ef3ba7c933ef0d702d144bedfef6679fd979152)
      - Full source + docs + binary tarball (sig - 58a981cd708f30567382b97d6db336b25ca2279b759aea3a79e4d39a68351f3a) + Windows exe (sig - 3a995d6d8cdd8cf5f033ea21581da2c5deccba49f02516e7482d1361acb87a7a)
      + Full source + docs + binary tarball (sig - 5c5bc5a7fec405ed353bd7052a4a83e8782742d246b24af73393fe70c7b28d8c)

      To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2015.11.01/youtube-dl -o /usr/local/bin/youtube-dl
      +sudo curl https://yt-dl.org/downloads/2015.11.02/youtube-dl -o /usr/local/bin/youtube-dl
      sudo chmod a+rx /usr/local/bin/youtube-dl

      If you do not have curl, you can alternatively use a recent wget: -sudo wget https://yt-dl.org/downloads/2015.11.01/youtube-dl -O /usr/local/bin/youtube-dl
      +sudo wget https://yt-dl.org/downloads/2015.11.02/youtube-dl -O /usr/local/bin/youtube-dl
      sudo chmod a+rx /usr/local/bin/youtube-dl

      @@ -53,7 +53,7 @@ See the pypi page for more

      To check the signature, type: -sudo wget https://yt-dl.org/downloads/2015.11.01/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig
      +sudo wget https://yt-dl.org/downloads/2015.11.02/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig

      The following GPG keys will be used to sign the binaries and the git tags:

      diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index c5109b703..3464ebcbe 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2015.11.01 \ No newline at end of file +2015.11.02 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 46b2ad6a1..c1206e565 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -3,7 +3,7 @@ youtube-dl releases https://yt-dl.org/feed/youtube-dl-updates-feed - 2015-11-01T14:22:54.315007Z + 2015-11-02T16:24:36.716077Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -8690,4 +8690,19 @@ 2015-11-01T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.11.02 + New version 2015.11.02 + + +
      + Downloads available at https://yt-dl.org/downloads/2015.11.02/ +
      +
      + + The youtube-dl maintainers + + 2015-11-02T00:00:00Z +
      + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 6a309b5c1..9d74b9f12 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2015.11.01", - "signature": "5e8aa6a3fc28a339b82973b9317fa60b8777644d17cc88897ab5b90a62501aaf134d143a81cb29dccd9a4a68468032b930c8162cfd6688f2bc6c31c7fc23494c9435588ce44fadb6b3a4d50564fc8901a78e1ad0e9bd1ce1b57078d140cf8a885682421d374249ab3dac2444ded25fa98d8dd9c7b1418e1b11dcdcdddc871003", + "latest": "2015.11.02", + "signature": "4df1b65955801b988812752d582318c0b407f5994960afbe579d490176e7494b715baf5ba60d11c51a3198e7dd4ae2dba0b0ddd196ec9296a9809eb1ebce991b805d1e4eff700fd93fe60da7d30408f5183e281fcc1c57e30d55e040980caa541763ecbff83fc208cd49e60e5201008284a3c9f26edbda22148c76e604ceed05", "versions": { "2012.02.22": { "bin": [ @@ -8113,6 +8113,20 @@ "https://yt-dl.org/downloads/2015.11.01/youtube-dl-2015.11.01.tar.gz", "58a981cd708f30567382b97d6db336b25ca2279b759aea3a79e4d39a68351f3a" ] + }, + "2015.11.02": { + "bin": [ + "https://yt-dl.org/downloads/2015.11.02/youtube-dl", + "ec08bffa6e2a9fb2137a89b4ed22bb24ad91f9151646d8b32167cf823132db0c" + ], + "exe": [ + "https://yt-dl.org/downloads/2015.11.02/youtube-dl.exe", + "3a995d6d8cdd8cf5f033ea21581da2c5deccba49f02516e7482d1361acb87a7a" + ], + "tar": [ + "https://yt-dl.org/downloads/2015.11.02/youtube-dl-2015.11.02.tar.gz", + "5c5bc5a7fec405ed353bd7052a4a83e8782742d246b24af73393fe70c7b28d8c" + ] } } } \ No newline at end of file From abf90fe835800975c40a9717bd58962e7067ee6e Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Tue, 10 Nov 2015 11:44:39 +0100 Subject: [PATCH 093/139] release 2015.11.10 --- download.html | 18 +++++++++--------- supportedsites.html | 4 +++- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 45 insertions(+), 14 deletions(-) diff --git a/download.html b/download.html index 80b19374d..9240db5db 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

      Remember youtube-dl requires Python version 2.6, 2.7, or 3.2+ to work.

      -

      2015.11.02 (sig)

      +

      2015.11.10 (sig)

        -
      • MD5: 3f43451aff06a979b2288ae686f95108
      • -
      • SHA1: 3155f361247bc97cee27d1d9ef78e9654b11f977
      • -
      • SHA256: ec08bffa6e2a9fb2137a89b4ed22bb24ad91f9151646d8b32167cf823132db0c
      • +
      • MD5: 3e3cf4ba84d0e1ced2b2bc19b39f344a
      • +
      • SHA1: ca61fa081d3a3a79a7b44d4836fd48bda7ae2f6a
      • +
      • SHA256: 657364afe49e4badf3fb36f6aef2f69d8e2dd19c0100be9ff2290cd7af87adc7

      - Windows exe (sig - 3a995d6d8cdd8cf5f033ea21581da2c5deccba49f02516e7482d1361acb87a7a)
      - Full source + docs + binary tarball (sig - 5c5bc5a7fec405ed353bd7052a4a83e8782742d246b24af73393fe70c7b28d8c) + Windows exe (sig - 43588575b139208af866bcab19002099ee47bd2e7a2039f73c4dc01fea78be02)
      + Full source + docs + binary tarball (sig - c5a34ecbcf27ff34e1aae7c17732095309012e33ea9d1d4def613ca73f47e6be)

      To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2015.11.02/youtube-dl -o /usr/local/bin/youtube-dl
      +sudo curl https://yt-dl.org/downloads/2015.11.10/youtube-dl -o /usr/local/bin/youtube-dl
      sudo chmod a+rx /usr/local/bin/youtube-dl

      If you do not have curl, you can alternatively use a recent wget: -sudo wget https://yt-dl.org/downloads/2015.11.02/youtube-dl -O /usr/local/bin/youtube-dl
      +sudo wget https://yt-dl.org/downloads/2015.11.10/youtube-dl -O /usr/local/bin/youtube-dl
      sudo chmod a+rx /usr/local/bin/youtube-dl

      @@ -53,7 +53,7 @@ See the pypi page for more

      To check the signature, type: -sudo wget https://yt-dl.org/downloads/2015.11.02/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig
      +sudo wget https://yt-dl.org/downloads/2015.11.10/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig

      The following GPG keys will be used to sign the binaries and the git tags:

      diff --git a/supportedsites.html b/supportedsites.html index ee9829213..5fa64bb47 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -138,6 +138,7 @@
    • DctpTv
    • DeezerPlaylist
    • defense.gouv.fr
    • +
    • democracynow
    • DHM: Filmarchiv - Deutsches Historisches Museum
    • Discovery
    • Dotsub
    • @@ -210,6 +211,7 @@
    • Giga
    • Glide: Glide mobile video messages (glide.me)
    • Globo
    • +
    • GloboArticle
    • GodTube
    • GoldenMoustache
    • Golem
    • @@ -632,7 +634,6 @@
    • video.mit.edu
    • VideoDetective
    • videofy.me
    • -
    • videolectures.net
    • VideoMega
    • VideoPremium
    • VideoTt: video.tt - Your True Tube
    • @@ -642,6 +643,7 @@
    • vier
    • vier:videos
    • Viewster
    • +
    • Viidea
    • viki
    • viki:channel
    • vimeo
    • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 3464ebcbe..14a150d83 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2015.11.02 \ No newline at end of file +2015.11.10 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index c1206e565..e28c6e5a3 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -3,7 +3,7 @@ youtube-dl releases https://yt-dl.org/feed/youtube-dl-updates-feed - 2015-11-02T16:24:36.716077Z + 2015-11-10T11:44:37.738794Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -8705,4 +8705,19 @@ 2015-11-02T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.11.10 + New version 2015.11.10 + + +
      + Downloads available at https://yt-dl.org/downloads/2015.11.10/ +
      +
      + + The youtube-dl maintainers + + 2015-11-10T00:00:00Z +
      + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 9d74b9f12..3e1b80462 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2015.11.02", - "signature": "4df1b65955801b988812752d582318c0b407f5994960afbe579d490176e7494b715baf5ba60d11c51a3198e7dd4ae2dba0b0ddd196ec9296a9809eb1ebce991b805d1e4eff700fd93fe60da7d30408f5183e281fcc1c57e30d55e040980caa541763ecbff83fc208cd49e60e5201008284a3c9f26edbda22148c76e604ceed05", + "latest": "2015.11.10", + "signature": "509f4924bbd1ce4251d3de861e82b380f6a2af35f0477f0354151b3a9d83e41acedf3bf94abfe1cc0b736bffeabdcd7b0fc810413749f9d76fa35bb5b452de0278f3d3bab730e2cf6aadb34581cf4cc2db3a9caffa41446b80baa24c66929770924d923b992471c559ae03e6b5619809312c60705e5c1e68e37bcb4f4c5eb000", "versions": { "2012.02.22": { "bin": [ @@ -8127,6 +8127,20 @@ "https://yt-dl.org/downloads/2015.11.02/youtube-dl-2015.11.02.tar.gz", "5c5bc5a7fec405ed353bd7052a4a83e8782742d246b24af73393fe70c7b28d8c" ] + }, + "2015.11.10": { + "bin": [ + "https://yt-dl.org/downloads/2015.11.10/youtube-dl", + "657364afe49e4badf3fb36f6aef2f69d8e2dd19c0100be9ff2290cd7af87adc7" + ], + "exe": [ + "https://yt-dl.org/downloads/2015.11.10/youtube-dl.exe", + "43588575b139208af866bcab19002099ee47bd2e7a2039f73c4dc01fea78be02" + ], + "tar": [ + "https://yt-dl.org/downloads/2015.11.10/youtube-dl-2015.11.10.tar.gz", + "c5a34ecbcf27ff34e1aae7c17732095309012e33ea9d1d4def613ca73f47e6be" + ] } } } \ No newline at end of file From ade87212d21fbbc9615cb98b54b4f278e74b4d38 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Fri, 13 Nov 2015 11:08:24 +0100 Subject: [PATCH 094/139] release 2015.11.13 --- download.html | 18 +++++++++--------- supportedsites.html | 2 +- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 43 insertions(+), 14 deletions(-) diff --git a/download.html b/download.html index 9240db5db..df225ee56 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

      Remember youtube-dl requires Python version 2.6, 2.7, or 3.2+ to work.

      -

      2015.11.10 (sig)

      +

      2015.11.13 (sig)

        -
      • MD5: 3e3cf4ba84d0e1ced2b2bc19b39f344a
      • -
      • SHA1: ca61fa081d3a3a79a7b44d4836fd48bda7ae2f6a
      • -
      • SHA256: 657364afe49e4badf3fb36f6aef2f69d8e2dd19c0100be9ff2290cd7af87adc7
      • +
      • MD5: 937f016ad391800bc42d5ce398085103
      • +
      • SHA1: 475274e12b9ffd7f0a2afe22d6e4f233661542b2
      • +
      • SHA256: 0d95ada5ddbad6a48d774c9b5590ea8b24a5af04eafc796c97af88e04b65a07d

      - Windows exe (sig - 43588575b139208af866bcab19002099ee47bd2e7a2039f73c4dc01fea78be02)
      - Full source + docs + binary tarball (sig - c5a34ecbcf27ff34e1aae7c17732095309012e33ea9d1d4def613ca73f47e6be) + Windows exe (sig - a3cbbb78590e2adb4696dbf8dda9d3f79c52c4874d14d757ea37b647aaf53ff7)
      + Full source + docs + binary tarball (sig - dd75b284de30aeff6b85d8550ad19cb8ca481961eb762304b6576ffeb8022408)

      To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2015.11.10/youtube-dl -o /usr/local/bin/youtube-dl
      +sudo curl https://yt-dl.org/downloads/2015.11.13/youtube-dl -o /usr/local/bin/youtube-dl
      sudo chmod a+rx /usr/local/bin/youtube-dl

      If you do not have curl, you can alternatively use a recent wget: -sudo wget https://yt-dl.org/downloads/2015.11.10/youtube-dl -O /usr/local/bin/youtube-dl
      +sudo wget https://yt-dl.org/downloads/2015.11.13/youtube-dl -O /usr/local/bin/youtube-dl
      sudo chmod a+rx /usr/local/bin/youtube-dl

      @@ -53,7 +53,7 @@ See the pypi page for more

      To check the signature, type: -sudo wget https://yt-dl.org/downloads/2015.11.10/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig
      +sudo wget https://yt-dl.org/downloads/2015.11.13/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig

      The following GPG keys will be used to sign the binaries and the git tags:

      diff --git a/supportedsites.html b/supportedsites.html index 5fa64bb47..a0a1abe89 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -215,7 +215,6 @@
    • GodTube
    • GoldenMoustache
    • Golem
    • -
    • GorillaVid: GorillaVid.in, daclips.in, movpod.in, fastvideo.in, realvid.net and filehoot.com
    • Goshgay
    • Groupon
    • Hark
    • @@ -686,6 +685,7 @@
    • WSJ: Wall Street Journal
    • XBef
    • XboxClips
    • +
    • XFileShare: XFileShare based sites: GorillaVid.in, daclips.in, movpod.in, fastvideo.in, realvid.net, filehoot.com and vidto.me
    • XHamster
    • XHamsterEmbed
    • XMinus
    • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 14a150d83..fddf48536 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2015.11.10 \ No newline at end of file +2015.11.13 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index e28c6e5a3..fdb5fe8f6 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -3,7 +3,7 @@ youtube-dl releases https://yt-dl.org/feed/youtube-dl-updates-feed - 2015-11-10T11:44:37.738794Z + 2015-11-13T11:08:23.340919Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -8720,4 +8720,19 @@ 2015-11-10T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.11.13 + New version 2015.11.13 + + +
      + Downloads available at https://yt-dl.org/downloads/2015.11.13/ +
      +
      + + The youtube-dl maintainers + + 2015-11-13T00:00:00Z +
      + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 3e1b80462..146051501 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2015.11.10", - "signature": "509f4924bbd1ce4251d3de861e82b380f6a2af35f0477f0354151b3a9d83e41acedf3bf94abfe1cc0b736bffeabdcd7b0fc810413749f9d76fa35bb5b452de0278f3d3bab730e2cf6aadb34581cf4cc2db3a9caffa41446b80baa24c66929770924d923b992471c559ae03e6b5619809312c60705e5c1e68e37bcb4f4c5eb000", + "latest": "2015.11.13", + "signature": "6ee649d789ecfdfa31aa0fb295329534e42b3547ea3819016d0ff513ce2b0da8060a5332d0d85d669713c25a287fc3ee5bc1cc02c9f5215b538027a35dd113a336e73dae6ce6c39f54f35b6cd2d0a6edb97b3d64d20beed2a052ad41c46c6963cceadee2eec44f5a9edbdb15a2a105e51bc77f874dd7a6d11fca5cd15ff11cdb", "versions": { "2012.02.22": { "bin": [ @@ -8141,6 +8141,20 @@ "https://yt-dl.org/downloads/2015.11.10/youtube-dl-2015.11.10.tar.gz", "c5a34ecbcf27ff34e1aae7c17732095309012e33ea9d1d4def613ca73f47e6be" ] + }, + "2015.11.13": { + "bin": [ + "https://yt-dl.org/downloads/2015.11.13/youtube-dl", + "0d95ada5ddbad6a48d774c9b5590ea8b24a5af04eafc796c97af88e04b65a07d" + ], + "exe": [ + "https://yt-dl.org/downloads/2015.11.13/youtube-dl.exe", + "a3cbbb78590e2adb4696dbf8dda9d3f79c52c4874d14d757ea37b647aaf53ff7" + ], + "tar": [ + "https://yt-dl.org/downloads/2015.11.13/youtube-dl-2015.11.13.tar.gz", + "dd75b284de30aeff6b85d8550ad19cb8ca481961eb762304b6576ffeb8022408" + ] } } } \ No newline at end of file From 71dab9aee6bb0455ffee534adeeee8fd85f16c7c Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Sun, 15 Nov 2015 22:18:27 +0100 Subject: [PATCH 095/139] release 2015.11.15 --- download.html | 18 +++++++++--------- supportedsites.html | 5 +++-- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 45 insertions(+), 15 deletions(-) diff --git a/download.html b/download.html index df225ee56..77cfc42f9 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

      Remember youtube-dl requires Python version 2.6, 2.7, or 3.2+ to work.

      -

      2015.11.13 (sig)

      +

      2015.11.15 (sig)

        -
      • MD5: 937f016ad391800bc42d5ce398085103
      • -
      • SHA1: 475274e12b9ffd7f0a2afe22d6e4f233661542b2
      • -
      • SHA256: 0d95ada5ddbad6a48d774c9b5590ea8b24a5af04eafc796c97af88e04b65a07d
      • +
      • MD5: 79e39f66b8d92f17cdc91372668c5640
      • +
      • SHA1: 2aebb4bfa9fc51c5adcd9f2e490c5ed72a2efde5
      • +
      • SHA256: d25f439140eef608ab734332fc5cbc82a9bba23257ad625e5dd5198adc23ca06

      - Windows exe (sig - a3cbbb78590e2adb4696dbf8dda9d3f79c52c4874d14d757ea37b647aaf53ff7)
      - Full source + docs + binary tarball (sig - dd75b284de30aeff6b85d8550ad19cb8ca481961eb762304b6576ffeb8022408) + Windows exe (sig - 8a18b743c8b68baacacff832fd5243d068ec1708422fa60a70baf269ce4fd4c6)
      + Full source + docs + binary tarball (sig - 30964eeac39d4b2aafba1b117b75dcc0f30a0b52ce477bde96156aeab4b56046)

      To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2015.11.13/youtube-dl -o /usr/local/bin/youtube-dl
      +sudo curl https://yt-dl.org/downloads/2015.11.15/youtube-dl -o /usr/local/bin/youtube-dl
      sudo chmod a+rx /usr/local/bin/youtube-dl

      If you do not have curl, you can alternatively use a recent wget: -sudo wget https://yt-dl.org/downloads/2015.11.13/youtube-dl -O /usr/local/bin/youtube-dl
      +sudo wget https://yt-dl.org/downloads/2015.11.15/youtube-dl -O /usr/local/bin/youtube-dl
      sudo chmod a+rx /usr/local/bin/youtube-dl

      @@ -53,7 +53,7 @@ See the pypi page for more

      To check the signature, type: -sudo wget https://yt-dl.org/downloads/2015.11.13/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig
      +sudo wget https://yt-dl.org/downloads/2015.11.15/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig

      The following GPG keys will be used to sign the binaries and the git tags:

      diff --git a/supportedsites.html b/supportedsites.html index a0a1abe89..1bf741c49 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -82,7 +82,8 @@
    • Bpb: Bundeszentrale für politische Bildung
    • BR: Bayerischer Rundfunk Mediathek
    • Break
    • -
    • Brightcove
    • +
    • brightcove:legacy
    • +
    • brightcove:new
    • bt:article: Bergens Tidende Articles
    • bt:vestlendingen: Bergens Tidende - Vestlendingen
    • BuzzFeed
    • @@ -381,6 +382,7 @@
    • nowness:playlist
    • nowness:series
    • NowTV
    • +
    • NowTVList
    • nowvideo: NowVideo
    • npo: npo.nl and ntr.nl
    • npo.nl:live
    • @@ -440,7 +442,6 @@
    • qqmusic:playlist: QQ音乐 - 歌单
    • qqmusic:singer: QQ音乐 - 歌手
    • qqmusic:toplist: QQ音乐 - 排行榜
    • -
    • Quickscope: Quick Scope
    • QuickVid
    • R7
    • radio.de
    • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index fddf48536..9b58b2fe0 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2015.11.13 \ No newline at end of file +2015.11.15 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index fdb5fe8f6..48df5b748 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -3,7 +3,7 @@ youtube-dl releases https://yt-dl.org/feed/youtube-dl-updates-feed - 2015-11-13T11:08:23.340919Z + 2015-11-15T22:18:25.151743Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -8735,4 +8735,19 @@ 2015-11-13T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.11.15 + New version 2015.11.15 + + +
      + Downloads available at https://yt-dl.org/downloads/2015.11.15/ +
      +
      + + The youtube-dl maintainers + + 2015-11-15T00:00:00Z +
      + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 146051501..34efe1ccd 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2015.11.13", - "signature": "6ee649d789ecfdfa31aa0fb295329534e42b3547ea3819016d0ff513ce2b0da8060a5332d0d85d669713c25a287fc3ee5bc1cc02c9f5215b538027a35dd113a336e73dae6ce6c39f54f35b6cd2d0a6edb97b3d64d20beed2a052ad41c46c6963cceadee2eec44f5a9edbdb15a2a105e51bc77f874dd7a6d11fca5cd15ff11cdb", + "latest": "2015.11.15", + "signature": "3c7f301534143d9d02aa11152a5e53ee8737d1d1f4a8c9d6dc6e0c4c3713363a33e71c9081a03a8d3f8b0b7eb31eddf0a1b7efb14faf5d585d09046dcf2c03754117df8a82a75d6a76cc8ab543e2b55fb30a2cfb8c96a889c6c957b303dec2608374e6bb3c2a66d725207ce64f9d270d26ea4a36d8d1d90e52c6e4d54c940f81", "versions": { "2012.02.22": { "bin": [ @@ -8155,6 +8155,20 @@ "https://yt-dl.org/downloads/2015.11.13/youtube-dl-2015.11.13.tar.gz", "dd75b284de30aeff6b85d8550ad19cb8ca481961eb762304b6576ffeb8022408" ] + }, + "2015.11.15": { + "bin": [ + "https://yt-dl.org/downloads/2015.11.15/youtube-dl", + "d25f439140eef608ab734332fc5cbc82a9bba23257ad625e5dd5198adc23ca06" + ], + "exe": [ + "https://yt-dl.org/downloads/2015.11.15/youtube-dl.exe", + "8a18b743c8b68baacacff832fd5243d068ec1708422fa60a70baf269ce4fd4c6" + ], + "tar": [ + "https://yt-dl.org/downloads/2015.11.15/youtube-dl-2015.11.15.tar.gz", + "30964eeac39d4b2aafba1b117b75dcc0f30a0b52ce477bde96156aeab4b56046" + ] } } } \ No newline at end of file From 157ddaf5c459a205dcc57938fab738d8d25a57e1 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Wed, 18 Nov 2015 19:25:23 +0100 Subject: [PATCH 096/139] release 2015.11.18 --- download.html | 18 +++++++++--------- supportedsites.html | 1 + update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 43 insertions(+), 13 deletions(-) diff --git a/download.html b/download.html index 77cfc42f9..d81e625b2 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

      Remember youtube-dl requires Python version 2.6, 2.7, or 3.2+ to work.

      -

      2015.11.15 (sig)

      +

      2015.11.18 (sig)

        -
      • MD5: 79e39f66b8d92f17cdc91372668c5640
      • -
      • SHA1: 2aebb4bfa9fc51c5adcd9f2e490c5ed72a2efde5
      • -
      • SHA256: d25f439140eef608ab734332fc5cbc82a9bba23257ad625e5dd5198adc23ca06
      • +
      • MD5: 0ec5b89a46134bda5ee693fd17e4332a
      • +
      • SHA1: a9571a5b20e8b7a0cfb647e44b739953af16f24f
      • +
      • SHA256: 3dee82fda26fde1995c9de3775165542dca4430c81736d580415be800c67dd7c

      - Windows exe (sig - 8a18b743c8b68baacacff832fd5243d068ec1708422fa60a70baf269ce4fd4c6)
      - Full source + docs + binary tarball (sig - 30964eeac39d4b2aafba1b117b75dcc0f30a0b52ce477bde96156aeab4b56046) + Windows exe (sig - a515a15bed24b2a46be5d2d303fccc2cfac70e28e652a3b57864785be9b12bb4)
      + Full source + docs + binary tarball (sig - ebc92ae887d2ff63c8091cdf7f6853d866acb39275f742ccca2352c5faf11235)

      To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2015.11.15/youtube-dl -o /usr/local/bin/youtube-dl
      +sudo curl https://yt-dl.org/downloads/2015.11.18/youtube-dl -o /usr/local/bin/youtube-dl
      sudo chmod a+rx /usr/local/bin/youtube-dl

      If you do not have curl, you can alternatively use a recent wget: -sudo wget https://yt-dl.org/downloads/2015.11.15/youtube-dl -O /usr/local/bin/youtube-dl
      +sudo wget https://yt-dl.org/downloads/2015.11.18/youtube-dl -O /usr/local/bin/youtube-dl
      sudo chmod a+rx /usr/local/bin/youtube-dl

      @@ -53,7 +53,7 @@ See the pypi page for more

      To check the signature, type: -sudo wget https://yt-dl.org/downloads/2015.11.15/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig
      +sudo wget https://yt-dl.org/downloads/2015.11.18/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig

      The following GPG keys will be used to sign the binaries and the git tags:

      diff --git a/supportedsites.html b/supportedsites.html index 1bf741c49..9b28c181a 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -144,6 +144,7 @@
    • Discovery
    • Dotsub
    • DouyuTV: 斗鱼
    • +
    • DPlay
    • dramafever
    • dramafever:series
    • DRBonanza
    • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 9b58b2fe0..5e19ca197 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2015.11.15 \ No newline at end of file +2015.11.18 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 48df5b748..786102e54 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -3,7 +3,7 @@ youtube-dl releases https://yt-dl.org/feed/youtube-dl-updates-feed - 2015-11-15T22:18:25.151743Z + 2015-11-18T19:25:21.117815Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -8750,4 +8750,19 @@ 2015-11-15T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.11.18 + New version 2015.11.18 + + +
      + Downloads available at https://yt-dl.org/downloads/2015.11.18/ +
      +
      + + The youtube-dl maintainers + + 2015-11-18T00:00:00Z +
      + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 34efe1ccd..10f4ebe3b 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2015.11.15", - "signature": "3c7f301534143d9d02aa11152a5e53ee8737d1d1f4a8c9d6dc6e0c4c3713363a33e71c9081a03a8d3f8b0b7eb31eddf0a1b7efb14faf5d585d09046dcf2c03754117df8a82a75d6a76cc8ab543e2b55fb30a2cfb8c96a889c6c957b303dec2608374e6bb3c2a66d725207ce64f9d270d26ea4a36d8d1d90e52c6e4d54c940f81", + "latest": "2015.11.18", + "signature": "5de7aa50073a012c9bf409cc697bed7d76a9f9e6f6e0905a4e5f29192c3614f838cea1c7d52bbb632687a1285029b8e7b325cfa31fa43180d81f17eda611adbe454dc5e0fa6b7ee322abeb3638156aae45d80a664c469dddf771b3eb628a93f4a547bed02381260f6d3c5e9d646b47b8b944f0776fa03dde88397c4c89f269ad", "versions": { "2012.02.22": { "bin": [ @@ -8169,6 +8169,20 @@ "https://yt-dl.org/downloads/2015.11.15/youtube-dl-2015.11.15.tar.gz", "30964eeac39d4b2aafba1b117b75dcc0f30a0b52ce477bde96156aeab4b56046" ] + }, + "2015.11.18": { + "bin": [ + "https://yt-dl.org/downloads/2015.11.18/youtube-dl", + "3dee82fda26fde1995c9de3775165542dca4430c81736d580415be800c67dd7c" + ], + "exe": [ + "https://yt-dl.org/downloads/2015.11.18/youtube-dl.exe", + "a515a15bed24b2a46be5d2d303fccc2cfac70e28e652a3b57864785be9b12bb4" + ], + "tar": [ + "https://yt-dl.org/downloads/2015.11.18/youtube-dl-2015.11.18.tar.gz", + "ebc92ae887d2ff63c8091cdf7f6853d866acb39275f742ccca2352c5faf11235" + ] } } } \ No newline at end of file From da83d869358fe6071fcee50fd7d4fb0a3e734eab Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Thu, 19 Nov 2015 15:40:08 +0100 Subject: [PATCH 097/139] release 2015.11.19 --- download.html | 18 +++++++++--------- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 4 files changed, 42 insertions(+), 13 deletions(-) diff --git a/download.html b/download.html index d81e625b2..b64d6df68 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

      Remember youtube-dl requires Python version 2.6, 2.7, or 3.2+ to work.

      -

      2015.11.18 (sig)

      +

      2015.11.19 (sig)

        -
      • MD5: 0ec5b89a46134bda5ee693fd17e4332a
      • -
      • SHA1: a9571a5b20e8b7a0cfb647e44b739953af16f24f
      • -
      • SHA256: 3dee82fda26fde1995c9de3775165542dca4430c81736d580415be800c67dd7c
      • +
      • MD5: fd36a19099ac00e849a5869986477caf
      • +
      • SHA1: 9773ce54000323b58019891cf140553d1569bca3
      • +
      • SHA256: 133756467e7c55a6c31d6e345b26bdb74d0271df898a7c72012ff4db9a5fa9c7

      - Windows exe (sig - a515a15bed24b2a46be5d2d303fccc2cfac70e28e652a3b57864785be9b12bb4)
      - Full source + docs + binary tarball (sig - ebc92ae887d2ff63c8091cdf7f6853d866acb39275f742ccca2352c5faf11235) + Windows exe (sig - 819561dc5489f73b98626fb0dd1c7611494e764ad95da6c278b088942c68e95a)
      + Full source + docs + binary tarball (sig - 2ed713c995a5cd837205eefa35d5df49179fa90cf634a4f222a31f2bde94e668)

      To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2015.11.18/youtube-dl -o /usr/local/bin/youtube-dl
      +sudo curl https://yt-dl.org/downloads/2015.11.19/youtube-dl -o /usr/local/bin/youtube-dl
      sudo chmod a+rx /usr/local/bin/youtube-dl

      If you do not have curl, you can alternatively use a recent wget: -sudo wget https://yt-dl.org/downloads/2015.11.18/youtube-dl -O /usr/local/bin/youtube-dl
      +sudo wget https://yt-dl.org/downloads/2015.11.19/youtube-dl -O /usr/local/bin/youtube-dl
      sudo chmod a+rx /usr/local/bin/youtube-dl

      @@ -53,7 +53,7 @@ See the pypi page for more

      To check the signature, type: -sudo wget https://yt-dl.org/downloads/2015.11.18/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig
      +sudo wget https://yt-dl.org/downloads/2015.11.19/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig

      The following GPG keys will be used to sign the binaries and the git tags:

      diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 5e19ca197..cc8ad2fbf 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2015.11.18 \ No newline at end of file +2015.11.19 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 786102e54..9ce5991f0 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -3,7 +3,7 @@ youtube-dl releases https://yt-dl.org/feed/youtube-dl-updates-feed - 2015-11-18T19:25:21.117815Z + 2015-11-19T15:40:06.233070Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -8765,4 +8765,19 @@ 2015-11-18T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.11.19 + New version 2015.11.19 + + +
      + Downloads available at https://yt-dl.org/downloads/2015.11.19/ +
      +
      + + The youtube-dl maintainers + + 2015-11-19T00:00:00Z +
      + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 10f4ebe3b..17019428c 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2015.11.18", - "signature": "5de7aa50073a012c9bf409cc697bed7d76a9f9e6f6e0905a4e5f29192c3614f838cea1c7d52bbb632687a1285029b8e7b325cfa31fa43180d81f17eda611adbe454dc5e0fa6b7ee322abeb3638156aae45d80a664c469dddf771b3eb628a93f4a547bed02381260f6d3c5e9d646b47b8b944f0776fa03dde88397c4c89f269ad", + "latest": "2015.11.19", + "signature": "787cba438db13de745015f6265278722f7a0c6e20b2d96bea6de0d62edbdcbf07e1d87574eadf09129cefd8b493a07bbd0deb3249bd61baabe525b118b539351d1f6452fb3daa8f0463ed7485300fa427ed74d237bc6891b722554f4bc4bbb0563fba0789ea7ce0471976a609917111a75563ff3f95f52bb48448ae56b86426b", "versions": { "2012.02.22": { "bin": [ @@ -8183,6 +8183,20 @@ "https://yt-dl.org/downloads/2015.11.18/youtube-dl-2015.11.18.tar.gz", "ebc92ae887d2ff63c8091cdf7f6853d866acb39275f742ccca2352c5faf11235" ] + }, + "2015.11.19": { + "bin": [ + "https://yt-dl.org/downloads/2015.11.19/youtube-dl", + "133756467e7c55a6c31d6e345b26bdb74d0271df898a7c72012ff4db9a5fa9c7" + ], + "exe": [ + "https://yt-dl.org/downloads/2015.11.19/youtube-dl.exe", + "819561dc5489f73b98626fb0dd1c7611494e764ad95da6c278b088942c68e95a" + ], + "tar": [ + "https://yt-dl.org/downloads/2015.11.19/youtube-dl-2015.11.19.tar.gz", + "2ed713c995a5cd837205eefa35d5df49179fa90cf634a4f222a31f2bde94e668" + ] } } } \ No newline at end of file From 8633e60931b46f9fd95384010fe440f632b3e56c Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Sat, 21 Nov 2015 23:38:43 +0100 Subject: [PATCH 098/139] release 2015.11.21 --- download.html | 18 +++++++++--------- supportedsites.html | 2 ++ update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 44 insertions(+), 13 deletions(-) diff --git a/download.html b/download.html index b64d6df68..63936ecb0 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

      Remember youtube-dl requires Python version 2.6, 2.7, or 3.2+ to work.

      -

      2015.11.19 (sig)

      +

      2015.11.21 (sig)

        -
      • MD5: fd36a19099ac00e849a5869986477caf
      • -
      • SHA1: 9773ce54000323b58019891cf140553d1569bca3
      • -
      • SHA256: 133756467e7c55a6c31d6e345b26bdb74d0271df898a7c72012ff4db9a5fa9c7
      • +
      • MD5: bf1dcf9ba6aa790e6f02e724cc11459d
      • +
      • SHA1: a9f283ae79cda06f3a6117cf1907585382e28741
      • +
      • SHA256: fa02a52adc01f5a09fa812c55b33ef828a36fa5ea359efeb1ac4ba6303101ff8

      - Windows exe (sig - 819561dc5489f73b98626fb0dd1c7611494e764ad95da6c278b088942c68e95a)
      - Full source + docs + binary tarball (sig - 2ed713c995a5cd837205eefa35d5df49179fa90cf634a4f222a31f2bde94e668) + Windows exe (sig - 705058387c5050544549e8e01d58ed53490888f0c522bfdbf02a406cdf46c8dd)
      + Full source + docs + binary tarball (sig - 26ef30392579289ff54c54c6747fd0036a5fdf7429c55106f9703b0f9f19e339)

      To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2015.11.19/youtube-dl -o /usr/local/bin/youtube-dl
      +sudo curl https://yt-dl.org/downloads/2015.11.21/youtube-dl -o /usr/local/bin/youtube-dl
      sudo chmod a+rx /usr/local/bin/youtube-dl

      If you do not have curl, you can alternatively use a recent wget: -sudo wget https://yt-dl.org/downloads/2015.11.19/youtube-dl -O /usr/local/bin/youtube-dl
      +sudo wget https://yt-dl.org/downloads/2015.11.21/youtube-dl -O /usr/local/bin/youtube-dl
      sudo chmod a+rx /usr/local/bin/youtube-dl

      @@ -53,7 +53,7 @@ See the pypi page for more

      To check the signature, type: -sudo wget https://yt-dl.org/downloads/2015.11.19/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig
      +sudo wget https://yt-dl.org/downloads/2015.11.21/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig

      The following GPG keys will be used to sign the binaries and the git tags:

      diff --git a/supportedsites.html b/supportedsites.html index 9b28c181a..d4d4c948f 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -509,6 +509,7 @@
    • soompi:show
    • soundcloud
    • soundcloud:playlist
    • +
    • soundcloud:search: Soundcloud search
    • soundcloud:set
    • soundcloud:user
    • soundgasm
    • @@ -722,6 +723,7 @@
    • youtube:show: YouTube.com (multi-season) shows
    • youtube:subscriptions: YouTube.com subscriptions feed, "ytsubs" keyword (requires authentication)
    • youtube:user: YouTube.com user videos (URL or "ytuser" keyword)
    • +
    • youtube:user:playlists: YouTube.com user playlists
    • youtube:watchlater: Youtube watch later list, ":ytwatchlater" for short (requires authentication)
    • Zapiks
    • ZDF
    • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index cc8ad2fbf..259d617a1 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2015.11.19 \ No newline at end of file +2015.11.21 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 9ce5991f0..4ebd15b3a 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -3,7 +3,7 @@ youtube-dl releases https://yt-dl.org/feed/youtube-dl-updates-feed - 2015-11-19T15:40:06.233070Z + 2015-11-21T23:38:41.505436Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -8780,4 +8780,19 @@ 2015-11-19T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.11.21 + New version 2015.11.21 + + +
      + Downloads available at https://yt-dl.org/downloads/2015.11.21/ +
      +
      + + The youtube-dl maintainers + + 2015-11-21T00:00:00Z +
      + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 17019428c..9eaa92cd6 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2015.11.19", - "signature": "787cba438db13de745015f6265278722f7a0c6e20b2d96bea6de0d62edbdcbf07e1d87574eadf09129cefd8b493a07bbd0deb3249bd61baabe525b118b539351d1f6452fb3daa8f0463ed7485300fa427ed74d237bc6891b722554f4bc4bbb0563fba0789ea7ce0471976a609917111a75563ff3f95f52bb48448ae56b86426b", + "latest": "2015.11.21", + "signature": "4c41e97e03c53bcdc2614e83bd68d9490b9dfcd5d3fa295c6ce01279d866cff7db5227232265fbf0be09d52e72be06810a3ecc04982fbff7ad1ed6f009ac2dc7ae15a37c9c07d933418fa77b398d140c8bdb96efcbfa7e7c0f3bec2eb77b7c9245bb0572db0305512d63dac64b6328f1de2d1ade95769c03d3bce14a5263d63e", "versions": { "2012.02.22": { "bin": [ @@ -8197,6 +8197,20 @@ "https://yt-dl.org/downloads/2015.11.19/youtube-dl-2015.11.19.tar.gz", "2ed713c995a5cd837205eefa35d5df49179fa90cf634a4f222a31f2bde94e668" ] + }, + "2015.11.21": { + "bin": [ + "https://yt-dl.org/downloads/2015.11.21/youtube-dl", + "fa02a52adc01f5a09fa812c55b33ef828a36fa5ea359efeb1ac4ba6303101ff8" + ], + "exe": [ + "https://yt-dl.org/downloads/2015.11.21/youtube-dl.exe", + "705058387c5050544549e8e01d58ed53490888f0c522bfdbf02a406cdf46c8dd" + ], + "tar": [ + "https://yt-dl.org/downloads/2015.11.21/youtube-dl-2015.11.21.tar.gz", + "26ef30392579289ff54c54c6747fd0036a5fdf7429c55106f9703b0f9f19e339" + ] } } } \ No newline at end of file From 7d94a5677ff8f166e97702fe3faa615eaabdf6a5 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Mon, 23 Nov 2015 18:11:03 +0100 Subject: [PATCH 099/139] release 2015.11.23 --- download.html | 18 +++++++++--------- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 4 files changed, 42 insertions(+), 13 deletions(-) diff --git a/download.html b/download.html index 63936ecb0..7f23ad6d9 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

      Remember youtube-dl requires Python version 2.6, 2.7, or 3.2+ to work.

      -

      2015.11.21 (sig)

      +

      2015.11.23 (sig)

        -
      • MD5: bf1dcf9ba6aa790e6f02e724cc11459d
      • -
      • SHA1: a9f283ae79cda06f3a6117cf1907585382e28741
      • -
      • SHA256: fa02a52adc01f5a09fa812c55b33ef828a36fa5ea359efeb1ac4ba6303101ff8
      • +
      • MD5: 256af18a28e36d2092964b72bdd19e91
      • +
      • SHA1: 3b66c4a74ee2499683d59fc926584c7a1269d396
      • +
      • SHA256: 2f403a9fa52e18884e9e02229ed6b9dc28bb2f91fe8f723b45adf4cd7f94c674

      - Windows exe (sig - 705058387c5050544549e8e01d58ed53490888f0c522bfdbf02a406cdf46c8dd)
      - Full source + docs + binary tarball (sig - 26ef30392579289ff54c54c6747fd0036a5fdf7429c55106f9703b0f9f19e339) + Windows exe (sig - 961b202124afffae2fd4d7be7516d3e2dd7dd7aec68ae9b6e8df1ec544926ec8)
      + Full source + docs + binary tarball (sig - ce4cf088318fc088925cf2b7602f56f9bae410fa41502e5aff4879296fc1ad54)

      To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2015.11.21/youtube-dl -o /usr/local/bin/youtube-dl
      +sudo curl https://yt-dl.org/downloads/2015.11.23/youtube-dl -o /usr/local/bin/youtube-dl
      sudo chmod a+rx /usr/local/bin/youtube-dl

      If you do not have curl, you can alternatively use a recent wget: -sudo wget https://yt-dl.org/downloads/2015.11.21/youtube-dl -O /usr/local/bin/youtube-dl
      +sudo wget https://yt-dl.org/downloads/2015.11.23/youtube-dl -O /usr/local/bin/youtube-dl
      sudo chmod a+rx /usr/local/bin/youtube-dl

      @@ -53,7 +53,7 @@ See the pypi page for more

      To check the signature, type: -sudo wget https://yt-dl.org/downloads/2015.11.21/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig
      +sudo wget https://yt-dl.org/downloads/2015.11.23/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig

      The following GPG keys will be used to sign the binaries and the git tags:

      diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 259d617a1..b3de1c040 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2015.11.21 \ No newline at end of file +2015.11.23 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 4ebd15b3a..ebe988fac 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -3,7 +3,7 @@ youtube-dl releases https://yt-dl.org/feed/youtube-dl-updates-feed - 2015-11-21T23:38:41.505436Z + 2015-11-23T18:11:00.031124Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -8795,4 +8795,19 @@ 2015-11-21T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.11.23 + New version 2015.11.23 + + +
      + Downloads available at https://yt-dl.org/downloads/2015.11.23/ +
      +
      + + The youtube-dl maintainers + + 2015-11-23T00:00:00Z +
      + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 9eaa92cd6..ede8490d1 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2015.11.21", - "signature": "4c41e97e03c53bcdc2614e83bd68d9490b9dfcd5d3fa295c6ce01279d866cff7db5227232265fbf0be09d52e72be06810a3ecc04982fbff7ad1ed6f009ac2dc7ae15a37c9c07d933418fa77b398d140c8bdb96efcbfa7e7c0f3bec2eb77b7c9245bb0572db0305512d63dac64b6328f1de2d1ade95769c03d3bce14a5263d63e", + "latest": "2015.11.23", + "signature": "3dd0ae4a4f320d48e887c9253e9168175623ea509b49e55b8e9ecc48b64e8ab90e3eae0bcd536e6e6d1a27e7a8edc7048a2514b3a343ea7f21fa25c36cc06b9f04afa37477a4122d7ea22c270ee89f952b43abd3d14ee294ab6722710b34b662bbee871e9023646d71a22c2cd6d18ae26fc7c1effa7b8f43a002263a39dbce13", "versions": { "2012.02.22": { "bin": [ @@ -8211,6 +8211,20 @@ "https://yt-dl.org/downloads/2015.11.21/youtube-dl-2015.11.21.tar.gz", "26ef30392579289ff54c54c6747fd0036a5fdf7429c55106f9703b0f9f19e339" ] + }, + "2015.11.23": { + "bin": [ + "https://yt-dl.org/downloads/2015.11.23/youtube-dl", + "2f403a9fa52e18884e9e02229ed6b9dc28bb2f91fe8f723b45adf4cd7f94c674" + ], + "exe": [ + "https://yt-dl.org/downloads/2015.11.23/youtube-dl.exe", + "961b202124afffae2fd4d7be7516d3e2dd7dd7aec68ae9b6e8df1ec544926ec8" + ], + "tar": [ + "https://yt-dl.org/downloads/2015.11.23/youtube-dl-2015.11.23.tar.gz", + "ce4cf088318fc088925cf2b7602f56f9bae410fa41502e5aff4879296fc1ad54" + ] } } } \ No newline at end of file From 07b956eeabe9b6a247dcf707793adfdf4429a25f Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Tue, 24 Nov 2015 07:49:46 +0100 Subject: [PATCH 100/139] release 2015.11.24 --- download.html | 18 +++++++++--------- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 4 files changed, 42 insertions(+), 13 deletions(-) diff --git a/download.html b/download.html index 7f23ad6d9..5890a9cfa 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

      Remember youtube-dl requires Python version 2.6, 2.7, or 3.2+ to work.

      -

      2015.11.23 (sig)

      +

      2015.11.24 (sig)

        -
      • MD5: 256af18a28e36d2092964b72bdd19e91
      • -
      • SHA1: 3b66c4a74ee2499683d59fc926584c7a1269d396
      • -
      • SHA256: 2f403a9fa52e18884e9e02229ed6b9dc28bb2f91fe8f723b45adf4cd7f94c674
      • +
      • MD5: 97ef23c78d634b8c8afa5fdedb4f500d
      • +
      • SHA1: 956731f2516fba04f72d50e218c5b41baa083742
      • +
      • SHA256: 66fb209804f95ee0670bca2818616c1f9f237fb4d087df66b6142a26acd93b0e

      - Windows exe (sig - 961b202124afffae2fd4d7be7516d3e2dd7dd7aec68ae9b6e8df1ec544926ec8)
      - Full source + docs + binary tarball (sig - ce4cf088318fc088925cf2b7602f56f9bae410fa41502e5aff4879296fc1ad54) + Windows exe (sig - 7071df77ba1a9d54fd3b78b8f45529b08de1d024a458114167fcc26a5ec3b435)
      + Full source + docs + binary tarball (sig - cceeb606e723c0291de85eecb9a551ca887f3be4db786ad621011a9201a482b1)

      To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2015.11.23/youtube-dl -o /usr/local/bin/youtube-dl
      +sudo curl https://yt-dl.org/downloads/2015.11.24/youtube-dl -o /usr/local/bin/youtube-dl
      sudo chmod a+rx /usr/local/bin/youtube-dl

      If you do not have curl, you can alternatively use a recent wget: -sudo wget https://yt-dl.org/downloads/2015.11.23/youtube-dl -O /usr/local/bin/youtube-dl
      +sudo wget https://yt-dl.org/downloads/2015.11.24/youtube-dl -O /usr/local/bin/youtube-dl
      sudo chmod a+rx /usr/local/bin/youtube-dl

      @@ -53,7 +53,7 @@ See the pypi page for more

      To check the signature, type: -sudo wget https://yt-dl.org/downloads/2015.11.23/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig
      +sudo wget https://yt-dl.org/downloads/2015.11.24/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig

      The following GPG keys will be used to sign the binaries and the git tags:

      diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index b3de1c040..1d8c1be9e 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2015.11.23 \ No newline at end of file +2015.11.24 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index ebe988fac..595464bea 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -3,7 +3,7 @@ youtube-dl releases https://yt-dl.org/feed/youtube-dl-updates-feed - 2015-11-23T18:11:00.031124Z + 2015-11-24T07:49:44.947704Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -8810,4 +8810,19 @@ 2015-11-23T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.11.24 + New version 2015.11.24 + + +
      + Downloads available at https://yt-dl.org/downloads/2015.11.24/ +
      +
      + + The youtube-dl maintainers + + 2015-11-24T00:00:00Z +
      + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index ede8490d1..1390c6ee6 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2015.11.23", - "signature": "3dd0ae4a4f320d48e887c9253e9168175623ea509b49e55b8e9ecc48b64e8ab90e3eae0bcd536e6e6d1a27e7a8edc7048a2514b3a343ea7f21fa25c36cc06b9f04afa37477a4122d7ea22c270ee89f952b43abd3d14ee294ab6722710b34b662bbee871e9023646d71a22c2cd6d18ae26fc7c1effa7b8f43a002263a39dbce13", + "latest": "2015.11.24", + "signature": "3b92a77ba7c7e382ec420dae96724cf4db6abb149d03baa00d5f6e59ea696b1566ed0e5c3f786f96c77dc5a23d2d1b7eef278ae89aecc2c7d7684812a0274b1fddf78665a9feaeb9a760a85f50e0b893835812d8d6889bd181c0d73820783dc44a47bf7b85237604cbbf1c719510d1c25660b7358f499186b6b9ef2d9b0c09d9", "versions": { "2012.02.22": { "bin": [ @@ -8225,6 +8225,20 @@ "https://yt-dl.org/downloads/2015.11.23/youtube-dl-2015.11.23.tar.gz", "ce4cf088318fc088925cf2b7602f56f9bae410fa41502e5aff4879296fc1ad54" ] + }, + "2015.11.24": { + "bin": [ + "https://yt-dl.org/downloads/2015.11.24/youtube-dl", + "66fb209804f95ee0670bca2818616c1f9f237fb4d087df66b6142a26acd93b0e" + ], + "exe": [ + "https://yt-dl.org/downloads/2015.11.24/youtube-dl.exe", + "7071df77ba1a9d54fd3b78b8f45529b08de1d024a458114167fcc26a5ec3b435" + ], + "tar": [ + "https://yt-dl.org/downloads/2015.11.24/youtube-dl-2015.11.24.tar.gz", + "cceeb606e723c0291de85eecb9a551ca887f3be4db786ad621011a9201a482b1" + ] } } } \ No newline at end of file From 111d1bdaebce931553cb8527b7d701af766fe833 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Fri, 27 Nov 2015 16:43:48 +0100 Subject: [PATCH 101/139] release 2015.11.27.1 --- download.html | 18 +++++++++--------- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 4 files changed, 42 insertions(+), 13 deletions(-) diff --git a/download.html b/download.html index 5890a9cfa..1db02d4ea 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

      Remember youtube-dl requires Python version 2.6, 2.7, or 3.2+ to work.

      -

      2015.11.24 (sig)

      +

      2015.11.27.1 (sig)

        -
      • MD5: 97ef23c78d634b8c8afa5fdedb4f500d
      • -
      • SHA1: 956731f2516fba04f72d50e218c5b41baa083742
      • -
      • SHA256: 66fb209804f95ee0670bca2818616c1f9f237fb4d087df66b6142a26acd93b0e
      • +
      • MD5: 1494dbd26fb0afe29795114179c38f66
      • +
      • SHA1: dada0ddc1c4ee3eceda1a76bc200ec52bdd5f0e4
      • +
      • SHA256: 4acfef77a5c01c9d353248a5387d25124f89a011388f8b13965b9940a1609bbb

      - Windows exe (sig - 7071df77ba1a9d54fd3b78b8f45529b08de1d024a458114167fcc26a5ec3b435)
      - Full source + docs + binary tarball (sig - cceeb606e723c0291de85eecb9a551ca887f3be4db786ad621011a9201a482b1) + Windows exe (sig - de5590fb0d60c62438a98f1ec06587704709802222e18a7fecb16ca761eedcf8)
      + Full source + docs + binary tarball (sig - 35a7b2947200209bef9e642d1203e9d4a4103e279222c3ca3b5ee3adf3c8c535)

      To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2015.11.24/youtube-dl -o /usr/local/bin/youtube-dl
      +sudo curl https://yt-dl.org/downloads/2015.11.27.1/youtube-dl -o /usr/local/bin/youtube-dl
      sudo chmod a+rx /usr/local/bin/youtube-dl

      If you do not have curl, you can alternatively use a recent wget: -sudo wget https://yt-dl.org/downloads/2015.11.24/youtube-dl -O /usr/local/bin/youtube-dl
      +sudo wget https://yt-dl.org/downloads/2015.11.27.1/youtube-dl -O /usr/local/bin/youtube-dl
      sudo chmod a+rx /usr/local/bin/youtube-dl

      @@ -53,7 +53,7 @@ See the pypi page for more

      To check the signature, type: -sudo wget https://yt-dl.org/downloads/2015.11.24/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig
      +sudo wget https://yt-dl.org/downloads/2015.11.27.1/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig

      The following GPG keys will be used to sign the binaries and the git tags:

      diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 1d8c1be9e..b010597a5 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2015.11.24 \ No newline at end of file +2015.11.27.1 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 595464bea..4e96d8d1a 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -3,7 +3,7 @@ youtube-dl releases https://yt-dl.org/feed/youtube-dl-updates-feed - 2015-11-24T07:49:44.947704Z + 2015-11-27T16:43:44.971843Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -8825,4 +8825,19 @@ 2015-11-24T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.11.27.1 + New version 2015.11.27.1 + + +
      + Downloads available at https://yt-dl.org/downloads/2015.11.27.1/ +
      +
      + + The youtube-dl maintainers + + 2015-11-27T00:00:01Z +
      + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 1390c6ee6..a2b8478b4 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2015.11.24", - "signature": "3b92a77ba7c7e382ec420dae96724cf4db6abb149d03baa00d5f6e59ea696b1566ed0e5c3f786f96c77dc5a23d2d1b7eef278ae89aecc2c7d7684812a0274b1fddf78665a9feaeb9a760a85f50e0b893835812d8d6889bd181c0d73820783dc44a47bf7b85237604cbbf1c719510d1c25660b7358f499186b6b9ef2d9b0c09d9", + "latest": "2015.11.27.1", + "signature": "06c855bb9920a53bf46ba37ee73ecdc20b1a71ec0c3cc3d47e28dc84fa9f47833e92e5fbb390498a4fdc2193192a44963369aac80bbd2754aa63b507844dac50e8225afaf5ff54c47f8244a2fe8edc2d11adc5c3ad50636279849cf47c1145381e697000af182cea8db5529e405a6226a196432450d4ca08e774dfe6955f979c", "versions": { "2012.02.22": { "bin": [ @@ -8239,6 +8239,20 @@ "https://yt-dl.org/downloads/2015.11.24/youtube-dl-2015.11.24.tar.gz", "cceeb606e723c0291de85eecb9a551ca887f3be4db786ad621011a9201a482b1" ] + }, + "2015.11.27.1": { + "bin": [ + "https://yt-dl.org/downloads/2015.11.27.1/youtube-dl", + "4acfef77a5c01c9d353248a5387d25124f89a011388f8b13965b9940a1609bbb" + ], + "exe": [ + "https://yt-dl.org/downloads/2015.11.27.1/youtube-dl.exe", + "de5590fb0d60c62438a98f1ec06587704709802222e18a7fecb16ca761eedcf8" + ], + "tar": [ + "https://yt-dl.org/downloads/2015.11.27.1/youtube-dl-2015.11.27.1.tar.gz", + "35a7b2947200209bef9e642d1203e9d4a4103e279222c3ca3b5ee3adf3c8c535" + ] } } } \ No newline at end of file From 136d31859286a46535078704d262a9006be7cea7 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Sat, 5 Dec 2015 16:09:27 +0100 Subject: [PATCH 102/139] release 2015.12.05 --- download.html | 18 +++++++++--------- supportedsites.html | 8 ++++++++ update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 50 insertions(+), 13 deletions(-) diff --git a/download.html b/download.html index 1db02d4ea..cc61c8562 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

      Remember youtube-dl requires Python version 2.6, 2.7, or 3.2+ to work.

      -

      2015.11.27.1 (sig)

      +

      2015.12.05 (sig)

        -
      • MD5: 1494dbd26fb0afe29795114179c38f66
      • -
      • SHA1: dada0ddc1c4ee3eceda1a76bc200ec52bdd5f0e4
      • -
      • SHA256: 4acfef77a5c01c9d353248a5387d25124f89a011388f8b13965b9940a1609bbb
      • +
      • MD5: 94c7b2ebc90c0d9ebee847290199708f
      • +
      • SHA1: 33530424ec64a9b5f3753029e8bdbcd464024c11
      • +
      • SHA256: 35e1dc35b26b30602aa70245a60f670f2825a159894c89f49aaf7b022d092df8

      - Windows exe (sig - de5590fb0d60c62438a98f1ec06587704709802222e18a7fecb16ca761eedcf8)
      - Full source + docs + binary tarball (sig - 35a7b2947200209bef9e642d1203e9d4a4103e279222c3ca3b5ee3adf3c8c535) + Windows exe (sig - 7b93eb8dbf13d9a2fb82dea8422f4cc2d93609137df1df3f549cd3ce64b785aa)
      + Full source + docs + binary tarball (sig - ebf215a65935469609d01fc950cae38686d1c7c572369bf605cc9274e68a8fe7)

      To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2015.11.27.1/youtube-dl -o /usr/local/bin/youtube-dl
      +sudo curl https://yt-dl.org/downloads/2015.12.05/youtube-dl -o /usr/local/bin/youtube-dl
      sudo chmod a+rx /usr/local/bin/youtube-dl

      If you do not have curl, you can alternatively use a recent wget: -sudo wget https://yt-dl.org/downloads/2015.11.27.1/youtube-dl -O /usr/local/bin/youtube-dl
      +sudo wget https://yt-dl.org/downloads/2015.12.05/youtube-dl -O /usr/local/bin/youtube-dl
      sudo chmod a+rx /usr/local/bin/youtube-dl

      @@ -53,7 +53,7 @@ See the pypi page for more

      To check the signature, type: -sudo wget https://yt-dl.org/downloads/2015.11.27.1/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig
      +sudo wget https://yt-dl.org/downloads/2015.12.05/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig

      The following GPG keys will be used to sign the binaries and the git tags:

      diff --git a/supportedsites.html b/supportedsites.html index d4d4c948f..86168f501 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -30,8 +30,12 @@
    • abc.net.au
    • Abc7News
    • AcademicEarth:Course
    • +
    • acast
    • +
    • acast:channel
    • AddAnime
    • AdobeTV
    • +
    • AdobeTVChannel
    • +
    • AdobeTVShow
    • AdobeTVVideo
    • AdultSwim
    • Aftenposten
    • @@ -58,6 +62,7 @@
    • arte.tv:future
    • AtresPlayer
    • ATTTechChannel
    • +
    • AudiMedia
    • audiomack
    • audiomack:album
    • Azubu
    • @@ -198,6 +203,7 @@
    • freespeech.org
    • FreeVideo
    • FunnyOrDie
    • +
    • GameInformer
    • Gamekings
    • GameOne
    • gameone:playlist
    • @@ -495,6 +501,8 @@
    • Shared: shared.sx and vivo.sx
    • ShareSix
    • Sina
    • +
    • skynewsarabia:video
    • +
    • skynewsarabia:video
    • Slideshare
    • Slutload
    • smotri: Smotri.com
    • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index b010597a5..dac1c4401 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2015.11.27.1 \ No newline at end of file +2015.12.05 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 4e96d8d1a..22798de02 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -3,7 +3,7 @@ youtube-dl releases https://yt-dl.org/feed/youtube-dl-updates-feed - 2015-11-27T16:43:44.971843Z + 2015-12-05T16:09:25.091570Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -8840,4 +8840,19 @@ 2015-11-27T00:00:01Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.12.05 + New version 2015.12.05 + + +
      + Downloads available at https://yt-dl.org/downloads/2015.12.05/ +
      +
      + + The youtube-dl maintainers + + 2015-12-05T00:00:00Z +
      + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index a2b8478b4..6ef3aa08e 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2015.11.27.1", - "signature": "06c855bb9920a53bf46ba37ee73ecdc20b1a71ec0c3cc3d47e28dc84fa9f47833e92e5fbb390498a4fdc2193192a44963369aac80bbd2754aa63b507844dac50e8225afaf5ff54c47f8244a2fe8edc2d11adc5c3ad50636279849cf47c1145381e697000af182cea8db5529e405a6226a196432450d4ca08e774dfe6955f979c", + "latest": "2015.12.05", + "signature": "3b3f11ec9a759ab493e034afce3c1d0f6b9068b971642fe71fd6dd42b606b03ca88ccebc81c3b2e4c97f41d12fe963d613a2ba8fa9c5344d7ae61a1fd107f537d3d5bfde81b049e089cd23d8a0579493e486db31c042de124ba77877c8c501c4cceb0a6598fbc98c6dfa928003171acee97c6b47526bf26ea5d34831a6a6863c", "versions": { "2012.02.22": { "bin": [ @@ -8253,6 +8253,20 @@ "https://yt-dl.org/downloads/2015.11.27.1/youtube-dl-2015.11.27.1.tar.gz", "35a7b2947200209bef9e642d1203e9d4a4103e279222c3ca3b5ee3adf3c8c535" ] + }, + "2015.12.05": { + "bin": [ + "https://yt-dl.org/downloads/2015.12.05/youtube-dl", + "35e1dc35b26b30602aa70245a60f670f2825a159894c89f49aaf7b022d092df8" + ], + "exe": [ + "https://yt-dl.org/downloads/2015.12.05/youtube-dl.exe", + "7b93eb8dbf13d9a2fb82dea8422f4cc2d93609137df1df3f549cd3ce64b785aa" + ], + "tar": [ + "https://yt-dl.org/downloads/2015.12.05/youtube-dl-2015.12.05.tar.gz", + "ebf215a65935469609d01fc950cae38686d1c7c572369bf605cc9274e68a8fe7" + ] } } } \ No newline at end of file From 71e67c54d36c69b3b9f47459d3d84cb1ad7af7db Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Sun, 6 Dec 2015 18:52:11 +0100 Subject: [PATCH 103/139] release 2015.12.06 --- download.html | 18 +++++++++--------- supportedsites.html | 3 ++- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 44 insertions(+), 14 deletions(-) diff --git a/download.html b/download.html index cc61c8562..a4796bf04 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

      Remember youtube-dl requires Python version 2.6, 2.7, or 3.2+ to work.

      -

      2015.12.05 (sig)

      +

      2015.12.06 (sig)

        -
      • MD5: 94c7b2ebc90c0d9ebee847290199708f
      • -
      • SHA1: 33530424ec64a9b5f3753029e8bdbcd464024c11
      • -
      • SHA256: 35e1dc35b26b30602aa70245a60f670f2825a159894c89f49aaf7b022d092df8
      • +
      • MD5: 5d96d37dfa0cb24b66c07aa8ba9d4246
      • +
      • SHA1: 5e58b704ece3ca058488aee6396f9a205c3641a5
      • +
      • SHA256: 74a684a7ff48fe2c3a706b3c1f04fd016c1835c4d8f96409d5ee82d459c64034

      - Windows exe (sig - 7b93eb8dbf13d9a2fb82dea8422f4cc2d93609137df1df3f549cd3ce64b785aa)
      - Full source + docs + binary tarball (sig - ebf215a65935469609d01fc950cae38686d1c7c572369bf605cc9274e68a8fe7) + Windows exe (sig - 93f238caa96eea297a6188babf7abf8333b448dbe35fbe1f434676b41f6d860d)
      + Full source + docs + binary tarball (sig - 130be9fe481ce17a8d716e58324c837179099c5bb0789194e8e51b79b7c7b279)

      To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2015.12.05/youtube-dl -o /usr/local/bin/youtube-dl
      +sudo curl https://yt-dl.org/downloads/2015.12.06/youtube-dl -o /usr/local/bin/youtube-dl
      sudo chmod a+rx /usr/local/bin/youtube-dl

      If you do not have curl, you can alternatively use a recent wget: -sudo wget https://yt-dl.org/downloads/2015.12.05/youtube-dl -O /usr/local/bin/youtube-dl
      +sudo wget https://yt-dl.org/downloads/2015.12.06/youtube-dl -O /usr/local/bin/youtube-dl
      sudo chmod a+rx /usr/local/bin/youtube-dl

      @@ -53,7 +53,7 @@ See the pypi page for more

      To check the signature, type: -sudo wget https://yt-dl.org/downloads/2015.12.05/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig
      +sudo wget https://yt-dl.org/downloads/2015.12.06/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig

      The following GPG keys will be used to sign the binaries and the git tags:

      diff --git a/supportedsites.html b/supportedsites.html index 86168f501..5703ab6fa 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -112,6 +112,7 @@
    • Clipfish
    • cliphunter
    • Clipsyndicate
    • +
    • cloudtime: CloudTime
    • Cloudy
    • Clubic
    • Clyp
    • @@ -328,7 +329,6 @@
    • MovieClips
    • MovieFap
    • Moviezine
    • -
    • movshare: MovShare
    • MPORA
    • MSNBC
    • MTV
    • @@ -688,6 +688,7 @@
    • WebOfStories
    • WebOfStoriesPlaylist
    • Weibo
    • +
    • wholecloud: WholeCloud
    • Wimp
    • Wistia
    • WNL
    • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index dac1c4401..5f06d4b3b 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2015.12.05 \ No newline at end of file +2015.12.06 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 22798de02..dc3c49b5a 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -3,7 +3,7 @@ youtube-dl releases https://yt-dl.org/feed/youtube-dl-updates-feed - 2015-12-05T16:09:25.091570Z + 2015-12-06T18:52:10.155316Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -8855,4 +8855,19 @@ 2015-12-05T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.12.06 + New version 2015.12.06 + + +
      + Downloads available at https://yt-dl.org/downloads/2015.12.06/ +
      +
      + + The youtube-dl maintainers + + 2015-12-06T00:00:00Z +
      + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 6ef3aa08e..6576c091c 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2015.12.05", - "signature": "3b3f11ec9a759ab493e034afce3c1d0f6b9068b971642fe71fd6dd42b606b03ca88ccebc81c3b2e4c97f41d12fe963d613a2ba8fa9c5344d7ae61a1fd107f537d3d5bfde81b049e089cd23d8a0579493e486db31c042de124ba77877c8c501c4cceb0a6598fbc98c6dfa928003171acee97c6b47526bf26ea5d34831a6a6863c", + "latest": "2015.12.06", + "signature": "19c56c648d18695064c6a3b91d7b2ad007d49ae3f6a267dedfaa5938829cac33e92d513d9c429c6a499ebbfeba05941e6870ecbbecc7b278effb7f13e49079302510b646e40c0e4dedf3355d018129d7ea410cb3b274ad8cf4073f53ace984457e13e6614a1c18f2137b86ddfa8c710a7d69f44aa292ae8a9637217597795f1f", "versions": { "2012.02.22": { "bin": [ @@ -8267,6 +8267,20 @@ "https://yt-dl.org/downloads/2015.12.05/youtube-dl-2015.12.05.tar.gz", "ebf215a65935469609d01fc950cae38686d1c7c572369bf605cc9274e68a8fe7" ] + }, + "2015.12.06": { + "bin": [ + "https://yt-dl.org/downloads/2015.12.06/youtube-dl", + "74a684a7ff48fe2c3a706b3c1f04fd016c1835c4d8f96409d5ee82d459c64034" + ], + "exe": [ + "https://yt-dl.org/downloads/2015.12.06/youtube-dl.exe", + "93f238caa96eea297a6188babf7abf8333b448dbe35fbe1f434676b41f6d860d" + ], + "tar": [ + "https://yt-dl.org/downloads/2015.12.06/youtube-dl-2015.12.06.tar.gz", + "130be9fe481ce17a8d716e58324c837179099c5bb0789194e8e51b79b7c7b279" + ] } } } \ No newline at end of file From aaf061ce5ecd09494f693ccb484df02e22d46131 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Wed, 9 Dec 2015 15:45:26 +0100 Subject: [PATCH 104/139] release 2015.12.09 --- download.html | 18 +++++++++--------- supportedsites.html | 2 +- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 43 insertions(+), 14 deletions(-) diff --git a/download.html b/download.html index a4796bf04..cf5aac6e2 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

      Remember youtube-dl requires Python version 2.6, 2.7, or 3.2+ to work.

      -

      2015.12.06 (sig)

      +

      2015.12.09 (sig)

        -
      • MD5: 5d96d37dfa0cb24b66c07aa8ba9d4246
      • -
      • SHA1: 5e58b704ece3ca058488aee6396f9a205c3641a5
      • -
      • SHA256: 74a684a7ff48fe2c3a706b3c1f04fd016c1835c4d8f96409d5ee82d459c64034
      • +
      • MD5: 8bf1788e2688f3bc8ea9b477f92327e1
      • +
      • SHA1: 3e667e6f6c93e1e0792648e7afbfd25ff7d67480
      • +
      • SHA256: 1c9bc5688dad9f3cea7a2449891fe4951772cf6a969429e9e386386599fd0334

      - Windows exe (sig - 93f238caa96eea297a6188babf7abf8333b448dbe35fbe1f434676b41f6d860d)
      - Full source + docs + binary tarball (sig - 130be9fe481ce17a8d716e58324c837179099c5bb0789194e8e51b79b7c7b279) + Windows exe (sig - dbea6845b0f89e984b062b266196f5a79b3e2ba6c1057ac41aae71463e7048c9)
      + Full source + docs + binary tarball (sig - 93530a17c527cbf4e2c9e90dd98f3f43ef5a46b5daae9307a1549119c1583f87)

      To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2015.12.06/youtube-dl -o /usr/local/bin/youtube-dl
      +sudo curl https://yt-dl.org/downloads/2015.12.09/youtube-dl -o /usr/local/bin/youtube-dl
      sudo chmod a+rx /usr/local/bin/youtube-dl

      If you do not have curl, you can alternatively use a recent wget: -sudo wget https://yt-dl.org/downloads/2015.12.06/youtube-dl -O /usr/local/bin/youtube-dl
      +sudo wget https://yt-dl.org/downloads/2015.12.09/youtube-dl -O /usr/local/bin/youtube-dl
      sudo chmod a+rx /usr/local/bin/youtube-dl

      @@ -53,7 +53,7 @@ See the pypi page for more

      To check the signature, type: -sudo wget https://yt-dl.org/downloads/2015.12.06/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig
      +sudo wget https://yt-dl.org/downloads/2015.12.09/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig

      The following GPG keys will be used to sign the binaries and the git tags:

      diff --git a/supportedsites.html b/supportedsites.html index 5703ab6fa..0169d399d 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -415,7 +415,7 @@
    • orf:tvthek: ORF TVthek
    • parliamentlive.tv: UK parliament videos
    • Patreon
    • -
    • PBS
    • +
    • pbs: Public Broadcasting Service (PBS) and member stations: PBS: Public Broadcasting Service, APT - Alabama Public Television (WBIQ), GPB/Georgia Public Broadcasting (WGTV), Mississippi Public Broadcasting (WMPN), Nashville Public Television (WNPT), WFSU-TV (WFSU), WSRE (WSRE), WTCI (WTCI), WPBA/Channel 30 (WPBA), Alaska Public Media (KAKM), KUAC (KUAC), 360 North (KTOO), KUAT 6 (KUAT), Arizona PBS (KAET), KNME-TV/Channel 5 (KNME), Vegas PBS (KLVX), AETN/ARKANSAS ETV NETWORK (KETS), KET (WKLE), WKNO/Channel 10 (WKNO), LPB/LOUISIANA PUBLIC BROADCASTING (WLPB), Mississippi Public Broadcasting (WMPN), OETA (KETA), Ozarks Public Television (KOZK), WSIU Public Broadcasting (WSIU), KEET TV (KEET), KIXE/Channel 9 (KIXE), KPBS San Diego (KPBS), KQED (KQED), KVIE Public Television (KVIE), PBS SoCal/KOCE (KOCE), ValleyPBS (KVPT), APT - Alabama Public Television (WBIQ), CONNECTICUT PUBLIC TELEVISION (WEDH), Arizona PBS (KAET), KNPB Channel 5 (KNPB), SOPTV (KSYS), KLCS/Channel 58 (KLCS), KRCB Television & Radio (KRCB), KVCR TV/DT/FM :: Vision for the Future (KVCR), Rocky Mountain PBS (KRMA), KENW-TV3 (KENW), KUED Channel 7 (KUED), KNME-TV/Channel 5 (KNME), Wyoming PBS (KCWC), Colorado Public Television / KBDI 12 (KBDI), KBYU-TV (KBYU), CONNECTICUT PUBLIC TELEVISION (WEDH), Thirteen/WNET New York (WNET), WGBH/Channel 2 (WGBH), WGBY (WGBY), NJTV Public Media NJ (WNJT), Rhode Island PBS (WSBE), WLIW21 (WLIW), mpt/Maryland Public Television (WMPB), WETA Television and Radio (WETA), WHYY (WHYY), NJTV Public Media NJ (WNJT), PBS 39 (WLVT), WLIW21 (WLIW), WETA Television and Radio (WETA), mpt/Maryland Public Television (WMPB), WVPT - Your Source for PBS and More! (WVPT), Howard University Television (WHUT), WEDU PBS (WEDU), WFSU-TV (WFSU), WGCU Public Media (WGCU), WJCT Public Broadcasting (WJCT), WPBT2 (WPBT), WSRE (WSRE), WUCF TV (WUCF), WUFT/Channel 5 (WUFT), WXEL/Channel 42 (WXEL), APT - Alabama Public Television (WBIQ), GPB/Georgia Public Broadcasting (WGTV), WLRN/Channel 17 (WLRN), WUSF Public Broadcasting (WUSF), NJTV Public Media NJ (WNJT), GPB/Georgia Public Broadcasting (WGTV), APT - Alabama Public Television (WBIQ), ETV (WRLK), UNC-TV (WUNC), WFSU-TV (WFSU), WJCT Public Broadcasting (WJCT), WTCI (WTCI), WPBA/Channel 30 (WPBA), PBS Guam (KGTF), PBS Hawaii - Oceanic Cable Channel 10 (KHET), Idaho Public Television (KAID), KSPS (KSPS), KUED Channel 7 (KUED), OPB (KOPB), SOPTV (KSYS), Wyoming PBS (KCWC), Colorado Public Television / KBDI 12 (KBDI), KBYU-TV (KBYU), KWSU/Channel 10 & KTNW/Channel 31 (KWSU), WILL-TV (WILL), Network Knowledge - WSEC/Springfield (WSEC), WSIU Public Broadcasting (WSIU), WTTW11 (WTTW), WTVP & WTVP.org, Public Media for Central Illinois (WTVP), Iowa Public Television/IPTV (KDIN), KET (WKLE), Nine Network (KETC), PBS39 Fort Wayne (WFWA), WFYI Indianapolis (WFYI), Milwaukee Public Television (WMVS), WNIN (WNIN), WNIT Public Television (WNIT), WPT (WPNE), WVUT/Channel 22 (WVUT), WEIU/Channel 51 (WEIU), WQPT-TV (WQPT), WYCC PBS Chicago (WYCC), Lakeshore Public Television (WYIN), PBS39 Fort Wayne (WFWA), WFYI Indianapolis (WFYI), WIPB-TV (WIPB), WNIN (WNIN), WNIT Public Television (WNIT), WTIU (WTIU), WVUT/Channel 22 (WVUT), CET (WCET), KET (WKLE), ThinkTVNetwork (WPTD), WBGU-TV (WBGU), WGVU TV (WGVU), WILL-TV (WILL), Network Knowledge - WSEC/Springfield (WSEC), WSIU Public Broadcasting (WSIU), WTTW11 (WTTW), Lakeshore Public Television (WYIN), WEIU/Channel 51 (WEIU), WYCC PBS Chicago (WYCC), Iowa Public Television/IPTV (KDIN), NET1 (KUON), Pioneer Public Television (KWCM), SDPB Television (KUSD), TPT (KTCA), Network Knowledge - WSEC/Springfield (WSEC), WPT (WPNE), KSMQ (KSMQ), WQPT-TV (WQPT), KPTS/Channel 8 (KPTS), KTWU/Channel 11 (KTWU), Smoky Hills Public Television (KOOD), KCPT Kansas City Public Television (KCPT), NET1 (KUON), OETA (KETA), Ozarks Public Television (KOZK), Rocky Mountain PBS (KRMA), Colorado Public Television / KBDI 12 (KBDI), KET (WKLE), Blue Ridge PBS (WBRA), CET (WCET), East Tennessee PBS (WSJK), Nashville Public Television (WNPT), ThinkTVNetwork (WPTD), WCTE-TV (WCTE), WLJT, Channel 11 (WLJT), WNIN (WNIN), WOSU TV (WOSU), WOUB/WOUC (WOUB), WSIU Public Broadcasting (WSIU), WVPB (WVPB), WKYU-PBS (WKYU), LPB/LOUISIANA PUBLIC BROADCASTING (WLPB), WYES-TV/New Orleans (WYES), AETN/ARKANSAS ETV NETWORK (KETS), KERA 13 (KERA), Mississippi Public Broadcasting (WMPN), MPBN (WCBB), Mountain Lake PBS (WCFE), NHPTV (WENH), Vermont PBS (WETK), WGBH/Channel 2 (WGBH), mpt/Maryland Public Television (WMPB), Thirteen/WNET New York (WNET), WETA Television and Radio (WETA), WHYY (WHYY), witf (WITF), WQED Multimedia (WQED), WVPB (WVPB), WVPT - Your Source for PBS and More! (WVPT), Howard University Television (WHUT), WLIW21 (WLIW), WGBH/Channel 2 (WGBH), WGBY (WGBY), CONNECTICUT PUBLIC TELEVISION (WEDH), NHPTV (WENH), Vermont PBS (WETK), WMHT Educational Telecommunications (WMHT), Rhode Island PBS (WSBE), Q-TV (WDCQ), WTVS Detroit Public TV (WTVS), CMU Public Television (WCMU), WGVU TV (WGVU), WKAR-TV (WKAR), WNMU-TV Public TV 13 (WNMU), WDSE - WRPT (WDSE), WBGU-TV (WBGU), WGTE TV (WGTE), WNIT Public Television (WNIT), WPT (WPNE), WTTW11 (WTTW), WYCC PBS Chicago (WYCC), Lakeland Public Television (KAWE), WDSE - WRPT (WDSE), Pioneer Public Television (KWCM), TPT (KTCA), Iowa Public Television/IPTV (KDIN), PRAIRIE PUBLIC (KFME), Nine Network (KETC), SDPB Television (KUSD), WPT (WPNE), KSMQ (KSMQ), Mississippi Public Broadcasting (WMPN), AETN/ARKANSAS ETV NETWORK (KETS), APT - Alabama Public Television (WBIQ), WKNO/Channel 10 (WKNO), LPB/LOUISIANA PUBLIC BROADCASTING (WLPB), WSRE (WSRE), WYES-TV/New Orleans (WYES), KCPT Kansas City Public Television (KCPT), KMOS-TV - Channels 6.1, 6.2 and 6.3 (KMOS), Nine Network (KETC), Ozarks Public Television (KOZK), AETN/ARKANSAS ETV NETWORK (KETS), WTVS Detroit Public TV (WTVS), Iowa Public Television/IPTV (KDIN), KET (WKLE), WKNO/Channel 10 (WKNO), KTWU/Channel 11 (KTWU), NET1 (KUON), Rocky Mountain PBS (KRMA), Network Knowledge - WSEC/Springfield (WSEC), WSIU Public Broadcasting (WSIU), MontanaPBS (KUSM), Arizona PBS (KAET), Idaho Public Television (KAID), PRAIRIE PUBLIC (KFME), KSPS (KSPS), Rocky Mountain PBS (KRMA), SDPB Television (KUSD), NET1 (KUON), Iowa Public Television/IPTV (KDIN), KTWU/Channel 11 (KTWU), Pioneer Public Television (KWCM), Rocky Mountain PBS (KRMA), SDPB Television (KUSD), Wyoming PBS (KCWC), Colorado Public Television / KBDI 12 (KBDI), KNPB Channel 5 (KNPB), Vegas PBS (KLVX), Arizona PBS (KAET), KUED Channel 7 (KUED), PBS SoCal/KOCE (KOCE), KBYU-TV (KBYU), NHPTV (WENH), ETV (WRLK), Mountain Lake PBS (WCFE), MPBN (WCBB), Vermont PBS (WETK), WGBH/Channel 2 (WGBH), WGBY (WGBY), CONNECTICUT PUBLIC TELEVISION (WEDH), Thirteen/WNET New York (WNET), WHYY (WHYY), NJTV Public Media NJ (WNJT), PBS 39 (WLVT), WLIW21 (WLIW), KENW-TV3 (KENW), KRWG/Channel 22 (KRWG), KNME-TV/Channel 5 (KNME), KUAT 6 (KUAT), KACV (KACV), KCOS/Channel 13 (KCOS), KUED Channel 7 (KUED), OETA (KETA), Rocky Mountain PBS (KRMA), Colorado Public Television / KBDI 12 (KBDI), KBYU-TV (KBYU), Mountain Lake PBS (WCFE), Thirteen/WNET New York (WNET), WCNY/Channel 24 (WCNY), WMHT Educational Telecommunications (WMHT), WNED (WNED), WPBS (WPBS), WSKG Public TV (WSKG), WXXI (WXXI), CONNECTICUT PUBLIC TELEVISION (WEDH), NHPTV (WENH), Vermont PBS (WETK), WGBH/Channel 2 (WGBH), WPSU (WPSU), WQLN/Channel 54 (WQLN), WVIA Public Media Studios (WVIA), WLIW21 (WLIW), NJTV Public Media NJ (WNJT), UNC-TV (WUNC), WTVI (WTVI), Blue Ridge PBS (WBRA), ETV (WRLK), GPB/Georgia Public Broadcasting (WGTV), WHRO (WHRO), WTCI (WTCI), WPBA/Channel 30 (WPBA), PRAIRIE PUBLIC (KFME), SDPB Television (KUSD), CET (WCET), ThinkTVNetwork (WPTD), WBGU-TV (WBGU), WGTE TV (WGTE), Western Reserve PBS (WNEO), WOSU TV (WOSU), WOUB/WOUC (WOUB), WVIZ/PBS ideastream (WVIZ), WTVS Detroit Public TV (WTVS), KET (WKLE), PBS39 Fort Wayne (WFWA), WIPB-TV (WIPB), WQED Multimedia (WQED), WQLN/Channel 54 (WQLN), WVPB (WVPB), OETA (KETA), AETN/ARKANSAS ETV NETWORK (KETS), KACV (KACV), KERA 13 (KERA), LPB/LOUISIANA PUBLIC BROADCASTING (WLPB), Ozarks Public Television (KOZK), OPB (KOPB), SOPTV (KSYS), Idaho Public Television (KAID), KCTS 9 (KCTS), KEET TV (KEET), KSPS (KSPS), KWSU/Channel 10 & KTNW/Channel 31 (KWSU), WHYY (WHYY), witf (WITF), WPSU (WPSU), WQED Multimedia (WQED), WQLN/Channel 54 (WQLN), WVIA Public Media Studios (WVIA), CONNECTICUT PUBLIC TELEVISION (WEDH), mpt/Maryland Public Television (WMPB), Thirteen/WNET New York (WNET), WETA Television and Radio (WETA), WNED (WNED), Western Reserve PBS (WNEO), WSKG Public TV (WSKG), WVIZ/PBS ideastream (WVIZ), WVPB (WVPB), WVPT - Your Source for PBS and More! (WVPT), PBS 39 (WLVT), NJTV Public Media NJ (WNJT), Howard University Television (WHUT), WLIW21 (WLIW), CONNECTICUT PUBLIC TELEVISION (WEDH), NHPTV (WENH), WGBH/Channel 2 (WGBH), Rhode Island PBS (WSBE), ETV (WRLK), GPB/Georgia Public Broadcasting (WGTV), UNC-TV (WUNC), WTVI (WTVI), WPBA/Channel 30 (WPBA), SDPB Television (KUSD), Iowa Public Television/IPTV (KDIN), PRAIRIE PUBLIC (KFME), NET1 (KUON), Pioneer Public Television (KWCM), East Tennessee PBS (WSJK), WKNO/Channel 10 (WKNO), Nashville Public Television (WNPT), WCTE-TV (WCTE), WLJT, Channel 11 (WLJT), WTCI (WTCI), APT - Alabama Public Television (WBIQ), Blue Ridge PBS (WBRA), GPB/Georgia Public Broadcasting (WGTV), Lakeland Public Television (KAWE), KET (WKLE), Mississippi Public Broadcasting (WMPN), UNC-TV (WUNC), Western Reserve PBS (WNEO), WSIU Public Broadcasting (WSIU), WVIZ/PBS ideastream (WVIZ), WKYU-PBS (WKYU), WPBA/Channel 30 (WPBA), Basin PBS (KPBT), KUHT / Channel 8 (KUHT), KACV (KACV), KAMU - TV (KAMU), KCOS/Channel 13 (KCOS), KEDT/Channel 16 (KEDT), KERA 13 (KERA), KLRN (KLRN), KLRU (KLRU), KMBH-TV (KMBH), KNCT (KNCT), KTTZ-TV (KTXT), AETN/ARKANSAS ETV NETWORK (KETS), KENW-TV3 (KENW), KRWG/Channel 22 (KRWG), LPB/LOUISIANA PUBLIC BROADCASTING (WLPB), NET1 (KUON), KNME-TV/Channel 5 (KNME), Nashville Public Television (WNPT), OETA (KETA), Rocky Mountain PBS (KRMA), KUED Channel 7 (KUED), Idaho Public Television (KAID), Vegas PBS (KLVX), KBYU-TV (KBYU), Vermont PBS (WETK), Mountain Lake PBS (WCFE), NHPTV (WENH), WGBH/Channel 2 (WGBH), WGBY (WGBY), WMHT Educational Telecommunications (WMHT), WTJX Channel 12 (WTJX), Blue Ridge PBS (WBRA), WCVE PBS (WCVE), WHRO (WHRO), WVPT - Your Source for PBS and More! (WVPT), East Tennessee PBS (WSJK), KET (WKLE), mpt/Maryland Public Television (WMPB), UNC-TV (WUNC), WETA Television and Radio (WETA), Howard University Television (WHUT), KCTS 9 (KCTS), KSPS (KSPS), Idaho Public Television (KAID), OPB (KOPB), KBTC Public Television (KBTC), KWSU/Channel 10 & KTNW/Channel 31 (KWSU), WVPB (WVPB), Blue Ridge PBS (WBRA), KET (WKLE), mpt/Maryland Public Television (WMPB), WETA Television and Radio (WETA), Western Reserve PBS (WNEO), WOSU TV (WOSU), WOUB/WOUC (WOUB), WQED Multimedia (WQED), WVPT - Your Source for PBS and More! (WVPT), Howard University Television (WHUT), Milwaukee Public Television (WMVS), WPT (WPNE), Iowa Public Television/IPTV (KDIN), Lakeland Public Television (KAWE), WDSE - WRPT (WDSE), TPT (KTCA), WNMU-TV Public TV 13 (WNMU), WTTW11 (WTTW), KSMQ (KSMQ), WYCC PBS Chicago (WYCC), Wyoming PBS (KCWC), Idaho Public Television (KAID), KUED Channel 7 (KUED), MontanaPBS (KUSM), NET1 (KUON), Rocky Mountain PBS (KRMA), SDPB Television (KUSD), Colorado Public Television / KBDI 12 (KBDI), KBYU-TV (KBYU)
    • Periscope: Periscope
    • PhilharmonieDeParis: Philharmonie de Paris
    • Phoenix
    • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 5f06d4b3b..8fd26b3a7 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2015.12.06 \ No newline at end of file +2015.12.09 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index dc3c49b5a..469e113b3 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -3,7 +3,7 @@ youtube-dl releases https://yt-dl.org/feed/youtube-dl-updates-feed - 2015-12-06T18:52:10.155316Z + 2015-12-09T15:45:23.987492Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -8870,4 +8870,19 @@ 2015-12-06T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.12.09 + New version 2015.12.09 + + +
      + Downloads available at https://yt-dl.org/downloads/2015.12.09/ +
      +
      + + The youtube-dl maintainers + + 2015-12-09T00:00:00Z +
      + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 6576c091c..1c739294d 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2015.12.06", - "signature": "19c56c648d18695064c6a3b91d7b2ad007d49ae3f6a267dedfaa5938829cac33e92d513d9c429c6a499ebbfeba05941e6870ecbbecc7b278effb7f13e49079302510b646e40c0e4dedf3355d018129d7ea410cb3b274ad8cf4073f53ace984457e13e6614a1c18f2137b86ddfa8c710a7d69f44aa292ae8a9637217597795f1f", + "latest": "2015.12.09", + "signature": "7792001eda92f0db8c273539200b6fef6fceac9e44c7aafc9bd3784ab658383224c2509151fe6db275dd9efcfa323a5500607a2e43d82898456333c19435704c6628c4aa8d690044853fae55752e2c4b997d57a2fa6d4fad245d4e737fa5970d8417b93eed3e854bdb5c8036c7b05b06275bc0edbcf55f4fc28c4287ff734460", "versions": { "2012.02.22": { "bin": [ @@ -8281,6 +8281,20 @@ "https://yt-dl.org/downloads/2015.12.06/youtube-dl-2015.12.06.tar.gz", "130be9fe481ce17a8d716e58324c837179099c5bb0789194e8e51b79b7c7b279" ] + }, + "2015.12.09": { + "bin": [ + "https://yt-dl.org/downloads/2015.12.09/youtube-dl", + "1c9bc5688dad9f3cea7a2449891fe4951772cf6a969429e9e386386599fd0334" + ], + "exe": [ + "https://yt-dl.org/downloads/2015.12.09/youtube-dl.exe", + "dbea6845b0f89e984b062b266196f5a79b3e2ba6c1057ac41aae71463e7048c9" + ], + "tar": [ + "https://yt-dl.org/downloads/2015.12.09/youtube-dl-2015.12.09.tar.gz", + "93530a17c527cbf4e2c9e90dd98f3f43ef5a46b5daae9307a1549119c1583f87" + ] } } } \ No newline at end of file From 6b71876402bf03994d20835428fdcef78fa2c8dd Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Thu, 10 Dec 2015 17:07:19 +0100 Subject: [PATCH 105/139] release 2015.12.10 --- download.html | 18 +++++++++--------- supportedsites.html | 2 +- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 43 insertions(+), 14 deletions(-) diff --git a/download.html b/download.html index cf5aac6e2..0646fb433 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

      Remember youtube-dl requires Python version 2.6, 2.7, or 3.2+ to work.

      -

      2015.12.09 (sig)

      +

      2015.12.10 (sig)

        -
      • MD5: 8bf1788e2688f3bc8ea9b477f92327e1
      • -
      • SHA1: 3e667e6f6c93e1e0792648e7afbfd25ff7d67480
      • -
      • SHA256: 1c9bc5688dad9f3cea7a2449891fe4951772cf6a969429e9e386386599fd0334
      • +
      • MD5: 1af64a4186e5482bcbfc20294ee31d03
      • +
      • SHA1: e890331d6a881adc741b0ceaab96324335fb8162
      • +
      • SHA256: 8e097bbac58d941eb441436bcc0a54f77b84f5f8e756ab4cfae21e8585c386ea

      - Windows exe (sig - dbea6845b0f89e984b062b266196f5a79b3e2ba6c1057ac41aae71463e7048c9)
      - Full source + docs + binary tarball (sig - 93530a17c527cbf4e2c9e90dd98f3f43ef5a46b5daae9307a1549119c1583f87) + Windows exe (sig - 9f62a30aeb68d2340aef65fea0bbdf7876be0e48cb0ea46311fbcabd740fbef5)
      + Full source + docs + binary tarball (sig - 5857805845f8b53e552d68ba65eb8cb9a23325c457b3a4b147b59f04c377d5bc)

      To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2015.12.09/youtube-dl -o /usr/local/bin/youtube-dl
      +sudo curl https://yt-dl.org/downloads/2015.12.10/youtube-dl -o /usr/local/bin/youtube-dl
      sudo chmod a+rx /usr/local/bin/youtube-dl

      If you do not have curl, you can alternatively use a recent wget: -sudo wget https://yt-dl.org/downloads/2015.12.09/youtube-dl -O /usr/local/bin/youtube-dl
      +sudo wget https://yt-dl.org/downloads/2015.12.10/youtube-dl -O /usr/local/bin/youtube-dl
      sudo chmod a+rx /usr/local/bin/youtube-dl

      @@ -53,7 +53,7 @@ See the pypi page for more

      To check the signature, type: -sudo wget https://yt-dl.org/downloads/2015.12.09/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig
      +sudo wget https://yt-dl.org/downloads/2015.12.10/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig

      The following GPG keys will be used to sign the binaries and the git tags:

      diff --git a/supportedsites.html b/supportedsites.html index 0169d399d..d93a83310 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -415,7 +415,7 @@
    • orf:tvthek: ORF TVthek
    • parliamentlive.tv: UK parliament videos
    • Patreon
    • -
    • pbs: Public Broadcasting Service (PBS) and member stations: PBS: Public Broadcasting Service, APT - Alabama Public Television (WBIQ), GPB/Georgia Public Broadcasting (WGTV), Mississippi Public Broadcasting (WMPN), Nashville Public Television (WNPT), WFSU-TV (WFSU), WSRE (WSRE), WTCI (WTCI), WPBA/Channel 30 (WPBA), Alaska Public Media (KAKM), KUAC (KUAC), 360 North (KTOO), KUAT 6 (KUAT), Arizona PBS (KAET), KNME-TV/Channel 5 (KNME), Vegas PBS (KLVX), AETN/ARKANSAS ETV NETWORK (KETS), KET (WKLE), WKNO/Channel 10 (WKNO), LPB/LOUISIANA PUBLIC BROADCASTING (WLPB), Mississippi Public Broadcasting (WMPN), OETA (KETA), Ozarks Public Television (KOZK), WSIU Public Broadcasting (WSIU), KEET TV (KEET), KIXE/Channel 9 (KIXE), KPBS San Diego (KPBS), KQED (KQED), KVIE Public Television (KVIE), PBS SoCal/KOCE (KOCE), ValleyPBS (KVPT), APT - Alabama Public Television (WBIQ), CONNECTICUT PUBLIC TELEVISION (WEDH), Arizona PBS (KAET), KNPB Channel 5 (KNPB), SOPTV (KSYS), KLCS/Channel 58 (KLCS), KRCB Television & Radio (KRCB), KVCR TV/DT/FM :: Vision for the Future (KVCR), Rocky Mountain PBS (KRMA), KENW-TV3 (KENW), KUED Channel 7 (KUED), KNME-TV/Channel 5 (KNME), Wyoming PBS (KCWC), Colorado Public Television / KBDI 12 (KBDI), KBYU-TV (KBYU), CONNECTICUT PUBLIC TELEVISION (WEDH), Thirteen/WNET New York (WNET), WGBH/Channel 2 (WGBH), WGBY (WGBY), NJTV Public Media NJ (WNJT), Rhode Island PBS (WSBE), WLIW21 (WLIW), mpt/Maryland Public Television (WMPB), WETA Television and Radio (WETA), WHYY (WHYY), NJTV Public Media NJ (WNJT), PBS 39 (WLVT), WLIW21 (WLIW), WETA Television and Radio (WETA), mpt/Maryland Public Television (WMPB), WVPT - Your Source for PBS and More! (WVPT), Howard University Television (WHUT), WEDU PBS (WEDU), WFSU-TV (WFSU), WGCU Public Media (WGCU), WJCT Public Broadcasting (WJCT), WPBT2 (WPBT), WSRE (WSRE), WUCF TV (WUCF), WUFT/Channel 5 (WUFT), WXEL/Channel 42 (WXEL), APT - Alabama Public Television (WBIQ), GPB/Georgia Public Broadcasting (WGTV), WLRN/Channel 17 (WLRN), WUSF Public Broadcasting (WUSF), NJTV Public Media NJ (WNJT), GPB/Georgia Public Broadcasting (WGTV), APT - Alabama Public Television (WBIQ), ETV (WRLK), UNC-TV (WUNC), WFSU-TV (WFSU), WJCT Public Broadcasting (WJCT), WTCI (WTCI), WPBA/Channel 30 (WPBA), PBS Guam (KGTF), PBS Hawaii - Oceanic Cable Channel 10 (KHET), Idaho Public Television (KAID), KSPS (KSPS), KUED Channel 7 (KUED), OPB (KOPB), SOPTV (KSYS), Wyoming PBS (KCWC), Colorado Public Television / KBDI 12 (KBDI), KBYU-TV (KBYU), KWSU/Channel 10 & KTNW/Channel 31 (KWSU), WILL-TV (WILL), Network Knowledge - WSEC/Springfield (WSEC), WSIU Public Broadcasting (WSIU), WTTW11 (WTTW), WTVP & WTVP.org, Public Media for Central Illinois (WTVP), Iowa Public Television/IPTV (KDIN), KET (WKLE), Nine Network (KETC), PBS39 Fort Wayne (WFWA), WFYI Indianapolis (WFYI), Milwaukee Public Television (WMVS), WNIN (WNIN), WNIT Public Television (WNIT), WPT (WPNE), WVUT/Channel 22 (WVUT), WEIU/Channel 51 (WEIU), WQPT-TV (WQPT), WYCC PBS Chicago (WYCC), Lakeshore Public Television (WYIN), PBS39 Fort Wayne (WFWA), WFYI Indianapolis (WFYI), WIPB-TV (WIPB), WNIN (WNIN), WNIT Public Television (WNIT), WTIU (WTIU), WVUT/Channel 22 (WVUT), CET (WCET), KET (WKLE), ThinkTVNetwork (WPTD), WBGU-TV (WBGU), WGVU TV (WGVU), WILL-TV (WILL), Network Knowledge - WSEC/Springfield (WSEC), WSIU Public Broadcasting (WSIU), WTTW11 (WTTW), Lakeshore Public Television (WYIN), WEIU/Channel 51 (WEIU), WYCC PBS Chicago (WYCC), Iowa Public Television/IPTV (KDIN), NET1 (KUON), Pioneer Public Television (KWCM), SDPB Television (KUSD), TPT (KTCA), Network Knowledge - WSEC/Springfield (WSEC), WPT (WPNE), KSMQ (KSMQ), WQPT-TV (WQPT), KPTS/Channel 8 (KPTS), KTWU/Channel 11 (KTWU), Smoky Hills Public Television (KOOD), KCPT Kansas City Public Television (KCPT), NET1 (KUON), OETA (KETA), Ozarks Public Television (KOZK), Rocky Mountain PBS (KRMA), Colorado Public Television / KBDI 12 (KBDI), KET (WKLE), Blue Ridge PBS (WBRA), CET (WCET), East Tennessee PBS (WSJK), Nashville Public Television (WNPT), ThinkTVNetwork (WPTD), WCTE-TV (WCTE), WLJT, Channel 11 (WLJT), WNIN (WNIN), WOSU TV (WOSU), WOUB/WOUC (WOUB), WSIU Public Broadcasting (WSIU), WVPB (WVPB), WKYU-PBS (WKYU), LPB/LOUISIANA PUBLIC BROADCASTING (WLPB), WYES-TV/New Orleans (WYES), AETN/ARKANSAS ETV NETWORK (KETS), KERA 13 (KERA), Mississippi Public Broadcasting (WMPN), MPBN (WCBB), Mountain Lake PBS (WCFE), NHPTV (WENH), Vermont PBS (WETK), WGBH/Channel 2 (WGBH), mpt/Maryland Public Television (WMPB), Thirteen/WNET New York (WNET), WETA Television and Radio (WETA), WHYY (WHYY), witf (WITF), WQED Multimedia (WQED), WVPB (WVPB), WVPT - Your Source for PBS and More! (WVPT), Howard University Television (WHUT), WLIW21 (WLIW), WGBH/Channel 2 (WGBH), WGBY (WGBY), CONNECTICUT PUBLIC TELEVISION (WEDH), NHPTV (WENH), Vermont PBS (WETK), WMHT Educational Telecommunications (WMHT), Rhode Island PBS (WSBE), Q-TV (WDCQ), WTVS Detroit Public TV (WTVS), CMU Public Television (WCMU), WGVU TV (WGVU), WKAR-TV (WKAR), WNMU-TV Public TV 13 (WNMU), WDSE - WRPT (WDSE), WBGU-TV (WBGU), WGTE TV (WGTE), WNIT Public Television (WNIT), WPT (WPNE), WTTW11 (WTTW), WYCC PBS Chicago (WYCC), Lakeland Public Television (KAWE), WDSE - WRPT (WDSE), Pioneer Public Television (KWCM), TPT (KTCA), Iowa Public Television/IPTV (KDIN), PRAIRIE PUBLIC (KFME), Nine Network (KETC), SDPB Television (KUSD), WPT (WPNE), KSMQ (KSMQ), Mississippi Public Broadcasting (WMPN), AETN/ARKANSAS ETV NETWORK (KETS), APT - Alabama Public Television (WBIQ), WKNO/Channel 10 (WKNO), LPB/LOUISIANA PUBLIC BROADCASTING (WLPB), WSRE (WSRE), WYES-TV/New Orleans (WYES), KCPT Kansas City Public Television (KCPT), KMOS-TV - Channels 6.1, 6.2 and 6.3 (KMOS), Nine Network (KETC), Ozarks Public Television (KOZK), AETN/ARKANSAS ETV NETWORK (KETS), WTVS Detroit Public TV (WTVS), Iowa Public Television/IPTV (KDIN), KET (WKLE), WKNO/Channel 10 (WKNO), KTWU/Channel 11 (KTWU), NET1 (KUON), Rocky Mountain PBS (KRMA), Network Knowledge - WSEC/Springfield (WSEC), WSIU Public Broadcasting (WSIU), MontanaPBS (KUSM), Arizona PBS (KAET), Idaho Public Television (KAID), PRAIRIE PUBLIC (KFME), KSPS (KSPS), Rocky Mountain PBS (KRMA), SDPB Television (KUSD), NET1 (KUON), Iowa Public Television/IPTV (KDIN), KTWU/Channel 11 (KTWU), Pioneer Public Television (KWCM), Rocky Mountain PBS (KRMA), SDPB Television (KUSD), Wyoming PBS (KCWC), Colorado Public Television / KBDI 12 (KBDI), KNPB Channel 5 (KNPB), Vegas PBS (KLVX), Arizona PBS (KAET), KUED Channel 7 (KUED), PBS SoCal/KOCE (KOCE), KBYU-TV (KBYU), NHPTV (WENH), ETV (WRLK), Mountain Lake PBS (WCFE), MPBN (WCBB), Vermont PBS (WETK), WGBH/Channel 2 (WGBH), WGBY (WGBY), CONNECTICUT PUBLIC TELEVISION (WEDH), Thirteen/WNET New York (WNET), WHYY (WHYY), NJTV Public Media NJ (WNJT), PBS 39 (WLVT), WLIW21 (WLIW), KENW-TV3 (KENW), KRWG/Channel 22 (KRWG), KNME-TV/Channel 5 (KNME), KUAT 6 (KUAT), KACV (KACV), KCOS/Channel 13 (KCOS), KUED Channel 7 (KUED), OETA (KETA), Rocky Mountain PBS (KRMA), Colorado Public Television / KBDI 12 (KBDI), KBYU-TV (KBYU), Mountain Lake PBS (WCFE), Thirteen/WNET New York (WNET), WCNY/Channel 24 (WCNY), WMHT Educational Telecommunications (WMHT), WNED (WNED), WPBS (WPBS), WSKG Public TV (WSKG), WXXI (WXXI), CONNECTICUT PUBLIC TELEVISION (WEDH), NHPTV (WENH), Vermont PBS (WETK), WGBH/Channel 2 (WGBH), WPSU (WPSU), WQLN/Channel 54 (WQLN), WVIA Public Media Studios (WVIA), WLIW21 (WLIW), NJTV Public Media NJ (WNJT), UNC-TV (WUNC), WTVI (WTVI), Blue Ridge PBS (WBRA), ETV (WRLK), GPB/Georgia Public Broadcasting (WGTV), WHRO (WHRO), WTCI (WTCI), WPBA/Channel 30 (WPBA), PRAIRIE PUBLIC (KFME), SDPB Television (KUSD), CET (WCET), ThinkTVNetwork (WPTD), WBGU-TV (WBGU), WGTE TV (WGTE), Western Reserve PBS (WNEO), WOSU TV (WOSU), WOUB/WOUC (WOUB), WVIZ/PBS ideastream (WVIZ), WTVS Detroit Public TV (WTVS), KET (WKLE), PBS39 Fort Wayne (WFWA), WIPB-TV (WIPB), WQED Multimedia (WQED), WQLN/Channel 54 (WQLN), WVPB (WVPB), OETA (KETA), AETN/ARKANSAS ETV NETWORK (KETS), KACV (KACV), KERA 13 (KERA), LPB/LOUISIANA PUBLIC BROADCASTING (WLPB), Ozarks Public Television (KOZK), OPB (KOPB), SOPTV (KSYS), Idaho Public Television (KAID), KCTS 9 (KCTS), KEET TV (KEET), KSPS (KSPS), KWSU/Channel 10 & KTNW/Channel 31 (KWSU), WHYY (WHYY), witf (WITF), WPSU (WPSU), WQED Multimedia (WQED), WQLN/Channel 54 (WQLN), WVIA Public Media Studios (WVIA), CONNECTICUT PUBLIC TELEVISION (WEDH), mpt/Maryland Public Television (WMPB), Thirteen/WNET New York (WNET), WETA Television and Radio (WETA), WNED (WNED), Western Reserve PBS (WNEO), WSKG Public TV (WSKG), WVIZ/PBS ideastream (WVIZ), WVPB (WVPB), WVPT - Your Source for PBS and More! (WVPT), PBS 39 (WLVT), NJTV Public Media NJ (WNJT), Howard University Television (WHUT), WLIW21 (WLIW), CONNECTICUT PUBLIC TELEVISION (WEDH), NHPTV (WENH), WGBH/Channel 2 (WGBH), Rhode Island PBS (WSBE), ETV (WRLK), GPB/Georgia Public Broadcasting (WGTV), UNC-TV (WUNC), WTVI (WTVI), WPBA/Channel 30 (WPBA), SDPB Television (KUSD), Iowa Public Television/IPTV (KDIN), PRAIRIE PUBLIC (KFME), NET1 (KUON), Pioneer Public Television (KWCM), East Tennessee PBS (WSJK), WKNO/Channel 10 (WKNO), Nashville Public Television (WNPT), WCTE-TV (WCTE), WLJT, Channel 11 (WLJT), WTCI (WTCI), APT - Alabama Public Television (WBIQ), Blue Ridge PBS (WBRA), GPB/Georgia Public Broadcasting (WGTV), Lakeland Public Television (KAWE), KET (WKLE), Mississippi Public Broadcasting (WMPN), UNC-TV (WUNC), Western Reserve PBS (WNEO), WSIU Public Broadcasting (WSIU), WVIZ/PBS ideastream (WVIZ), WKYU-PBS (WKYU), WPBA/Channel 30 (WPBA), Basin PBS (KPBT), KUHT / Channel 8 (KUHT), KACV (KACV), KAMU - TV (KAMU), KCOS/Channel 13 (KCOS), KEDT/Channel 16 (KEDT), KERA 13 (KERA), KLRN (KLRN), KLRU (KLRU), KMBH-TV (KMBH), KNCT (KNCT), KTTZ-TV (KTXT), AETN/ARKANSAS ETV NETWORK (KETS), KENW-TV3 (KENW), KRWG/Channel 22 (KRWG), LPB/LOUISIANA PUBLIC BROADCASTING (WLPB), NET1 (KUON), KNME-TV/Channel 5 (KNME), Nashville Public Television (WNPT), OETA (KETA), Rocky Mountain PBS (KRMA), KUED Channel 7 (KUED), Idaho Public Television (KAID), Vegas PBS (KLVX), KBYU-TV (KBYU), Vermont PBS (WETK), Mountain Lake PBS (WCFE), NHPTV (WENH), WGBH/Channel 2 (WGBH), WGBY (WGBY), WMHT Educational Telecommunications (WMHT), WTJX Channel 12 (WTJX), Blue Ridge PBS (WBRA), WCVE PBS (WCVE), WHRO (WHRO), WVPT - Your Source for PBS and More! (WVPT), East Tennessee PBS (WSJK), KET (WKLE), mpt/Maryland Public Television (WMPB), UNC-TV (WUNC), WETA Television and Radio (WETA), Howard University Television (WHUT), KCTS 9 (KCTS), KSPS (KSPS), Idaho Public Television (KAID), OPB (KOPB), KBTC Public Television (KBTC), KWSU/Channel 10 & KTNW/Channel 31 (KWSU), WVPB (WVPB), Blue Ridge PBS (WBRA), KET (WKLE), mpt/Maryland Public Television (WMPB), WETA Television and Radio (WETA), Western Reserve PBS (WNEO), WOSU TV (WOSU), WOUB/WOUC (WOUB), WQED Multimedia (WQED), WVPT - Your Source for PBS and More! (WVPT), Howard University Television (WHUT), Milwaukee Public Television (WMVS), WPT (WPNE), Iowa Public Television/IPTV (KDIN), Lakeland Public Television (KAWE), WDSE - WRPT (WDSE), TPT (KTCA), WNMU-TV Public TV 13 (WNMU), WTTW11 (WTTW), KSMQ (KSMQ), WYCC PBS Chicago (WYCC), Wyoming PBS (KCWC), Idaho Public Television (KAID), KUED Channel 7 (KUED), MontanaPBS (KUSM), NET1 (KUON), Rocky Mountain PBS (KRMA), SDPB Television (KUSD), Colorado Public Television / KBDI 12 (KBDI), KBYU-TV (KBYU)
    • +
    • pbs: Public Broadcasting Service (PBS) and member stations: PBS: Public Broadcasting Service, APT - Alabama Public Television (WBIQ), GPB/Georgia Public Broadcasting (WGTV), Mississippi Public Broadcasting (WMPN), Nashville Public Television (WNPT), WFSU-TV (WFSU), WSRE (WSRE), WTCI (WTCI), WPBA/Channel 30 (WPBA), Alaska Public Media (KAKM), Arizona PBS (KAET), KNME-TV/Channel 5 (KNME), Vegas PBS (KLVX), AETN/ARKANSAS ETV NETWORK (KETS), KET (WKLE), WKNO/Channel 10 (WKNO), LPB/LOUISIANA PUBLIC BROADCASTING (WLPB), OETA (KETA), Ozarks Public Television (KOZK), WSIU Public Broadcasting (WSIU), KEET TV (KEET), KIXE/Channel 9 (KIXE), KPBS San Diego (KPBS), KQED (KQED), KVIE Public Television (KVIE), PBS SoCal/KOCE (KOCE), ValleyPBS (KVPT), CONNECTICUT PUBLIC TELEVISION (WEDH), KNPB Channel 5 (KNPB), SOPTV (KSYS), Rocky Mountain PBS (KRMA), KENW-TV3 (KENW), KUED Channel 7 (KUED), Wyoming PBS (KCWC), Colorado Public Television / KBDI 12 (KBDI), KBYU-TV (KBYU), Thirteen/WNET New York (WNET), WGBH/Channel 2 (WGBH), WGBY (WGBY), NJTV Public Media NJ (WNJT), WLIW21 (WLIW), mpt/Maryland Public Television (WMPB), WETA Television and Radio (WETA), WHYY (WHYY), PBS 39 (WLVT), WVPT - Your Source for PBS and More! (WVPT), Howard University Television (WHUT), WEDU PBS (WEDU), WGCU Public Media (WGCU), WPBT2 (WPBT), WUCF TV (WUCF), WUFT/Channel 5 (WUFT), WXEL/Channel 42 (WXEL), WLRN/Channel 17 (WLRN), WUSF Public Broadcasting (WUSF), ETV (WRLK), UNC-TV (WUNC), PBS Hawaii - Oceanic Cable Channel 10 (KHET), Idaho Public Television (KAID), KSPS (KSPS), OPB (KOPB), KWSU/Channel 10 & KTNW/Channel 31 (KWSU), WILL-TV (WILL), Network Knowledge - WSEC/Springfield (WSEC), WTTW11 (WTTW), Iowa Public Television/IPTV (KDIN), Nine Network (KETC), PBS39 Fort Wayne (WFWA), WFYI Indianapolis (WFYI), Milwaukee Public Television (WMVS), WNIN (WNIN), WNIT Public Television (WNIT), WPT (WPNE), WVUT/Channel 22 (WVUT), WEIU/Channel 51 (WEIU), WQPT-TV (WQPT), WYCC PBS Chicago (WYCC), WIPB-TV (WIPB), WTIU (WTIU), CET (WCET), ThinkTVNetwork (WPTD), WBGU-TV (WBGU), WGVU TV (WGVU), NET1 (KUON), Pioneer Public Television (KWCM), SDPB Television (KUSD), TPT (KTCA), KSMQ (KSMQ), KPTS/Channel 8 (KPTS), KTWU/Channel 11 (KTWU), East Tennessee PBS (WSJK), WCTE-TV (WCTE), WLJT, Channel 11 (WLJT), WOSU TV (WOSU), WOUB/WOUC (WOUB), WVPB (WVPB), WKYU-PBS (WKYU), KERA 13 (KERA), MPBN (WCBB), Mountain Lake PBS (WCFE), NHPTV (WENH), Vermont PBS (WETK), witf (WITF), WQED Multimedia (WQED), WMHT Educational Telecommunications (WMHT), Q-TV (WDCQ), WTVS Detroit Public TV (WTVS), CMU Public Television (WCMU), WKAR-TV (WKAR), WNMU-TV Public TV 13 (WNMU), WDSE - WRPT (WDSE), WGTE TV (WGTE), Lakeland Public Television (KAWE), KMOS-TV - Channels 6.1, 6.2 and 6.3 (KMOS), MontanaPBS (KUSM), KRWG/Channel 22 (KRWG), KACV (KACV), KCOS/Channel 13 (KCOS), WCNY/Channel 24 (WCNY), WNED (WNED), WPBS (WPBS), WSKG Public TV (WSKG), WXXI (WXXI), WPSU (WPSU), WVIA Public Media Studios (WVIA), WTVI (WTVI), Western Reserve PBS (WNEO), WVIZ/PBS ideastream (WVIZ), KCTS 9 (KCTS), Basin PBS (KPBT), KUHT / Channel 8 (KUHT), KLRN (KLRN), KLRU (KLRU), WTJX Channel 12 (WTJX), WCVE PBS (WCVE), KBTC Public Television (KBTC)
    • Periscope: Periscope
    • PhilharmonieDeParis: Philharmonie de Paris
    • Phoenix
    • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 8fd26b3a7..605e1d30b 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2015.12.09 \ No newline at end of file +2015.12.10 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 469e113b3..d796f2a0e 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -3,7 +3,7 @@ youtube-dl releases https://yt-dl.org/feed/youtube-dl-updates-feed - 2015-12-09T15:45:23.987492Z + 2015-12-10T17:07:17.983477Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -8885,4 +8885,19 @@ 2015-12-09T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.12.10 + New version 2015.12.10 + + +
      + Downloads available at https://yt-dl.org/downloads/2015.12.10/ +
      +
      + + The youtube-dl maintainers + + 2015-12-10T00:00:00Z +
      + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 1c739294d..fe463e709 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2015.12.09", - "signature": "7792001eda92f0db8c273539200b6fef6fceac9e44c7aafc9bd3784ab658383224c2509151fe6db275dd9efcfa323a5500607a2e43d82898456333c19435704c6628c4aa8d690044853fae55752e2c4b997d57a2fa6d4fad245d4e737fa5970d8417b93eed3e854bdb5c8036c7b05b06275bc0edbcf55f4fc28c4287ff734460", + "latest": "2015.12.10", + "signature": "754963d769c2e22c5e24ee4054cfa3b6a74863134c045e9fa88c7c652581d640b58302318f0e54da32a212cecd15214895d748814d8295f7e9d47267d13bafd288d591216206bbd986db757ab0df76325b201a0314e590835a502c2f476e16d14b1a0afee3726bb38025b4e396acef80434040edc885f02bced17ddc17e04f4f", "versions": { "2012.02.22": { "bin": [ @@ -8295,6 +8295,20 @@ "https://yt-dl.org/downloads/2015.12.09/youtube-dl-2015.12.09.tar.gz", "93530a17c527cbf4e2c9e90dd98f3f43ef5a46b5daae9307a1549119c1583f87" ] + }, + "2015.12.10": { + "bin": [ + "https://yt-dl.org/downloads/2015.12.10/youtube-dl", + "8e097bbac58d941eb441436bcc0a54f77b84f5f8e756ab4cfae21e8585c386ea" + ], + "exe": [ + "https://yt-dl.org/downloads/2015.12.10/youtube-dl.exe", + "9f62a30aeb68d2340aef65fea0bbdf7876be0e48cb0ea46311fbcabd740fbef5" + ], + "tar": [ + "https://yt-dl.org/downloads/2015.12.10/youtube-dl-2015.12.10.tar.gz", + "5857805845f8b53e552d68ba65eb8cb9a23325c457b3a4b147b59f04c377d5bc" + ] } } } \ No newline at end of file From f5a5e29d2ce21bdbe915a20e86144cbd79a738c9 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Sun, 13 Dec 2015 10:56:18 +0100 Subject: [PATCH 106/139] release 2015.12.13 --- download.html | 18 +++++++++--------- supportedsites.html | 1 + update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 43 insertions(+), 13 deletions(-) diff --git a/download.html b/download.html index 0646fb433..12dfeaf7c 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

      Remember youtube-dl requires Python version 2.6, 2.7, or 3.2+ to work.

      -

      2015.12.10 (sig)

      +

      2015.12.13 (sig)

        -
      • MD5: 1af64a4186e5482bcbfc20294ee31d03
      • -
      • SHA1: e890331d6a881adc741b0ceaab96324335fb8162
      • -
      • SHA256: 8e097bbac58d941eb441436bcc0a54f77b84f5f8e756ab4cfae21e8585c386ea
      • +
      • MD5: 2be0126739e0abd48cbf660bd8291c05
      • +
      • SHA1: ea34a6c084410796e42167650335c6d65d87aecc
      • +
      • SHA256: edf486200c24ecc7497b12a0ef9876d9f02d936a5863835d5f6902244fe3765d

      - Windows exe (sig - 9f62a30aeb68d2340aef65fea0bbdf7876be0e48cb0ea46311fbcabd740fbef5)
      - Full source + docs + binary tarball (sig - 5857805845f8b53e552d68ba65eb8cb9a23325c457b3a4b147b59f04c377d5bc) + Windows exe (sig - 33b5589120ed4ea4c2345de67fcfaaf3a7307642ecd39ea1cc0426ddc484fa45)
      + Full source + docs + binary tarball (sig - 9c788925865ff559b6c9f124d35aed1125046efda7c6a386f0da59d4eac2ead8)

      To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2015.12.10/youtube-dl -o /usr/local/bin/youtube-dl
      +sudo curl https://yt-dl.org/downloads/2015.12.13/youtube-dl -o /usr/local/bin/youtube-dl
      sudo chmod a+rx /usr/local/bin/youtube-dl

      If you do not have curl, you can alternatively use a recent wget: -sudo wget https://yt-dl.org/downloads/2015.12.10/youtube-dl -O /usr/local/bin/youtube-dl
      +sudo wget https://yt-dl.org/downloads/2015.12.13/youtube-dl -O /usr/local/bin/youtube-dl
      sudo chmod a+rx /usr/local/bin/youtube-dl

      @@ -53,7 +53,7 @@ See the pypi page for more

      To check the signature, type: -sudo wget https://yt-dl.org/downloads/2015.12.10/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig
      +sudo wget https://yt-dl.org/downloads/2015.12.13/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig

      The following GPG keys will be used to sign the binaries and the git tags:

      diff --git a/supportedsites.html b/supportedsites.html index d93a83310..403741d5a 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -203,6 +203,7 @@
    • Freesound
    • freespeech.org
    • FreeVideo
    • +
    • Funimation
    • FunnyOrDie
    • GameInformer
    • Gamekings
    • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 605e1d30b..13155f197 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2015.12.10 \ No newline at end of file +2015.12.13 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index d796f2a0e..3e61adbc0 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -3,7 +3,7 @@ youtube-dl releases https://yt-dl.org/feed/youtube-dl-updates-feed - 2015-12-10T17:07:17.983477Z + 2015-12-13T10:56:16.036439Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -8900,4 +8900,19 @@ 2015-12-10T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.12.13 + New version 2015.12.13 + + +
      + Downloads available at https://yt-dl.org/downloads/2015.12.13/ +
      +
      + + The youtube-dl maintainers + + 2015-12-13T00:00:00Z +
      + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index fe463e709..2f5670554 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2015.12.10", - "signature": "754963d769c2e22c5e24ee4054cfa3b6a74863134c045e9fa88c7c652581d640b58302318f0e54da32a212cecd15214895d748814d8295f7e9d47267d13bafd288d591216206bbd986db757ab0df76325b201a0314e590835a502c2f476e16d14b1a0afee3726bb38025b4e396acef80434040edc885f02bced17ddc17e04f4f", + "latest": "2015.12.13", + "signature": "2a0ecdc4fb253474a7abf18e2e374547c9243877495a4ed39ad89c02a3bf9dce8ed7a224beccdb55da9fd42cca96183a77a8d0c91e69ee85d6ef1b2093bc3c70227c5419dc0fc383a3d5223455fb93605822ee3c6c7816d53f75d222334405e1d62ecd52c7a493260168641f99763f403d31821361a72823af1af50b85beb9c3", "versions": { "2012.02.22": { "bin": [ @@ -8309,6 +8309,20 @@ "https://yt-dl.org/downloads/2015.12.10/youtube-dl-2015.12.10.tar.gz", "5857805845f8b53e552d68ba65eb8cb9a23325c457b3a4b147b59f04c377d5bc" ] + }, + "2015.12.13": { + "bin": [ + "https://yt-dl.org/downloads/2015.12.13/youtube-dl", + "edf486200c24ecc7497b12a0ef9876d9f02d936a5863835d5f6902244fe3765d" + ], + "exe": [ + "https://yt-dl.org/downloads/2015.12.13/youtube-dl.exe", + "33b5589120ed4ea4c2345de67fcfaaf3a7307642ecd39ea1cc0426ddc484fa45" + ], + "tar": [ + "https://yt-dl.org/downloads/2015.12.13/youtube-dl-2015.12.13.tar.gz", + "9c788925865ff559b6c9f124d35aed1125046efda7c6a386f0da59d4eac2ead8" + ] } } } \ No newline at end of file From c096b6a83ce126ec70b284323fd423340671eb8b Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Fri, 18 Dec 2015 14:25:26 +0100 Subject: [PATCH 107/139] release 2015.12.18 --- download.html | 18 +++++++++--------- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 4 files changed, 42 insertions(+), 13 deletions(-) diff --git a/download.html b/download.html index 12dfeaf7c..f8682e410 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

      Remember youtube-dl requires Python version 2.6, 2.7, or 3.2+ to work.

      -

      2015.12.13 (sig)

      +

      2015.12.18 (sig)

        -
      • MD5: 2be0126739e0abd48cbf660bd8291c05
      • -
      • SHA1: ea34a6c084410796e42167650335c6d65d87aecc
      • -
      • SHA256: edf486200c24ecc7497b12a0ef9876d9f02d936a5863835d5f6902244fe3765d
      • +
      • MD5: f056a81aa7a382ed7972623ac599bba0
      • +
      • SHA1: 9027dfbd0a686db2d5983c4fc9e86e44dd959bb1
      • +
      • SHA256: 504df8bf4f2bce39b8f2c7bd5bf00a0b0c94a26223203e37c83de83b4eff8322

      - Windows exe (sig - 33b5589120ed4ea4c2345de67fcfaaf3a7307642ecd39ea1cc0426ddc484fa45)
      - Full source + docs + binary tarball (sig - 9c788925865ff559b6c9f124d35aed1125046efda7c6a386f0da59d4eac2ead8) + Windows exe (sig - dd6ff77eb3ee6a0728647902c1d8640a85d6cd8210c659361d45fd12c31c8a20)
      + Full source + docs + binary tarball (sig - d3f9414fb8fdb53d4fb742d198222ea3c75854aa837eb88dcd9731c768191e8f)

      To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2015.12.13/youtube-dl -o /usr/local/bin/youtube-dl
      +sudo curl https://yt-dl.org/downloads/2015.12.18/youtube-dl -o /usr/local/bin/youtube-dl
      sudo chmod a+rx /usr/local/bin/youtube-dl

      If you do not have curl, you can alternatively use a recent wget: -sudo wget https://yt-dl.org/downloads/2015.12.13/youtube-dl -O /usr/local/bin/youtube-dl
      +sudo wget https://yt-dl.org/downloads/2015.12.18/youtube-dl -O /usr/local/bin/youtube-dl
      sudo chmod a+rx /usr/local/bin/youtube-dl

      @@ -53,7 +53,7 @@ See the pypi page for more

      To check the signature, type: -sudo wget https://yt-dl.org/downloads/2015.12.13/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig
      +sudo wget https://yt-dl.org/downloads/2015.12.18/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig

      The following GPG keys will be used to sign the binaries and the git tags:

      diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 13155f197..4e82d87c9 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2015.12.13 \ No newline at end of file +2015.12.18 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 3e61adbc0..e68a8df20 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -3,7 +3,7 @@ youtube-dl releases https://yt-dl.org/feed/youtube-dl-updates-feed - 2015-12-13T10:56:16.036439Z + 2015-12-18T14:25:24.352874Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -8915,4 +8915,19 @@ 2015-12-13T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.12.18 + New version 2015.12.18 + + +
      + Downloads available at https://yt-dl.org/downloads/2015.12.18/ +
      +
      + + The youtube-dl maintainers + + 2015-12-18T00:00:00Z +
      + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 2f5670554..92c497c0f 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2015.12.13", - "signature": "2a0ecdc4fb253474a7abf18e2e374547c9243877495a4ed39ad89c02a3bf9dce8ed7a224beccdb55da9fd42cca96183a77a8d0c91e69ee85d6ef1b2093bc3c70227c5419dc0fc383a3d5223455fb93605822ee3c6c7816d53f75d222334405e1d62ecd52c7a493260168641f99763f403d31821361a72823af1af50b85beb9c3", + "latest": "2015.12.18", + "signature": "2be716b6beb8b4f94c87aa71193bcb2fb33eee26ad4d3eb7a8631c546500738b865b259879bb27b0306bfe4d628615980d6891bd0c8655697d0be471ff0c045a6c387a6ae9fc57e205c7d14ad949307e7dd7a81b437d5091c3bae6c25599482ce06e57f64880040e28f58804ce5a2898355e0b27f196ea2134ac755dc95a500b", "versions": { "2012.02.22": { "bin": [ @@ -8323,6 +8323,20 @@ "https://yt-dl.org/downloads/2015.12.13/youtube-dl-2015.12.13.tar.gz", "9c788925865ff559b6c9f124d35aed1125046efda7c6a386f0da59d4eac2ead8" ] + }, + "2015.12.18": { + "bin": [ + "https://yt-dl.org/downloads/2015.12.18/youtube-dl", + "504df8bf4f2bce39b8f2c7bd5bf00a0b0c94a26223203e37c83de83b4eff8322" + ], + "exe": [ + "https://yt-dl.org/downloads/2015.12.18/youtube-dl.exe", + "dd6ff77eb3ee6a0728647902c1d8640a85d6cd8210c659361d45fd12c31c8a20" + ], + "tar": [ + "https://yt-dl.org/downloads/2015.12.18/youtube-dl-2015.12.18.tar.gz", + "d3f9414fb8fdb53d4fb742d198222ea3c75854aa837eb88dcd9731c768191e8f" + ] } } } \ No newline at end of file From 411ef9fd0c5df2f831854717b419bb334a081a0a Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Mon, 21 Dec 2015 11:46:41 +0100 Subject: [PATCH 108/139] release 2015.12.21 --- download.html | 18 +++++++++--------- supportedsites.html | 13 +++++++++---- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 51 insertions(+), 17 deletions(-) diff --git a/download.html b/download.html index f8682e410..032af218e 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

      Remember youtube-dl requires Python version 2.6, 2.7, or 3.2+ to work.

      -

      2015.12.18 (sig)

      +

      2015.12.21 (sig)

        -
      • MD5: f056a81aa7a382ed7972623ac599bba0
      • -
      • SHA1: 9027dfbd0a686db2d5983c4fc9e86e44dd959bb1
      • -
      • SHA256: 504df8bf4f2bce39b8f2c7bd5bf00a0b0c94a26223203e37c83de83b4eff8322
      • +
      • MD5: d5312f0d244927bf9e2ca34019331ea2
      • +
      • SHA1: d5bf535585bf60eb94f369cdf317bd8a7cee142c
      • +
      • SHA256: bf85892634dd97821e100bb5f2abca35256a230426538565feea39efcddefacc

      - Windows exe (sig - dd6ff77eb3ee6a0728647902c1d8640a85d6cd8210c659361d45fd12c31c8a20)
      - Full source + docs + binary tarball (sig - d3f9414fb8fdb53d4fb742d198222ea3c75854aa837eb88dcd9731c768191e8f) + Windows exe (sig - 7f7462db3d7124f2bdc11087f9d8b96acf4f53449a296dc35640d5a1442e35bb)
      + Full source + docs + binary tarball (sig - 7a61ccbc3cd55e712b2fb94a7dedff5052548bbebab9f8c441feec8a02748d4d)

      To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2015.12.18/youtube-dl -o /usr/local/bin/youtube-dl
      +sudo curl https://yt-dl.org/downloads/2015.12.21/youtube-dl -o /usr/local/bin/youtube-dl
      sudo chmod a+rx /usr/local/bin/youtube-dl

      If you do not have curl, you can alternatively use a recent wget: -sudo wget https://yt-dl.org/downloads/2015.12.18/youtube-dl -O /usr/local/bin/youtube-dl
      +sudo wget https://yt-dl.org/downloads/2015.12.21/youtube-dl -O /usr/local/bin/youtube-dl
      sudo chmod a+rx /usr/local/bin/youtube-dl

      @@ -53,7 +53,7 @@ See the pypi page for more

      To check the signature, type: -sudo wget https://yt-dl.org/downloads/2015.12.18/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig
      +sudo wget https://yt-dl.org/downloads/2015.12.21/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig

      The following GPG keys will be used to sign the binaries and the git tags:

      diff --git a/supportedsites.html b/supportedsites.html index 403741d5a..e2adaca3d 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -80,9 +80,9 @@
    • Bet
    • Bild: Bild.de
    • BiliBili
    • +
    • BleacherReport
    • +
    • BleacherReportCMS
    • blinkx
    • -
    • blip.tv:user
    • -
    • BlipTV
    • Bloomberg
    • Bpb: Bundeszentrale für politische Bildung
    • BR: Bayerischer Rundfunk Mediathek
    • @@ -95,7 +95,6 @@
    • BYUtv
    • Camdemy
    • CamdemyFolder
    • -
    • Canal13cl
    • canalc2.tv
    • Canalplus: canalplus.fr, piwiplus.fr and d8.tv
    • CBS
    • @@ -225,7 +224,9 @@
    • GodTube
    • GoldenMoustache
    • Golem
    • +
    • GoogleDrive
    • Goshgay
    • +
    • GPUTechConf
    • Groupon
    • Hark
    • HearThisAt
    • @@ -267,6 +268,7 @@
    • Jove
    • jpopsuki.tv
    • Jukebox
    • +
    • JWPlatform
    • Kaltura
    • KanalPlay: Kanal 5/9/11 Play
    • Kankan
    • @@ -307,6 +309,7 @@
    • m6
    • macgamestore: MacGameStore trailers
    • mailru: Видео@Mail.Ru
    • +
    • MakerTV
    • Malemotion
    • MDR: MDR.DE and KiKA
    • media.ccc.de
    • @@ -566,6 +569,7 @@
    • TechTalks
    • techtv.mit.edu
    • ted
    • +
    • Tele13
    • TeleBruxelles
    • Telecinco: telecinco.es, cuatro.com and mediaset.es
    • Telegraaf
    • @@ -588,6 +592,7 @@
    • TMZ
    • TMZArticle
    • TNAFlix
    • +
    • toggle
    • tou.tv
    • Toypics: Toypics user profile
    • ToypicsUser: Toypics user profile
    • @@ -726,6 +731,7 @@
    • youtube:favorites: YouTube.com favourite videos, ":ytfav" for short (requires authentication)
    • youtube:history: Youtube watch history, ":ythistory" for short (requires authentication)
    • youtube:playlist: YouTube.com playlists
    • +
    • youtube:playlists: YouTube.com user/channel playlists
    • youtube:recommended: YouTube.com recommended videos, ":ytrec" for short (requires authentication)
    • youtube:search: YouTube.com searches
    • youtube:search:date: YouTube.com searches, newest videos first
    • @@ -733,7 +739,6 @@
    • youtube:show: YouTube.com (multi-season) shows
    • youtube:subscriptions: YouTube.com subscriptions feed, "ytsubs" keyword (requires authentication)
    • youtube:user: YouTube.com user videos (URL or "ytuser" keyword)
    • -
    • youtube:user:playlists: YouTube.com user playlists
    • youtube:watchlater: Youtube watch later list, ":ytwatchlater" for short (requires authentication)
    • Zapiks
    • ZDF
    • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 4e82d87c9..6d96f1520 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2015.12.18 \ No newline at end of file +2015.12.21 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index e68a8df20..148ad63e7 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -3,7 +3,7 @@ youtube-dl releases https://yt-dl.org/feed/youtube-dl-updates-feed - 2015-12-18T14:25:24.352874Z + 2015-12-21T11:46:39.009585Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -8930,4 +8930,19 @@ 2015-12-18T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.12.21 + New version 2015.12.21 + + +
      + Downloads available at https://yt-dl.org/downloads/2015.12.21/ +
      +
      + + The youtube-dl maintainers + + 2015-12-21T00:00:00Z +
      + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 92c497c0f..34a3cd240 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2015.12.18", - "signature": "2be716b6beb8b4f94c87aa71193bcb2fb33eee26ad4d3eb7a8631c546500738b865b259879bb27b0306bfe4d628615980d6891bd0c8655697d0be471ff0c045a6c387a6ae9fc57e205c7d14ad949307e7dd7a81b437d5091c3bae6c25599482ce06e57f64880040e28f58804ce5a2898355e0b27f196ea2134ac755dc95a500b", + "latest": "2015.12.21", + "signature": "06eb82cbc8e2cd6049dcb677329b5afc43114ec64fe8a359c33910ad07d032650a3d89512b3b2615989f6c30606612825ba35dd331a7ee581e5406f730bd237eaa2fe4ee4ee7b5bac420bcc02fc13e063e1b948a9f924a65d90bdf4f9cb363d896b07782b951e71862801516c06d7ba17988b95b7027a9bc6f90241995cd7172", "versions": { "2012.02.22": { "bin": [ @@ -8337,6 +8337,20 @@ "https://yt-dl.org/downloads/2015.12.18/youtube-dl-2015.12.18.tar.gz", "d3f9414fb8fdb53d4fb742d198222ea3c75854aa837eb88dcd9731c768191e8f" ] + }, + "2015.12.21": { + "bin": [ + "https://yt-dl.org/downloads/2015.12.21/youtube-dl", + "bf85892634dd97821e100bb5f2abca35256a230426538565feea39efcddefacc" + ], + "exe": [ + "https://yt-dl.org/downloads/2015.12.21/youtube-dl.exe", + "7f7462db3d7124f2bdc11087f9d8b96acf4f53449a296dc35640d5a1442e35bb" + ], + "tar": [ + "https://yt-dl.org/downloads/2015.12.21/youtube-dl-2015.12.21.tar.gz", + "7a61ccbc3cd55e712b2fb94a7dedff5052548bbebab9f8c441feec8a02748d4d" + ] } } } \ No newline at end of file From 217f29f44d2d442aa81603d952a890a66730404a Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Wed, 23 Dec 2015 14:08:19 +0100 Subject: [PATCH 109/139] release 2015.12.23 --- download.html | 18 +++++++++--------- supportedsites.html | 8 +++----- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 45 insertions(+), 18 deletions(-) diff --git a/download.html b/download.html index 032af218e..755c33ee2 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

      Remember youtube-dl requires Python version 2.6, 2.7, or 3.2+ to work.

      -

      2015.12.21 (sig)

      +

      2015.12.23 (sig)

        -
      • MD5: d5312f0d244927bf9e2ca34019331ea2
      • -
      • SHA1: d5bf535585bf60eb94f369cdf317bd8a7cee142c
      • -
      • SHA256: bf85892634dd97821e100bb5f2abca35256a230426538565feea39efcddefacc
      • +
      • MD5: 4670a96882500733394b8b87fbb7c82c
      • +
      • SHA1: 4eb0048a9f0bb7427ea42a5767d8aeea32df4106
      • +
      • SHA256: e1277a2d71935cb28208ad80cdf37a0ee78d46905f4d1275c6d26fc415c26cd7

      - Windows exe (sig - 7f7462db3d7124f2bdc11087f9d8b96acf4f53449a296dc35640d5a1442e35bb)
      - Full source + docs + binary tarball (sig - 7a61ccbc3cd55e712b2fb94a7dedff5052548bbebab9f8c441feec8a02748d4d) + Windows exe (sig - 5acbac1626f238bb66902faf39b9f421368b6a68add460684fde8ee2024f5003)
      + Full source + docs + binary tarball (sig - fe7088979c78eb900c3db110a577866a01e1dd537cddda25258893f099fff9ba)

      To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2015.12.21/youtube-dl -o /usr/local/bin/youtube-dl
      +sudo curl https://yt-dl.org/downloads/2015.12.23/youtube-dl -o /usr/local/bin/youtube-dl
      sudo chmod a+rx /usr/local/bin/youtube-dl

      If you do not have curl, you can alternatively use a recent wget: -sudo wget https://yt-dl.org/downloads/2015.12.21/youtube-dl -O /usr/local/bin/youtube-dl
      +sudo wget https://yt-dl.org/downloads/2015.12.23/youtube-dl -O /usr/local/bin/youtube-dl
      sudo chmod a+rx /usr/local/bin/youtube-dl

      @@ -53,7 +53,7 @@ See the pypi page for more

      To check the signature, type: -sudo wget https://yt-dl.org/downloads/2015.12.21/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig
      +sudo wget https://yt-dl.org/downloads/2015.12.23/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig

      The following GPG keys will be used to sign the binaries and the git tags:

      diff --git a/supportedsites.html b/supportedsites.html index e2adaca3d..de8ce1ab4 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -38,7 +38,6 @@
    • AdobeTVShow
    • AdobeTVVideo
    • AdultSwim
    • -
    • Aftenposten
    • Aftonbladet
    • AirMozilla
    • AlJazeera
    • @@ -49,7 +48,8 @@
    • Aparat
    • AppleConnect
    • AppleDaily: 臺灣蘋果日報
    • -
    • AppleTrailers
    • +
    • appletrailers
    • +
    • appletrailers:section
    • archive.org: archive.org videos
    • ARD
    • ARD:mediathek
    • @@ -517,8 +517,6 @@
    • SnagFilmsEmbed
    • Snotr
    • Sohu
    • -
    • soompi
    • -
    • soompi:show
    • soundcloud
    • soundcloud:playlist
    • soundcloud:search: Soundcloud search
    • @@ -642,7 +640,7 @@
    • Vessel
    • Vesti: Вести.Ru
    • Vevo
    • -
    • VGTV: VGTV and BTTV
    • +
    • VGTV: VGTV, BTTV, FTV, Aftenposten and Aftonbladet
    • vh1.com
    • Vice
    • Viddler
    • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 6d96f1520..07903ab86 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2015.12.21 \ No newline at end of file +2015.12.23 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 148ad63e7..e732aa0c0 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -3,7 +3,7 @@ youtube-dl releases https://yt-dl.org/feed/youtube-dl-updates-feed - 2015-12-21T11:46:39.009585Z + 2015-12-23T14:08:17.542844Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -8945,4 +8945,19 @@ 2015-12-21T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.12.23 + New version 2015.12.23 + + +
      + Downloads available at https://yt-dl.org/downloads/2015.12.23/ +
      +
      + + The youtube-dl maintainers + + 2015-12-23T00:00:00Z +
      + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 34a3cd240..e173fcd37 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2015.12.21", - "signature": "06eb82cbc8e2cd6049dcb677329b5afc43114ec64fe8a359c33910ad07d032650a3d89512b3b2615989f6c30606612825ba35dd331a7ee581e5406f730bd237eaa2fe4ee4ee7b5bac420bcc02fc13e063e1b948a9f924a65d90bdf4f9cb363d896b07782b951e71862801516c06d7ba17988b95b7027a9bc6f90241995cd7172", + "latest": "2015.12.23", + "signature": "3df4ca733350c4653d381504e4032de65769f74d5922aadafa734113a11d979f199ccb9b84b8a87b65c6378f29e591624bcb68676d3140ac0e808c7e60271b3b533bece33eb63fd1c72df73bca17ae322eade4622bb1eba7ddfc55cf5a851614706405742ce1f90e706b4e8939193fa7fce9e30de406824c4f76bed5b4928d7f", "versions": { "2012.02.22": { "bin": [ @@ -8351,6 +8351,20 @@ "https://yt-dl.org/downloads/2015.12.21/youtube-dl-2015.12.21.tar.gz", "7a61ccbc3cd55e712b2fb94a7dedff5052548bbebab9f8c441feec8a02748d4d" ] + }, + "2015.12.23": { + "bin": [ + "https://yt-dl.org/downloads/2015.12.23/youtube-dl", + "e1277a2d71935cb28208ad80cdf37a0ee78d46905f4d1275c6d26fc415c26cd7" + ], + "exe": [ + "https://yt-dl.org/downloads/2015.12.23/youtube-dl.exe", + "5acbac1626f238bb66902faf39b9f421368b6a68add460684fde8ee2024f5003" + ], + "tar": [ + "https://yt-dl.org/downloads/2015.12.23/youtube-dl-2015.12.23.tar.gz", + "fe7088979c78eb900c3db110a577866a01e1dd537cddda25258893f099fff9ba" + ] } } } \ No newline at end of file From 7c765c45c9473c97cc5cd2e21e10641a48980d73 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Tue, 29 Dec 2015 11:05:50 +0100 Subject: [PATCH 110/139] release 2015.12.29 --- download.html | 18 +++++++++--------- supportedsites.html | 16 ++++++++++++++-- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 56 insertions(+), 15 deletions(-) diff --git a/download.html b/download.html index 755c33ee2..860a28262 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

      Remember youtube-dl requires Python version 2.6, 2.7, or 3.2+ to work.

      -

      2015.12.23 (sig)

      +

      2015.12.29 (sig)

        -
      • MD5: 4670a96882500733394b8b87fbb7c82c
      • -
      • SHA1: 4eb0048a9f0bb7427ea42a5767d8aeea32df4106
      • -
      • SHA256: e1277a2d71935cb28208ad80cdf37a0ee78d46905f4d1275c6d26fc415c26cd7
      • +
      • MD5: 4b87a581b50b9b189787187dbd12e22f
      • +
      • SHA1: 98412167fc2b7dc777c96441eb99d6a4560bd97e
      • +
      • SHA256: afc70d067dac9d12c0f664c45a14b744ba3885eb9576ac64f44b0980523ce960

      - Windows exe (sig - 5acbac1626f238bb66902faf39b9f421368b6a68add460684fde8ee2024f5003)
      - Full source + docs + binary tarball (sig - fe7088979c78eb900c3db110a577866a01e1dd537cddda25258893f099fff9ba) + Windows exe (sig - a1e2741443d736f2839688b5729e0aa404af425468c07a9a7db682ab405603d6)
      + Full source + docs + binary tarball (sig - 4ff67c9cb65f36f0409dc2f35953fe1b66164512c06d46ebb345cb8a70e46208)

      To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2015.12.23/youtube-dl -o /usr/local/bin/youtube-dl
      +sudo curl https://yt-dl.org/downloads/2015.12.29/youtube-dl -o /usr/local/bin/youtube-dl
      sudo chmod a+rx /usr/local/bin/youtube-dl

      If you do not have curl, you can alternatively use a recent wget: -sudo wget https://yt-dl.org/downloads/2015.12.23/youtube-dl -O /usr/local/bin/youtube-dl
      +sudo wget https://yt-dl.org/downloads/2015.12.29/youtube-dl -O /usr/local/bin/youtube-dl
      sudo chmod a+rx /usr/local/bin/youtube-dl

      @@ -53,7 +53,7 @@ See the pypi page for more

      To check the signature, type: -sudo wget https://yt-dl.org/downloads/2015.12.23/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig
      +sudo wget https://yt-dl.org/downloads/2015.12.29/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig

      The following GPG keys will be used to sign the binaries and the git tags:

      diff --git a/supportedsites.html b/supportedsites.html index de8ce1ab4..e2e88a41b 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -52,6 +52,7 @@
    • appletrailers:section
    • archive.org: archive.org videos
    • ARD
    • +
    • ARD:mediathek: Saarländischer Rundfunk
    • ARD:mediathek
    • arte.tv
    • arte.tv:+7
    • @@ -139,8 +140,12 @@
    • dailymotion:user
    • DailymotionCloud
    • daum.net
    • +
    • daum.net
    • DBTV
    • DCN
    • +
    • dcn:live
    • +
    • dcn:season
    • +
    • dcn:video
    • DctpTv
    • DeezerPlaylist
    • defense.gouv.fr
    • @@ -196,6 +201,7 @@
    • FoxSports
    • france2.fr:generation-quoi
    • FranceCulture
    • +
    • FranceCultureEmission
    • FranceInter
    • francetv: France 2, 3, 4, 5 and Ô
    • francetvinfo.fr
    • @@ -240,6 +246,7 @@
    • hitbox:live
    • HornBunny
    • HotNewHipHop
    • +
    • HotStar
    • Howcast
    • HowStuffWorks
    • HuffPost: Huffington Post
    • @@ -420,6 +427,7 @@
    • parliamentlive.tv: UK parliament videos
    • Patreon
    • pbs: Public Broadcasting Service (PBS) and member stations: PBS: Public Broadcasting Service, APT - Alabama Public Television (WBIQ), GPB/Georgia Public Broadcasting (WGTV), Mississippi Public Broadcasting (WMPN), Nashville Public Television (WNPT), WFSU-TV (WFSU), WSRE (WSRE), WTCI (WTCI), WPBA/Channel 30 (WPBA), Alaska Public Media (KAKM), Arizona PBS (KAET), KNME-TV/Channel 5 (KNME), Vegas PBS (KLVX), AETN/ARKANSAS ETV NETWORK (KETS), KET (WKLE), WKNO/Channel 10 (WKNO), LPB/LOUISIANA PUBLIC BROADCASTING (WLPB), OETA (KETA), Ozarks Public Television (KOZK), WSIU Public Broadcasting (WSIU), KEET TV (KEET), KIXE/Channel 9 (KIXE), KPBS San Diego (KPBS), KQED (KQED), KVIE Public Television (KVIE), PBS SoCal/KOCE (KOCE), ValleyPBS (KVPT), CONNECTICUT PUBLIC TELEVISION (WEDH), KNPB Channel 5 (KNPB), SOPTV (KSYS), Rocky Mountain PBS (KRMA), KENW-TV3 (KENW), KUED Channel 7 (KUED), Wyoming PBS (KCWC), Colorado Public Television / KBDI 12 (KBDI), KBYU-TV (KBYU), Thirteen/WNET New York (WNET), WGBH/Channel 2 (WGBH), WGBY (WGBY), NJTV Public Media NJ (WNJT), WLIW21 (WLIW), mpt/Maryland Public Television (WMPB), WETA Television and Radio (WETA), WHYY (WHYY), PBS 39 (WLVT), WVPT - Your Source for PBS and More! (WVPT), Howard University Television (WHUT), WEDU PBS (WEDU), WGCU Public Media (WGCU), WPBT2 (WPBT), WUCF TV (WUCF), WUFT/Channel 5 (WUFT), WXEL/Channel 42 (WXEL), WLRN/Channel 17 (WLRN), WUSF Public Broadcasting (WUSF), ETV (WRLK), UNC-TV (WUNC), PBS Hawaii - Oceanic Cable Channel 10 (KHET), Idaho Public Television (KAID), KSPS (KSPS), OPB (KOPB), KWSU/Channel 10 & KTNW/Channel 31 (KWSU), WILL-TV (WILL), Network Knowledge - WSEC/Springfield (WSEC), WTTW11 (WTTW), Iowa Public Television/IPTV (KDIN), Nine Network (KETC), PBS39 Fort Wayne (WFWA), WFYI Indianapolis (WFYI), Milwaukee Public Television (WMVS), WNIN (WNIN), WNIT Public Television (WNIT), WPT (WPNE), WVUT/Channel 22 (WVUT), WEIU/Channel 51 (WEIU), WQPT-TV (WQPT), WYCC PBS Chicago (WYCC), WIPB-TV (WIPB), WTIU (WTIU), CET (WCET), ThinkTVNetwork (WPTD), WBGU-TV (WBGU), WGVU TV (WGVU), NET1 (KUON), Pioneer Public Television (KWCM), SDPB Television (KUSD), TPT (KTCA), KSMQ (KSMQ), KPTS/Channel 8 (KPTS), KTWU/Channel 11 (KTWU), East Tennessee PBS (WSJK), WCTE-TV (WCTE), WLJT, Channel 11 (WLJT), WOSU TV (WOSU), WOUB/WOUC (WOUB), WVPB (WVPB), WKYU-PBS (WKYU), KERA 13 (KERA), MPBN (WCBB), Mountain Lake PBS (WCFE), NHPTV (WENH), Vermont PBS (WETK), witf (WITF), WQED Multimedia (WQED), WMHT Educational Telecommunications (WMHT), Q-TV (WDCQ), WTVS Detroit Public TV (WTVS), CMU Public Television (WCMU), WKAR-TV (WKAR), WNMU-TV Public TV 13 (WNMU), WDSE - WRPT (WDSE), WGTE TV (WGTE), Lakeland Public Television (KAWE), KMOS-TV - Channels 6.1, 6.2 and 6.3 (KMOS), MontanaPBS (KUSM), KRWG/Channel 22 (KRWG), KACV (KACV), KCOS/Channel 13 (KCOS), WCNY/Channel 24 (WCNY), WNED (WNED), WPBS (WPBS), WSKG Public TV (WSKG), WXXI (WXXI), WPSU (WPSU), WVIA Public Media Studios (WVIA), WTVI (WTVI), Western Reserve PBS (WNEO), WVIZ/PBS ideastream (WVIZ), KCTS 9 (KCTS), Basin PBS (KPBT), KUHT / Channel 8 (KUHT), KLRN (KLRN), KLRU (KLRU), WTJX Channel 12 (WTJX), WCVE PBS (WCVE), KBTC Public Television (KBTC)
    • +
    • pcmag
    • Periscope: Periscope
    • PhilharmonieDeParis: Philharmonie de Paris
    • Phoenix
    • @@ -460,6 +468,7 @@
    • radiofrance
    • RadioJavan
    • Rai
    • +
    • RaiTV
    • RBMARadio
    • RDS: RDS.ca
    • RedTube
    • @@ -542,7 +551,6 @@
    • SportDeutschland
    • Sportschau
    • Srf
    • -
    • SRMediathek: Saarländischer Rundfunk
    • SSA
    • stanfordoc: Stanford Open ClassRoom
    • Steam
    • @@ -576,6 +584,7 @@
    • TenPlay
    • TestTube
    • TF1
    • +
    • TheIntercept
    • TheOnion
    • ThePlatform
    • ThePlatformFeed
    • @@ -601,7 +610,10 @@
    • TubiTv
    • Tudou
    • Tumblr
    • -
    • TuneIn
    • +
    • tunein:clip
    • +
    • tunein:program
    • +
    • tunein:station
    • +
    • tunein:topic
    • Turbo
    • Tutv
    • tv.dfb.de
    • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 07903ab86..afc70dfa0 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2015.12.23 \ No newline at end of file +2015.12.29 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index e732aa0c0..859a12398 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -3,7 +3,7 @@ youtube-dl releases https://yt-dl.org/feed/youtube-dl-updates-feed - 2015-12-23T14:08:17.542844Z + 2015-12-29T11:05:48.657716Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -8960,4 +8960,19 @@ 2015-12-23T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.12.29 + New version 2015.12.29 + + +
      + Downloads available at https://yt-dl.org/downloads/2015.12.29/ +
      +
      + + The youtube-dl maintainers + + 2015-12-29T00:00:00Z +
      + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index e173fcd37..35bbb6186 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2015.12.23", - "signature": "3df4ca733350c4653d381504e4032de65769f74d5922aadafa734113a11d979f199ccb9b84b8a87b65c6378f29e591624bcb68676d3140ac0e808c7e60271b3b533bece33eb63fd1c72df73bca17ae322eade4622bb1eba7ddfc55cf5a851614706405742ce1f90e706b4e8939193fa7fce9e30de406824c4f76bed5b4928d7f", + "latest": "2015.12.29", + "signature": "32f2c15caf4699dce748a9b0d2b0798d6f1fa189a1c98d8a125680a669a81900b92eae933d3363b3d21d043757267dc67a416d07402cda119fe342dbf3b768fd52b4be9ad1c80745c5a4d2e255d58c170f3c53615ce0efaac7ecbda95dffee40acf086a88f37dca10673d5cedbfd25ab898a33e545996a61d40d2ba34fad1194", "versions": { "2012.02.22": { "bin": [ @@ -8365,6 +8365,20 @@ "https://yt-dl.org/downloads/2015.12.23/youtube-dl-2015.12.23.tar.gz", "fe7088979c78eb900c3db110a577866a01e1dd537cddda25258893f099fff9ba" ] + }, + "2015.12.29": { + "bin": [ + "https://yt-dl.org/downloads/2015.12.29/youtube-dl", + "afc70d067dac9d12c0f664c45a14b744ba3885eb9576ac64f44b0980523ce960" + ], + "exe": [ + "https://yt-dl.org/downloads/2015.12.29/youtube-dl.exe", + "a1e2741443d736f2839688b5729e0aa404af425468c07a9a7db682ab405603d6" + ], + "tar": [ + "https://yt-dl.org/downloads/2015.12.29/youtube-dl-2015.12.29.tar.gz", + "4ff67c9cb65f36f0409dc2f35953fe1b66164512c06d46ebb345cb8a70e46208" + ] } } } \ No newline at end of file From 1b3da21bcd55628e84de9e358823aa0c9aa0691b Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Thu, 31 Dec 2015 16:57:33 +0100 Subject: [PATCH 111/139] release 2015.12.31 --- download.html | 18 +++++++++--------- supportedsites.html | 16 +++++++++++----- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 53 insertions(+), 18 deletions(-) diff --git a/download.html b/download.html index 860a28262..41c7a0356 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

      Remember youtube-dl requires Python version 2.6, 2.7, or 3.2+ to work.

      -

      2015.12.29 (sig)

      +

      2015.12.31 (sig)

        -
      • MD5: 4b87a581b50b9b189787187dbd12e22f
      • -
      • SHA1: 98412167fc2b7dc777c96441eb99d6a4560bd97e
      • -
      • SHA256: afc70d067dac9d12c0f664c45a14b744ba3885eb9576ac64f44b0980523ce960
      • +
      • MD5: 3cd6bad0207a150a4899cfc53edd69c5
      • +
      • SHA1: e58b68bfa8e9d05fab4317eb932ef09453f25790
      • +
      • SHA256: f691f568123a6630b582375cfdaccc7cb19e83c693ab109b1d4d9300fd4a15d4

      - Windows exe (sig - a1e2741443d736f2839688b5729e0aa404af425468c07a9a7db682ab405603d6)
      - Full source + docs + binary tarball (sig - 4ff67c9cb65f36f0409dc2f35953fe1b66164512c06d46ebb345cb8a70e46208) + Windows exe (sig - 7f748523f31cdf7c49899fcbd5ad23db289b9c5b25c4642d1965d675277c5501)
      + Full source + docs + binary tarball (sig - a56eaef77559402dba3ad7ea4da31b8cc77efcd6b10cbe50d8883732065269fe)

      To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2015.12.29/youtube-dl -o /usr/local/bin/youtube-dl
      +sudo curl https://yt-dl.org/downloads/2015.12.31/youtube-dl -o /usr/local/bin/youtube-dl
      sudo chmod a+rx /usr/local/bin/youtube-dl

      If you do not have curl, you can alternatively use a recent wget: -sudo wget https://yt-dl.org/downloads/2015.12.29/youtube-dl -O /usr/local/bin/youtube-dl
      +sudo wget https://yt-dl.org/downloads/2015.12.31/youtube-dl -O /usr/local/bin/youtube-dl
      sudo chmod a+rx /usr/local/bin/youtube-dl

      @@ -53,7 +53,7 @@ See the pypi page for more

      To check the signature, type: -sudo wget https://yt-dl.org/downloads/2015.12.29/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig
      +sudo wget https://yt-dl.org/downloads/2015.12.31/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig

      The following GPG keys will be used to sign the binaries and the git tags:

      diff --git a/supportedsites.html b/supportedsites.html index e2e88a41b..d4e1ed4d2 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -43,6 +43,7 @@
    • AlJazeera
    • Allocine
    • AlphaPorno
    • +
    • AnimalPlanet
    • anitube.se
    • AnySex
    • Aparat
    • @@ -140,7 +141,7 @@
    • dailymotion:user
    • DailymotionCloud
    • daum.net
    • -
    • daum.net
    • +
    • daum.net:clip
    • DBTV
    • DCN
    • dcn:live
    • @@ -179,7 +180,7 @@
    • Eporner
    • EroProfile
    • Escapist
    • -
    • ESPN (Currently broken)
    • +
    • ESPN
    • EsriVideo
    • Europa
    • EveryonesMixtape
    • @@ -196,6 +197,7 @@
    • Flickr
    • Folketinget: Folketinget (ft.dk; Danish parliament)
    • FootyRoom
    • +
    • FOX
    • Foxgay
    • FoxNews: Fox News and Fox Business Video
    • FoxSports
    • @@ -274,7 +276,6 @@
    • JeuxVideo
    • Jove
    • jpopsuki.tv
    • -
    • Jukebox
    • JWPlatform
    • Kaltura
    • KanalPlay: Kanal 5/9/11 Play
    • @@ -420,6 +421,7 @@
    • OnionStudios
    • Ooyala
    • OoyalaExternal
    • +
    • OraTV
    • orf:fm4: radio FM4
    • orf:iptv: iptv.ORF.at
    • orf:oe1: Radio Österreich 1
    • @@ -430,7 +432,7 @@
    • pcmag
    • Periscope: Periscope
    • PhilharmonieDeParis: Philharmonie de Paris
    • -
    • Phoenix
    • +
    • phoenix.de
    • Photobucket
    • Pinkbike
    • Pladform
    • @@ -550,7 +552,8 @@
    • SportBoxEmbed
    • SportDeutschland
    • Sportschau
    • -
    • Srf
    • +
    • SRGSSR
    • +
    • SRGSSRPlay: srf.ch, rts.ch, rsi.ch, rtr.ch and swissinfo.ch play sites
    • SSA
    • stanfordoc: Stanford Open ClassRoom
    • Steam
    • @@ -661,6 +664,9 @@
    • VideoDetective
    • videofy.me
    • VideoMega
    • +
    • videomore
    • +
    • videomore:season
    • +
    • videomore:video
    • VideoPremium
    • VideoTt: video.tt - Your True Tube
    • videoweed: VideoWeed
    • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index afc70dfa0..89aaca005 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2015.12.29 \ No newline at end of file +2015.12.31 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 859a12398..c55588249 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -3,7 +3,7 @@ youtube-dl releases https://yt-dl.org/feed/youtube-dl-updates-feed - 2015-12-29T11:05:48.657716Z + 2015-12-31T16:57:31.727333Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -8975,4 +8975,19 @@ 2015-12-29T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.12.31 + New version 2015.12.31 + + +
      + Downloads available at https://yt-dl.org/downloads/2015.12.31/ +
      +
      + + The youtube-dl maintainers + + 2015-12-31T00:00:00Z +
      + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 35bbb6186..fb7cd83a1 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2015.12.29", - "signature": "32f2c15caf4699dce748a9b0d2b0798d6f1fa189a1c98d8a125680a669a81900b92eae933d3363b3d21d043757267dc67a416d07402cda119fe342dbf3b768fd52b4be9ad1c80745c5a4d2e255d58c170f3c53615ce0efaac7ecbda95dffee40acf086a88f37dca10673d5cedbfd25ab898a33e545996a61d40d2ba34fad1194", + "latest": "2015.12.31", + "signature": "47528b42f8f17bd1e6907e8fb20226e92e17c03e221a271bede566afba2979b18e27f3f8c56a8d310f1d4918150a61f5d9553b7a8b7b6c5e287ac3ebc85170ecd28b7489ae3a8971b048ba7abde4d904ad2597f5a9745847f60283fd643bbf1d2d627fdeae8509e11d4791262bfed0bcaa5f1b23c447145a1d5a6f0bc45c776a", "versions": { "2012.02.22": { "bin": [ @@ -8379,6 +8379,20 @@ "https://yt-dl.org/downloads/2015.12.29/youtube-dl-2015.12.29.tar.gz", "4ff67c9cb65f36f0409dc2f35953fe1b66164512c06d46ebb345cb8a70e46208" ] + }, + "2015.12.31": { + "bin": [ + "https://yt-dl.org/downloads/2015.12.31/youtube-dl", + "f691f568123a6630b582375cfdaccc7cb19e83c693ab109b1d4d9300fd4a15d4" + ], + "exe": [ + "https://yt-dl.org/downloads/2015.12.31/youtube-dl.exe", + "7f748523f31cdf7c49899fcbd5ad23db289b9c5b25c4642d1965d675277c5501" + ], + "tar": [ + "https://yt-dl.org/downloads/2015.12.31/youtube-dl-2015.12.31.tar.gz", + "a56eaef77559402dba3ad7ea4da31b8cc77efcd6b10cbe50d8883732065269fe" + ] } } } \ No newline at end of file From 46f6a0dcdb8811c5076061bae17c0cf987f1f819 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Fri, 1 Jan 2016 12:21:17 +0100 Subject: [PATCH 112/139] release 2016.01.01 --- about.html | 2 +- donations.html | 2 +- download.html | 20 ++++++++++---------- download.html.in | 2 +- index.html | 2 +- supportedsites.html | 11 +++++++---- supportedsites.html.in | 2 +- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 10 files changed, 55 insertions(+), 23 deletions(-) diff --git a/about.html b/about.html index 53faa8958..aa085a785 100644 --- a/about.html +++ b/about.html @@ -36,6 +36,6 @@ Creative Commons License
      -Copyright © 2006-2015 Ricardo Garcia Gonzalez +Copyright © 2006-2016 Ricardo Garcia Gonzalez diff --git a/donations.html b/donations.html index 7038dc452..46b14fac9 100644 --- a/donations.html +++ b/donations.html @@ -36,6 +36,6 @@ Creative Commons License
      -Copyright © 2006-2015 Ricardo Garcia Gonzalez +Copyright © 2006-2016 Ricardo Garcia Gonzalez diff --git a/download.html b/download.html index 41c7a0356..8b8f7985d 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

      Remember youtube-dl requires Python version 2.6, 2.7, or 3.2+ to work.

      -

      2015.12.31 (sig)

      +

      2016.01.01 (sig)

        -
      • MD5: 3cd6bad0207a150a4899cfc53edd69c5
      • -
      • SHA1: e58b68bfa8e9d05fab4317eb932ef09453f25790
      • -
      • SHA256: f691f568123a6630b582375cfdaccc7cb19e83c693ab109b1d4d9300fd4a15d4
      • +
      • MD5: 933d7da8248ab4bb5542cdd37673feba
      • +
      • SHA1: 8d375653e4ac4d8dbe347467362a46cb77ae9531
      • +
      • SHA256: e975353e609e3e23939270f80dddc688bc85fae6fa090bae8db99cca6bc71619

      - Windows exe (sig - 7f748523f31cdf7c49899fcbd5ad23db289b9c5b25c4642d1965d675277c5501)
      - Full source + docs + binary tarball (sig - a56eaef77559402dba3ad7ea4da31b8cc77efcd6b10cbe50d8883732065269fe) + Windows exe (sig - 39be914f4fa6b264ba4db1e945ee2f01397fe0a12a3bc84f379a0d4a6019d675)
      + Full source + docs + binary tarball (sig - 732f37c99d71b4239d72d61dd32214b5a5a618671fb0629c8f8deb28209a172c)

      To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2015.12.31/youtube-dl -o /usr/local/bin/youtube-dl
      +sudo curl https://yt-dl.org/downloads/2016.01.01/youtube-dl -o /usr/local/bin/youtube-dl
      sudo chmod a+rx /usr/local/bin/youtube-dl

      If you do not have curl, you can alternatively use a recent wget: -sudo wget https://yt-dl.org/downloads/2015.12.31/youtube-dl -O /usr/local/bin/youtube-dl
      +sudo wget https://yt-dl.org/downloads/2016.01.01/youtube-dl -O /usr/local/bin/youtube-dl
      sudo chmod a+rx /usr/local/bin/youtube-dl

      @@ -53,7 +53,7 @@ See the pypi page for more

      To check the signature, type: -sudo wget https://yt-dl.org/downloads/2015.12.31/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig
      +sudo wget https://yt-dl.org/downloads/2016.01.01/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig

      The following GPG keys will be used to sign the binaries and the git tags:

      @@ -73,6 +73,6 @@ See the pypi page for more Creative Commons License
      -Copyright © 2006-2015 Ricardo Garcia Gonzalez +Copyright © 2006-2016 Ricardo Garcia Gonzalez diff --git a/download.html.in b/download.html.in index d79a3e672..6a0db8011 100644 --- a/download.html.in +++ b/download.html.in @@ -73,6 +73,6 @@ See the pypi page for more Creative Commons License
      -Copyright © 2006-2015 Ricardo Garcia Gonzalez +Copyright © 2006-2016 Ricardo Garcia Gonzalez diff --git a/index.html b/index.html index b6f5a9936..26625c1f2 100644 --- a/index.html +++ b/index.html @@ -32,6 +32,6 @@ You can also contact us on the irc channel Creative Commons License
      -Copyright © 2006-2015 Ricardo Garcia Gonzalez +Copyright © 2006-2016 Ricardo Garcia Gonzalez diff --git a/supportedsites.html b/supportedsites.html index d4e1ed4d2..f9ffc704e 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -43,7 +43,6 @@
    • AlJazeera
    • Allocine
    • AlphaPorno
    • -
    • AnimalPlanet
    • anitube.se
    • AnySex
    • Aparat
    • @@ -53,8 +52,8 @@
    • appletrailers:section
    • archive.org: archive.org videos
    • ARD
    • -
    • ARD:mediathek: Saarländischer Rundfunk
    • ARD:mediathek
    • +
    • ARD:mediathek: Saarländischer Rundfunk
    • arte.tv
    • arte.tv:+7
    • arte.tv:concert
    • @@ -383,11 +382,13 @@
    • Newstube
    • NextMedia: 蘋果日報
    • NextMediaActionNews: 蘋果日報 - 動新聞
    • +
    • nextmovie.com
    • nfb: National Film Board of Canada
    • nfl.com
    • nhl.com
    • nhl.com:news: NHL news
    • nhl.com:videocenter: NHL videocenter category
    • +
    • nick.com
    • niconico: ニコニコ動画
    • NiconicoPlaylist
    • njoy: N-JOY
    • @@ -426,6 +427,7 @@
    • orf:iptv: iptv.ORF.at
    • orf:oe1: Radio Österreich 1
    • orf:tvthek: ORF TVthek
    • +
    • pandora.tv: 판도라TV
    • parliamentlive.tv: UK parliament videos
    • Patreon
    • pbs: Public Broadcasting Service (PBS) and member stations: PBS: Public Broadcasting Service, APT - Alabama Public Television (WBIQ), GPB/Georgia Public Broadcasting (WGTV), Mississippi Public Broadcasting (WMPN), Nashville Public Television (WNPT), WFSU-TV (WFSU), WSRE (WSRE), WTCI (WTCI), WPBA/Channel 30 (WPBA), Alaska Public Media (KAKM), Arizona PBS (KAET), KNME-TV/Channel 5 (KNME), Vegas PBS (KLVX), AETN/ARKANSAS ETV NETWORK (KETS), KET (WKLE), WKNO/Channel 10 (WKNO), LPB/LOUISIANA PUBLIC BROADCASTING (WLPB), OETA (KETA), Ozarks Public Television (KOZK), WSIU Public Broadcasting (WSIU), KEET TV (KEET), KIXE/Channel 9 (KIXE), KPBS San Diego (KPBS), KQED (KQED), KVIE Public Television (KVIE), PBS SoCal/KOCE (KOCE), ValleyPBS (KVPT), CONNECTICUT PUBLIC TELEVISION (WEDH), KNPB Channel 5 (KNPB), SOPTV (KSYS), Rocky Mountain PBS (KRMA), KENW-TV3 (KENW), KUED Channel 7 (KUED), Wyoming PBS (KCWC), Colorado Public Television / KBDI 12 (KBDI), KBYU-TV (KBYU), Thirteen/WNET New York (WNET), WGBH/Channel 2 (WGBH), WGBY (WGBY), NJTV Public Media NJ (WNJT), WLIW21 (WLIW), mpt/Maryland Public Television (WMPB), WETA Television and Radio (WETA), WHYY (WHYY), PBS 39 (WLVT), WVPT - Your Source for PBS and More! (WVPT), Howard University Television (WHUT), WEDU PBS (WEDU), WGCU Public Media (WGCU), WPBT2 (WPBT), WUCF TV (WUCF), WUFT/Channel 5 (WUFT), WXEL/Channel 42 (WXEL), WLRN/Channel 17 (WLRN), WUSF Public Broadcasting (WUSF), ETV (WRLK), UNC-TV (WUNC), PBS Hawaii - Oceanic Cable Channel 10 (KHET), Idaho Public Television (KAID), KSPS (KSPS), OPB (KOPB), KWSU/Channel 10 & KTNW/Channel 31 (KWSU), WILL-TV (WILL), Network Knowledge - WSEC/Springfield (WSEC), WTTW11 (WTTW), Iowa Public Television/IPTV (KDIN), Nine Network (KETC), PBS39 Fort Wayne (WFWA), WFYI Indianapolis (WFYI), Milwaukee Public Television (WMVS), WNIN (WNIN), WNIT Public Television (WNIT), WPT (WPNE), WVUT/Channel 22 (WVUT), WEIU/Channel 51 (WEIU), WQPT-TV (WQPT), WYCC PBS Chicago (WYCC), WIPB-TV (WIPB), WTIU (WTIU), CET (WCET), ThinkTVNetwork (WPTD), WBGU-TV (WBGU), WGVU TV (WGVU), NET1 (KUON), Pioneer Public Television (KWCM), SDPB Television (KUSD), TPT (KTCA), KSMQ (KSMQ), KPTS/Channel 8 (KPTS), KTWU/Channel 11 (KTWU), East Tennessee PBS (WSJK), WCTE-TV (WCTE), WLJT, Channel 11 (WLJT), WOSU TV (WOSU), WOUB/WOUC (WOUB), WVPB (WVPB), WKYU-PBS (WKYU), KERA 13 (KERA), MPBN (WCBB), Mountain Lake PBS (WCFE), NHPTV (WENH), Vermont PBS (WETK), witf (WITF), WQED Multimedia (WQED), WMHT Educational Telecommunications (WMHT), Q-TV (WDCQ), WTVS Detroit Public TV (WTVS), CMU Public Television (WCMU), WKAR-TV (WKAR), WNMU-TV Public TV 13 (WNMU), WDSE - WRPT (WDSE), WGTE TV (WGTE), Lakeland Public Television (KAWE), KMOS-TV - Channels 6.1, 6.2 and 6.3 (KMOS), MontanaPBS (KUSM), KRWG/Channel 22 (KRWG), KACV (KACV), KCOS/Channel 13 (KCOS), WCNY/Channel 24 (WCNY), WNED (WNED), WPBS (WPBS), WSKG Public TV (WSKG), WXXI (WXXI), WPSU (WPSU), WVIA Public Media Studios (WVIA), WTVI (WTVI), Western Reserve PBS (WNEO), WVIZ/PBS ideastream (WVIZ), KCTS 9 (KCTS), Basin PBS (KPBT), KUHT / Channel 8 (KUHT), KLRN (KLRN), KLRU (KLRU), WTJX Channel 12 (WTJX), WCVE PBS (WCVE), KBTC Public Television (KBTC)
    • @@ -474,6 +476,7 @@
    • RBMARadio
    • RDS: RDS.ca
    • RedTube
    • +
    • RegioTV
    • Restudy
    • ReverbNation
    • RingTV
    • @@ -597,7 +600,6 @@
    • THVideo
    • THVideoPlaylist
    • tinypic: tinypic.com videos
    • -
    • tlc.com
    • tlc.de
    • TMZ
    • TMZArticle
    • @@ -626,6 +628,7 @@
    • TVC
    • TVCArticle
    • tvigle: Интернет-телевидение Tvigle.ru
    • +
    • tvland.com
    • tvp.pl
    • tvp.pl:Series
    • TVPlay: TV3Play and related services
    • @@ -767,6 +770,6 @@ Creative Commons License
      -Copyright © 2006-2015 Ricardo Garcia Gonzalez +Copyright © 2006-2016 Ricardo Garcia Gonzalez diff --git a/supportedsites.html.in b/supportedsites.html.in index 1f1168584..63b774b5c 100644 --- a/supportedsites.html.in +++ b/supportedsites.html.in @@ -21,6 +21,6 @@ Creative Commons License
      -Copyright © 2006-2015 Ricardo Garcia Gonzalez +Copyright © 2006-2016 Ricardo Garcia Gonzalez diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 89aaca005..b3c8b0ddd 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2015.12.31 \ No newline at end of file +2016.01.01 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index c55588249..ef29c8750 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -3,7 +3,7 @@ youtube-dl releases https://yt-dl.org/feed/youtube-dl-updates-feed - 2015-12-31T16:57:31.727333Z + 2016-01-01T12:21:14.746583Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -8990,4 +8990,19 @@ 2015-12-31T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2016.01.01 + New version 2016.01.01 + + +
      + Downloads available at https://yt-dl.org/downloads/2016.01.01/ +
      +
      + + The youtube-dl maintainers + + 2016-01-01T00:00:00Z +
      + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index fb7cd83a1..b223d9cab 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2015.12.31", - "signature": "47528b42f8f17bd1e6907e8fb20226e92e17c03e221a271bede566afba2979b18e27f3f8c56a8d310f1d4918150a61f5d9553b7a8b7b6c5e287ac3ebc85170ecd28b7489ae3a8971b048ba7abde4d904ad2597f5a9745847f60283fd643bbf1d2d627fdeae8509e11d4791262bfed0bcaa5f1b23c447145a1d5a6f0bc45c776a", + "latest": "2016.01.01", + "signature": "4ee7c03b72b473d0e97ce21ea9444942d25f737751c7cde9164c8e6cb7ff31b9ca56b3686dea2f023138bbcce299661d069fda3d9d5dad1ff9ff3732ae9e2f065b3bb8f12c742dd2197f5fa55600a43bd0113dfafced63c5e2f4729bd1f8418822f993f7ea4f37eefd75143b70eebedcc18702862ba0d604662290865a913858", "versions": { "2012.02.22": { "bin": [ @@ -8393,6 +8393,20 @@ "https://yt-dl.org/downloads/2015.12.31/youtube-dl-2015.12.31.tar.gz", "a56eaef77559402dba3ad7ea4da31b8cc77efcd6b10cbe50d8883732065269fe" ] + }, + "2016.01.01": { + "bin": [ + "https://yt-dl.org/downloads/2016.01.01/youtube-dl", + "e975353e609e3e23939270f80dddc688bc85fae6fa090bae8db99cca6bc71619" + ], + "exe": [ + "https://yt-dl.org/downloads/2016.01.01/youtube-dl.exe", + "39be914f4fa6b264ba4db1e945ee2f01397fe0a12a3bc84f379a0d4a6019d675" + ], + "tar": [ + "https://yt-dl.org/downloads/2016.01.01/youtube-dl-2016.01.01.tar.gz", + "732f37c99d71b4239d72d61dd32214b5a5a618671fb0629c8f8deb28209a172c" + ] } } } \ No newline at end of file From fe8cbe96235eb7c98ffb26ac0dcffde1d20d8d65 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Sat, 9 Jan 2016 01:19:28 +0100 Subject: [PATCH 113/139] release 2016.01.09 --- download.html | 18 +++++++++--------- supportedsites.html | 12 ++++++++---- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 50 insertions(+), 17 deletions(-) diff --git a/download.html b/download.html index 8b8f7985d..c52ab354e 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

      Remember youtube-dl requires Python version 2.6, 2.7, or 3.2+ to work.

      -

      2016.01.01 (sig)

      +

      2016.01.09 (sig)

        -
      • MD5: 933d7da8248ab4bb5542cdd37673feba
      • -
      • SHA1: 8d375653e4ac4d8dbe347467362a46cb77ae9531
      • -
      • SHA256: e975353e609e3e23939270f80dddc688bc85fae6fa090bae8db99cca6bc71619
      • +
      • MD5: 4340d3ad72154ab227e815b7a35d9a13
      • +
      • SHA1: 2bb40a795dfa77f16c1cadb35864a7da1cef68f9
      • +
      • SHA256: d7a219150ee9f2c0be9e0efde54b57e7b08bb56033adae1e28721589968a690d

      - Windows exe (sig - 39be914f4fa6b264ba4db1e945ee2f01397fe0a12a3bc84f379a0d4a6019d675)
      - Full source + docs + binary tarball (sig - 732f37c99d71b4239d72d61dd32214b5a5a618671fb0629c8f8deb28209a172c) + Windows exe (sig - 62b1e63134fd4ce6fec771ef65f4e7087f17277ee1ea2c3daf840fcb37d1a454)
      + Full source + docs + binary tarball (sig - 463cfed59a1e2c6609a8e3d3354e0494833f1b249fe1979984b06a51ac5c904d)

      To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2016.01.01/youtube-dl -o /usr/local/bin/youtube-dl
      +sudo curl https://yt-dl.org/downloads/2016.01.09/youtube-dl -o /usr/local/bin/youtube-dl
      sudo chmod a+rx /usr/local/bin/youtube-dl

      If you do not have curl, you can alternatively use a recent wget: -sudo wget https://yt-dl.org/downloads/2016.01.01/youtube-dl -O /usr/local/bin/youtube-dl
      +sudo wget https://yt-dl.org/downloads/2016.01.09/youtube-dl -O /usr/local/bin/youtube-dl
      sudo chmod a+rx /usr/local/bin/youtube-dl

      @@ -53,7 +53,7 @@ See the pypi page for more

      To check the signature, type: -sudo wget https://yt-dl.org/downloads/2016.01.01/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig
      +sudo wget https://yt-dl.org/downloads/2016.01.09/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig

      The following GPG keys will be used to sign the binaries and the git tags:

      diff --git a/supportedsites.html b/supportedsites.html index f9ffc704e..d635c9d05 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -16,6 +16,7 @@
      • 1tv: Первый канал
      • 1up.com
      • +
      • 20min
      • 220.ro
      • 22tracks:genre
      • 22tracks:track
      • @@ -52,8 +53,8 @@
      • appletrailers:section
      • archive.org: archive.org videos
      • ARD
      • -
      • ARD:mediathek
      • ARD:mediathek: Saarländischer Rundfunk
      • +
      • ARD:mediathek
      • arte.tv
      • arte.tv:+7
      • arte.tv:concert
      • @@ -270,6 +271,7 @@
      • Ir90Tv
      • ivi: ivi.ru
      • ivi:compilation: ivi.ru compilations
      • +
      • ivideon: Ivideon TV
      • Izlesene
      • JadoreCettePub
      • JeuxVideo
      • @@ -401,13 +403,14 @@
      • nowness
      • nowness:playlist
      • nowness:series
      • -
      • NowTV
      • +
      • NowTV (Currently broken)
      • NowTVList
      • nowvideo: NowVideo
      • npo: npo.nl and ntr.nl
      • npo.nl:live
      • npo.nl:radio
      • npo.nl:radio:fragment
      • +
      • Npr
      • NRK
      • NRKPlaylist
      • NRKTV: NRK TV and NRK Radio
      • @@ -479,11 +482,13 @@
      • RegioTV
      • Restudy
      • ReverbNation
      • +
      • Revision3
      • RingTV
      • RottenTomatoes
      • Roxwel
      • RTBF
      • -
      • Rte
      • +
      • rte: Raidió Teilifís Éireann TV
      • +
      • rte:radio: Raidió Teilifís Éireann radio
      • rtl.nl: rtl.nl and rtlxl.nl
      • RTL2
      • RTP
      • @@ -588,7 +593,6 @@
      • TeleMB
      • TeleTask
      • TenPlay
      • -
      • TestTube
      • TF1
      • TheIntercept
      • TheOnion
      • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index b3c8b0ddd..c3f655901 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2016.01.01 \ No newline at end of file +2016.01.09 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index ef29c8750..203fed025 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -3,7 +3,7 @@ youtube-dl releases https://yt-dl.org/feed/youtube-dl-updates-feed - 2016-01-01T12:21:14.746583Z + 2016-01-09T01:19:26.663286Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -9005,4 +9005,19 @@ 2016-01-01T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2016.01.09 + New version 2016.01.09 + + +
        + Downloads available at https://yt-dl.org/downloads/2016.01.09/ +
        +
        + + The youtube-dl maintainers + + 2016-01-09T00:00:00Z +
        + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index b223d9cab..f7c4e9e08 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2016.01.01", - "signature": "4ee7c03b72b473d0e97ce21ea9444942d25f737751c7cde9164c8e6cb7ff31b9ca56b3686dea2f023138bbcce299661d069fda3d9d5dad1ff9ff3732ae9e2f065b3bb8f12c742dd2197f5fa55600a43bd0113dfafced63c5e2f4729bd1f8418822f993f7ea4f37eefd75143b70eebedcc18702862ba0d604662290865a913858", + "latest": "2016.01.09", + "signature": "31a82d57b035b2b7c95c2fc8dc2072bb43d35d0e54334620d0f35e9cf4f61ac1a6db8e0f095d34dab36bb49a590829e2356fa66ba100792e96a56c11fd336ede35340ce4e072585f5607719f81bc6bb32215903b46894c2f5e3e52cc5eac913bc65bfac5604dcfe84aa0987282a7170cf40809a1136e4537e05c3bcf9ac1a561", "versions": { "2012.02.22": { "bin": [ @@ -8407,6 +8407,20 @@ "https://yt-dl.org/downloads/2016.01.01/youtube-dl-2016.01.01.tar.gz", "732f37c99d71b4239d72d61dd32214b5a5a618671fb0629c8f8deb28209a172c" ] + }, + "2016.01.09": { + "bin": [ + "https://yt-dl.org/downloads/2016.01.09/youtube-dl", + "d7a219150ee9f2c0be9e0efde54b57e7b08bb56033adae1e28721589968a690d" + ], + "exe": [ + "https://yt-dl.org/downloads/2016.01.09/youtube-dl.exe", + "62b1e63134fd4ce6fec771ef65f4e7087f17277ee1ea2c3daf840fcb37d1a454" + ], + "tar": [ + "https://yt-dl.org/downloads/2016.01.09/youtube-dl-2016.01.09.tar.gz", + "463cfed59a1e2c6609a8e3d3354e0494833f1b249fe1979984b06a51ac5c904d" + ] } } } \ No newline at end of file From 196c06f95915ec2ff249683bc36f30e19e262c64 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Thu, 14 Jan 2016 15:47:26 +0100 Subject: [PATCH 114/139] release 2016.01.14 --- download.html | 18 +++++++++--------- supportedsites.html | 11 +++++++---- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 49 insertions(+), 17 deletions(-) diff --git a/download.html b/download.html index c52ab354e..b86358762 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

        Remember youtube-dl requires Python version 2.6, 2.7, or 3.2+ to work.

        -

        2016.01.09 (sig)

        +

        2016.01.14 (sig)

          -
        • MD5: 4340d3ad72154ab227e815b7a35d9a13
        • -
        • SHA1: 2bb40a795dfa77f16c1cadb35864a7da1cef68f9
        • -
        • SHA256: d7a219150ee9f2c0be9e0efde54b57e7b08bb56033adae1e28721589968a690d
        • +
        • MD5: e27fe634463f37af6d55403ed7be488f
        • +
        • SHA1: e62cfc08c7a752b24a48c9234210e1daae794f5c
        • +
        • SHA256: b706790ad6687e01498d6ef28c8ff27c128f5e04762238bd024cbd607264edde

        - Windows exe (sig - 62b1e63134fd4ce6fec771ef65f4e7087f17277ee1ea2c3daf840fcb37d1a454)
        - Full source + docs + binary tarball (sig - 463cfed59a1e2c6609a8e3d3354e0494833f1b249fe1979984b06a51ac5c904d) + Windows exe (sig - 99d5cc4e6908214c8f8f26da0396ad7df2bed1e0f346aedf85ca28f3f63b312b)
        + Full source + docs + binary tarball (sig - 8fb4829219c591d0b9a94ebc7bda933db33d4b04d9875a8d725affdbc28e5aad)

        To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2016.01.09/youtube-dl -o /usr/local/bin/youtube-dl
        +sudo curl https://yt-dl.org/downloads/2016.01.14/youtube-dl -o /usr/local/bin/youtube-dl
        sudo chmod a+rx /usr/local/bin/youtube-dl

        If you do not have curl, you can alternatively use a recent wget: -sudo wget https://yt-dl.org/downloads/2016.01.09/youtube-dl -O /usr/local/bin/youtube-dl
        +sudo wget https://yt-dl.org/downloads/2016.01.14/youtube-dl -O /usr/local/bin/youtube-dl
        sudo chmod a+rx /usr/local/bin/youtube-dl

        @@ -53,7 +53,7 @@ See the pypi page for more

        To check the signature, type: -sudo wget https://yt-dl.org/downloads/2016.01.09/youtube-dl.sig -O youtube-dl.sig
        gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
        rm youtube-dl.sig
        +sudo wget https://yt-dl.org/downloads/2016.01.14/youtube-dl.sig -O youtube-dl.sig
        gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
        rm youtube-dl.sig

        The following GPG keys will be used to sign the binaries and the git tags:

        diff --git a/supportedsites.html b/supportedsites.html index d635c9d05..a73cadb40 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -80,6 +80,7 @@
      • Beeg
      • BehindKink
      • Bet
      • +
      • Bigflix
      • Bild: Bild.de
      • BiliBili
      • BleacherReport
      • @@ -266,7 +267,7 @@
      • Instagram
      • instagram:user: Instagram user profile
      • InternetVideoArchive
      • -
      • IPrima
      • +
      • IPrima (Currently broken)
      • iqiyi: 爱奇艺
      • Ir90Tv
      • ivi: ivi.ru
      • @@ -617,7 +618,9 @@
      • TruTube
      • Tube8
      • TubiTv
      • -
      • Tudou
      • +
      • tudou
      • +
      • tudou:album
      • +
      • tudou:playlist
      • Tumblr
      • tunein:clip
      • tunein:program
      • @@ -670,12 +673,12 @@
      • video.mit.edu
      • VideoDetective
      • videofy.me
      • -
      • VideoMega
      • +
      • VideoMega (Currently broken)
      • videomore
      • videomore:season
      • videomore:video
      • VideoPremium
      • -
      • VideoTt: video.tt - Your True Tube
      • +
      • VideoTt: video.tt - Your True Tube (Currently broken)
      • videoweed: VideoWeed
      • Vidme
      • Vidzi
      • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index c3f655901..dc8ae6053 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2016.01.09 \ No newline at end of file +2016.01.14 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 203fed025..70671eb62 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -3,7 +3,7 @@ youtube-dl releases https://yt-dl.org/feed/youtube-dl-updates-feed - 2016-01-09T01:19:26.663286Z + 2016-01-14T15:47:22.795600Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -9020,4 +9020,19 @@ 2016-01-09T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2016.01.14 + New version 2016.01.14 + + +
        + Downloads available at https://yt-dl.org/downloads/2016.01.14/ +
        +
        + + The youtube-dl maintainers + + 2016-01-14T00:00:00Z +
        + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index f7c4e9e08..e5bf7b4c0 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2016.01.09", - "signature": "31a82d57b035b2b7c95c2fc8dc2072bb43d35d0e54334620d0f35e9cf4f61ac1a6db8e0f095d34dab36bb49a590829e2356fa66ba100792e96a56c11fd336ede35340ce4e072585f5607719f81bc6bb32215903b46894c2f5e3e52cc5eac913bc65bfac5604dcfe84aa0987282a7170cf40809a1136e4537e05c3bcf9ac1a561", + "latest": "2016.01.14", + "signature": "6ff64f9d30411fb48d4ad6ef165d67941a5f2d404b0c06b74e46eb6db57a1c143b16a3d440222249c3c9e2b1a4742d93c6688922e789ef251182bd65879af75a7d7fb751b1b33d7ac4804be0d1f99614afcd14cc5e246b11d790dd7357cd75caf76eed48dfc788f87366b8d49bf3eafb550eb2d9574f80ab688faf9a28c8be18", "versions": { "2012.02.22": { "bin": [ @@ -8421,6 +8421,20 @@ "https://yt-dl.org/downloads/2016.01.09/youtube-dl-2016.01.09.tar.gz", "463cfed59a1e2c6609a8e3d3354e0494833f1b249fe1979984b06a51ac5c904d" ] + }, + "2016.01.14": { + "bin": [ + "https://yt-dl.org/downloads/2016.01.14/youtube-dl", + "b706790ad6687e01498d6ef28c8ff27c128f5e04762238bd024cbd607264edde" + ], + "exe": [ + "https://yt-dl.org/downloads/2016.01.14/youtube-dl.exe", + "99d5cc4e6908214c8f8f26da0396ad7df2bed1e0f346aedf85ca28f3f63b312b" + ], + "tar": [ + "https://yt-dl.org/downloads/2016.01.14/youtube-dl-2016.01.14.tar.gz", + "8fb4829219c591d0b9a94ebc7bda933db33d4b04d9875a8d725affdbc28e5aad" + ] } } } \ No newline at end of file From 757043ab704d8de3594f66d38996d886abc34765 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Fri, 15 Jan 2016 19:46:44 +0100 Subject: [PATCH 115/139] release 2016.01.15 --- download.html | 18 +++++++++--------- supportedsites.html | 4 +++- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 45 insertions(+), 14 deletions(-) diff --git a/download.html b/download.html index b86358762..a66e8b1b5 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

        Remember youtube-dl requires Python version 2.6, 2.7, or 3.2+ to work.

        -

        2016.01.14 (sig)

        +

        2016.01.15 (sig)

          -
        • MD5: e27fe634463f37af6d55403ed7be488f
        • -
        • SHA1: e62cfc08c7a752b24a48c9234210e1daae794f5c
        • -
        • SHA256: b706790ad6687e01498d6ef28c8ff27c128f5e04762238bd024cbd607264edde
        • +
        • MD5: 717f4fe829d3a4c1de722fcf146acb23
        • +
        • SHA1: ce2d710466e34fe3bd222ed4016e558880043b13
        • +
        • SHA256: 3053eaf1cb8f8e79cbacee0ec132e310838445bf40ac1b8921355c1532ce9735

        - Windows exe (sig - 99d5cc4e6908214c8f8f26da0396ad7df2bed1e0f346aedf85ca28f3f63b312b)
        - Full source + docs + binary tarball (sig - 8fb4829219c591d0b9a94ebc7bda933db33d4b04d9875a8d725affdbc28e5aad) + Windows exe (sig - e1c6e3d479b0572294f44790d0e9e23c140a44c54d51d51e5d3929d3fe9d59ea)
        + Full source + docs + binary tarball (sig - c1e22ca3286aff74a668d1f8ef5c84c37bee2c269824e71ffdb23356a8735c44)

        To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2016.01.14/youtube-dl -o /usr/local/bin/youtube-dl
        +sudo curl https://yt-dl.org/downloads/2016.01.15/youtube-dl -o /usr/local/bin/youtube-dl
        sudo chmod a+rx /usr/local/bin/youtube-dl

        If you do not have curl, you can alternatively use a recent wget: -sudo wget https://yt-dl.org/downloads/2016.01.14/youtube-dl -O /usr/local/bin/youtube-dl
        +sudo wget https://yt-dl.org/downloads/2016.01.15/youtube-dl -O /usr/local/bin/youtube-dl
        sudo chmod a+rx /usr/local/bin/youtube-dl

        @@ -53,7 +53,7 @@ See the pypi page for more

        To check the signature, type: -sudo wget https://yt-dl.org/downloads/2016.01.14/youtube-dl.sig -O youtube-dl.sig
        gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
        rm youtube-dl.sig
        +sudo wget https://yt-dl.org/downloads/2016.01.15/youtube-dl.sig -O youtube-dl.sig
        gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
        rm youtube-dl.sig

        The following GPG keys will be used to sign the binaries and the git tags:

        diff --git a/supportedsites.html b/supportedsites.html index a73cadb40..5a13ccd15 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -39,6 +39,7 @@
      • AdobeTVShow
      • AdobeTVVideo
      • AdultSwim
      • +
      • AE
      • Aftonbladet
      • AirMozilla
      • AlJazeera
      • @@ -100,6 +101,7 @@
      • CamdemyFolder
      • canalc2.tv
      • Canalplus: canalplus.fr, piwiplus.fr and d8.tv
      • +
      • Canvas
      • CBS
      • CBSNews: CBS News
      • CBSSports
      • @@ -137,6 +139,7 @@
      • CSpan: C-SPAN
      • CtsNews: 華視新聞
      • culturebox.francetvinfo.fr
      • +
      • CWTV
      • dailymotion
      • dailymotion:playlist
      • dailymotion:user
      • @@ -244,7 +247,6 @@
      • Helsinki: helsinki.fi
      • HentaiStigma
      • HistoricFilms
      • -
      • History
      • hitbox
      • hitbox:live
      • HornBunny
      • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index dc8ae6053..3c3bad1b6 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2016.01.14 \ No newline at end of file +2016.01.15 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 70671eb62..c94bfe665 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -3,7 +3,7 @@ youtube-dl releases https://yt-dl.org/feed/youtube-dl-updates-feed - 2016-01-14T15:47:22.795600Z + 2016-01-15T19:46:42.307787Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -9035,4 +9035,19 @@ 2016-01-14T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2016.01.15 + New version 2016.01.15 + + +
        + Downloads available at https://yt-dl.org/downloads/2016.01.15/ +
        +
        + + The youtube-dl maintainers + + 2016-01-15T00:00:00Z +
        + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index e5bf7b4c0..6c6934feb 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2016.01.14", - "signature": "6ff64f9d30411fb48d4ad6ef165d67941a5f2d404b0c06b74e46eb6db57a1c143b16a3d440222249c3c9e2b1a4742d93c6688922e789ef251182bd65879af75a7d7fb751b1b33d7ac4804be0d1f99614afcd14cc5e246b11d790dd7357cd75caf76eed48dfc788f87366b8d49bf3eafb550eb2d9574f80ab688faf9a28c8be18", + "latest": "2016.01.15", + "signature": "44ebdd9a945ae68aa32557be6727449c4bdf26dfc83525b1e2c834278c9602965ee818c8cedb3c66ab96d692acd110d0d87b70bc104a5c69b10b114ad13871436a70b612189d7ffa9d99a7c49e33b3a686b12033e824d76690cc7c41b02b5ec2c236281ffa851f2dec92c22382006a67d82e3dba5310158c13daef0a1de68eda", "versions": { "2012.02.22": { "bin": [ @@ -8435,6 +8435,20 @@ "https://yt-dl.org/downloads/2016.01.14/youtube-dl-2016.01.14.tar.gz", "8fb4829219c591d0b9a94ebc7bda933db33d4b04d9875a8d725affdbc28e5aad" ] + }, + "2016.01.15": { + "bin": [ + "https://yt-dl.org/downloads/2016.01.15/youtube-dl", + "3053eaf1cb8f8e79cbacee0ec132e310838445bf40ac1b8921355c1532ce9735" + ], + "exe": [ + "https://yt-dl.org/downloads/2016.01.15/youtube-dl.exe", + "e1c6e3d479b0572294f44790d0e9e23c140a44c54d51d51e5d3929d3fe9d59ea" + ], + "tar": [ + "https://yt-dl.org/downloads/2016.01.15/youtube-dl-2016.01.15.tar.gz", + "c1e22ca3286aff74a668d1f8ef5c84c37bee2c269824e71ffdb23356a8735c44" + ] } } } \ No newline at end of file From 67ad5ea0d7a1f0a33e800250092f157921f47ec1 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Sat, 23 Jan 2016 12:05:43 +0100 Subject: [PATCH 116/139] release 2016.01.23 --- download.html | 18 +++++++++--------- supportedsites.html | 13 +++++++++++-- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 53 insertions(+), 15 deletions(-) diff --git a/download.html b/download.html index a66e8b1b5..e110524e8 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

        Remember youtube-dl requires Python version 2.6, 2.7, or 3.2+ to work.

        -

        2016.01.15 (sig)

        +

        2016.01.23 (sig)

          -
        • MD5: 717f4fe829d3a4c1de722fcf146acb23
        • -
        • SHA1: ce2d710466e34fe3bd222ed4016e558880043b13
        • -
        • SHA256: 3053eaf1cb8f8e79cbacee0ec132e310838445bf40ac1b8921355c1532ce9735
        • +
        • MD5: 6582915062761f97153600b7802edc0e
        • +
        • SHA1: 1dff2b9a822a23fb5254872b92b2477d6de30e81
        • +
        • SHA256: 23b4ee1d508ce5e8b97a2dbb9a1431012f8627fa122ad42b4802d2ccc3a8e5a8

        - Windows exe (sig - e1c6e3d479b0572294f44790d0e9e23c140a44c54d51d51e5d3929d3fe9d59ea)
        - Full source + docs + binary tarball (sig - c1e22ca3286aff74a668d1f8ef5c84c37bee2c269824e71ffdb23356a8735c44) + Windows exe (sig - 3187a8a0b8fda241df383ab912ea669e225c6f49fb7cf13039aa4408cc5c3bc2)
        + Full source + docs + binary tarball (sig - 449f4330fac38ed9f2bb2a547f42c1cfd705bab6a8839ff279fc4bd91f233154)

        To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2016.01.15/youtube-dl -o /usr/local/bin/youtube-dl
        +sudo curl https://yt-dl.org/downloads/2016.01.23/youtube-dl -o /usr/local/bin/youtube-dl
        sudo chmod a+rx /usr/local/bin/youtube-dl

        If you do not have curl, you can alternatively use a recent wget: -sudo wget https://yt-dl.org/downloads/2016.01.15/youtube-dl -O /usr/local/bin/youtube-dl
        +sudo wget https://yt-dl.org/downloads/2016.01.23/youtube-dl -O /usr/local/bin/youtube-dl
        sudo chmod a+rx /usr/local/bin/youtube-dl

        @@ -53,7 +53,7 @@ See the pypi page for more

        To check the signature, type: -sudo wget https://yt-dl.org/downloads/2016.01.15/youtube-dl.sig -O youtube-dl.sig
        gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
        rm youtube-dl.sig
        +sudo wget https://yt-dl.org/downloads/2016.01.23/youtube-dl.sig -O youtube-dl.sig
        gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
        rm youtube-dl.sig

        The following GPG keys will be used to sign the binaries and the git tags:

        diff --git a/supportedsites.html b/supportedsites.html index 5a13ccd15..8df7d14ef 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -39,7 +39,7 @@
      • AdobeTVShow
      • AdobeTVVideo
      • AdultSwim
      • -
      • AE
      • +
      • aenetworks: A+E Networks: A&E, Lifetime, History.com, FYI Network
      • Aftonbladet
      • AirMozilla
      • AlJazeera
      • @@ -58,6 +58,7 @@
      • ARD:mediathek
      • arte.tv
      • arte.tv:+7
      • +
      • arte.tv:cinema
      • arte.tv:concert
      • arte.tv:creative
      • arte.tv:ddc
      • @@ -139,6 +140,7 @@
      • CSpan: C-SPAN
      • CtsNews: 華視新聞
      • culturebox.francetvinfo.fr
      • +
      • CultureUnplugged
      • CWTV
      • dailymotion
      • dailymotion:playlist
      • @@ -156,6 +158,7 @@
      • defense.gouv.fr
      • democracynow
      • DHM: Filmarchiv - Deutsches Historisches Museum
      • +
      • Digiteka
      • Discovery
      • Dotsub
      • DouyuTV: 斗鱼
      • @@ -302,7 +305,9 @@
      • la7.tv
      • Laola1Tv
      • Lecture2Go
      • +
      • Lemonde
      • Letv: 乐视网
      • +
      • LetvCloud: 乐视云
      • LetvPlaylist
      • LetvTv
      • Libsyn
      • @@ -315,6 +320,7 @@
      • livestream
      • livestream:original
      • LnkGo
      • +
      • LoveHomePorn
      • lrt.lt
      • lynda: lynda.com videos
      • lynda:course: lynda.com online courses
      • @@ -501,6 +507,7 @@
      • rtve.es:live: RTVE.es live streams
      • RTVNH
      • RUHD
      • +
      • RulePorn
      • rutube: Rutube videos
      • rutube:channel: Rutube channels
      • rutube:embed: Rutube embedded videos
      • @@ -617,6 +624,7 @@
      • ToypicsUser: Toypics user profile
      • TrailerAddict (Currently broken)
      • Trilulilu
      • +
      • trollvids
      • TruTube
      • Tube8
      • TubiTv
      • @@ -655,7 +663,6 @@
      • udemy
      • udemy:course
      • UDNEmbed: 聯合影音
      • -
      • Ultimedia
      • Unistra
      • Urort: NRK P3 Urørt
      • ustream
      • @@ -722,6 +729,7 @@
      • WebOfStories
      • WebOfStoriesPlaylist
      • Weibo
      • +
      • WeiqiTV: WQTV
      • wholecloud: WholeCloud
      • Wimp
      • Wistia
      • @@ -773,6 +781,7 @@
      • ZDFChannel
      • zingmp3:album: mp3.zing.vn albums
      • zingmp3:song: mp3.zing.vn songs
      • +
      • ZippCast
      diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 3c3bad1b6..58639a0e9 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2016.01.15 \ No newline at end of file +2016.01.23 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index c94bfe665..fd7ed8c9b 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -3,7 +3,7 @@ youtube-dl releases https://yt-dl.org/feed/youtube-dl-updates-feed - 2016-01-15T19:46:42.307787Z + 2016-01-23T12:05:40.808145Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -9050,4 +9050,19 @@ 2016-01-15T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2016.01.23 + New version 2016.01.23 + + +
      + Downloads available at https://yt-dl.org/downloads/2016.01.23/ +
      +
      + + The youtube-dl maintainers + + 2016-01-23T00:00:00Z +
      + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 6c6934feb..93d70bba3 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2016.01.15", - "signature": "44ebdd9a945ae68aa32557be6727449c4bdf26dfc83525b1e2c834278c9602965ee818c8cedb3c66ab96d692acd110d0d87b70bc104a5c69b10b114ad13871436a70b612189d7ffa9d99a7c49e33b3a686b12033e824d76690cc7c41b02b5ec2c236281ffa851f2dec92c22382006a67d82e3dba5310158c13daef0a1de68eda", + "latest": "2016.01.23", + "signature": "341ad5122d79af346c3f7e9dae68e4a7b37a815750d4f27ac58643edf875040a7d0b135fa008ff00d7bf28e9c19e787d2e3db0c0e2b755cae91161675ab89411115378f75fbc19aa69cf403f6e5441892e2f5436ce6ae458dfebd563c16d1e2f3ed952b160cc9d507dfea584e9e253cd274d320d6ce81335b798a52f3c9afe1c", "versions": { "2012.02.22": { "bin": [ @@ -8449,6 +8449,20 @@ "https://yt-dl.org/downloads/2016.01.15/youtube-dl-2016.01.15.tar.gz", "c1e22ca3286aff74a668d1f8ef5c84c37bee2c269824e71ffdb23356a8735c44" ] + }, + "2016.01.23": { + "bin": [ + "https://yt-dl.org/downloads/2016.01.23/youtube-dl", + "23b4ee1d508ce5e8b97a2dbb9a1431012f8627fa122ad42b4802d2ccc3a8e5a8" + ], + "exe": [ + "https://yt-dl.org/downloads/2016.01.23/youtube-dl.exe", + "3187a8a0b8fda241df383ab912ea669e225c6f49fb7cf13039aa4408cc5c3bc2" + ], + "tar": [ + "https://yt-dl.org/downloads/2016.01.23/youtube-dl-2016.01.23.tar.gz", + "449f4330fac38ed9f2bb2a547f42c1cfd705bab6a8839ff279fc4bd91f233154" + ] } } } \ No newline at end of file From 168eb9c3721c7189523dbf5c82d95beea04ee004 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Wed, 27 Jan 2016 09:05:56 +0100 Subject: [PATCH 117/139] release 2016.01.27 --- download.html | 18 +++++++++--------- supportedsites.html | 1 + update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 43 insertions(+), 13 deletions(-) diff --git a/download.html b/download.html index e110524e8..6d89504ed 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

      Remember youtube-dl requires Python version 2.6, 2.7, or 3.2+ to work.

      -

      2016.01.23 (sig)

      +

      2016.01.27 (sig)

        -
      • MD5: 6582915062761f97153600b7802edc0e
      • -
      • SHA1: 1dff2b9a822a23fb5254872b92b2477d6de30e81
      • -
      • SHA256: 23b4ee1d508ce5e8b97a2dbb9a1431012f8627fa122ad42b4802d2ccc3a8e5a8
      • +
      • MD5: 69169f4ad582c3d238d9fc56cf6802ef
      • +
      • SHA1: b07b0666c9544f17ee2d5532f82060b67f127fa3
      • +
      • SHA256: 28d861a504fce2b15093a84643c5d893cb031c9fe38e50a0873721d69f70783e

      - Windows exe (sig - 3187a8a0b8fda241df383ab912ea669e225c6f49fb7cf13039aa4408cc5c3bc2)
      - Full source + docs + binary tarball (sig - 449f4330fac38ed9f2bb2a547f42c1cfd705bab6a8839ff279fc4bd91f233154) + Windows exe (sig - a253d11b5348f6437b672d82ed9282e616ac41ff6e441138b1a7e2ce4c7b9444)
      + Full source + docs + binary tarball (sig - d06bb62ea19aef3ebb842ac01d98bbeee378e06d9e7c7a2f3bef343205b52ee9)

      To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2016.01.23/youtube-dl -o /usr/local/bin/youtube-dl
      +sudo curl https://yt-dl.org/downloads/2016.01.27/youtube-dl -o /usr/local/bin/youtube-dl
      sudo chmod a+rx /usr/local/bin/youtube-dl

      If you do not have curl, you can alternatively use a recent wget: -sudo wget https://yt-dl.org/downloads/2016.01.23/youtube-dl -O /usr/local/bin/youtube-dl
      +sudo wget https://yt-dl.org/downloads/2016.01.27/youtube-dl -O /usr/local/bin/youtube-dl
      sudo chmod a+rx /usr/local/bin/youtube-dl

      @@ -53,7 +53,7 @@ See the pypi page for more

      To check the signature, type: -sudo wget https://yt-dl.org/downloads/2016.01.23/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig
      +sudo wget https://yt-dl.org/downloads/2016.01.27/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig

      The following GPG keys will be used to sign the binaries and the git tags:

      diff --git a/supportedsites.html b/supportedsites.html index 8df7d14ef..5ad2007c2 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -195,6 +195,7 @@
    • ExpoTV
    • ExtremeTube
    • facebook
    • +
    • facebook:post
    • faz.net
    • fc2
    • Fczenit
    • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 58639a0e9..7684e3a93 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2016.01.23 \ No newline at end of file +2016.01.27 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index fd7ed8c9b..09db48a00 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -3,7 +3,7 @@ youtube-dl releases https://yt-dl.org/feed/youtube-dl-updates-feed - 2016-01-23T12:05:40.808145Z + 2016-01-27T09:05:54.172611Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -9065,4 +9065,19 @@ 2016-01-23T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2016.01.27 + New version 2016.01.27 + + +
      + Downloads available at https://yt-dl.org/downloads/2016.01.27/ +
      +
      + + The youtube-dl maintainers + + 2016-01-27T00:00:00Z +
      + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 93d70bba3..6632e42ce 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2016.01.23", - "signature": "341ad5122d79af346c3f7e9dae68e4a7b37a815750d4f27ac58643edf875040a7d0b135fa008ff00d7bf28e9c19e787d2e3db0c0e2b755cae91161675ab89411115378f75fbc19aa69cf403f6e5441892e2f5436ce6ae458dfebd563c16d1e2f3ed952b160cc9d507dfea584e9e253cd274d320d6ce81335b798a52f3c9afe1c", + "latest": "2016.01.27", + "signature": "6c718a8064dd7f2f2466b729c7c7b83f25f69d1afe6e8b18fe5ef0b0395a77b8ba23bd8262f8789bc42d9a8be541f543be9348e08eb9716d93cc8ef311755a0bd06afb1951ff766524fe4e224eb381b55743226e8498e145e294a15f698484b4c380f5f4c9b024890180fdadf34560a1a6ca2facd46bb152225e7a6965829bf9", "versions": { "2012.02.22": { "bin": [ @@ -8463,6 +8463,20 @@ "https://yt-dl.org/downloads/2016.01.23/youtube-dl-2016.01.23.tar.gz", "449f4330fac38ed9f2bb2a547f42c1cfd705bab6a8839ff279fc4bd91f233154" ] + }, + "2016.01.27": { + "bin": [ + "https://yt-dl.org/downloads/2016.01.27/youtube-dl", + "28d861a504fce2b15093a84643c5d893cb031c9fe38e50a0873721d69f70783e" + ], + "exe": [ + "https://yt-dl.org/downloads/2016.01.27/youtube-dl.exe", + "a253d11b5348f6437b672d82ed9282e616ac41ff6e441138b1a7e2ce4c7b9444" + ], + "tar": [ + "https://yt-dl.org/downloads/2016.01.27/youtube-dl-2016.01.27.tar.gz", + "d06bb62ea19aef3ebb842ac01d98bbeee378e06d9e7c7a2f3bef343205b52ee9" + ] } } } \ No newline at end of file From d8a6bb81c06baac6190738c76c64a5e93e67f917 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Fri, 29 Jan 2016 12:24:08 +0100 Subject: [PATCH 118/139] release 2016.01.29 --- download.html | 18 +++++++++--------- supportedsites.html | 2 +- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 43 insertions(+), 14 deletions(-) diff --git a/download.html b/download.html index 6d89504ed..a0973032c 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

      Remember youtube-dl requires Python version 2.6, 2.7, or 3.2+ to work.

      -

      2016.01.27 (sig)

      +

      2016.01.29 (sig)

        -
      • MD5: 69169f4ad582c3d238d9fc56cf6802ef
      • -
      • SHA1: b07b0666c9544f17ee2d5532f82060b67f127fa3
      • -
      • SHA256: 28d861a504fce2b15093a84643c5d893cb031c9fe38e50a0873721d69f70783e
      • +
      • MD5: 212f8528db88df146673739105452a0a
      • +
      • SHA1: 231b371d3895706596ddb84cd4cb6a444bf5b48f
      • +
      • SHA256: 05998c5d1da73234fae73d3ea2a304a3869e239cfdc275f5aa896ebd521adae0

      - Windows exe (sig - a253d11b5348f6437b672d82ed9282e616ac41ff6e441138b1a7e2ce4c7b9444)
      - Full source + docs + binary tarball (sig - d06bb62ea19aef3ebb842ac01d98bbeee378e06d9e7c7a2f3bef343205b52ee9) + Windows exe (sig - e37e5c3a37a3bfd3135e87b5eeff59be7799c96b2bc00958add8fc358d59ab75)
      + Full source + docs + binary tarball (sig - 4b39800787d288c5f44cf00342d900d53386ef41c66a5397b406acac9fd60212)

      To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2016.01.27/youtube-dl -o /usr/local/bin/youtube-dl
      +sudo curl https://yt-dl.org/downloads/2016.01.29/youtube-dl -o /usr/local/bin/youtube-dl
      sudo chmod a+rx /usr/local/bin/youtube-dl

      If you do not have curl, you can alternatively use a recent wget: -sudo wget https://yt-dl.org/downloads/2016.01.27/youtube-dl -O /usr/local/bin/youtube-dl
      +sudo wget https://yt-dl.org/downloads/2016.01.29/youtube-dl -O /usr/local/bin/youtube-dl
      sudo chmod a+rx /usr/local/bin/youtube-dl

      @@ -53,7 +53,7 @@ See the pypi page for more

      To check the signature, type: -sudo wget https://yt-dl.org/downloads/2016.01.27/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig
      +sudo wget https://yt-dl.org/downloads/2016.01.29/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig

      The following GPG keys will be used to sign the binaries and the git tags:

      diff --git a/supportedsites.html b/supportedsites.html index 5ad2007c2..eca799ebc 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -54,8 +54,8 @@
    • appletrailers:section
    • archive.org: archive.org videos
    • ARD
    • -
    • ARD:mediathek: Saarländischer Rundfunk
    • ARD:mediathek
    • +
    • ARD:mediathek: Saarländischer Rundfunk
    • arte.tv
    • arte.tv:+7
    • arte.tv:cinema
    • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 7684e3a93..bf4b04be2 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2016.01.27 \ No newline at end of file +2016.01.29 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 09db48a00..a8d94e3b6 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -3,7 +3,7 @@ youtube-dl releases https://yt-dl.org/feed/youtube-dl-updates-feed - 2016-01-27T09:05:54.172611Z + 2016-01-29T12:24:03.431196Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -9080,4 +9080,19 @@ 2016-01-27T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2016.01.29 + New version 2016.01.29 + + +
      + Downloads available at https://yt-dl.org/downloads/2016.01.29/ +
      +
      + + The youtube-dl maintainers + + 2016-01-29T00:00:00Z +
      + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 6632e42ce..d8ba74ad1 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2016.01.27", - "signature": "6c718a8064dd7f2f2466b729c7c7b83f25f69d1afe6e8b18fe5ef0b0395a77b8ba23bd8262f8789bc42d9a8be541f543be9348e08eb9716d93cc8ef311755a0bd06afb1951ff766524fe4e224eb381b55743226e8498e145e294a15f698484b4c380f5f4c9b024890180fdadf34560a1a6ca2facd46bb152225e7a6965829bf9", + "latest": "2016.01.29", + "signature": "4da78a5c4d2b81e0e37b1668d8621a4fee73298ca45c0149953343c51d1d1d3b91bc16e1e9f5a36869685fa4c93941657187c29db59b0d0f4ced6afce5cb89d53bc78321bd7592cf407ed29e58ab83ec15f17f80122e0d0b1b0bc91687c643ca77068f1352955d15dbc772f79f22e27bf77d60e1b65f6ca5accd4d612fa29440", "versions": { "2012.02.22": { "bin": [ @@ -8477,6 +8477,20 @@ "https://yt-dl.org/downloads/2016.01.27/youtube-dl-2016.01.27.tar.gz", "d06bb62ea19aef3ebb842ac01d98bbeee378e06d9e7c7a2f3bef343205b52ee9" ] + }, + "2016.01.29": { + "bin": [ + "https://yt-dl.org/downloads/2016.01.29/youtube-dl", + "05998c5d1da73234fae73d3ea2a304a3869e239cfdc275f5aa896ebd521adae0" + ], + "exe": [ + "https://yt-dl.org/downloads/2016.01.29/youtube-dl.exe", + "e37e5c3a37a3bfd3135e87b5eeff59be7799c96b2bc00958add8fc358d59ab75" + ], + "tar": [ + "https://yt-dl.org/downloads/2016.01.29/youtube-dl-2016.01.29.tar.gz", + "4b39800787d288c5f44cf00342d900d53386ef41c66a5397b406acac9fd60212" + ] } } } \ No newline at end of file From f960ec7fad8abcd08321a0c39bcde610df7e47cb Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Sun, 31 Jan 2016 13:03:08 +0100 Subject: [PATCH 119/139] release 2016.01.31 --- download.html | 18 +++++++++--------- supportedsites.html | 3 +++ update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 45 insertions(+), 13 deletions(-) diff --git a/download.html b/download.html index a0973032c..f77e17b92 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

      Remember youtube-dl requires Python version 2.6, 2.7, or 3.2+ to work.

      -

      2016.01.29 (sig)

      +

      2016.01.31 (sig)

        -
      • MD5: 212f8528db88df146673739105452a0a
      • -
      • SHA1: 231b371d3895706596ddb84cd4cb6a444bf5b48f
      • -
      • SHA256: 05998c5d1da73234fae73d3ea2a304a3869e239cfdc275f5aa896ebd521adae0
      • +
      • MD5: 62396f17bd4092e6a1f3729f6a069e6c
      • +
      • SHA1: 97c6acf7862679dde9e415858538c338464680cb
      • +
      • SHA256: d0778ff4fc0903e6369c6bab9306e1b30ebf75cbd1bfb521abaa7bcf052a6b5e

      - Windows exe (sig - e37e5c3a37a3bfd3135e87b5eeff59be7799c96b2bc00958add8fc358d59ab75)
      - Full source + docs + binary tarball (sig - 4b39800787d288c5f44cf00342d900d53386ef41c66a5397b406acac9fd60212) + Windows exe (sig - e2aa301fe9e540b2e29044530ce6188724083c3b99addd54d8c51ee67422f897)
      + Full source + docs + binary tarball (sig - 62b7e89fb4ef43eb175581dc365e1b95158d9cb30cf45c041ab9cdc96d291340)

      To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2016.01.29/youtube-dl -o /usr/local/bin/youtube-dl
      +sudo curl https://yt-dl.org/downloads/2016.01.31/youtube-dl -o /usr/local/bin/youtube-dl
      sudo chmod a+rx /usr/local/bin/youtube-dl

      If you do not have curl, you can alternatively use a recent wget: -sudo wget https://yt-dl.org/downloads/2016.01.29/youtube-dl -O /usr/local/bin/youtube-dl
      +sudo wget https://yt-dl.org/downloads/2016.01.31/youtube-dl -O /usr/local/bin/youtube-dl
      sudo chmod a+rx /usr/local/bin/youtube-dl

      @@ -53,7 +53,7 @@ See the pypi page for more

      To check the signature, type: -sudo wget https://yt-dl.org/downloads/2016.01.29/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig
      +sudo wget https://yt-dl.org/downloads/2016.01.31/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig

      The following GPG keys will be used to sign the binaries and the git tags:

      diff --git a/supportedsites.html b/supportedsites.html index eca799ebc..a4a6f385a 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -70,6 +70,7 @@
    • audiomack
    • audiomack:album
    • Azubu
    • +
    • AzubuLive
    • BaiduVideo: 百度视频
    • bambuser
    • bambuser:channel
    • @@ -330,6 +331,7 @@
    • mailru: Видео@Mail.Ru
    • MakerTV
    • Malemotion
    • +
    • MatchTV
    • MDR: MDR.DE and KiKA
    • media.ccc.de
    • metacafe
    • @@ -522,6 +524,7 @@
    • Sapo: SAPO Vídeos
    • savefrom.net
    • SBS: sbs.com.au
    • +
    • schooltv
    • SciVee
    • screen.yahoo:search: Yahoo screen search
    • Screencast
    • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index bf4b04be2..9dd63ecfd 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2016.01.29 \ No newline at end of file +2016.01.31 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index a8d94e3b6..606ba6671 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -3,7 +3,7 @@ youtube-dl releases https://yt-dl.org/feed/youtube-dl-updates-feed - 2016-01-29T12:24:03.431196Z + 2016-01-31T13:03:04.680737Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -9095,4 +9095,19 @@ 2016-01-29T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2016.01.31 + New version 2016.01.31 + + +
      + Downloads available at https://yt-dl.org/downloads/2016.01.31/ +
      +
      + + The youtube-dl maintainers + + 2016-01-31T00:00:00Z +
      + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index d8ba74ad1..8e0109aed 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2016.01.29", - "signature": "4da78a5c4d2b81e0e37b1668d8621a4fee73298ca45c0149953343c51d1d1d3b91bc16e1e9f5a36869685fa4c93941657187c29db59b0d0f4ced6afce5cb89d53bc78321bd7592cf407ed29e58ab83ec15f17f80122e0d0b1b0bc91687c643ca77068f1352955d15dbc772f79f22e27bf77d60e1b65f6ca5accd4d612fa29440", + "latest": "2016.01.31", + "signature": "624b26fd8123212412d61dc722d7728acd5b0cc421e009f2057e289eb8f29a4352089cf8c2179dea693832454714e297b98925b7072c86764d9547b4fe22b21616894cf3cb4527d95fd31a03a97984d74be8799ed8eb3c53e926ff3f852b8cd3d3a7ba7fcaf47d19810a63e858f10f923e1b4699ea1f658b779ac0beb950b336", "versions": { "2012.02.22": { "bin": [ @@ -8491,6 +8491,20 @@ "https://yt-dl.org/downloads/2016.01.29/youtube-dl-2016.01.29.tar.gz", "4b39800787d288c5f44cf00342d900d53386ef41c66a5397b406acac9fd60212" ] + }, + "2016.01.31": { + "bin": [ + "https://yt-dl.org/downloads/2016.01.31/youtube-dl", + "d0778ff4fc0903e6369c6bab9306e1b30ebf75cbd1bfb521abaa7bcf052a6b5e" + ], + "exe": [ + "https://yt-dl.org/downloads/2016.01.31/youtube-dl.exe", + "e2aa301fe9e540b2e29044530ce6188724083c3b99addd54d8c51ee67422f897" + ], + "tar": [ + "https://yt-dl.org/downloads/2016.01.31/youtube-dl-2016.01.31.tar.gz", + "62b7e89fb4ef43eb175581dc365e1b95158d9cb30cf45c041ab9cdc96d291340" + ] } } } \ No newline at end of file From 854d1627da51497ad761e982e269031bc68be026 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Mon, 1 Feb 2016 12:15:32 +0100 Subject: [PATCH 120/139] release 2016.02.01 --- download.html | 18 +++++++++--------- supportedsites.html | 4 +++- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 45 insertions(+), 14 deletions(-) diff --git a/download.html b/download.html index f77e17b92..ed9671f91 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

      Remember youtube-dl requires Python version 2.6, 2.7, or 3.2+ to work.

      -

      2016.01.31 (sig)

      +

      2016.02.01 (sig)

        -
      • MD5: 62396f17bd4092e6a1f3729f6a069e6c
      • -
      • SHA1: 97c6acf7862679dde9e415858538c338464680cb
      • -
      • SHA256: d0778ff4fc0903e6369c6bab9306e1b30ebf75cbd1bfb521abaa7bcf052a6b5e
      • +
      • MD5: 41158f69bc0ff06003b700e2d609dc4d
      • +
      • SHA1: 771ecd90e16b0c8620e105d2905214740ee9674b
      • +
      • SHA256: ac6edf6140ecc8add2f17979f0f4bb021a117e31f98249e1a4a0422285693b2f

      - Windows exe (sig - e2aa301fe9e540b2e29044530ce6188724083c3b99addd54d8c51ee67422f897)
      - Full source + docs + binary tarball (sig - 62b7e89fb4ef43eb175581dc365e1b95158d9cb30cf45c041ab9cdc96d291340) + Windows exe (sig - dbd93d85fa8709eb9ec72c2c87c45bd8f1bed98b06b9ea70208253fbaef6c1b4)
      + Full source + docs + binary tarball (sig - cac97ffda989b5783b7b05dd04cdb9f602089163d4c0dbeb55fc749899422613)

      To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2016.01.31/youtube-dl -o /usr/local/bin/youtube-dl
      +sudo curl https://yt-dl.org/downloads/2016.02.01/youtube-dl -o /usr/local/bin/youtube-dl
      sudo chmod a+rx /usr/local/bin/youtube-dl

      If you do not have curl, you can alternatively use a recent wget: -sudo wget https://yt-dl.org/downloads/2016.01.31/youtube-dl -O /usr/local/bin/youtube-dl
      +sudo wget https://yt-dl.org/downloads/2016.02.01/youtube-dl -O /usr/local/bin/youtube-dl
      sudo chmod a+rx /usr/local/bin/youtube-dl

      @@ -53,7 +53,7 @@ See the pypi page for more

      To check the signature, type: -sudo wget https://yt-dl.org/downloads/2016.01.31/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig
      +sudo wget https://yt-dl.org/downloads/2016.02.01/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig

      The following GPG keys will be used to sign the binaries and the git tags:

      diff --git a/supportedsites.html b/supportedsites.html index a4a6f385a..7daba69c7 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -54,8 +54,8 @@
    • appletrailers:section
    • archive.org: archive.org videos
    • ARD
    • -
    • ARD:mediathek
    • ARD:mediathek: Saarländischer Rundfunk
    • +
    • ARD:mediathek
    • arte.tv
    • arte.tv:+7
    • arte.tv:cinema
    • @@ -149,6 +149,8 @@
    • DailymotionCloud
    • daum.net
    • daum.net:clip
    • +
    • daum.net:playlist
    • +
    • daum.net:user
    • DBTV
    • DCN
    • dcn:live
    • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 9dd63ecfd..eaf37616f 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2016.01.31 \ No newline at end of file +2016.02.01 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 606ba6671..64446ccef 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -3,7 +3,7 @@ youtube-dl releases https://yt-dl.org/feed/youtube-dl-updates-feed - 2016-01-31T13:03:04.680737Z + 2016-02-01T12:15:30.539671Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -9110,4 +9110,19 @@ 2016-01-31T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2016.02.01 + New version 2016.02.01 + + +
      + Downloads available at https://yt-dl.org/downloads/2016.02.01/ +
      +
      + + The youtube-dl maintainers + + 2016-02-01T00:00:00Z +
      + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 8e0109aed..13dab7756 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2016.01.31", - "signature": "624b26fd8123212412d61dc722d7728acd5b0cc421e009f2057e289eb8f29a4352089cf8c2179dea693832454714e297b98925b7072c86764d9547b4fe22b21616894cf3cb4527d95fd31a03a97984d74be8799ed8eb3c53e926ff3f852b8cd3d3a7ba7fcaf47d19810a63e858f10f923e1b4699ea1f658b779ac0beb950b336", + "latest": "2016.02.01", + "signature": "644377b30a62472191466319781137f6932fe4d557ac4b054b8a60c578f9d9114bace23136463493525dd0e923f589af5dc5611fd09967f8192efe184aa83c6aa9d78545ebbe22be5ea46f24b74dbbc555c4edcdb8c44dab939327208eb5dc7c6bbed3c29b09fe37ab35ddbd68cc541d29af01072c40009c80327ab47e86ee93", "versions": { "2012.02.22": { "bin": [ @@ -8505,6 +8505,20 @@ "https://yt-dl.org/downloads/2016.01.31/youtube-dl-2016.01.31.tar.gz", "62b7e89fb4ef43eb175581dc365e1b95158d9cb30cf45c041ab9cdc96d291340" ] + }, + "2016.02.01": { + "bin": [ + "https://yt-dl.org/downloads/2016.02.01/youtube-dl", + "ac6edf6140ecc8add2f17979f0f4bb021a117e31f98249e1a4a0422285693b2f" + ], + "exe": [ + "https://yt-dl.org/downloads/2016.02.01/youtube-dl.exe", + "dbd93d85fa8709eb9ec72c2c87c45bd8f1bed98b06b9ea70208253fbaef6c1b4" + ], + "tar": [ + "https://yt-dl.org/downloads/2016.02.01/youtube-dl-2016.02.01.tar.gz", + "cac97ffda989b5783b7b05dd04cdb9f602089163d4c0dbeb55fc749899422613" + ] } } } \ No newline at end of file From 4c13aed2ac083dd45cabb5eb73c37a8db909a4b5 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Thu, 4 Feb 2016 13:40:48 +0100 Subject: [PATCH 121/139] release 2016.02.04 --- download.html | 18 +++++++++--------- supportedsites.html | 1 + update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 43 insertions(+), 13 deletions(-) diff --git a/download.html b/download.html index ed9671f91..6c4ac406b 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

      Remember youtube-dl requires Python version 2.6, 2.7, or 3.2+ to work.

      -

      2016.02.01 (sig)

      +

      2016.02.04 (sig)

        -
      • MD5: 41158f69bc0ff06003b700e2d609dc4d
      • -
      • SHA1: 771ecd90e16b0c8620e105d2905214740ee9674b
      • -
      • SHA256: ac6edf6140ecc8add2f17979f0f4bb021a117e31f98249e1a4a0422285693b2f
      • +
      • MD5: 54f2b3b3efda3df6aff1e4d0f241c55c
      • +
      • SHA1: 9697a6b89d70969ead06cdfc474ed00dd1bb7d7b
      • +
      • SHA256: 0e98fc602bf1369713d2ed5c2eff3c0867ed583f42d4882bde1d1f0c214932e0

      - Windows exe (sig - dbd93d85fa8709eb9ec72c2c87c45bd8f1bed98b06b9ea70208253fbaef6c1b4)
      - Full source + docs + binary tarball (sig - cac97ffda989b5783b7b05dd04cdb9f602089163d4c0dbeb55fc749899422613) + Windows exe (sig - bfeed0a419c2b04252dae047782a5bf60ae8986ceb4824a4b0170cd3507bcbcc)
      + Full source + docs + binary tarball (sig - 77796375479a86b15170e785cc20177df4d91bdfdd871f426f24adcbc8306f05)

      To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2016.02.01/youtube-dl -o /usr/local/bin/youtube-dl
      +sudo curl https://yt-dl.org/downloads/2016.02.04/youtube-dl -o /usr/local/bin/youtube-dl
      sudo chmod a+rx /usr/local/bin/youtube-dl

      If you do not have curl, you can alternatively use a recent wget: -sudo wget https://yt-dl.org/downloads/2016.02.01/youtube-dl -O /usr/local/bin/youtube-dl
      +sudo wget https://yt-dl.org/downloads/2016.02.04/youtube-dl -O /usr/local/bin/youtube-dl
      sudo chmod a+rx /usr/local/bin/youtube-dl

      @@ -53,7 +53,7 @@ See the pypi page for more

      To check the signature, type: -sudo wget https://yt-dl.org/downloads/2016.02.01/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig
      +sudo wget https://yt-dl.org/downloads/2016.02.04/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig

      The following GPG keys will be used to sign the binaries and the git tags:

      diff --git a/supportedsites.html b/supportedsites.html index 7daba69c7..7f52941cf 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -106,6 +106,7 @@
    • Canvas
    • CBS
    • CBSNews: CBS News
    • +
    • CBSNewsLiveVideo: CBS News Live Videos
    • CBSSports
    • CeskaTelevize
    • channel9: Channel 9
    • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index eaf37616f..f0cfadf62 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2016.02.01 \ No newline at end of file +2016.02.04 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 64446ccef..d4b1fc74b 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -3,7 +3,7 @@ youtube-dl releases https://yt-dl.org/feed/youtube-dl-updates-feed - 2016-02-01T12:15:30.539671Z + 2016-02-04T13:40:46.804279Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -9125,4 +9125,19 @@ 2016-02-01T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2016.02.04 + New version 2016.02.04 + + +
      + Downloads available at https://yt-dl.org/downloads/2016.02.04/ +
      +
      + + The youtube-dl maintainers + + 2016-02-04T00:00:00Z +
      + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 13dab7756..607fe9ecd 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2016.02.01", - "signature": "644377b30a62472191466319781137f6932fe4d557ac4b054b8a60c578f9d9114bace23136463493525dd0e923f589af5dc5611fd09967f8192efe184aa83c6aa9d78545ebbe22be5ea46f24b74dbbc555c4edcdb8c44dab939327208eb5dc7c6bbed3c29b09fe37ab35ddbd68cc541d29af01072c40009c80327ab47e86ee93", + "latest": "2016.02.04", + "signature": "54000cd77748a5e82bf29244b71c7147ec87f24322abef3dd089034ec83631724f20cf2b7a293da2b70ce6716c461b8730da14fe1f2af34864d7fb0df22fccf59e98ce59f6398c1c5a627f71fb66c9aee2b6ab7c72e7f9ddf7ae07d1c6eabf9d5936c88303c7f875774d014c22a6e094a2f7c9836093614d28d7c37bee5d7bf0", "versions": { "2012.02.22": { "bin": [ @@ -8519,6 +8519,20 @@ "https://yt-dl.org/downloads/2016.02.01/youtube-dl-2016.02.01.tar.gz", "cac97ffda989b5783b7b05dd04cdb9f602089163d4c0dbeb55fc749899422613" ] + }, + "2016.02.04": { + "bin": [ + "https://yt-dl.org/downloads/2016.02.04/youtube-dl", + "0e98fc602bf1369713d2ed5c2eff3c0867ed583f42d4882bde1d1f0c214932e0" + ], + "exe": [ + "https://yt-dl.org/downloads/2016.02.04/youtube-dl.exe", + "bfeed0a419c2b04252dae047782a5bf60ae8986ceb4824a4b0170cd3507bcbcc" + ], + "tar": [ + "https://yt-dl.org/downloads/2016.02.04/youtube-dl-2016.02.04.tar.gz", + "77796375479a86b15170e785cc20177df4d91bdfdd871f426f24adcbc8306f05" + ] } } } \ No newline at end of file From 56a6bfac2f52d29575b2762aed9c173e95a5f08a Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Fri, 5 Feb 2016 11:07:33 +0100 Subject: [PATCH 122/139] release 2016.02.05 --- download.html | 18 +++++++++--------- supportedsites.html | 2 +- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 43 insertions(+), 14 deletions(-) diff --git a/download.html b/download.html index 6c4ac406b..0fbbcd03c 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

      Remember youtube-dl requires Python version 2.6, 2.7, or 3.2+ to work.

      -

      2016.02.04 (sig)

      +

      2016.02.05 (sig)

        -
      • MD5: 54f2b3b3efda3df6aff1e4d0f241c55c
      • -
      • SHA1: 9697a6b89d70969ead06cdfc474ed00dd1bb7d7b
      • -
      • SHA256: 0e98fc602bf1369713d2ed5c2eff3c0867ed583f42d4882bde1d1f0c214932e0
      • +
      • MD5: 4547fcaf4366ced64d7703a762e4a610
      • +
      • SHA1: 06857edc238fe77adc2195e1db7f09d11f643558
      • +
      • SHA256: b26dd7979522c4673539ab38af01b597c6dda5131be1a1b3298c358265cd86bf

      - Windows exe (sig - bfeed0a419c2b04252dae047782a5bf60ae8986ceb4824a4b0170cd3507bcbcc)
      - Full source + docs + binary tarball (sig - 77796375479a86b15170e785cc20177df4d91bdfdd871f426f24adcbc8306f05) + Windows exe (sig - a4f2cc3e0a21ef5f0982849819787f2493aee6f319932c6cb78ec603f42d2812)
      + Full source + docs + binary tarball (sig - d4276588499efbb4638d1078fede72f89063b30f7cf9569df8ea33b15514f966)

      To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2016.02.04/youtube-dl -o /usr/local/bin/youtube-dl
      +sudo curl https://yt-dl.org/downloads/2016.02.05/youtube-dl -o /usr/local/bin/youtube-dl
      sudo chmod a+rx /usr/local/bin/youtube-dl

      If you do not have curl, you can alternatively use a recent wget: -sudo wget https://yt-dl.org/downloads/2016.02.04/youtube-dl -O /usr/local/bin/youtube-dl
      +sudo wget https://yt-dl.org/downloads/2016.02.05/youtube-dl -O /usr/local/bin/youtube-dl
      sudo chmod a+rx /usr/local/bin/youtube-dl

      @@ -53,7 +53,7 @@ See the pypi page for more

      To check the signature, type: -sudo wget https://yt-dl.org/downloads/2016.02.04/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig
      +sudo wget https://yt-dl.org/downloads/2016.02.05/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig

      The following GPG keys will be used to sign the binaries and the git tags:

      diff --git a/supportedsites.html b/supportedsites.html index 7f52941cf..86475a683 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -54,8 +54,8 @@
    • appletrailers:section
    • archive.org: archive.org videos
    • ARD
    • -
    • ARD:mediathek: Saarländischer Rundfunk
    • ARD:mediathek
    • +
    • ARD:mediathek: Saarländischer Rundfunk
    • arte.tv
    • arte.tv:+7
    • arte.tv:cinema
    • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index f0cfadf62..ef6d176be 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2016.02.04 \ No newline at end of file +2016.02.05 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index d4b1fc74b..51e03dd83 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -3,7 +3,7 @@ youtube-dl releases https://yt-dl.org/feed/youtube-dl-updates-feed - 2016-02-04T13:40:46.804279Z + 2016-02-05T11:07:29.955860Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -9140,4 +9140,19 @@ 2016-02-04T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2016.02.05 + New version 2016.02.05 + + +
      + Downloads available at https://yt-dl.org/downloads/2016.02.05/ +
      +
      + + The youtube-dl maintainers + + 2016-02-05T00:00:00Z +
      + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 607fe9ecd..4b1a69543 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2016.02.04", - "signature": "54000cd77748a5e82bf29244b71c7147ec87f24322abef3dd089034ec83631724f20cf2b7a293da2b70ce6716c461b8730da14fe1f2af34864d7fb0df22fccf59e98ce59f6398c1c5a627f71fb66c9aee2b6ab7c72e7f9ddf7ae07d1c6eabf9d5936c88303c7f875774d014c22a6e094a2f7c9836093614d28d7c37bee5d7bf0", + "latest": "2016.02.05", + "signature": "62a5dc266758c2462ed1b350b1cbe88229a95a801faaf3f73cf1a006709d89d385e5a2075b2c4827f66af9526c64b382c156a25d6d56acc0d800e55171dc8c578f59f617950edf2dc838ab269f2db47efca62209be71e58afd718eaa515b9918172b09cee2733bb30b00ed91b2ce72de546382ad41517d1b95ac1086f60384ae", "versions": { "2012.02.22": { "bin": [ @@ -8533,6 +8533,20 @@ "https://yt-dl.org/downloads/2016.02.04/youtube-dl-2016.02.04.tar.gz", "77796375479a86b15170e785cc20177df4d91bdfdd871f426f24adcbc8306f05" ] + }, + "2016.02.05": { + "bin": [ + "https://yt-dl.org/downloads/2016.02.05/youtube-dl", + "b26dd7979522c4673539ab38af01b597c6dda5131be1a1b3298c358265cd86bf" + ], + "exe": [ + "https://yt-dl.org/downloads/2016.02.05/youtube-dl.exe", + "a4f2cc3e0a21ef5f0982849819787f2493aee6f319932c6cb78ec603f42d2812" + ], + "tar": [ + "https://yt-dl.org/downloads/2016.02.05/youtube-dl-2016.02.05.tar.gz", + "d4276588499efbb4638d1078fede72f89063b30f7cf9569df8ea33b15514f966" + ] } } } \ No newline at end of file From 7befbd830a95ebbd24ca2c9adfbbe499cd8da691 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Fri, 5 Feb 2016 15:19:14 +0100 Subject: [PATCH 123/139] release 2016.02.05.1 --- download.html | 18 +++++++++--------- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 4 files changed, 42 insertions(+), 13 deletions(-) diff --git a/download.html b/download.html index 0fbbcd03c..d4c33afe0 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

      Remember youtube-dl requires Python version 2.6, 2.7, or 3.2+ to work.

      -

      2016.02.05 (sig)

      +

      2016.02.05.1 (sig)

        -
      • MD5: 4547fcaf4366ced64d7703a762e4a610
      • -
      • SHA1: 06857edc238fe77adc2195e1db7f09d11f643558
      • -
      • SHA256: b26dd7979522c4673539ab38af01b597c6dda5131be1a1b3298c358265cd86bf
      • +
      • MD5: b8b7e604050ab5787784f0b3c4cc8661
      • +
      • SHA1: 5273f9154b0d19bca63f3a8f6bf25cfd23a1bae9
      • +
      • SHA256: 2378c5fba70848d41913ac50ac09c89e0e509e85b195d8bd084ab1b0b86eb1b9

      - Windows exe (sig - a4f2cc3e0a21ef5f0982849819787f2493aee6f319932c6cb78ec603f42d2812)
      - Full source + docs + binary tarball (sig - d4276588499efbb4638d1078fede72f89063b30f7cf9569df8ea33b15514f966) + Windows exe (sig - 08c72cfcb53560e7ae4c1e371feb3fb11b52215d3245016d24abd479cab9a516)
      + Full source + docs + binary tarball (sig - c05621cf77cfbff16c96bbe4bf07eee89d73f60b065e5daec4bb069358525f9d)

      To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2016.02.05/youtube-dl -o /usr/local/bin/youtube-dl
      +sudo curl https://yt-dl.org/downloads/2016.02.05.1/youtube-dl -o /usr/local/bin/youtube-dl
      sudo chmod a+rx /usr/local/bin/youtube-dl

      If you do not have curl, you can alternatively use a recent wget: -sudo wget https://yt-dl.org/downloads/2016.02.05/youtube-dl -O /usr/local/bin/youtube-dl
      +sudo wget https://yt-dl.org/downloads/2016.02.05.1/youtube-dl -O /usr/local/bin/youtube-dl
      sudo chmod a+rx /usr/local/bin/youtube-dl

      @@ -53,7 +53,7 @@ See the pypi page for more

      To check the signature, type: -sudo wget https://yt-dl.org/downloads/2016.02.05/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig
      +sudo wget https://yt-dl.org/downloads/2016.02.05.1/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig

      The following GPG keys will be used to sign the binaries and the git tags:

      diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index ef6d176be..f9e24844d 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2016.02.05 \ No newline at end of file +2016.02.05.1 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 51e03dd83..442cfc2c1 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -3,7 +3,7 @@ youtube-dl releases https://yt-dl.org/feed/youtube-dl-updates-feed - 2016-02-05T11:07:29.955860Z + 2016-02-05T15:19:13.015351Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -9155,4 +9155,19 @@ 2016-02-05T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2016.02.05.1 + New version 2016.02.05.1 + + +
      + Downloads available at https://yt-dl.org/downloads/2016.02.05.1/ +
      +
      + + The youtube-dl maintainers + + 2016-02-05T00:00:01Z +
      + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 4b1a69543..51f293c1f 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2016.02.05", - "signature": "62a5dc266758c2462ed1b350b1cbe88229a95a801faaf3f73cf1a006709d89d385e5a2075b2c4827f66af9526c64b382c156a25d6d56acc0d800e55171dc8c578f59f617950edf2dc838ab269f2db47efca62209be71e58afd718eaa515b9918172b09cee2733bb30b00ed91b2ce72de546382ad41517d1b95ac1086f60384ae", + "latest": "2016.02.05.1", + "signature": "5095ea23919c2a9187ad51ee8f47e08ae2c6b54696e3206abc4296a515bd600e904d5d6cf8693483b513051394d1d2b06dab8724b6e2b7ce8d461230e81565d34973ad60018c30ea856a01a3232336a1ac83085a599489d452ee0b652e1df220d6c820e92b4805160c3239bc18035eaa47b5f5434cc929b861125b5d27254d5c", "versions": { "2012.02.22": { "bin": [ @@ -8547,6 +8547,20 @@ "https://yt-dl.org/downloads/2016.02.05/youtube-dl-2016.02.05.tar.gz", "d4276588499efbb4638d1078fede72f89063b30f7cf9569df8ea33b15514f966" ] + }, + "2016.02.05.1": { + "bin": [ + "https://yt-dl.org/downloads/2016.02.05.1/youtube-dl", + "2378c5fba70848d41913ac50ac09c89e0e509e85b195d8bd084ab1b0b86eb1b9" + ], + "exe": [ + "https://yt-dl.org/downloads/2016.02.05.1/youtube-dl.exe", + "08c72cfcb53560e7ae4c1e371feb3fb11b52215d3245016d24abd479cab9a516" + ], + "tar": [ + "https://yt-dl.org/downloads/2016.02.05.1/youtube-dl-2016.02.05.1.tar.gz", + "c05621cf77cfbff16c96bbe4bf07eee89d73f60b065e5daec4bb069358525f9d" + ] } } } \ No newline at end of file From 25fb0a671fb59e50d967106c7388e350a1079809 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Tue, 9 Feb 2016 13:01:38 +0100 Subject: [PATCH 124/139] release 2016.02.09 --- download.html | 18 +++++++++--------- supportedsites.html | 9 ++++++--- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 48 insertions(+), 16 deletions(-) diff --git a/download.html b/download.html index d4c33afe0..4d79badb7 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

      Remember youtube-dl requires Python version 2.6, 2.7, or 3.2+ to work.

      -

      2016.02.05.1 (sig)

      +

      2016.02.09 (sig)

        -
      • MD5: b8b7e604050ab5787784f0b3c4cc8661
      • -
      • SHA1: 5273f9154b0d19bca63f3a8f6bf25cfd23a1bae9
      • -
      • SHA256: 2378c5fba70848d41913ac50ac09c89e0e509e85b195d8bd084ab1b0b86eb1b9
      • +
      • MD5: cb197327aec67ea3c0b31edd4ed1658b
      • +
      • SHA1: f37730dc2b76b0ceab47998ddf0167e5aaa4c64c
      • +
      • SHA256: d1856f61c2d320b6ee7f50607626ed33b8518bddf7a07450ae96f55ada7eeff8

      - Windows exe (sig - 08c72cfcb53560e7ae4c1e371feb3fb11b52215d3245016d24abd479cab9a516)
      - Full source + docs + binary tarball (sig - c05621cf77cfbff16c96bbe4bf07eee89d73f60b065e5daec4bb069358525f9d) + Windows exe (sig - b3bdfdbc5ec4e3043d2656975c50091a25bfa6bc273ff7b2bfc3f0c81e06410a)
      + Full source + docs + binary tarball (sig - 361d4a47f5ff1591c9577c58fe11689ba07eb9cab07f21560a426710beef0207)

      To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2016.02.05.1/youtube-dl -o /usr/local/bin/youtube-dl
      +sudo curl https://yt-dl.org/downloads/2016.02.09/youtube-dl -o /usr/local/bin/youtube-dl
      sudo chmod a+rx /usr/local/bin/youtube-dl

      If you do not have curl, you can alternatively use a recent wget: -sudo wget https://yt-dl.org/downloads/2016.02.05.1/youtube-dl -O /usr/local/bin/youtube-dl
      +sudo wget https://yt-dl.org/downloads/2016.02.09/youtube-dl -O /usr/local/bin/youtube-dl
      sudo chmod a+rx /usr/local/bin/youtube-dl

      @@ -53,7 +53,7 @@ See the pypi page for more

      To check the signature, type: -sudo wget https://yt-dl.org/downloads/2016.02.05.1/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig
      +sudo wget https://yt-dl.org/downloads/2016.02.09/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig

      The following GPG keys will be used to sign the binaries and the git tags:

      diff --git a/supportedsites.html b/supportedsites.html index 86475a683..a03f543ae 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -54,8 +54,8 @@
    • appletrailers:section
    • archive.org: archive.org videos
    • ARD
    • -
    • ARD:mediathek
    • ARD:mediathek: Saarländischer Rundfunk
    • +
    • ARD:mediathek
    • arte.tv
    • arte.tv:+7
    • arte.tv:cinema
    • @@ -277,7 +277,7 @@
    • Instagram
    • instagram:user: Instagram user profile
    • InternetVideoArchive
    • -
    • IPrima (Currently broken)
    • +
    • IPrima
    • iqiyi: 爱奇艺
    • Ir90Tv
    • ivi: ivi.ru
    • @@ -298,6 +298,7 @@
    • KeezMovies
    • KhanAcademy
    • KickStarter
    • +
    • KonserthusetPlay
    • kontrtube: KontrTube.ru - Труба зовёт
    • KrasView: Красвью
    • Ku6
    • @@ -696,7 +697,9 @@
    • VideoPremium
    • VideoTt: video.tt - Your True Tube (Currently broken)
    • videoweed: VideoWeed
    • -
    • Vidme
    • +
    • vidme
    • +
    • vidme:user
    • +
    • vidme:user:likes
    • Vidzi
    • vier
    • vier:videos
    • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index f9e24844d..86be9429a 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2016.02.05.1 \ No newline at end of file +2016.02.09 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 442cfc2c1..572acdb5b 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -3,7 +3,7 @@ youtube-dl releases https://yt-dl.org/feed/youtube-dl-updates-feed - 2016-02-05T15:19:13.015351Z + 2016-02-09T13:01:35.001788Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -9170,4 +9170,19 @@ 2016-02-05T00:00:01Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2016.02.09 + New version 2016.02.09 + + +
      + Downloads available at https://yt-dl.org/downloads/2016.02.09/ +
      +
      + + The youtube-dl maintainers + + 2016-02-09T00:00:00Z +
      + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 51f293c1f..f2b2bf329 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2016.02.05.1", - "signature": "5095ea23919c2a9187ad51ee8f47e08ae2c6b54696e3206abc4296a515bd600e904d5d6cf8693483b513051394d1d2b06dab8724b6e2b7ce8d461230e81565d34973ad60018c30ea856a01a3232336a1ac83085a599489d452ee0b652e1df220d6c820e92b4805160c3239bc18035eaa47b5f5434cc929b861125b5d27254d5c", + "latest": "2016.02.09", + "signature": "7b17b11fd0aeb10bf91eeac4d95eefc14bab1d25738a1953d6af32a75a170cd1c6a39316aa5ece4fec4f2b4dd1bc4364be20b89be92d0131768601678ef766de157dbc67589cf99f388c79179a4916cd28b2452b856e1d742768988011971a16036d847cd18a8609474f093ee8141a2f266f7f74af353b58b960b3addb02276a", "versions": { "2012.02.22": { "bin": [ @@ -8561,6 +8561,20 @@ "https://yt-dl.org/downloads/2016.02.05.1/youtube-dl-2016.02.05.1.tar.gz", "c05621cf77cfbff16c96bbe4bf07eee89d73f60b065e5daec4bb069358525f9d" ] + }, + "2016.02.09": { + "bin": [ + "https://yt-dl.org/downloads/2016.02.09/youtube-dl", + "d1856f61c2d320b6ee7f50607626ed33b8518bddf7a07450ae96f55ada7eeff8" + ], + "exe": [ + "https://yt-dl.org/downloads/2016.02.09/youtube-dl.exe", + "b3bdfdbc5ec4e3043d2656975c50091a25bfa6bc273ff7b2bfc3f0c81e06410a" + ], + "tar": [ + "https://yt-dl.org/downloads/2016.02.09/youtube-dl-2016.02.09.tar.gz", + "361d4a47f5ff1591c9577c58fe11689ba07eb9cab07f21560a426710beef0207" + ] } } } \ No newline at end of file From 13437d26faf2f8b74f8bf0f59c8078c26770a585 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Tue, 9 Feb 2016 20:23:54 +0100 Subject: [PATCH 125/139] release 2016.02.09.1 --- download.html | 18 +++++++++--------- supportedsites.html | 2 +- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 43 insertions(+), 14 deletions(-) diff --git a/download.html b/download.html index 4d79badb7..c93f6389b 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

      Remember youtube-dl requires Python version 2.6, 2.7, or 3.2+ to work.

      -

      2016.02.09 (sig)

      +

      2016.02.09.1 (sig)

        -
      • MD5: cb197327aec67ea3c0b31edd4ed1658b
      • -
      • SHA1: f37730dc2b76b0ceab47998ddf0167e5aaa4c64c
      • -
      • SHA256: d1856f61c2d320b6ee7f50607626ed33b8518bddf7a07450ae96f55ada7eeff8
      • +
      • MD5: c0c2096b204503f4716c47d5cdbb5fce
      • +
      • SHA1: afad295b55e5d6a7c7493c3e00bc29764c147b7d
      • +
      • SHA256: af7483b29156cb85aa4d3abb84a727942b6c2e8fa61ea17232e3e76cbffe1a8c

      - Windows exe (sig - b3bdfdbc5ec4e3043d2656975c50091a25bfa6bc273ff7b2bfc3f0c81e06410a)
      - Full source + docs + binary tarball (sig - 361d4a47f5ff1591c9577c58fe11689ba07eb9cab07f21560a426710beef0207) + Windows exe (sig - f92e7bd16b65cbb76e78b84065833eab5db8cc86feb2fa71c24bbdd487a30434)
      + Full source + docs + binary tarball (sig - f4811f2864e5ffeb8865c097c6373d1c487ef326df71d45accd5ba0ab01f3f78)

      To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2016.02.09/youtube-dl -o /usr/local/bin/youtube-dl
      +sudo curl https://yt-dl.org/downloads/2016.02.09.1/youtube-dl -o /usr/local/bin/youtube-dl
      sudo chmod a+rx /usr/local/bin/youtube-dl

      If you do not have curl, you can alternatively use a recent wget: -sudo wget https://yt-dl.org/downloads/2016.02.09/youtube-dl -O /usr/local/bin/youtube-dl
      +sudo wget https://yt-dl.org/downloads/2016.02.09.1/youtube-dl -O /usr/local/bin/youtube-dl
      sudo chmod a+rx /usr/local/bin/youtube-dl

      @@ -53,7 +53,7 @@ See the pypi page for more

      To check the signature, type: -sudo wget https://yt-dl.org/downloads/2016.02.09/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig
      +sudo wget https://yt-dl.org/downloads/2016.02.09.1/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig

      The following GPG keys will be used to sign the binaries and the git tags:

      diff --git a/supportedsites.html b/supportedsites.html index a03f543ae..75c775f91 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -54,8 +54,8 @@
    • appletrailers:section
    • archive.org: archive.org videos
    • ARD
    • -
    • ARD:mediathek: Saarländischer Rundfunk
    • ARD:mediathek
    • +
    • ARD:mediathek: Saarländischer Rundfunk
    • arte.tv
    • arte.tv:+7
    • arte.tv:cinema
    • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 86be9429a..7aaf1cca8 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2016.02.09 \ No newline at end of file +2016.02.09.1 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 572acdb5b..1ce5cf630 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -3,7 +3,7 @@ youtube-dl releases https://yt-dl.org/feed/youtube-dl-updates-feed - 2016-02-09T13:01:35.001788Z + 2016-02-09T20:23:48.661419Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -9185,4 +9185,19 @@ 2016-02-09T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2016.02.09.1 + New version 2016.02.09.1 + + +
      + Downloads available at https://yt-dl.org/downloads/2016.02.09.1/ +
      +
      + + The youtube-dl maintainers + + 2016-02-09T00:00:01Z +
      + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index f2b2bf329..148529cac 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2016.02.09", - "signature": "7b17b11fd0aeb10bf91eeac4d95eefc14bab1d25738a1953d6af32a75a170cd1c6a39316aa5ece4fec4f2b4dd1bc4364be20b89be92d0131768601678ef766de157dbc67589cf99f388c79179a4916cd28b2452b856e1d742768988011971a16036d847cd18a8609474f093ee8141a2f266f7f74af353b58b960b3addb02276a", + "latest": "2016.02.09.1", + "signature": "4f042004eb670d8e9afb718e64cc12548627776971be86ca5455fe195199a663626c56916c47a99db40897a0fdeb2dfadd52a777d4768f88a795f7a15757f88a157277d3a6447d8322af4bdcd5bc80d8d09f9c1d6e71b6ebe1e301c4b8d147d953322aaf236b836839a05bdb1d0c129e9c1e5f1c040cfb52639149195e7a0e7d", "versions": { "2012.02.22": { "bin": [ @@ -8575,6 +8575,20 @@ "https://yt-dl.org/downloads/2016.02.09/youtube-dl-2016.02.09.tar.gz", "361d4a47f5ff1591c9577c58fe11689ba07eb9cab07f21560a426710beef0207" ] + }, + "2016.02.09.1": { + "bin": [ + "https://yt-dl.org/downloads/2016.02.09.1/youtube-dl", + "af7483b29156cb85aa4d3abb84a727942b6c2e8fa61ea17232e3e76cbffe1a8c" + ], + "exe": [ + "https://yt-dl.org/downloads/2016.02.09.1/youtube-dl.exe", + "f92e7bd16b65cbb76e78b84065833eab5db8cc86feb2fa71c24bbdd487a30434" + ], + "tar": [ + "https://yt-dl.org/downloads/2016.02.09.1/youtube-dl-2016.02.09.1.tar.gz", + "f4811f2864e5ffeb8865c097c6373d1c487ef326df71d45accd5ba0ab01f3f78" + ] } } } \ No newline at end of file From c1f884ce73a87291ed9dce8315ef8960b0559d0d Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Wed, 10 Feb 2016 16:21:10 +0100 Subject: [PATCH 126/139] release 2016.02.10 --- download.html | 18 +++++++++--------- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 4 files changed, 42 insertions(+), 13 deletions(-) diff --git a/download.html b/download.html index c93f6389b..24cc605bd 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

      Remember youtube-dl requires Python version 2.6, 2.7, or 3.2+ to work.

      -

      2016.02.09.1 (sig)

      +

      2016.02.10 (sig)

        -
      • MD5: c0c2096b204503f4716c47d5cdbb5fce
      • -
      • SHA1: afad295b55e5d6a7c7493c3e00bc29764c147b7d
      • -
      • SHA256: af7483b29156cb85aa4d3abb84a727942b6c2e8fa61ea17232e3e76cbffe1a8c
      • +
      • MD5: 4096c9a81fb20edfbaf988477730f44c
      • +
      • SHA1: a53426cb7346525de2bf734f96635dc954b14499
      • +
      • SHA256: 8f8938d99d9d03fd87c4f84b49c1c901cfaa3a5fe59c7dc15e43e9fea5b1c66a

      - Windows exe (sig - f92e7bd16b65cbb76e78b84065833eab5db8cc86feb2fa71c24bbdd487a30434)
      - Full source + docs + binary tarball (sig - f4811f2864e5ffeb8865c097c6373d1c487ef326df71d45accd5ba0ab01f3f78) + Windows exe (sig - 701e04ab2f1b78ffcf9bac6c0936e35e3e9d01e3e03a017d9dcfba398e388227)
      + Full source + docs + binary tarball (sig - 386cfc2128eebbedf2c4ffdb41537aede509436cdb6b6ef596da4eece376d023)

      To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2016.02.09.1/youtube-dl -o /usr/local/bin/youtube-dl
      +sudo curl https://yt-dl.org/downloads/2016.02.10/youtube-dl -o /usr/local/bin/youtube-dl
      sudo chmod a+rx /usr/local/bin/youtube-dl

      If you do not have curl, you can alternatively use a recent wget: -sudo wget https://yt-dl.org/downloads/2016.02.09.1/youtube-dl -O /usr/local/bin/youtube-dl
      +sudo wget https://yt-dl.org/downloads/2016.02.10/youtube-dl -O /usr/local/bin/youtube-dl
      sudo chmod a+rx /usr/local/bin/youtube-dl

      @@ -53,7 +53,7 @@ See the pypi page for more

      To check the signature, type: -sudo wget https://yt-dl.org/downloads/2016.02.09.1/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig
      +sudo wget https://yt-dl.org/downloads/2016.02.10/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig

      The following GPG keys will be used to sign the binaries and the git tags:

      diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 7aaf1cca8..8567378ed 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2016.02.09.1 \ No newline at end of file +2016.02.10 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 1ce5cf630..9a3806c00 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -3,7 +3,7 @@ youtube-dl releases https://yt-dl.org/feed/youtube-dl-updates-feed - 2016-02-09T20:23:48.661419Z + 2016-02-10T16:21:08.467920Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -9200,4 +9200,19 @@ 2016-02-09T00:00:01Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2016.02.10 + New version 2016.02.10 + + +
      + Downloads available at https://yt-dl.org/downloads/2016.02.10/ +
      +
      + + The youtube-dl maintainers + + 2016-02-10T00:00:00Z +
      + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 148529cac..4b7fd74e3 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2016.02.09.1", - "signature": "4f042004eb670d8e9afb718e64cc12548627776971be86ca5455fe195199a663626c56916c47a99db40897a0fdeb2dfadd52a777d4768f88a795f7a15757f88a157277d3a6447d8322af4bdcd5bc80d8d09f9c1d6e71b6ebe1e301c4b8d147d953322aaf236b836839a05bdb1d0c129e9c1e5f1c040cfb52639149195e7a0e7d", + "latest": "2016.02.10", + "signature": "8bd8fd62159c3f6894c33b8e89c259bc8364a087a6a8e3212d70c4747ad177fa2ca5b1e558292b2cf100156f3d6b2f039bfb482200d22b57a6a1a0aa26e905877181ecb420da539fe20fae9cb0cf13fb429f8b2c808083e0d497b0674fa3ee3dde8e07df4f2dd35ea7b6a157c2b0cf35dd4caafa406a8439a12a6fbc4cf01d19", "versions": { "2012.02.22": { "bin": [ @@ -8589,6 +8589,20 @@ "https://yt-dl.org/downloads/2016.02.09.1/youtube-dl-2016.02.09.1.tar.gz", "f4811f2864e5ffeb8865c097c6373d1c487ef326df71d45accd5ba0ab01f3f78" ] + }, + "2016.02.10": { + "bin": [ + "https://yt-dl.org/downloads/2016.02.10/youtube-dl", + "8f8938d99d9d03fd87c4f84b49c1c901cfaa3a5fe59c7dc15e43e9fea5b1c66a" + ], + "exe": [ + "https://yt-dl.org/downloads/2016.02.10/youtube-dl.exe", + "701e04ab2f1b78ffcf9bac6c0936e35e3e9d01e3e03a017d9dcfba398e388227" + ], + "tar": [ + "https://yt-dl.org/downloads/2016.02.10/youtube-dl-2016.02.10.tar.gz", + "386cfc2128eebbedf2c4ffdb41537aede509436cdb6b6ef596da4eece376d023" + ] } } } \ No newline at end of file From 8f8a03e36a46926caf9a2eacbf170026c8159ecc Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Sat, 13 Feb 2016 08:30:15 +0100 Subject: [PATCH 127/139] release 2016.02.13 --- download.html | 18 +++++++++--------- supportedsites.html | 6 +++++- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 47 insertions(+), 14 deletions(-) diff --git a/download.html b/download.html index 24cc605bd..0d1836176 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

      Remember youtube-dl requires Python version 2.6, 2.7, or 3.2+ to work.

      -

      2016.02.10 (sig)

      +

      2016.02.13 (sig)

        -
      • MD5: 4096c9a81fb20edfbaf988477730f44c
      • -
      • SHA1: a53426cb7346525de2bf734f96635dc954b14499
      • -
      • SHA256: 8f8938d99d9d03fd87c4f84b49c1c901cfaa3a5fe59c7dc15e43e9fea5b1c66a
      • +
      • MD5: 79638451e13f2bfd790e0247d6a8c14f
      • +
      • SHA1: 8548d3439b7bb24dd8902bcb4f8ce3ea36cad41c
      • +
      • SHA256: d3566b25400e57fd0d3e68c29e404eea464750a84ffee62fca3666975624510d

      - Windows exe (sig - 701e04ab2f1b78ffcf9bac6c0936e35e3e9d01e3e03a017d9dcfba398e388227)
      - Full source + docs + binary tarball (sig - 386cfc2128eebbedf2c4ffdb41537aede509436cdb6b6ef596da4eece376d023) + Windows exe (sig - db181ff70b0cc4d2ad8483da0f77497fa16224bfcd0eeea8f0bc2776198c7c79)
      + Full source + docs + binary tarball (sig - 8bb5cb62aad23fd3b049d9ffac76af6d76af8c18d68da3a3b9f602adaca1d534)

      To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2016.02.10/youtube-dl -o /usr/local/bin/youtube-dl
      +sudo curl https://yt-dl.org/downloads/2016.02.13/youtube-dl -o /usr/local/bin/youtube-dl
      sudo chmod a+rx /usr/local/bin/youtube-dl

      If you do not have curl, you can alternatively use a recent wget: -sudo wget https://yt-dl.org/downloads/2016.02.10/youtube-dl -O /usr/local/bin/youtube-dl
      +sudo wget https://yt-dl.org/downloads/2016.02.13/youtube-dl -O /usr/local/bin/youtube-dl
      sudo chmod a+rx /usr/local/bin/youtube-dl

      @@ -53,7 +53,7 @@ See the pypi page for more

      To check the signature, type: -sudo wget https://yt-dl.org/downloads/2016.02.10/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig
      +sudo wget https://yt-dl.org/downloads/2016.02.13/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig

      The following GPG keys will be used to sign the binaries and the git tags:

      diff --git a/supportedsites.html b/supportedsites.html index 75c775f91..9173de9e2 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -54,8 +54,8 @@
    • appletrailers:section
    • archive.org: archive.org videos
    • ARD
    • -
    • ARD:mediathek
    • ARD:mediathek: Saarländischer Rundfunk
    • +
    • ARD:mediathek
    • arte.tv
    • arte.tv:+7
    • arte.tv:cinema
    • @@ -104,6 +104,8 @@
    • canalc2.tv
    • Canalplus: canalplus.fr, piwiplus.fr and d8.tv
    • Canvas
    • +
    • CBC
    • +
    • CBCPlayer
    • CBS
    • CBSNews: CBS News
    • CBSNewsLiveVideo: CBS News Live Videos
    • @@ -135,6 +137,7 @@
    • ComedyCentralShows: The Daily Show / The Colbert Report
    • CondeNast: Condé Nast media group: Allure, Architectural Digest, Ars Technica, Bon Appétit, Brides, Condé Nast, Condé Nast Traveler, Details, Epicurious, GQ, Glamour, Golf Digest, SELF, Teen Vogue, The New Yorker, Vanity Fair, Vogue, W Magazine, WIRED
    • Cracked
    • +
    • Crackle
    • Criterion
    • CrooksAndLiars
    • Crunchyroll
    • @@ -460,6 +463,7 @@
    • PlanetaPlay
    • play.fm
    • played.to
    • +
    • PlaysTV
    • Playtvak: Playtvak.cz, iDNES.cz and Lidovky.cz
    • Playvid
    • Playwire
    • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 8567378ed..458e37bee 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2016.02.10 \ No newline at end of file +2016.02.13 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 9a3806c00..d03155307 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -3,7 +3,7 @@ youtube-dl releases https://yt-dl.org/feed/youtube-dl-updates-feed - 2016-02-10T16:21:08.467920Z + 2016-02-13T08:30:11.376400Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -9215,4 +9215,19 @@ 2016-02-10T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2016.02.13 + New version 2016.02.13 + + +
      + Downloads available at https://yt-dl.org/downloads/2016.02.13/ +
      +
      + + The youtube-dl maintainers + + 2016-02-13T00:00:00Z +
      + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 4b7fd74e3..421742852 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2016.02.10", - "signature": "8bd8fd62159c3f6894c33b8e89c259bc8364a087a6a8e3212d70c4747ad177fa2ca5b1e558292b2cf100156f3d6b2f039bfb482200d22b57a6a1a0aa26e905877181ecb420da539fe20fae9cb0cf13fb429f8b2c808083e0d497b0674fa3ee3dde8e07df4f2dd35ea7b6a157c2b0cf35dd4caafa406a8439a12a6fbc4cf01d19", + "latest": "2016.02.13", + "signature": "5e4582b552f0d913dd6226b5530f961a85c8c8fda9c6e2b9b1b4bbb023dc9301d28a9d7c0e896a07fa2924cbd9b9d67485e6eb68c0b850b1933725d0900b81927de46713c431f952386cc0ef51fc280b4ee7d4960cfa71fc0eedd5f3dfe1bf3176755dbc1fb856a84ab7cc7e17a76d52fb2b12f491589fe72f734518eb2575c6", "versions": { "2012.02.22": { "bin": [ @@ -8603,6 +8603,20 @@ "https://yt-dl.org/downloads/2016.02.10/youtube-dl-2016.02.10.tar.gz", "386cfc2128eebbedf2c4ffdb41537aede509436cdb6b6ef596da4eece376d023" ] + }, + "2016.02.13": { + "bin": [ + "https://yt-dl.org/downloads/2016.02.13/youtube-dl", + "d3566b25400e57fd0d3e68c29e404eea464750a84ffee62fca3666975624510d" + ], + "exe": [ + "https://yt-dl.org/downloads/2016.02.13/youtube-dl.exe", + "db181ff70b0cc4d2ad8483da0f77497fa16224bfcd0eeea8f0bc2776198c7c79" + ], + "tar": [ + "https://yt-dl.org/downloads/2016.02.13/youtube-dl-2016.02.13.tar.gz", + "8bb5cb62aad23fd3b049d9ffac76af6d76af8c18d68da3a3b9f602adaca1d534" + ] } } } \ No newline at end of file From a3c2bdf8180f1af085f4a23af945d96106495cfc Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Mon, 22 Feb 2016 12:01:27 +0100 Subject: [PATCH 128/139] release 2016.02.22 --- download.html | 18 +++++++++--------- supportedsites.html | 8 +++++++- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 49 insertions(+), 14 deletions(-) diff --git a/download.html b/download.html index 0d1836176..53eb3a010 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

      Remember youtube-dl requires Python version 2.6, 2.7, or 3.2+ to work.

      -

      2016.02.13 (sig)

      +

      2016.02.22 (sig)

        -
      • MD5: 79638451e13f2bfd790e0247d6a8c14f
      • -
      • SHA1: 8548d3439b7bb24dd8902bcb4f8ce3ea36cad41c
      • -
      • SHA256: d3566b25400e57fd0d3e68c29e404eea464750a84ffee62fca3666975624510d
      • +
      • MD5: bdd05fa79c4d5d11b080910e6097118e
      • +
      • SHA1: f3bc183e384ac1a7cd482bd2cce62eac4aa3e767
      • +
      • SHA256: 2d69d06fe6e6c8b3d2a9eb9ad70d248e13e7aa7d502f7f55a8f7044fbd481a11

      - Windows exe (sig - db181ff70b0cc4d2ad8483da0f77497fa16224bfcd0eeea8f0bc2776198c7c79)
      - Full source + docs + binary tarball (sig - 8bb5cb62aad23fd3b049d9ffac76af6d76af8c18d68da3a3b9f602adaca1d534) + Windows exe (sig - 4894f355ae4f329469c5b4c9f41b51a2701e89081eb4cc0bbb31ace5bcf62bd7)
      + Full source + docs + binary tarball (sig - 14cf17af94a23d451c1c8d2fcc8ee072ee99746d6bc7487c91043498599d630a)

      To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2016.02.13/youtube-dl -o /usr/local/bin/youtube-dl
      +sudo curl https://yt-dl.org/downloads/2016.02.22/youtube-dl -o /usr/local/bin/youtube-dl
      sudo chmod a+rx /usr/local/bin/youtube-dl

      If you do not have curl, you can alternatively use a recent wget: -sudo wget https://yt-dl.org/downloads/2016.02.13/youtube-dl -O /usr/local/bin/youtube-dl
      +sudo wget https://yt-dl.org/downloads/2016.02.22/youtube-dl -O /usr/local/bin/youtube-dl
      sudo chmod a+rx /usr/local/bin/youtube-dl

      @@ -53,7 +53,7 @@ See the pypi page for more

      To check the signature, type: -sudo wget https://yt-dl.org/downloads/2016.02.13/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig
      +sudo wget https://yt-dl.org/downloads/2016.02.22/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig

      The following GPG keys will be used to sign the binaries and the git tags:

      diff --git a/supportedsites.html b/supportedsites.html index 9173de9e2..61ae9edb2 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -45,6 +45,7 @@
    • AlJazeera
    • Allocine
    • AlphaPorno
    • +
    • AnimeOnDemand
    • anitube.se
    • AnySex
    • Aparat
    • @@ -64,6 +65,7 @@
    • arte.tv:ddc
    • arte.tv:embed
    • arte.tv:future
    • +
    • arte.tv:magazine
    • AtresPlayer
    • ATTTechChannel
    • AudiMedia
    • @@ -375,7 +377,7 @@
    • MySpace:album
    • MySpass
    • Myvi
    • -
    • myvideo
    • +
    • myvideo (Currently broken)
    • MyVidster
    • n-tv.de
    • NationalGeographic
    • @@ -425,6 +427,7 @@
    • NowTV (Currently broken)
    • NowTVList
    • nowvideo: NowVideo
    • +
    • Noz
    • npo: npo.nl and ntr.nl
    • npo.nl:live
    • npo.nl:radio
    • @@ -475,6 +478,7 @@
    • PornHd
    • PornHub
    • PornHubPlaylist
    • +
    • PornHubUserVideos
    • Pornotube
    • PornoVoisines
    • PornoXO
    • @@ -537,6 +541,7 @@
    • screen.yahoo:search: Yahoo screen search
    • Screencast
    • ScreencastOMatic
    • +
    • ScreenJunkies
    • ScreenwaveMedia
    • SenateISVP
    • ServingSys
    • @@ -670,6 +675,7 @@
    • twitch:video
    • twitch:vod
    • twitter
    • +
    • twitter:amplify
    • twitter:card
    • Ubu
    • udemy
    • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 458e37bee..dd6902c3a 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2016.02.13 \ No newline at end of file +2016.02.22 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index d03155307..657cfd689 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -3,7 +3,7 @@ youtube-dl releases https://yt-dl.org/feed/youtube-dl-updates-feed - 2016-02-13T08:30:11.376400Z + 2016-02-22T12:01:23.942708Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -9230,4 +9230,19 @@ 2016-02-13T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2016.02.22 + New version 2016.02.22 + + +
      + Downloads available at https://yt-dl.org/downloads/2016.02.22/ +
      +
      + + The youtube-dl maintainers + + 2016-02-22T00:00:00Z +
      + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 421742852..13ffbe9bd 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2016.02.13", - "signature": "5e4582b552f0d913dd6226b5530f961a85c8c8fda9c6e2b9b1b4bbb023dc9301d28a9d7c0e896a07fa2924cbd9b9d67485e6eb68c0b850b1933725d0900b81927de46713c431f952386cc0ef51fc280b4ee7d4960cfa71fc0eedd5f3dfe1bf3176755dbc1fb856a84ab7cc7e17a76d52fb2b12f491589fe72f734518eb2575c6", + "latest": "2016.02.22", + "signature": "4992ce3ef63866c9f5f9ce00fb405adea7b095a7536df60f54769e2f5136b16925f5df49fdabed7680e1b1e900bf36f86ff49b5fe2b7f38e46ac53487db9987a90836bd0945d4412b6d1c58e2343d85d41d6eba133df1c19057c8a682be80d8417991820ddfb413c9bf2f203e7fac98f67526a2f40e90dea08f97953d87cebf0", "versions": { "2012.02.22": { "bin": [ @@ -8617,6 +8617,20 @@ "https://yt-dl.org/downloads/2016.02.13/youtube-dl-2016.02.13.tar.gz", "8bb5cb62aad23fd3b049d9ffac76af6d76af8c18d68da3a3b9f602adaca1d534" ] + }, + "2016.02.22": { + "bin": [ + "https://yt-dl.org/downloads/2016.02.22/youtube-dl", + "2d69d06fe6e6c8b3d2a9eb9ad70d248e13e7aa7d502f7f55a8f7044fbd481a11" + ], + "exe": [ + "https://yt-dl.org/downloads/2016.02.22/youtube-dl.exe", + "4894f355ae4f329469c5b4c9f41b51a2701e89081eb4cc0bbb31ace5bcf62bd7" + ], + "tar": [ + "https://yt-dl.org/downloads/2016.02.22/youtube-dl-2016.02.22.tar.gz", + "14cf17af94a23d451c1c8d2fcc8ee072ee99746d6bc7487c91043498599d630a" + ] } } } \ No newline at end of file From c04b8cca69af9b23bfd8644f9cbb04950af10592 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Sat, 27 Feb 2016 21:41:57 +0100 Subject: [PATCH 129/139] release 2016.02.27 --- download.html | 18 +++++++++--------- supportedsites.html | 6 ++++-- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 46 insertions(+), 15 deletions(-) diff --git a/download.html b/download.html index 53eb3a010..b0e94d06a 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

      Remember youtube-dl requires Python version 2.6, 2.7, or 3.2+ to work.

      -

      2016.02.22 (sig)

      +

      2016.02.27 (sig)

        -
      • MD5: bdd05fa79c4d5d11b080910e6097118e
      • -
      • SHA1: f3bc183e384ac1a7cd482bd2cce62eac4aa3e767
      • -
      • SHA256: 2d69d06fe6e6c8b3d2a9eb9ad70d248e13e7aa7d502f7f55a8f7044fbd481a11
      • +
      • MD5: 6ecf1469b5aea504b6716337c475ad5c
      • +
      • SHA1: 73e1574ff591aa17eaecbfcafef9f69b74878062
      • +
      • SHA256: 5c79516214cfdcf96efb7d06e75cc8a8ec762e7c25b8938f86895cc94a0074d6

      - Windows exe (sig - 4894f355ae4f329469c5b4c9f41b51a2701e89081eb4cc0bbb31ace5bcf62bd7)
      - Full source + docs + binary tarball (sig - 14cf17af94a23d451c1c8d2fcc8ee072ee99746d6bc7487c91043498599d630a) + Windows exe (sig - 3ff2b9fa221512fd8c44f4e68dd922df61f1b4dde89986adb976a8ddca243870)
      + Full source + docs + binary tarball (sig - fe22ed108ec94f35e66b0907edffc6e67af54ead95a6f71e4b1ac53d2e1e006e)

      To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2016.02.22/youtube-dl -o /usr/local/bin/youtube-dl
      +sudo curl https://yt-dl.org/downloads/2016.02.27/youtube-dl -o /usr/local/bin/youtube-dl
      sudo chmod a+rx /usr/local/bin/youtube-dl

      If you do not have curl, you can alternatively use a recent wget: -sudo wget https://yt-dl.org/downloads/2016.02.22/youtube-dl -O /usr/local/bin/youtube-dl
      +sudo wget https://yt-dl.org/downloads/2016.02.27/youtube-dl -O /usr/local/bin/youtube-dl
      sudo chmod a+rx /usr/local/bin/youtube-dl

      @@ -53,7 +53,7 @@ See the pypi page for more

      To check the signature, type: -sudo wget https://yt-dl.org/downloads/2016.02.22/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig
      +sudo wget https://yt-dl.org/downloads/2016.02.27/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig

      The following GPG keys will be used to sign the binaries and the git tags:

      diff --git a/supportedsites.html b/supportedsites.html index 61ae9edb2..01dba4daa 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -92,6 +92,7 @@
    • BleacherReportCMS
    • blinkx
    • Bloomberg
    • +
    • BokeCC
    • Bpb: Bundeszentrale für politische Bildung
    • BR: Bayerischer Rundfunk Mediathek
    • Break
    • @@ -575,7 +576,6 @@
    • southpark.de
    • southpark.nl
    • southparkstudios.dk
    • -
    • Space
    • SpankBang
    • Spankwire
    • Spiegel
    • @@ -635,6 +635,7 @@
    • TMZ
    • TMZArticle
    • TNAFlix
    • +
    • TNAFlixNetworkEmbed
    • toggle
    • tou.tv
    • Toypics: Toypics user profile
    • @@ -685,6 +686,7 @@
    • Urort: NRK P3 Urørt
    • ustream
    • ustream:channel
    • +
    • Ustudio
    • Varzesh3
    • Vbox7
    • VeeHD
    • @@ -700,7 +702,7 @@
    • video.mit.edu
    • VideoDetective
    • videofy.me
    • -
    • VideoMega (Currently broken)
    • +
    • VideoMega
    • videomore
    • videomore:season
    • videomore:video
    • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index dd6902c3a..d42cd49ba 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2016.02.22 \ No newline at end of file +2016.02.27 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 657cfd689..88f45409f 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -3,7 +3,7 @@ youtube-dl releases https://yt-dl.org/feed/youtube-dl-updates-feed - 2016-02-22T12:01:23.942708Z + 2016-02-27T21:41:49.526091Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -9245,4 +9245,19 @@ 2016-02-22T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2016.02.27 + New version 2016.02.27 + + +
      + Downloads available at https://yt-dl.org/downloads/2016.02.27/ +
      +
      + + The youtube-dl maintainers + + 2016-02-27T00:00:00Z +
      + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 13ffbe9bd..73d1b6412 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2016.02.22", - "signature": "4992ce3ef63866c9f5f9ce00fb405adea7b095a7536df60f54769e2f5136b16925f5df49fdabed7680e1b1e900bf36f86ff49b5fe2b7f38e46ac53487db9987a90836bd0945d4412b6d1c58e2343d85d41d6eba133df1c19057c8a682be80d8417991820ddfb413c9bf2f203e7fac98f67526a2f40e90dea08f97953d87cebf0", + "latest": "2016.02.27", + "signature": "8d1657b2683344cccdae96a08325e6b237e22ea904fc736b2e1499451993390d124329635a20f0cf0516fa552abefc49b4140cd5d45dff64cc26be6e7fd61fddbd8856c221e21e7a7bf5b8146bf47e920c97d23f415ad160e143bca368a3df3f08534918a40bef658cf6791bcca74ffce9bf7a6ee7b0297d9853e949538f476a", "versions": { "2012.02.22": { "bin": [ @@ -8631,6 +8631,20 @@ "https://yt-dl.org/downloads/2016.02.22/youtube-dl-2016.02.22.tar.gz", "14cf17af94a23d451c1c8d2fcc8ee072ee99746d6bc7487c91043498599d630a" ] + }, + "2016.02.27": { + "bin": [ + "https://yt-dl.org/downloads/2016.02.27/youtube-dl", + "5c79516214cfdcf96efb7d06e75cc8a8ec762e7c25b8938f86895cc94a0074d6" + ], + "exe": [ + "https://yt-dl.org/downloads/2016.02.27/youtube-dl.exe", + "3ff2b9fa221512fd8c44f4e68dd922df61f1b4dde89986adb976a8ddca243870" + ], + "tar": [ + "https://yt-dl.org/downloads/2016.02.27/youtube-dl-2016.02.27.tar.gz", + "fe22ed108ec94f35e66b0907edffc6e67af54ead95a6f71e4b1ac53d2e1e006e" + ] } } } \ No newline at end of file From fe10c160cc02312e6cd38bc281bff27c0ecfef59 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Tue, 1 Mar 2016 00:11:09 +0100 Subject: [PATCH 130/139] release 2016.03.01 --- download.html | 18 +++++++++--------- supportedsites.html | 2 +- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 43 insertions(+), 14 deletions(-) diff --git a/download.html b/download.html index b0e94d06a..cc04f1b42 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

      Remember youtube-dl requires Python version 2.6, 2.7, or 3.2+ to work.

      -

      2016.02.27 (sig)

      +

      2016.03.01 (sig)

        -
      • MD5: 6ecf1469b5aea504b6716337c475ad5c
      • -
      • SHA1: 73e1574ff591aa17eaecbfcafef9f69b74878062
      • -
      • SHA256: 5c79516214cfdcf96efb7d06e75cc8a8ec762e7c25b8938f86895cc94a0074d6
      • +
      • MD5: 73ca6fc4e313a9d6e1d918cf0fbefa84
      • +
      • SHA1: a61c1836ae3337dce0af3ed6f3e44860cdcae37a
      • +
      • SHA256: c1053e24cb7091754a93988cc11531ab53ac5e9acc8dce8b56476d1d7bba8e22

      - Windows exe (sig - 3ff2b9fa221512fd8c44f4e68dd922df61f1b4dde89986adb976a8ddca243870)
      - Full source + docs + binary tarball (sig - fe22ed108ec94f35e66b0907edffc6e67af54ead95a6f71e4b1ac53d2e1e006e) + Windows exe (sig - a456c179b1f1c93a873569246f7c5ecd6ceb913b83cdd60db94d9fd0ad60f6c7)
      + Full source + docs + binary tarball (sig - fc0f9aebcf3983a848a35631ed1aa465ff3feca507387bff72286a9b49f14d70)

      To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2016.02.27/youtube-dl -o /usr/local/bin/youtube-dl
      +sudo curl https://yt-dl.org/downloads/2016.03.01/youtube-dl -o /usr/local/bin/youtube-dl
      sudo chmod a+rx /usr/local/bin/youtube-dl

      If you do not have curl, you can alternatively use a recent wget: -sudo wget https://yt-dl.org/downloads/2016.02.27/youtube-dl -O /usr/local/bin/youtube-dl
      +sudo wget https://yt-dl.org/downloads/2016.03.01/youtube-dl -O /usr/local/bin/youtube-dl
      sudo chmod a+rx /usr/local/bin/youtube-dl

      @@ -53,7 +53,7 @@ See the pypi page for more

      To check the signature, type: -sudo wget https://yt-dl.org/downloads/2016.02.27/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig
      +sudo wget https://yt-dl.org/downloads/2016.03.01/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig

      The following GPG keys will be used to sign the binaries and the git tags:

      diff --git a/supportedsites.html b/supportedsites.html index 01dba4daa..e8345b52b 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -55,8 +55,8 @@
    • appletrailers:section
    • archive.org: archive.org videos
    • ARD
    • -
    • ARD:mediathek: Saarländischer Rundfunk
    • ARD:mediathek
    • +
    • ARD:mediathek: Saarländischer Rundfunk
    • arte.tv
    • arte.tv:+7
    • arte.tv:cinema
    • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index d42cd49ba..62475d79c 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2016.02.27 \ No newline at end of file +2016.03.01 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 88f45409f..47b03d687 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -3,7 +3,7 @@ youtube-dl releases https://yt-dl.org/feed/youtube-dl-updates-feed - 2016-02-27T21:41:49.526091Z + 2016-03-01T00:11:05.950170Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -9260,4 +9260,19 @@ 2016-02-27T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2016.03.01 + New version 2016.03.01 + + +
      + Downloads available at https://yt-dl.org/downloads/2016.03.01/ +
      +
      + + The youtube-dl maintainers + + 2016-03-01T00:00:00Z +
      + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 73d1b6412..67ac45541 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2016.02.27", - "signature": "8d1657b2683344cccdae96a08325e6b237e22ea904fc736b2e1499451993390d124329635a20f0cf0516fa552abefc49b4140cd5d45dff64cc26be6e7fd61fddbd8856c221e21e7a7bf5b8146bf47e920c97d23f415ad160e143bca368a3df3f08534918a40bef658cf6791bcca74ffce9bf7a6ee7b0297d9853e949538f476a", + "latest": "2016.03.01", + "signature": "277592c0b17a4fc18b11fa63d4f5e9775891fbb7fd9546fdd5432b5b09f2cafba956dc1b288b55fa2505972da52cd084c2ea1f9fc5c23f67e350cfdefa07475cf3a71739819afd1961ee861abc8f53084dee77fbb60e82e73046af7f2c48dcc3a822dc76c4207a8d0b434fb0ed84581ed71326570d5270c646055b885e075d83", "versions": { "2012.02.22": { "bin": [ @@ -8645,6 +8645,20 @@ "https://yt-dl.org/downloads/2016.02.27/youtube-dl-2016.02.27.tar.gz", "fe22ed108ec94f35e66b0907edffc6e67af54ead95a6f71e4b1ac53d2e1e006e" ] + }, + "2016.03.01": { + "bin": [ + "https://yt-dl.org/downloads/2016.03.01/youtube-dl", + "c1053e24cb7091754a93988cc11531ab53ac5e9acc8dce8b56476d1d7bba8e22" + ], + "exe": [ + "https://yt-dl.org/downloads/2016.03.01/youtube-dl.exe", + "a456c179b1f1c93a873569246f7c5ecd6ceb913b83cdd60db94d9fd0ad60f6c7" + ], + "tar": [ + "https://yt-dl.org/downloads/2016.03.01/youtube-dl-2016.03.01.tar.gz", + "fc0f9aebcf3983a848a35631ed1aa465ff3feca507387bff72286a9b49f14d70" + ] } } } \ No newline at end of file From 63e3ee426437b191b369c1fdee797dc6db12ef5f Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Sun, 6 Mar 2016 10:13:35 +0100 Subject: [PATCH 131/139] release 2016.03.06 --- download.html | 18 +++++++++--------- supportedsites.html | 8 +++++--- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 47 insertions(+), 16 deletions(-) diff --git a/download.html b/download.html index cc04f1b42..4376eea97 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

      Remember youtube-dl requires Python version 2.6, 2.7, or 3.2+ to work.

      -

      2016.03.01 (sig)

      +

      2016.03.06 (sig)

        -
      • MD5: 73ca6fc4e313a9d6e1d918cf0fbefa84
      • -
      • SHA1: a61c1836ae3337dce0af3ed6f3e44860cdcae37a
      • -
      • SHA256: c1053e24cb7091754a93988cc11531ab53ac5e9acc8dce8b56476d1d7bba8e22
      • +
      • MD5: 56f88efd91d16574659f3126e9d980e2
      • +
      • SHA1: 165ddee978d702eac6a5e3cd96d3a52c4024ac07
      • +
      • SHA256: bbb8666fe4719ac5dda9a6dbdc8c8bc77220c7fa4ab75741952de8d988d9dc71

      - Windows exe (sig - a456c179b1f1c93a873569246f7c5ecd6ceb913b83cdd60db94d9fd0ad60f6c7)
      - Full source + docs + binary tarball (sig - fc0f9aebcf3983a848a35631ed1aa465ff3feca507387bff72286a9b49f14d70) + Windows exe (sig - 32d714da63287644a2fd73456ca92d10bf46fc9ee70436ecf411e4137b6a366d)
      + Full source + docs + binary tarball (sig - 71a17b942e2418312cd5a4460824242925f52f20e112048fd26cbddc169827d1)

      To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2016.03.01/youtube-dl -o /usr/local/bin/youtube-dl
      +sudo curl https://yt-dl.org/downloads/2016.03.06/youtube-dl -o /usr/local/bin/youtube-dl
      sudo chmod a+rx /usr/local/bin/youtube-dl

      If you do not have curl, you can alternatively use a recent wget: -sudo wget https://yt-dl.org/downloads/2016.03.01/youtube-dl -O /usr/local/bin/youtube-dl
      +sudo wget https://yt-dl.org/downloads/2016.03.06/youtube-dl -O /usr/local/bin/youtube-dl
      sudo chmod a+rx /usr/local/bin/youtube-dl

      @@ -53,7 +53,7 @@ See the pypi page for more

      To check the signature, type: -sudo wget https://yt-dl.org/downloads/2016.03.01/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig
      +sudo wget https://yt-dl.org/downloads/2016.03.06/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig

      The following GPG keys will be used to sign the binaries and the git tags:

      diff --git a/supportedsites.html b/supportedsites.html index e8345b52b..dd1f7b525 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -209,6 +209,7 @@
    • faz.net
    • fc2
    • Fczenit
    • +
    • features.aol.com
    • fernsehkritik.tv
    • Firstpost
    • FiveTV
    • @@ -308,6 +309,7 @@
    • kontrtube: KontrTube.ru - Труба зовёт
    • KrasView: Красвью
    • Ku6
    • +
    • KUSI
    • kuwo:album: 酷我音乐 - 专辑
    • kuwo:category: 酷我音乐 - 分类
    • kuwo:chart: 酷我音乐 - 排行榜
    • @@ -316,12 +318,11 @@
    • kuwo:song: 酷我音乐
    • la7.tv
    • Laola1Tv
    • +
    • Le: 乐视网
    • Lecture2Go
    • Lemonde
    • -
    • Letv: 乐视网
    • +
    • LePlaylist
    • LetvCloud: 乐视云
    • -
    • LetvPlaylist
    • -
    • LetvTv
    • Libsyn
    • life:embed
    • lifenews: LIFE | NEWS
    • @@ -436,6 +437,7 @@
    • Npr
    • NRK
    • NRKPlaylist
    • +
    • NRKSkole: NRK Skole
    • NRKTV: NRK TV and NRK Radio
    • ntv.ru
    • Nuvid
    • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 62475d79c..57b59397a 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2016.03.01 \ No newline at end of file +2016.03.06 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 47b03d687..d9c8d759a 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -3,7 +3,7 @@ youtube-dl releases https://yt-dl.org/feed/youtube-dl-updates-feed - 2016-03-01T00:11:05.950170Z + 2016-03-06T10:13:32.305753Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -9275,4 +9275,19 @@ 2016-03-01T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2016.03.06 + New version 2016.03.06 + + +
      + Downloads available at https://yt-dl.org/downloads/2016.03.06/ +
      +
      + + The youtube-dl maintainers + + 2016-03-06T00:00:00Z +
      + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 67ac45541..1c348ef04 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2016.03.01", - "signature": "277592c0b17a4fc18b11fa63d4f5e9775891fbb7fd9546fdd5432b5b09f2cafba956dc1b288b55fa2505972da52cd084c2ea1f9fc5c23f67e350cfdefa07475cf3a71739819afd1961ee861abc8f53084dee77fbb60e82e73046af7f2c48dcc3a822dc76c4207a8d0b434fb0ed84581ed71326570d5270c646055b885e075d83", + "latest": "2016.03.06", + "signature": "2cb907bdb790bcc415672a1578319d252f95c2eff1b41d01505a1ca513e9b6023f4340a7e144c24d96822fae2ae7f97eca1070ee8e1f9cccfeece363fec886dc4e4aafce9e8c24ee62ea0c981f49444668be1d6f3909ff844f268b570fb89f55d7304dde2e39ae2ece6449d1fecf7d692edf697ae0a930d62b1544009a7cc96f", "versions": { "2012.02.22": { "bin": [ @@ -8659,6 +8659,20 @@ "https://yt-dl.org/downloads/2016.03.01/youtube-dl-2016.03.01.tar.gz", "fc0f9aebcf3983a848a35631ed1aa465ff3feca507387bff72286a9b49f14d70" ] + }, + "2016.03.06": { + "bin": [ + "https://yt-dl.org/downloads/2016.03.06/youtube-dl", + "bbb8666fe4719ac5dda9a6dbdc8c8bc77220c7fa4ab75741952de8d988d9dc71" + ], + "exe": [ + "https://yt-dl.org/downloads/2016.03.06/youtube-dl.exe", + "32d714da63287644a2fd73456ca92d10bf46fc9ee70436ecf411e4137b6a366d" + ], + "tar": [ + "https://yt-dl.org/downloads/2016.03.06/youtube-dl-2016.03.06.tar.gz", + "71a17b942e2418312cd5a4460824242925f52f20e112048fd26cbddc169827d1" + ] } } } \ No newline at end of file From 74afb16e77cc98627eb2cd1d02b31bc43b16d23a Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Mon, 14 Mar 2016 10:29:54 +0100 Subject: [PATCH 132/139] release 2016.03.14 --- download.html | 18 +++++++++--------- supportedsites.html | 11 +++++++++-- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 51 insertions(+), 15 deletions(-) diff --git a/download.html b/download.html index 4376eea97..d2984817c 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

      Remember youtube-dl requires Python version 2.6, 2.7, or 3.2+ to work.

      -

      2016.03.06 (sig)

      +

      2016.03.14 (sig)

        -
      • MD5: 56f88efd91d16574659f3126e9d980e2
      • -
      • SHA1: 165ddee978d702eac6a5e3cd96d3a52c4024ac07
      • -
      • SHA256: bbb8666fe4719ac5dda9a6dbdc8c8bc77220c7fa4ab75741952de8d988d9dc71
      • +
      • MD5: f917800189a840e4b5704e85640e76cc
      • +
      • SHA1: bbd16fba1c80bb0557c2d52f9ad4bcee11b2f8a3
      • +
      • SHA256: 72d43ec05ddd08307cbc6f26405b19bc5f91cb430f58ec64816920829f29fefe

      - Windows exe (sig - 32d714da63287644a2fd73456ca92d10bf46fc9ee70436ecf411e4137b6a366d)
      - Full source + docs + binary tarball (sig - 71a17b942e2418312cd5a4460824242925f52f20e112048fd26cbddc169827d1) + Windows exe (sig - 437b4214552ceae97a9be2c2e8c478a93a206436ad274998964cea72178b4761)
      + Full source + docs + binary tarball (sig - 59ad34e573ecf190cf61ebfdf91878e12fc826d422e40d85237168b88d36d7a2)

      To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2016.03.06/youtube-dl -o /usr/local/bin/youtube-dl
      +sudo curl https://yt-dl.org/downloads/2016.03.14/youtube-dl -o /usr/local/bin/youtube-dl
      sudo chmod a+rx /usr/local/bin/youtube-dl

      If you do not have curl, you can alternatively use a recent wget: -sudo wget https://yt-dl.org/downloads/2016.03.06/youtube-dl -O /usr/local/bin/youtube-dl
      +sudo wget https://yt-dl.org/downloads/2016.03.14/youtube-dl -O /usr/local/bin/youtube-dl
      sudo chmod a+rx /usr/local/bin/youtube-dl

      @@ -53,7 +53,7 @@ See the pypi page for more

      To check the signature, type: -sudo wget https://yt-dl.org/downloads/2016.03.06/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig
      +sudo wget https://yt-dl.org/downloads/2016.03.14/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig

      The following GPG keys will be used to sign the binaries and the git tags:

      diff --git a/supportedsites.html b/supportedsites.html index dd1f7b525..b0706274f 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -55,8 +55,8 @@
    • appletrailers:section
    • archive.org: archive.org videos
    • ARD
    • -
    • ARD:mediathek
    • ARD:mediathek: Saarländischer Rundfunk
    • +
    • ARD:mediathek
    • arte.tv
    • arte.tv:+7
    • arte.tv:cinema
    • @@ -69,6 +69,7 @@
    • AtresPlayer
    • ATTTechChannel
    • AudiMedia
    • +
    • AudioBoom
    • audiomack
    • audiomack:album
    • Azubu
    • @@ -182,6 +183,8 @@
    • Dump
    • Dumpert
    • dvtv: http://video.aktualne.cz/
    • +
    • dw
    • +
    • dw:article
    • EaglePlatform
    • EbaumsWorld
    • EchoMsk
    • @@ -205,7 +208,6 @@
    • ExpoTV
    • ExtremeTube
    • facebook
    • -
    • facebook:post
    • faz.net
    • fc2
    • Fczenit
    • @@ -340,6 +342,7 @@
    • m6
    • macgamestore: MacGameStore trailers
    • mailru: Видео@Mail.Ru
    • +
    • MakersChannel
    • MakerTV
    • Malemotion
    • MatchTV
    • @@ -350,6 +353,7 @@
    • Mgoon
    • Minhateca
    • MinistryGrid
    • +
    • Minoto
    • miomio.tv
    • MiTele: mitele.es
    • mixcloud
    • @@ -686,6 +690,7 @@
    • UDNEmbed: 聯合影音
    • Unistra
    • Urort: NRK P3 Urørt
    • +
    • USAToday
    • ustream
    • ustream:channel
    • Ustudio
    • @@ -699,6 +704,7 @@
    • VGTV: VGTV, BTTV, FTV, Aftenposten and Aftonbladet
    • vh1.com
    • Vice
    • +
    • ViceShow
    • Viddler
    • video.google:search: Google Video search
    • video.mit.edu
    • @@ -726,6 +732,7 @@
    • vimeo:channel
    • vimeo:group
    • vimeo:likes: Vimeo user likes
    • +
    • vimeo:ondemand
    • vimeo:review: Review pages on vimeo
    • vimeo:user
    • vimeo:watchlater: Vimeo watch later list, "vimeowatchlater" keyword (requires authentication)
    • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 57b59397a..267a83423 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2016.03.06 \ No newline at end of file +2016.03.14 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index d9c8d759a..f3de739f0 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -3,7 +3,7 @@ youtube-dl releases https://yt-dl.org/feed/youtube-dl-updates-feed - 2016-03-06T10:13:32.305753Z + 2016-03-14T10:29:51.318511Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -9290,4 +9290,19 @@ 2016-03-06T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2016.03.14 + New version 2016.03.14 + + +
      + Downloads available at https://yt-dl.org/downloads/2016.03.14/ +
      +
      + + The youtube-dl maintainers + + 2016-03-14T00:00:00Z +
      + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 1c348ef04..abde693f0 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2016.03.06", - "signature": "2cb907bdb790bcc415672a1578319d252f95c2eff1b41d01505a1ca513e9b6023f4340a7e144c24d96822fae2ae7f97eca1070ee8e1f9cccfeece363fec886dc4e4aafce9e8c24ee62ea0c981f49444668be1d6f3909ff844f268b570fb89f55d7304dde2e39ae2ece6449d1fecf7d692edf697ae0a930d62b1544009a7cc96f", + "latest": "2016.03.14", + "signature": "924d3570cb5c6d12e2292096ef336227c129763a7bffbda7ae220092a6ac5753f74535ab596a45db1e85d0a0e69ccb41f45a02846334d1f8005eabc9232c3d890308ac2f838d933dd9791a21aaa48ede9417843fd9b207f414b5b446ee5fb1ff89529c775e50776a5fb1767e0d4f009354da8a919fb0a7025031f7ee3770dfda", "versions": { "2012.02.22": { "bin": [ @@ -8673,6 +8673,20 @@ "https://yt-dl.org/downloads/2016.03.06/youtube-dl-2016.03.06.tar.gz", "71a17b942e2418312cd5a4460824242925f52f20e112048fd26cbddc169827d1" ] + }, + "2016.03.14": { + "bin": [ + "https://yt-dl.org/downloads/2016.03.14/youtube-dl", + "72d43ec05ddd08307cbc6f26405b19bc5f91cb430f58ec64816920829f29fefe" + ], + "exe": [ + "https://yt-dl.org/downloads/2016.03.14/youtube-dl.exe", + "437b4214552ceae97a9be2c2e8c478a93a206436ad274998964cea72178b4761" + ], + "tar": [ + "https://yt-dl.org/downloads/2016.03.14/youtube-dl-2016.03.14.tar.gz", + "59ad34e573ecf190cf61ebfdf91878e12fc826d422e40d85237168b88d36d7a2" + ] } } } \ No newline at end of file From 25982d3f6650da5b8f9562f5809619ef9edc0533 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Fri, 18 Mar 2016 11:46:46 +0100 Subject: [PATCH 133/139] release 2016.03.18 --- download.html | 18 +++++++++--------- supportedsites.html | 6 +++++- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 47 insertions(+), 14 deletions(-) diff --git a/download.html b/download.html index d2984817c..0b1a407c2 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

      Remember youtube-dl requires Python version 2.6, 2.7, or 3.2+ to work.

      -

      2016.03.14 (sig)

      +

      2016.03.18 (sig)

        -
      • MD5: f917800189a840e4b5704e85640e76cc
      • -
      • SHA1: bbd16fba1c80bb0557c2d52f9ad4bcee11b2f8a3
      • -
      • SHA256: 72d43ec05ddd08307cbc6f26405b19bc5f91cb430f58ec64816920829f29fefe
      • +
      • MD5: a427d021bb60965269fa1e99fb4310bb
      • +
      • SHA1: 314c5817818df96d174dee7cf89e6696413d4923
      • +
      • SHA256: 37caa03dea7081ea04d4ee2060038861f01375bc965b980d6a32624de9c7f2ff

      - Windows exe (sig - 437b4214552ceae97a9be2c2e8c478a93a206436ad274998964cea72178b4761)
      - Full source + docs + binary tarball (sig - 59ad34e573ecf190cf61ebfdf91878e12fc826d422e40d85237168b88d36d7a2) + Windows exe (sig - 5f39c9253c94450fcc724ad147dc7b8a33949eff6d27a41d8160468168100dd7)
      + Full source + docs + binary tarball (sig - 1322afa755bc84531d1ede700a5fa2a6abb815b13a9382b83b78c5193f56fb8a)

      To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2016.03.14/youtube-dl -o /usr/local/bin/youtube-dl
      +sudo curl https://yt-dl.org/downloads/2016.03.18/youtube-dl -o /usr/local/bin/youtube-dl
      sudo chmod a+rx /usr/local/bin/youtube-dl

      If you do not have curl, you can alternatively use a recent wget: -sudo wget https://yt-dl.org/downloads/2016.03.14/youtube-dl -O /usr/local/bin/youtube-dl
      +sudo wget https://yt-dl.org/downloads/2016.03.18/youtube-dl -O /usr/local/bin/youtube-dl
      sudo chmod a+rx /usr/local/bin/youtube-dl

      @@ -53,7 +53,7 @@ See the pypi page for more

      To check the signature, type: -sudo wget https://yt-dl.org/downloads/2016.03.14/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig
      +sudo wget https://yt-dl.org/downloads/2016.03.18/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig

      The following GPG keys will be used to sign the binaries and the git tags:

      diff --git a/supportedsites.html b/supportedsites.html index b0706274f..64659b628 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -55,8 +55,8 @@
    • appletrailers:section
    • archive.org: archive.org videos
    • ARD
    • -
    • ARD:mediathek: Saarländischer Rundfunk
    • ARD:mediathek
    • +
    • ARD:mediathek: Saarländischer Rundfunk
    • arte.tv
    • arte.tv:+7
    • arte.tv:cinema
    • @@ -96,6 +96,7 @@
    • BokeCC
    • Bpb: Bundeszentrale für politische Bildung
    • BR: Bayerischer Rundfunk Mediathek
    • +
    • BravoTV
    • Break
    • brightcove:legacy
    • brightcove:new
    • @@ -514,6 +515,7 @@
    • Restudy
    • ReverbNation
    • Revision3
    • +
    • RICE
    • RingTV
    • RottenTomatoes
    • Roxwel
    • @@ -632,6 +634,7 @@
    • ThePlatform
    • ThePlatformFeed
    • TheSixtyOne
    • +
    • TheStar
    • ThisAmericanLife
    • ThisAV
    • THVideo
    • @@ -665,6 +668,7 @@
    • tv.dfb.de
    • TV2
    • TV2Article
    • +
    • TV3
    • TV4: tv4.se and tv4play.se
    • TVC
    • TVCArticle
    • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 267a83423..6d830f563 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2016.03.14 \ No newline at end of file +2016.03.18 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index f3de739f0..970a55482 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -3,7 +3,7 @@ youtube-dl releases https://yt-dl.org/feed/youtube-dl-updates-feed - 2016-03-14T10:29:51.318511Z + 2016-03-18T11:46:44.183806Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -9305,4 +9305,19 @@ 2016-03-14T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2016.03.18 + New version 2016.03.18 + + +
      + Downloads available at https://yt-dl.org/downloads/2016.03.18/ +
      +
      + + The youtube-dl maintainers + + 2016-03-18T00:00:00Z +
      + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index abde693f0..c8e559c71 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2016.03.14", - "signature": "924d3570cb5c6d12e2292096ef336227c129763a7bffbda7ae220092a6ac5753f74535ab596a45db1e85d0a0e69ccb41f45a02846334d1f8005eabc9232c3d890308ac2f838d933dd9791a21aaa48ede9417843fd9b207f414b5b446ee5fb1ff89529c775e50776a5fb1767e0d4f009354da8a919fb0a7025031f7ee3770dfda", + "latest": "2016.03.18", + "signature": "5853c8efe7f0555b21108493e738f12092537e3c806cb8ade13808eb3ba99e5e9e0d83294e59b1c474a3a8ae28220acc1122572ab64f5046c7e1ebb1a388919ea6441a4d9bad00ad3133f12aa18d65963bea691c47fdcf72543897690a423239ab0dbaf9c1bf2a23780d47d4536c536d57c6a154381b388cd9ea02205093b5da", "versions": { "2012.02.22": { "bin": [ @@ -8687,6 +8687,20 @@ "https://yt-dl.org/downloads/2016.03.14/youtube-dl-2016.03.14.tar.gz", "59ad34e573ecf190cf61ebfdf91878e12fc826d422e40d85237168b88d36d7a2" ] + }, + "2016.03.18": { + "bin": [ + "https://yt-dl.org/downloads/2016.03.18/youtube-dl", + "37caa03dea7081ea04d4ee2060038861f01375bc965b980d6a32624de9c7f2ff" + ], + "exe": [ + "https://yt-dl.org/downloads/2016.03.18/youtube-dl.exe", + "5f39c9253c94450fcc724ad147dc7b8a33949eff6d27a41d8160468168100dd7" + ], + "tar": [ + "https://yt-dl.org/downloads/2016.03.18/youtube-dl-2016.03.18.tar.gz", + "1322afa755bc84531d1ede700a5fa2a6abb815b13a9382b83b78c5193f56fb8a" + ] } } } \ No newline at end of file From 3d547b08c09cd82461f2947e138bf24eb8738394 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Fri, 25 Mar 2016 09:30:38 +0100 Subject: [PATCH 134/139] release 2016.03.25 --- download.html | 18 +++++++++--------- supportedsites.html | 8 ++++++++ update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 50 insertions(+), 13 deletions(-) diff --git a/download.html b/download.html index 0b1a407c2..fa556d8d6 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

      Remember youtube-dl requires Python version 2.6, 2.7, or 3.2+ to work.

      -

      2016.03.18 (sig)

      +

      2016.03.25 (sig)

        -
      • MD5: a427d021bb60965269fa1e99fb4310bb
      • -
      • SHA1: 314c5817818df96d174dee7cf89e6696413d4923
      • -
      • SHA256: 37caa03dea7081ea04d4ee2060038861f01375bc965b980d6a32624de9c7f2ff
      • +
      • MD5: d11a67fe442c63bfb102447ef8006b95
      • +
      • SHA1: a98b785b5201efbe0ebc19d7e9af3d61f45c233b
      • +
      • SHA256: 1ad76c2702731310fe48a5698a5bcf124ec33962ec85f4f2861aeb71f142c157

      - Windows exe (sig - 5f39c9253c94450fcc724ad147dc7b8a33949eff6d27a41d8160468168100dd7)
      - Full source + docs + binary tarball (sig - 1322afa755bc84531d1ede700a5fa2a6abb815b13a9382b83b78c5193f56fb8a) + Windows exe (sig - b3414305dfc395e544b8925f34ba4c87363e4bc7f67b6860a2c8b696b74f4223)
      + Full source + docs + binary tarball (sig - e9b76e981d5aa9465f5f3b8dc46576b9c4b77af7e6a90dcf21d179dc1a47d87a)

      To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2016.03.18/youtube-dl -o /usr/local/bin/youtube-dl
      +sudo curl https://yt-dl.org/downloads/2016.03.25/youtube-dl -o /usr/local/bin/youtube-dl
      sudo chmod a+rx /usr/local/bin/youtube-dl

      If you do not have curl, you can alternatively use a recent wget: -sudo wget https://yt-dl.org/downloads/2016.03.18/youtube-dl -O /usr/local/bin/youtube-dl
      +sudo wget https://yt-dl.org/downloads/2016.03.25/youtube-dl -O /usr/local/bin/youtube-dl
      sudo chmod a+rx /usr/local/bin/youtube-dl

      @@ -53,7 +53,7 @@ See the pypi page for more

      To check the signature, type: -sudo wget https://yt-dl.org/downloads/2016.03.18/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig
      +sudo wget https://yt-dl.org/downloads/2016.03.25/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig

      The following GPG keys will be used to sign the binaries and the git tags:

      diff --git a/supportedsites.html b/supportedsites.html index 64659b628..0f57afc7f 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -89,6 +89,7 @@
    • Bigflix
    • Bild: Bild.de
    • BiliBili
    • +
    • BioBioChileTV
    • BleacherReport
    • BleacherReportCMS
    • blinkx
    • @@ -115,6 +116,7 @@
    • CBSNews: CBS News
    • CBSNewsLiveVideo: CBS News Live Videos
    • CBSSports
    • +
    • CDA
    • CeskaTelevize
    • channel9: Channel 9
    • Chaturbate
    • @@ -259,6 +261,7 @@
    • GPUTechConf
    • Groupon
    • Hark
    • +
    • HBO
    • HearThisAt
    • Heise
    • HellPorno
    • @@ -359,6 +362,7 @@
    • MiTele: mitele.es
    • mixcloud
    • MLB
    • +
    • Mnet
    • MoeVideo: LetitBit video services: moevideo.net, playreplay.net and videochart.net
    • Mofosex
    • Mojvideo
    • @@ -455,6 +459,7 @@
    • OnionStudios
    • Ooyala
    • OoyalaExternal
    • +
    • Openload
    • OraTV
    • orf:fm4: radio FM4
    • orf:iptv: iptv.ORF.at
    • @@ -540,6 +545,7 @@
    • RUTV: RUTV.RU
    • Ruutu
    • safari: safaribooksonline.com online video
    • +
    • safari:api
    • safari:course: safaribooksonline.com online courses
    • Sandia: Sandia National Laboratories
    • Sapo: SAPO Vídeos
    • @@ -633,6 +639,7 @@
    • TheOnion
    • ThePlatform
    • ThePlatformFeed
    • +
    • TheScene
    • TheSixtyOne
    • TheStar
    • ThisAmericanLife
    • @@ -801,6 +808,7 @@
    • youtube:channel: YouTube.com channels
    • youtube:favorites: YouTube.com favourite videos, ":ytfav" for short (requires authentication)
    • youtube:history: Youtube watch history, ":ythistory" for short (requires authentication)
    • +
    • youtube:live: YouTube.com live streams
    • youtube:playlist: YouTube.com playlists
    • youtube:playlists: YouTube.com user/channel playlists
    • youtube:recommended: YouTube.com recommended videos, ":ytrec" for short (requires authentication)
    • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 6d830f563..4169bef9b 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2016.03.18 \ No newline at end of file +2016.03.25 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 970a55482..6c9131deb 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -3,7 +3,7 @@ youtube-dl releases https://yt-dl.org/feed/youtube-dl-updates-feed - 2016-03-18T11:46:44.183806Z + 2016-03-25T09:30:35.509750Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -9320,4 +9320,19 @@ 2016-03-18T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2016.03.25 + New version 2016.03.25 + + +
      + Downloads available at https://yt-dl.org/downloads/2016.03.25/ +
      +
      + + The youtube-dl maintainers + + 2016-03-25T00:00:00Z +
      + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index c8e559c71..640859e3e 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2016.03.18", - "signature": "5853c8efe7f0555b21108493e738f12092537e3c806cb8ade13808eb3ba99e5e9e0d83294e59b1c474a3a8ae28220acc1122572ab64f5046c7e1ebb1a388919ea6441a4d9bad00ad3133f12aa18d65963bea691c47fdcf72543897690a423239ab0dbaf9c1bf2a23780d47d4536c536d57c6a154381b388cd9ea02205093b5da", + "latest": "2016.03.25", + "signature": "74f2ea799652d2502f53809bbc548da93fbb45b6001a29656d9de8db6e79fb8f23216f7eecb64a3efdac1e6fff82a9bf3b7251732f9ed5d9f590f4347d40378e761527abb062620e1e605b18dbdd198ffee8d2fd1b8102e2476b15d963fd607d880afa65d531147d31625dd4d4a9c475c3bcd0715ce72152a76d1758722d5ec0", "versions": { "2012.02.22": { "bin": [ @@ -8701,6 +8701,20 @@ "https://yt-dl.org/downloads/2016.03.18/youtube-dl-2016.03.18.tar.gz", "1322afa755bc84531d1ede700a5fa2a6abb815b13a9382b83b78c5193f56fb8a" ] + }, + "2016.03.25": { + "bin": [ + "https://yt-dl.org/downloads/2016.03.25/youtube-dl", + "1ad76c2702731310fe48a5698a5bcf124ec33962ec85f4f2861aeb71f142c157" + ], + "exe": [ + "https://yt-dl.org/downloads/2016.03.25/youtube-dl.exe", + "b3414305dfc395e544b8925f34ba4c87363e4bc7f67b6860a2c8b696b74f4223" + ], + "tar": [ + "https://yt-dl.org/downloads/2016.03.25/youtube-dl-2016.03.25.tar.gz", + "e9b76e981d5aa9465f5f3b8dc46576b9c4b77af7e6a90dcf21d179dc1a47d87a" + ] } } } \ No newline at end of file From 9a71eb490e121583f4501c671b313e359179bf58 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Sat, 26 Mar 2016 09:01:03 +0100 Subject: [PATCH 135/139] release 2016.03.26 --- download.html | 18 +++++++++--------- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 4 files changed, 42 insertions(+), 13 deletions(-) diff --git a/download.html b/download.html index fa556d8d6..d851dcaf8 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

      Remember youtube-dl requires Python version 2.6, 2.7, or 3.2+ to work.

      -

      2016.03.25 (sig)

      +

      2016.03.26 (sig)

        -
      • MD5: d11a67fe442c63bfb102447ef8006b95
      • -
      • SHA1: a98b785b5201efbe0ebc19d7e9af3d61f45c233b
      • -
      • SHA256: 1ad76c2702731310fe48a5698a5bcf124ec33962ec85f4f2861aeb71f142c157
      • +
      • MD5: a86048de907cd7ba834cdae398a46b06
      • +
      • SHA1: 90a311ea87849e8f3962e547d03094a4358e32b1
      • +
      • SHA256: bdb501898af8de7d8647ea38d8c1a8572351f25934476ce4fb7c131243289d6e

      - Windows exe (sig - b3414305dfc395e544b8925f34ba4c87363e4bc7f67b6860a2c8b696b74f4223)
      - Full source + docs + binary tarball (sig - e9b76e981d5aa9465f5f3b8dc46576b9c4b77af7e6a90dcf21d179dc1a47d87a) + Windows exe (sig - 65579f07f03c0ceea1b2a489194baa23bf2bdeb0d13e354bfe00357719697522)
      + Full source + docs + binary tarball (sig - 7a5ef31c40c4e5b3d5a22e99437bf02b0c79b6a19e765749db6c9b754836bc61)

      To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2016.03.25/youtube-dl -o /usr/local/bin/youtube-dl
      +sudo curl https://yt-dl.org/downloads/2016.03.26/youtube-dl -o /usr/local/bin/youtube-dl
      sudo chmod a+rx /usr/local/bin/youtube-dl

      If you do not have curl, you can alternatively use a recent wget: -sudo wget https://yt-dl.org/downloads/2016.03.25/youtube-dl -O /usr/local/bin/youtube-dl
      +sudo wget https://yt-dl.org/downloads/2016.03.26/youtube-dl -O /usr/local/bin/youtube-dl
      sudo chmod a+rx /usr/local/bin/youtube-dl

      @@ -53,7 +53,7 @@ See the pypi page for more

      To check the signature, type: -sudo wget https://yt-dl.org/downloads/2016.03.25/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig
      +sudo wget https://yt-dl.org/downloads/2016.03.26/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig

      The following GPG keys will be used to sign the binaries and the git tags:

      diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 4169bef9b..df78a9679 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2016.03.25 \ No newline at end of file +2016.03.26 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 6c9131deb..035dda55c 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -3,7 +3,7 @@ youtube-dl releases https://yt-dl.org/feed/youtube-dl-updates-feed - 2016-03-25T09:30:35.509750Z + 2016-03-26T09:01:01.218344Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -9335,4 +9335,19 @@ 2016-03-25T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2016.03.26 + New version 2016.03.26 + + +
      + Downloads available at https://yt-dl.org/downloads/2016.03.26/ +
      +
      + + The youtube-dl maintainers + + 2016-03-26T00:00:00Z +
      + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 640859e3e..e0182ac8c 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2016.03.25", - "signature": "74f2ea799652d2502f53809bbc548da93fbb45b6001a29656d9de8db6e79fb8f23216f7eecb64a3efdac1e6fff82a9bf3b7251732f9ed5d9f590f4347d40378e761527abb062620e1e605b18dbdd198ffee8d2fd1b8102e2476b15d963fd607d880afa65d531147d31625dd4d4a9c475c3bcd0715ce72152a76d1758722d5ec0", + "latest": "2016.03.26", + "signature": "6211db0b44f15fb6090de1650e702c48e5a342dae1ba7db09f263c5fa9b5e69b72e42819fba5b1ff8f38221dc616f397dd30bad1373759edd39febac94ffa24de347f9746902084553e912ff7793c9d5104ce3ca76cb0c110592f4319b8ab01c43367ae6d2773719ef527ebc83431b7a774d77378cc415094e835b0fba0abcb3", "versions": { "2012.02.22": { "bin": [ @@ -8715,6 +8715,20 @@ "https://yt-dl.org/downloads/2016.03.25/youtube-dl-2016.03.25.tar.gz", "e9b76e981d5aa9465f5f3b8dc46576b9c4b77af7e6a90dcf21d179dc1a47d87a" ] + }, + "2016.03.26": { + "bin": [ + "https://yt-dl.org/downloads/2016.03.26/youtube-dl", + "bdb501898af8de7d8647ea38d8c1a8572351f25934476ce4fb7c131243289d6e" + ], + "exe": [ + "https://yt-dl.org/downloads/2016.03.26/youtube-dl.exe", + "65579f07f03c0ceea1b2a489194baa23bf2bdeb0d13e354bfe00357719697522" + ], + "tar": [ + "https://yt-dl.org/downloads/2016.03.26/youtube-dl-2016.03.26.tar.gz", + "7a5ef31c40c4e5b3d5a22e99437bf02b0c79b6a19e765749db6c9b754836bc61" + ] } } } \ No newline at end of file From 4555a7c83af8edc8df03aba65ccc3d69affa8119 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Sun, 27 Mar 2016 17:00:27 +0200 Subject: [PATCH 136/139] release 2016.03.27 --- download.html | 18 +++++++++--------- supportedsites.html | 2 +- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 43 insertions(+), 14 deletions(-) diff --git a/download.html b/download.html index d851dcaf8..f5457c0ea 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

      Remember youtube-dl requires Python version 2.6, 2.7, or 3.2+ to work.

      -

      2016.03.26 (sig)

      +

      2016.03.27 (sig)

        -
      • MD5: a86048de907cd7ba834cdae398a46b06
      • -
      • SHA1: 90a311ea87849e8f3962e547d03094a4358e32b1
      • -
      • SHA256: bdb501898af8de7d8647ea38d8c1a8572351f25934476ce4fb7c131243289d6e
      • +
      • MD5: 67985a9ea4f06f4f87719747ec6868d6
      • +
      • SHA1: e4bd41a85043a5ce8420bb2d65144f9bd7ed3789
      • +
      • SHA256: b42e2e84eda23985684850c69b283ecc51c8df890d2fa743a27e9ece5d4780a5

      - Windows exe (sig - 65579f07f03c0ceea1b2a489194baa23bf2bdeb0d13e354bfe00357719697522)
      - Full source + docs + binary tarball (sig - 7a5ef31c40c4e5b3d5a22e99437bf02b0c79b6a19e765749db6c9b754836bc61) + Windows exe (sig - f5e5d1e7f151a6a82439dcbbf98ed43740b0f1ad149ba7e15d5e50145663bc21)
      + Full source + docs + binary tarball (sig - 472e5d0b5907ace17267974ca8f3548c02c44c6ff679ab10ee01987873285dbf)

      To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2016.03.26/youtube-dl -o /usr/local/bin/youtube-dl
      +sudo curl https://yt-dl.org/downloads/2016.03.27/youtube-dl -o /usr/local/bin/youtube-dl
      sudo chmod a+rx /usr/local/bin/youtube-dl

      If you do not have curl, you can alternatively use a recent wget: -sudo wget https://yt-dl.org/downloads/2016.03.26/youtube-dl -O /usr/local/bin/youtube-dl
      +sudo wget https://yt-dl.org/downloads/2016.03.27/youtube-dl -O /usr/local/bin/youtube-dl
      sudo chmod a+rx /usr/local/bin/youtube-dl

      @@ -53,7 +53,7 @@ See the pypi page for more

      To check the signature, type: -sudo wget https://yt-dl.org/downloads/2016.03.26/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig
      +sudo wget https://yt-dl.org/downloads/2016.03.27/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig

      The following GPG keys will be used to sign the binaries and the git tags:

      diff --git a/supportedsites.html b/supportedsites.html index 0f57afc7f..4bbbe6dc3 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -55,8 +55,8 @@
    • appletrailers:section
    • archive.org: archive.org videos
    • ARD
    • -
    • ARD:mediathek
    • ARD:mediathek: Saarländischer Rundfunk
    • +
    • ARD:mediathek
    • arte.tv
    • arte.tv:+7
    • arte.tv:cinema
    • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index df78a9679..0ace28390 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2016.03.26 \ No newline at end of file +2016.03.27 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 035dda55c..ba9a5e324 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -3,7 +3,7 @@ youtube-dl releases https://yt-dl.org/feed/youtube-dl-updates-feed - 2016-03-26T09:01:01.218344Z + 2016-03-27T17:00:24.502354Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -9350,4 +9350,19 @@ 2016-03-26T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2016.03.27 + New version 2016.03.27 + + +
      + Downloads available at https://yt-dl.org/downloads/2016.03.27/ +
      +
      + + The youtube-dl maintainers + + 2016-03-27T00:00:00Z +
      + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index e0182ac8c..677d54310 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2016.03.26", - "signature": "6211db0b44f15fb6090de1650e702c48e5a342dae1ba7db09f263c5fa9b5e69b72e42819fba5b1ff8f38221dc616f397dd30bad1373759edd39febac94ffa24de347f9746902084553e912ff7793c9d5104ce3ca76cb0c110592f4319b8ab01c43367ae6d2773719ef527ebc83431b7a774d77378cc415094e835b0fba0abcb3", + "latest": "2016.03.27", + "signature": "6a9761a091762a547cd6d592283eacea68ad5f1b8f8dfab244dfc3ed292efa42af921c46fe420059f7aad8368570cf9c66c1ed06ccd774e43e695df45d2c18a76afb33ed4b78d76330dac02cee58989fba28e2994a0e8e8ec51ac2a9b00c6408171716e35d71f4702e136c94662c6236bb1ad1b808000258cc681a8c357c0154", "versions": { "2012.02.22": { "bin": [ @@ -8729,6 +8729,20 @@ "https://yt-dl.org/downloads/2016.03.26/youtube-dl-2016.03.26.tar.gz", "7a5ef31c40c4e5b3d5a22e99437bf02b0c79b6a19e765749db6c9b754836bc61" ] + }, + "2016.03.27": { + "bin": [ + "https://yt-dl.org/downloads/2016.03.27/youtube-dl", + "b42e2e84eda23985684850c69b283ecc51c8df890d2fa743a27e9ece5d4780a5" + ], + "exe": [ + "https://yt-dl.org/downloads/2016.03.27/youtube-dl.exe", + "f5e5d1e7f151a6a82439dcbbf98ed43740b0f1ad149ba7e15d5e50145663bc21" + ], + "tar": [ + "https://yt-dl.org/downloads/2016.03.27/youtube-dl-2016.03.27.tar.gz", + "472e5d0b5907ace17267974ca8f3548c02c44c6ff679ab10ee01987873285dbf" + ] } } } \ No newline at end of file From e8c339da5681d1b0654ed18c1a5a61ca46759072 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Fri, 1 Apr 2016 09:13:47 +0200 Subject: [PATCH 137/139] release 2016.04.01 --- download.html | 18 +++++++++--------- supportedsites.html | 7 +++++-- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 47 insertions(+), 15 deletions(-) diff --git a/download.html b/download.html index f5457c0ea..f9601dd4e 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

      Remember youtube-dl requires Python version 2.6, 2.7, or 3.2+ to work.

      -

      2016.03.27 (sig)

      +

      2016.04.01 (sig)

        -
      • MD5: 67985a9ea4f06f4f87719747ec6868d6
      • -
      • SHA1: e4bd41a85043a5ce8420bb2d65144f9bd7ed3789
      • -
      • SHA256: b42e2e84eda23985684850c69b283ecc51c8df890d2fa743a27e9ece5d4780a5
      • +
      • MD5: 10ed1866ee69857f83f1a66439f39abc
      • +
      • SHA1: 848c49dfacedfc74a9883dff2a9a5fa1e46fd758
      • +
      • SHA256: 1b690f0043228a7aab2efe7979f3d529ae09aaacf32d1ee0724db6d714d9451b

      - Windows exe (sig - f5e5d1e7f151a6a82439dcbbf98ed43740b0f1ad149ba7e15d5e50145663bc21)
      - Full source + docs + binary tarball (sig - 472e5d0b5907ace17267974ca8f3548c02c44c6ff679ab10ee01987873285dbf) + Windows exe (sig - 58e2849204c245149c2aa0497a4c0d9a28a9af85c4f3201a900be11f28543bc8)
      + Full source + docs + binary tarball (sig - 474a9d901252c05ec9d8131016dab4a2fb40d9c323e7ebdd5c5e30c9eee3e824)

      To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2016.03.27/youtube-dl -o /usr/local/bin/youtube-dl
      +sudo curl https://yt-dl.org/downloads/2016.04.01/youtube-dl -o /usr/local/bin/youtube-dl
      sudo chmod a+rx /usr/local/bin/youtube-dl

      If you do not have curl, you can alternatively use a recent wget: -sudo wget https://yt-dl.org/downloads/2016.03.27/youtube-dl -O /usr/local/bin/youtube-dl
      +sudo wget https://yt-dl.org/downloads/2016.04.01/youtube-dl -O /usr/local/bin/youtube-dl
      sudo chmod a+rx /usr/local/bin/youtube-dl

      @@ -53,7 +53,7 @@ See the pypi page for more

      To check the signature, type: -sudo wget https://yt-dl.org/downloads/2016.03.27/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig
      +sudo wget https://yt-dl.org/downloads/2016.04.01/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig

      The following GPG keys will be used to sign the binaries and the git tags:

      diff --git a/supportedsites.html b/supportedsites.html index 4bbbe6dc3..81c5eb436 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -133,6 +133,7 @@
    • Clubic
    • Clyp
    • cmt.com
    • +
    • CNBC
    • CNET
    • CNN
    • CNNArticle
    • @@ -149,6 +150,7 @@
    • CrooksAndLiars
    • Crunchyroll
    • crunchyroll:playlist
    • +
    • CSNNE
    • CSpan: C-SPAN
    • CtsNews: 華視新聞
    • culturebox.francetvinfo.fr
    • @@ -391,7 +393,8 @@
    • myvideo (Currently broken)
    • MyVidster
    • n-tv.de
    • -
    • NationalGeographic
    • +
    • natgeo
    • +
    • natgeo:channel
    • Naver
    • NBA
    • NBC
    • @@ -633,7 +636,6 @@
    • Telegraaf
    • TeleMB
    • TeleTask
    • -
    • TenPlay
    • TF1
    • TheIntercept
    • TheOnion
    • @@ -755,6 +757,7 @@
    • vlive
    • Vodlocker
    • VoiceRepublic
    • +
    • VoxMedia
    • Vporn
    • vpro: npo.nl and ntr.nl
    • VRT
    • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 0ace28390..a8e1729f1 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2016.03.27 \ No newline at end of file +2016.04.01 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index ba9a5e324..c7340c262 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -3,7 +3,7 @@ youtube-dl releases https://yt-dl.org/feed/youtube-dl-updates-feed - 2016-03-27T17:00:24.502354Z + 2016-04-01T09:13:44.020981Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -9365,4 +9365,19 @@ 2016-03-27T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2016.04.01 + New version 2016.04.01 + + +
      + Downloads available at https://yt-dl.org/downloads/2016.04.01/ +
      +
      + + The youtube-dl maintainers + + 2016-04-01T00:00:00Z +
      + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 677d54310..8a9f55447 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2016.03.27", - "signature": "6a9761a091762a547cd6d592283eacea68ad5f1b8f8dfab244dfc3ed292efa42af921c46fe420059f7aad8368570cf9c66c1ed06ccd774e43e695df45d2c18a76afb33ed4b78d76330dac02cee58989fba28e2994a0e8e8ec51ac2a9b00c6408171716e35d71f4702e136c94662c6236bb1ad1b808000258cc681a8c357c0154", + "latest": "2016.04.01", + "signature": "797472506f1bbc96b3b416dc721f52436c798efbeffe3cef33440d9382f29fb4842af7b6fdc517a297174c1e2a42a2b1407481f1930528e3cea126f4e45b22d8e00de93d211586ab84c462fba213328ce13210143dbe6a27c44e11188154d5553678a867c94d2ff27332f92ef4b1ce1d89c225f3f1b1faa8c4fbb2a856c745a9", "versions": { "2012.02.22": { "bin": [ @@ -8743,6 +8743,20 @@ "https://yt-dl.org/downloads/2016.03.27/youtube-dl-2016.03.27.tar.gz", "472e5d0b5907ace17267974ca8f3548c02c44c6ff679ab10ee01987873285dbf" ] + }, + "2016.04.01": { + "bin": [ + "https://yt-dl.org/downloads/2016.04.01/youtube-dl", + "1b690f0043228a7aab2efe7979f3d529ae09aaacf32d1ee0724db6d714d9451b" + ], + "exe": [ + "https://yt-dl.org/downloads/2016.04.01/youtube-dl.exe", + "58e2849204c245149c2aa0497a4c0d9a28a9af85c4f3201a900be11f28543bc8" + ], + "tar": [ + "https://yt-dl.org/downloads/2016.04.01/youtube-dl-2016.04.01.tar.gz", + "474a9d901252c05ec9d8131016dab4a2fb40d9c323e7ebdd5c5e30c9eee3e824" + ] } } } \ No newline at end of file From 737468e54062403d86f303bd5bcaffef99ebdce9 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Tue, 5 Apr 2016 18:39:14 +0200 Subject: [PATCH 138/139] release 2016.04.05 --- download.html | 18 +++++++++--------- supportedsites.html | 5 +++-- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 45 insertions(+), 15 deletions(-) diff --git a/download.html b/download.html index f9601dd4e..c59397453 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

      Remember youtube-dl requires Python version 2.6, 2.7, or 3.2+ to work.

      -

      2016.04.01 (sig)

      +

      2016.04.05 (sig)

        -
      • MD5: 10ed1866ee69857f83f1a66439f39abc
      • -
      • SHA1: 848c49dfacedfc74a9883dff2a9a5fa1e46fd758
      • -
      • SHA256: 1b690f0043228a7aab2efe7979f3d529ae09aaacf32d1ee0724db6d714d9451b
      • +
      • MD5: c8252e11e8ce5561bc4e70097bb98c0a
      • +
      • SHA1: 71cdbe2f5093b22b78d62cbceaba7f9ffdee2479
      • +
      • SHA256: 16f0fe4d677e458cd074875c15a8c1b18088bce5e9bcce91f6ef2dc9b4ce33f9

      - Windows exe (sig - 58e2849204c245149c2aa0497a4c0d9a28a9af85c4f3201a900be11f28543bc8)
      - Full source + docs + binary tarball (sig - 474a9d901252c05ec9d8131016dab4a2fb40d9c323e7ebdd5c5e30c9eee3e824) + Windows exe (sig - 025b8cb149f9c899d597392819baa732e593b4784b5cd837c495abfe93061897)
      + Full source + docs + binary tarball (sig - b42fa16c6657a083082e6914c19c07f57a5a9dea34981e7442954dc30acae3ed)

      To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2016.04.01/youtube-dl -o /usr/local/bin/youtube-dl
      +sudo curl https://yt-dl.org/downloads/2016.04.05/youtube-dl -o /usr/local/bin/youtube-dl
      sudo chmod a+rx /usr/local/bin/youtube-dl

      If you do not have curl, you can alternatively use a recent wget: -sudo wget https://yt-dl.org/downloads/2016.04.01/youtube-dl -O /usr/local/bin/youtube-dl
      +sudo wget https://yt-dl.org/downloads/2016.04.05/youtube-dl -O /usr/local/bin/youtube-dl
      sudo chmod a+rx /usr/local/bin/youtube-dl

      @@ -53,7 +53,7 @@ See the pypi page for more

      To check the signature, type: -sudo wget https://yt-dl.org/downloads/2016.04.01/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig
      +sudo wget https://yt-dl.org/downloads/2016.04.05/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig

      The following GPG keys will be used to sign the binaries and the git tags:

      diff --git a/supportedsites.html b/supportedsites.html index 81c5eb436..610a60f1a 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -72,6 +72,7 @@
    • AudioBoom
    • audiomack
    • audiomack:album
    • +
    • auroravid: AuroraVid
    • Azubu
    • AzubuLive
    • BaiduVideo: 百度视频
    • @@ -107,12 +108,14 @@
    • BYUtv
    • Camdemy
    • CamdemyFolder
    • +
    • CamWithHer
    • canalc2.tv
    • Canalplus: canalplus.fr, piwiplus.fr and d8.tv
    • Canvas
    • CBC
    • CBCPlayer
    • CBS
    • +
    • CBSInteractive
    • CBSNews: CBS News
    • CBSNewsLiveVideo: CBS News Live Videos
    • CBSSports
    • @@ -134,7 +137,6 @@
    • Clyp
    • cmt.com
    • CNBC
    • -
    • CNET
    • CNN
    • CNNArticle
    • CNNBlogs
    • @@ -434,7 +436,6 @@
    • Normalboots
    • NosVideo
    • Nova: TN.cz, Prásk.tv, Nova.cz, Novaplus.cz, FANDA.tv, Krásná.cz and Doma.cz
    • -
    • novamov: NovaMov
    • nowness
    • nowness:playlist
    • nowness:series
    • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index a8e1729f1..77fb5b9cb 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2016.04.01 \ No newline at end of file +2016.04.05 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index c7340c262..77465895b 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -3,7 +3,7 @@ youtube-dl releases https://yt-dl.org/feed/youtube-dl-updates-feed - 2016-04-01T09:13:44.020981Z + 2016-04-05T18:39:11.794050Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -9380,4 +9380,19 @@ 2016-04-01T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2016.04.05 + New version 2016.04.05 + + +
      + Downloads available at https://yt-dl.org/downloads/2016.04.05/ +
      +
      + + The youtube-dl maintainers + + 2016-04-05T00:00:00Z +
      + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 8a9f55447..a204ee8bd 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2016.04.01", - "signature": "797472506f1bbc96b3b416dc721f52436c798efbeffe3cef33440d9382f29fb4842af7b6fdc517a297174c1e2a42a2b1407481f1930528e3cea126f4e45b22d8e00de93d211586ab84c462fba213328ce13210143dbe6a27c44e11188154d5553678a867c94d2ff27332f92ef4b1ce1d89c225f3f1b1faa8c4fbb2a856c745a9", + "latest": "2016.04.05", + "signature": "93949e80f837743fb027ff5a089471f5d094857c8246620f1fe27b31c6cb1163940c374d3112c5c96c4cd6a9b432d68d11a6c8de5d5d1dab4662f9b2c140151804426de72b74a7b3788141d445720e6c939b44f7407f4ce0ae38b2cfc6e84e723a4326972da4a284da525df5bc1f1ea977e92e7db9cafb4ef1494737cf94189c", "versions": { "2012.02.22": { "bin": [ @@ -8757,6 +8757,20 @@ "https://yt-dl.org/downloads/2016.04.01/youtube-dl-2016.04.01.tar.gz", "474a9d901252c05ec9d8131016dab4a2fb40d9c323e7ebdd5c5e30c9eee3e824" ] + }, + "2016.04.05": { + "bin": [ + "https://yt-dl.org/downloads/2016.04.05/youtube-dl", + "16f0fe4d677e458cd074875c15a8c1b18088bce5e9bcce91f6ef2dc9b4ce33f9" + ], + "exe": [ + "https://yt-dl.org/downloads/2016.04.05/youtube-dl.exe", + "025b8cb149f9c899d597392819baa732e593b4784b5cd837c495abfe93061897" + ], + "tar": [ + "https://yt-dl.org/downloads/2016.04.05/youtube-dl-2016.04.05.tar.gz", + "b42fa16c6657a083082e6914c19c07f57a5a9dea34981e7442954dc30acae3ed" + ] } } } \ No newline at end of file From 43880492010f36daaaceaf6aaa83281a6860d9d8 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Wed, 6 Apr 2016 15:16:29 +0200 Subject: [PATCH 139/139] release 2016.04.06 --- download.html | 18 +++++++++--------- supportedsites.html | 2 +- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 43 insertions(+), 14 deletions(-) diff --git a/download.html b/download.html index c59397453..e4048ccf1 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

      Remember youtube-dl requires Python version 2.6, 2.7, or 3.2+ to work.

      -

      2016.04.05 (sig)

      +

      2016.04.06 (sig)

        -
      • MD5: c8252e11e8ce5561bc4e70097bb98c0a
      • -
      • SHA1: 71cdbe2f5093b22b78d62cbceaba7f9ffdee2479
      • -
      • SHA256: 16f0fe4d677e458cd074875c15a8c1b18088bce5e9bcce91f6ef2dc9b4ce33f9
      • +
      • MD5: db0cdae7fc142793b2edbfc1ca9fe5cb
      • +
      • SHA1: 910f96fa5ee84fac9d08fd45bde89125f77d1a49
      • +
      • SHA256: 9959cf3f2e202e5b6241638e34e131a5a68aa39910ecb668dbb6f307e1763776

      - Windows exe (sig - 025b8cb149f9c899d597392819baa732e593b4784b5cd837c495abfe93061897)
      - Full source + docs + binary tarball (sig - b42fa16c6657a083082e6914c19c07f57a5a9dea34981e7442954dc30acae3ed) + Windows exe (sig - 0db9d03b4fad9debb28322197ad3b9e6d0d31f2c8124103fc8bb4707729a681c)
      + Full source + docs + binary tarball (sig - 115a7443162198f12d97c2c1d83e69d462f78410a26d6dd5ae3c74603397b9cd)

      To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2016.04.05/youtube-dl -o /usr/local/bin/youtube-dl
      +sudo curl https://yt-dl.org/downloads/2016.04.06/youtube-dl -o /usr/local/bin/youtube-dl
      sudo chmod a+rx /usr/local/bin/youtube-dl

      If you do not have curl, you can alternatively use a recent wget: -sudo wget https://yt-dl.org/downloads/2016.04.05/youtube-dl -O /usr/local/bin/youtube-dl
      +sudo wget https://yt-dl.org/downloads/2016.04.06/youtube-dl -O /usr/local/bin/youtube-dl
      sudo chmod a+rx /usr/local/bin/youtube-dl

      @@ -53,7 +53,7 @@ See the pypi page for more

      To check the signature, type: -sudo wget https://yt-dl.org/downloads/2016.04.05/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig
      +sudo wget https://yt-dl.org/downloads/2016.04.06/youtube-dl.sig -O youtube-dl.sig
      gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
      rm youtube-dl.sig

      The following GPG keys will be used to sign the binaries and the git tags:

      diff --git a/supportedsites.html b/supportedsites.html index 610a60f1a..25cb854ea 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -55,8 +55,8 @@
    • appletrailers:section
    • archive.org: archive.org videos
    • ARD
    • -
    • ARD:mediathek: Saarländischer Rundfunk
    • ARD:mediathek
    • +
    • ARD:mediathek: Saarländischer Rundfunk
    • arte.tv
    • arte.tv:+7
    • arte.tv:cinema
    • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 77fb5b9cb..0753cafff 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2016.04.05 \ No newline at end of file +2016.04.06 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 77465895b..0b66f9e92 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -3,7 +3,7 @@ youtube-dl releases https://yt-dl.org/feed/youtube-dl-updates-feed - 2016-04-05T18:39:11.794050Z + 2016-04-06T15:16:27.266631Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -9395,4 +9395,19 @@ 2016-04-05T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2016.04.06 + New version 2016.04.06 + + +
      + Downloads available at https://yt-dl.org/downloads/2016.04.06/ +
      +
      + + The youtube-dl maintainers + + 2016-04-06T00:00:00Z +
      + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index a204ee8bd..d9de361e5 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2016.04.05", - "signature": "93949e80f837743fb027ff5a089471f5d094857c8246620f1fe27b31c6cb1163940c374d3112c5c96c4cd6a9b432d68d11a6c8de5d5d1dab4662f9b2c140151804426de72b74a7b3788141d445720e6c939b44f7407f4ce0ae38b2cfc6e84e723a4326972da4a284da525df5bc1f1ea977e92e7db9cafb4ef1494737cf94189c", + "latest": "2016.04.06", + "signature": "7502eddaa05117e80fe236bea73ad48edb1f023fe254b31776cc70ecdb6005dac5d99dd740fd63cf6104e7dc141e1e49023a3aa727f4f664c0ccfb2833f2c668e8d88e28fb6c26c2d57f679724635d4bec7128453e5e791a7f5ac889998fae65ca48494b8c3cbeaf321df65d72bf77e21d148a611cf92a5d7ced7ac0147bcfcf", "versions": { "2012.02.22": { "bin": [ @@ -8771,6 +8771,20 @@ "https://yt-dl.org/downloads/2016.04.05/youtube-dl-2016.04.05.tar.gz", "b42fa16c6657a083082e6914c19c07f57a5a9dea34981e7442954dc30acae3ed" ] + }, + "2016.04.06": { + "bin": [ + "https://yt-dl.org/downloads/2016.04.06/youtube-dl", + "9959cf3f2e202e5b6241638e34e131a5a68aa39910ecb668dbb6f307e1763776" + ], + "exe": [ + "https://yt-dl.org/downloads/2016.04.06/youtube-dl.exe", + "0db9d03b4fad9debb28322197ad3b9e6d0d31f2c8124103fc8bb4707729a681c" + ], + "tar": [ + "https://yt-dl.org/downloads/2016.04.06/youtube-dl-2016.04.06.tar.gz", + "115a7443162198f12d97c2c1d83e69d462f78410a26d6dd5ae3c74603397b9cd" + ] } } } \ No newline at end of file
    Documentation
    Documentation
    Download
    Support
    Develop