From 516b8fc6d9ac76dfe18c0683c1acc11be80ed20f Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Fri, 17 Jan 2014 01:42:52 +0100 Subject: [PATCH 001/138] Update format documentation (Closes #2158) --- documentation.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/documentation.html b/documentation.html index 36baae646..7138aa1b1 100644 --- a/documentation.html +++ b/documentation.html @@ -21,7 +21,7 @@
  • Frequently Asked Questions
  • Supported sites
  • Proxy support
  • -
  • YouTube formats
  • +
  • Video formats
  • Output template
  • Configuration
  • @@ -60,9 +60,9 @@ For a complete list, see the Supported sites p

    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 formats

    +

    YouTube Video

    -

    Using the -f option and other related options, you can specify the video format to be downloaded from YouTube. If you have an order of preference, specify the formats separating them with slashes: -f 22/17/18. Instead of keeping a video format table here, I will refer you to the list of YouTube formats on Wikipedia.

    +

    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

    From 32c72b8b45faa154f7c5bb4125310dd8aaa449da Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Fri, 17 Jan 2014 02:17:28 +0100 Subject: [PATCH 002/138] release 2013.01.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 d6ce3a9b4..8ba52f0ff 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

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

    -

    2014.01.08 (sig)

    +

    2013.01.17 (sig)

    - Windows exe (sig - c8268e0273d3bc283ee68e5c2b2a467536d14b0b8eb82a21600034abd768e7e2)
    - Full source + docs + binary tarball (sig - 9b33c9d034d1fb50234719e5ffff948707944dfe406f376e6fae4cc185910329) + Windows exe (sig - 9b7eecd646d414620efa9ee185574341061d845744e4a6c044d3ad2747b58c3c)
    + Full source + docs + binary tarball (sig - 696f712468cfee1dc9493b9a7dca8ad350bfda8730a68d10f478df89f0714597)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.01.08/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2013.01.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/2014.01.08/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2013.01.17/youtube-dl -O /usr/local/bin/youtube-dl
    sudo chmod a+x /usr/local/bin/youtube-dl

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

    To check the signature, type: -sudo wget https://yt-dl.org/downloads/2014.01.08/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/2013.01.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 55f775f78..9c0770b7d 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.01.08 \ No newline at end of file +2013.01.17 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 6f06d977b..3792449dc 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 - 2014-01-08T23:47:24.591519Z + 2014-01-17T02:17:25.851638Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -110,6 +110,21 @@ 2013-01-13T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.01.17 + New version 2013.01.17 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.01.17/ +
    +
    + + The youtube-dl maintainers + + 2013-01-17T00:00:00Z +
    + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.01.28 New version 2013.01.28 diff --git a/update/versions.json b/update/versions.json index 6e5601f7b..0312ddaa2 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.01.08", - "signature": "46e6a1e55984f60f5d072e3d1b467dc8bffe35c510b54f205b290b535c9de2a26a3e76a5234cb2ed815a39ea4354c3391cce2d87a830944987669aa98d86909ce992c14b33893bc0999068f7e04f230cc33549c1bdac8ca7da9ba705ab2874aad99b7d302182f97f8f24c403580e34dacf92d6d92860a8f349fc9730aa2240b5", + "latest": "2013.01.17", + "signature": "2fe0a581b9d7f8ba23e83211af1baf55e2798b1fd7a8ee5463bafb340c577b7ec8f6036ac3f52a67de7027968e5550906c14ae2eff34091ba7921b7c9ad17a4195e1e7b48c7483999334c3c132812287462a889c750734a9da044cec848a7d2da02fa9c3af17c6a2c5a67317530c4bdf7682d593f0b211c4e17983d9cef8645e", "versions": { "2012.02.22": { "bin": [ @@ -100,6 +100,20 @@ "13cc8cffb4206a63be033dfbebcfa637bd489d58d9f54858d9552021aa8f0dd5" ] }, + "2013.01.17": { + "bin": [ + "https://yt-dl.org/downloads/2013.01.17/youtube-dl", + "9343af62accac216412cbf68ed48def5ef34979fb19a336c13bb042c6b8a365c" + ], + "exe": [ + "https://yt-dl.org/downloads/2013.01.17/youtube-dl.exe", + "9b7eecd646d414620efa9ee185574341061d845744e4a6c044d3ad2747b58c3c" + ], + "tar": [ + "https://yt-dl.org/downloads/2013.01.17/youtube-dl-2013.01.17.tar.gz", + "696f712468cfee1dc9493b9a7dca8ad350bfda8730a68d10f478df89f0714597" + ] + }, "2013.01.28": { "bin": [ "http://youtube-dl.org/downloads/2013.01.28/youtube-dl", From f147df731c8b58e47a4e172edac5236b9a20cfed Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Fri, 17 Jan 2014 03:13:08 +0100 Subject: [PATCH 003/138] release 2013.01.17.1 --- 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 8ba52f0ff..008305154 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

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

    -

    2013.01.17 (sig)

    +

    2013.01.17.1 (sig)

      -
    • MD5: 9aa200b2c85cf1fdf503334915d63f8f
    • -
    • SHA1: 24cabe8527e67943796d07ffaa6f9580fce6f29f
    • -
    • SHA256: 9343af62accac216412cbf68ed48def5ef34979fb19a336c13bb042c6b8a365c
    • +
    • MD5: b95f205b9b71488c3487579d2f4a34e8
    • +
    • SHA1: 2b5da124e7704ec70e1dac237119799f68101436
    • +
    • SHA256: 7c839d86378cc0d356cebeaaf920747408a2d790eff7720595364c2660a0e637

    - Windows exe (sig - 9b7eecd646d414620efa9ee185574341061d845744e4a6c044d3ad2747b58c3c)
    - Full source + docs + binary tarball (sig - 696f712468cfee1dc9493b9a7dca8ad350bfda8730a68d10f478df89f0714597) + Windows exe (sig - b0154a28ab4fa844bdf6ce94814eb14241b8ec4da7450fc3ceda4bdecddf85fa)
    + Full source + docs + binary tarball (sig - 9f3f5ff2c327ceabcb385d0b10cfbed79be7da0e8fffd67c7cb3afbe4d0bf231)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2013.01.17/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2013.01.17.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/2013.01.17/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2013.01.17.1/youtube-dl -O /usr/local/bin/youtube-dl
    sudo chmod a+x /usr/local/bin/youtube-dl

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

    To check the signature, type: -sudo wget https://yt-dl.org/downloads/2013.01.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/2013.01.17.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 2979054ef..67a4c649e 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -72,6 +72,7 @@
  • eHow
  • eitb.tv
  • Escapist
  • +
  • EveryonesMixtape
  • exfm: ex.fm
  • ExtremeTube
  • facebook
  • @@ -80,6 +81,7 @@
  • fernsehkritik.tv:postecke
  • Flickr
  • france2.fr:generation-quoi
  • +
  • FranceInter
  • francetv: France 2, 3, 4, 5 and Ô
  • francetvinfo.fr
  • Freesound
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 9c0770b7d..bf7fc8d59 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2013.01.17 \ No newline at end of file +2013.01.17.1 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 3792449dc..322cf201c 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 - 2014-01-17T02:17:25.851638Z + 2014-01-17T03:13:05.860676Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -125,6 +125,21 @@ 2013-01-17T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.01.17.1 + New version 2013.01.17.1 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.01.17.1/ +
    +
    + + The youtube-dl maintainers + + 2013-01-17T00:00:01Z +
    + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.01.28 New version 2013.01.28 diff --git a/update/versions.json b/update/versions.json index 0312ddaa2..c3d50000d 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2013.01.17", - "signature": "2fe0a581b9d7f8ba23e83211af1baf55e2798b1fd7a8ee5463bafb340c577b7ec8f6036ac3f52a67de7027968e5550906c14ae2eff34091ba7921b7c9ad17a4195e1e7b48c7483999334c3c132812287462a889c750734a9da044cec848a7d2da02fa9c3af17c6a2c5a67317530c4bdf7682d593f0b211c4e17983d9cef8645e", + "latest": "2013.01.17.1", + "signature": "12a815d9a25eecc9524603d09d1cfa5aa30eb261b827507838d38aa82184e69ff08b5e73117651f130ce5d0013e4342a17e0f4d4bbdc3e0d60cbe04ead0966b7ddd2ca921c7c36ba20449741e155577caba21d5e9b5974fb5bf4a9b369801879f7ac07a33cb71c72c13dfb3a03551e62ec0537975919736fb6b4ae4eef8a88cc", "versions": { "2012.02.22": { "bin": [ @@ -114,6 +114,20 @@ "696f712468cfee1dc9493b9a7dca8ad350bfda8730a68d10f478df89f0714597" ] }, + "2013.01.17.1": { + "bin": [ + "https://yt-dl.org/downloads/2013.01.17.1/youtube-dl", + "7c839d86378cc0d356cebeaaf920747408a2d790eff7720595364c2660a0e637" + ], + "exe": [ + "https://yt-dl.org/downloads/2013.01.17.1/youtube-dl.exe", + "b0154a28ab4fa844bdf6ce94814eb14241b8ec4da7450fc3ceda4bdecddf85fa" + ], + "tar": [ + "https://yt-dl.org/downloads/2013.01.17.1/youtube-dl-2013.01.17.1.tar.gz", + "9f3f5ff2c327ceabcb385d0b10cfbed79be7da0e8fffd67c7cb3afbe4d0bf231" + ] + }, "2013.01.28": { "bin": [ "http://youtube-dl.org/downloads/2013.01.28/youtube-dl", From 632cc94b5316cc2032d6dbd0ebdd271915ab1ea9 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Fri, 17 Jan 2014 04:27:58 +0100 Subject: [PATCH 004/138] release 2014.01.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 008305154..3f7ff8adf 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

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

    -

    2013.01.17.1 (sig)

    +

    2014.01.17.2 (sig)

      -
    • MD5: b95f205b9b71488c3487579d2f4a34e8
    • -
    • SHA1: 2b5da124e7704ec70e1dac237119799f68101436
    • -
    • SHA256: 7c839d86378cc0d356cebeaaf920747408a2d790eff7720595364c2660a0e637
    • +
    • MD5: 0c6bda3a081f8e8691905b3ffd1a43f8
    • +
    • SHA1: bbb7b89cf9b025c101733b761de97161fd214f4c
    • +
    • SHA256: d8b7c3a7343885304dc205ed287a687da8440b4831c633f95ef2c4bc92b356e7

    - Windows exe (sig - b0154a28ab4fa844bdf6ce94814eb14241b8ec4da7450fc3ceda4bdecddf85fa)
    - Full source + docs + binary tarball (sig - 9f3f5ff2c327ceabcb385d0b10cfbed79be7da0e8fffd67c7cb3afbe4d0bf231) + Windows exe (sig - 316f655165f3115a282e10153118177ad9887ee252e7e61634a43bdfb5e5af9e)
    + Full source + docs + binary tarball (sig - 0ce26676b755dc761b7356ef0b0ff647d0ea8f7d261d9396855e1cbaeac01ea8)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2013.01.17.1/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2014.01.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/2013.01.17.1/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2014.01.17.2/youtube-dl -O /usr/local/bin/youtube-dl
    sudo chmod a+x /usr/local/bin/youtube-dl

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

    To check the signature, type: -sudo wget https://yt-dl.org/downloads/2013.01.17.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/2014.01.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 bf7fc8d59..6c7c2e8a5 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2013.01.17.1 \ No newline at end of file +2014.01.17.2 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 322cf201c..b6c93278f 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 - 2014-01-17T03:13:05.860676Z + 2014-01-17T04:27:56.182678Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -2810,4 +2810,19 @@ 2014-01-08T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.01.17.2 + New version 2014.01.17.2 + + +
    + Downloads available at https://yt-dl.org/downloads/2014.01.17.2/ +
    +
    + + The youtube-dl maintainers + + 2014-01-17T00:00:02Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index c3d50000d..ead8c1e8b 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2013.01.17.1", - "signature": "12a815d9a25eecc9524603d09d1cfa5aa30eb261b827507838d38aa82184e69ff08b5e73117651f130ce5d0013e4342a17e0f4d4bbdc3e0d60cbe04ead0966b7ddd2ca921c7c36ba20449741e155577caba21d5e9b5974fb5bf4a9b369801879f7ac07a33cb71c72c13dfb3a03551e62ec0537975919736fb6b4ae4eef8a88cc", + "latest": "2014.01.17.2", + "signature": "502ee6f03a9adbecfc932a3c0667d117ab9a72c2294ac0e743cbd9a43e6d9d6462c749f541d532c77148c2ef8fff8286a51c5df501680a8448467e136f6b66c857d73ce3e9c06f1fb9f6642f1ae02301a86a2884b873caafe32b82ce0d3060e2c26447087c1430a7baec7513fff540198bc346b7727c7fd3acaa0d965e259a4c", "versions": { "2012.02.22": { "bin": [ @@ -2625,6 +2625,20 @@ "https://yt-dl.org/downloads/2014.01.08/youtube-dl-2014.01.08.tar.gz", "9b33c9d034d1fb50234719e5ffff948707944dfe406f376e6fae4cc185910329" ] + }, + "2014.01.17.2": { + "bin": [ + "https://yt-dl.org/downloads/2014.01.17.2/youtube-dl", + "d8b7c3a7343885304dc205ed287a687da8440b4831c633f95ef2c4bc92b356e7" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.01.17.2/youtube-dl.exe", + "316f655165f3115a282e10153118177ad9887ee252e7e61634a43bdfb5e5af9e" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.01.17.2/youtube-dl-2014.01.17.2.tar.gz", + "0ce26676b755dc761b7356ef0b0ff647d0ea8f7d261d9396855e1cbaeac01ea8" + ] } } } \ No newline at end of file From 4d1261086a34efdfbb57e173854e6991d5c8d563 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Mon, 20 Jan 2014 11:52:39 +0100 Subject: [PATCH 005/138] release 2014.01.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 3f7ff8adf..542754aad 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

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

    -

    2014.01.17.2 (sig)

    +

    2014.01.20 (sig)

      -
    • MD5: 0c6bda3a081f8e8691905b3ffd1a43f8
    • -
    • SHA1: bbb7b89cf9b025c101733b761de97161fd214f4c
    • -
    • SHA256: d8b7c3a7343885304dc205ed287a687da8440b4831c633f95ef2c4bc92b356e7
    • +
    • MD5: 901fa88a5226c197968bd5d23abb836e
    • +
    • SHA1: 093729e97815f7223da9cd5fda93d31e28d3e7d5
    • +
    • SHA256: 673f27e2982318401bb34644ce17877c5dff9b9c51592047fcf3eb2a00eb033c

    - Windows exe (sig - 316f655165f3115a282e10153118177ad9887ee252e7e61634a43bdfb5e5af9e)
    - Full source + docs + binary tarball (sig - 0ce26676b755dc761b7356ef0b0ff647d0ea8f7d261d9396855e1cbaeac01ea8) + Windows exe (sig - 9363861bc9ef6526295811fd06913a6421121d5a98e660613d763055e3bdfe8c)
    + Full source + docs + binary tarball (sig - dea67ba74d6e32307c70f32d91df8d01ea7efbb90e2c70b876f3bf1b049e38cf)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.01.17.2/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2014.01.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/2014.01.17.2/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2014.01.20/youtube-dl -O /usr/local/bin/youtube-dl
    sudo chmod a+x /usr/local/bin/youtube-dl

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

    To check the signature, type: -sudo wget https://yt-dl.org/downloads/2014.01.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/2014.01.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 67a4c649e..d7ed16cb6 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -68,6 +68,7 @@
  • defense.gouv.fr
  • DepositFiles
  • Dotsub
  • +
  • Dropbox
  • EbaumsWorld
  • eHow
  • eitb.tv
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 6c7c2e8a5..4c4d4f833 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.01.17.2 \ No newline at end of file +2014.01.20 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index b6c93278f..3048711bd 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 - 2014-01-17T04:27:56.182678Z + 2014-01-20T11:52:37.875460Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -2825,4 +2825,19 @@ 2014-01-17T00:00:02Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.01.20 + New version 2014.01.20 + + +
    + Downloads available at https://yt-dl.org/downloads/2014.01.20/ +
    +
    + + The youtube-dl maintainers + + 2014-01-20T00:00:00Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index ead8c1e8b..86248e18e 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.01.17.2", - "signature": "502ee6f03a9adbecfc932a3c0667d117ab9a72c2294ac0e743cbd9a43e6d9d6462c749f541d532c77148c2ef8fff8286a51c5df501680a8448467e136f6b66c857d73ce3e9c06f1fb9f6642f1ae02301a86a2884b873caafe32b82ce0d3060e2c26447087c1430a7baec7513fff540198bc346b7727c7fd3acaa0d965e259a4c", + "latest": "2014.01.20", + "signature": "65b5511653a2217d88a33955c57bbae2e7eee8c7211b6bba251e42dbbc996342026673dafd23a2495ab5335a1cd29592d3617559f8cde017bb7b7822c4606fd6eca5f2ca2d41b111717164e06cf3f83c32015e0eaf0108af9fba58d9d741e4cff23b2ca2a8fdda73438333d0b909077d507153029bbdc2233e41d1f3520337e6", "versions": { "2012.02.22": { "bin": [ @@ -2639,6 +2639,20 @@ "https://yt-dl.org/downloads/2014.01.17.2/youtube-dl-2014.01.17.2.tar.gz", "0ce26676b755dc761b7356ef0b0ff647d0ea8f7d261d9396855e1cbaeac01ea8" ] + }, + "2014.01.20": { + "bin": [ + "https://yt-dl.org/downloads/2014.01.20/youtube-dl", + "673f27e2982318401bb34644ce17877c5dff9b9c51592047fcf3eb2a00eb033c" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.01.20/youtube-dl.exe", + "9363861bc9ef6526295811fd06913a6421121d5a98e660613d763055e3bdfe8c" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.01.20/youtube-dl-2014.01.20.tar.gz", + "dea67ba74d6e32307c70f32d91df8d01ea7efbb90e2c70b876f3bf1b049e38cf" + ] } } } \ No newline at end of file From 55baadab2668c63184725373049ca83ed11f8911 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Tue, 21 Jan 2014 14:12:26 +0100 Subject: [PATCH 006/138] release 2014.01.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 542754aad..cbc6ec274 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

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

    -

    2014.01.20 (sig)

    +

    2014.01.21 (sig)

      -
    • MD5: 901fa88a5226c197968bd5d23abb836e
    • -
    • SHA1: 093729e97815f7223da9cd5fda93d31e28d3e7d5
    • -
    • SHA256: 673f27e2982318401bb34644ce17877c5dff9b9c51592047fcf3eb2a00eb033c
    • +
    • MD5: 619e761b75b7e25df528f0bd447e8b05
    • +
    • SHA1: 349a2ef5d5dfb109296fb51e36e986b7a1e5e7d1
    • +
    • SHA256: 0cc5cba6b180bee2b81dc689dbe652d6f73040da5264e58d06a5eac6483a770a

    - Windows exe (sig - 9363861bc9ef6526295811fd06913a6421121d5a98e660613d763055e3bdfe8c)
    - Full source + docs + binary tarball (sig - dea67ba74d6e32307c70f32d91df8d01ea7efbb90e2c70b876f3bf1b049e38cf) + Windows exe (sig - 9956875236992a2738e7314b2e03cfe641b42586a9189c205ae8344490f66712)
    + Full source + docs + binary tarball (sig - f974e268db8cda9ef3c74b4b7dd3433ddf9c5ccf68b5075a120ecd5979c90527)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.01.20/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2014.01.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/2014.01.20/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2014.01.21/youtube-dl -O /usr/local/bin/youtube-dl
    sudo chmod a+x /usr/local/bin/youtube-dl

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

    To check the signature, type: -sudo wget https://yt-dl.org/downloads/2014.01.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/2014.01.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 d7ed16cb6..2cbd1de75 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -160,6 +160,7 @@
  • RTLnow
  • Rutube
  • screen.yahoo:search: Yahoo screen search
  • +
  • ServingSys
  • Sina
  • Slashdot
  • Slideshare
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 4c4d4f833..355c58151 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.01.20 \ No newline at end of file +2014.01.21 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 3048711bd..dcffb9d90 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 - 2014-01-20T11:52:37.875460Z + 2014-01-21T14:12:24.652640Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -2840,4 +2840,19 @@ 2014-01-20T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.01.21 + New version 2014.01.21 + + +
    + Downloads available at https://yt-dl.org/downloads/2014.01.21/ +
    +
    + + The youtube-dl maintainers + + 2014-01-21T00:00:00Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 86248e18e..d982ae0b4 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.01.20", - "signature": "65b5511653a2217d88a33955c57bbae2e7eee8c7211b6bba251e42dbbc996342026673dafd23a2495ab5335a1cd29592d3617559f8cde017bb7b7822c4606fd6eca5f2ca2d41b111717164e06cf3f83c32015e0eaf0108af9fba58d9d741e4cff23b2ca2a8fdda73438333d0b909077d507153029bbdc2233e41d1f3520337e6", + "latest": "2014.01.21", + "signature": "592f518640bd4b33b699d7d97e07d76ab9e5a6ca7ebfae81590dc119dcf943f853c8f146efd7d5d5e4d7e6fdff0ab9fe9131be758ab050a09c6f9e2784fee50f012dd9ca5981c3caec34ae7067ff2dfaf1925805b39c8eaab4f4da67fc6e606d1c8e032f171cb510d6c8c1792707e321652ff49f6d1678e46c8ab04178abd3a8", "versions": { "2012.02.22": { "bin": [ @@ -2653,6 +2653,20 @@ "https://yt-dl.org/downloads/2014.01.20/youtube-dl-2014.01.20.tar.gz", "dea67ba74d6e32307c70f32d91df8d01ea7efbb90e2c70b876f3bf1b049e38cf" ] + }, + "2014.01.21": { + "bin": [ + "https://yt-dl.org/downloads/2014.01.21/youtube-dl", + "0cc5cba6b180bee2b81dc689dbe652d6f73040da5264e58d06a5eac6483a770a" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.01.21/youtube-dl.exe", + "9956875236992a2738e7314b2e03cfe641b42586a9189c205ae8344490f66712" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.01.21/youtube-dl-2014.01.21.tar.gz", + "f974e268db8cda9ef3c74b4b7dd3433ddf9c5ccf68b5075a120ecd5979c90527" + ] } } } \ No newline at end of file From a41b95862417721b9879430f8445d016e932bc38 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Tue, 21 Jan 2014 18:27:20 +0100 Subject: [PATCH 007/138] release 2014.01.21.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 cbc6ec274..520e4d3c5 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

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

    -

    2014.01.21 (sig)

    +

    2014.01.21.1 (sig)

      -
    • MD5: 619e761b75b7e25df528f0bd447e8b05
    • -
    • SHA1: 349a2ef5d5dfb109296fb51e36e986b7a1e5e7d1
    • -
    • SHA256: 0cc5cba6b180bee2b81dc689dbe652d6f73040da5264e58d06a5eac6483a770a
    • +
    • MD5: 0588bfaa86af4a2a0eca3be3e2a2b55c
    • +
    • SHA1: a364a1efc9d0d8e3555915403fd23622af41a55f
    • +
    • SHA256: fe8791862635057bbc64a7855df1566554be669a8e11fb04a9d18a23db8d0dae

    - Windows exe (sig - 9956875236992a2738e7314b2e03cfe641b42586a9189c205ae8344490f66712)
    - Full source + docs + binary tarball (sig - f974e268db8cda9ef3c74b4b7dd3433ddf9c5ccf68b5075a120ecd5979c90527) + Windows exe (sig - 9e3f716bf86ed79b936d013e1eb0e887afd5383ae52acef3e91299eaffcaec7f)
    + Full source + docs + binary tarball (sig - da83de365b3499eabfc7f5bc2f21f70900bb04006f8e058459e9f2b5505dffc8)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.01.21/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2014.01.21.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/2014.01.21/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2014.01.21.1/youtube-dl -O /usr/local/bin/youtube-dl
    sudo chmod a+x /usr/local/bin/youtube-dl

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

    To check the signature, type: -sudo wget https://yt-dl.org/downloads/2014.01.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/2014.01.21.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 355c58151..218046a3d 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.01.21 \ No newline at end of file +2014.01.21.1 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index dcffb9d90..bdaac895c 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 - 2014-01-21T14:12:24.652640Z + 2014-01-21T18:27:19.313180Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -2855,4 +2855,19 @@ 2014-01-21T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.01.21.1 + New version 2014.01.21.1 + + +
    + Downloads available at https://yt-dl.org/downloads/2014.01.21.1/ +
    +
    + + The youtube-dl maintainers + + 2014-01-21T00:00:01Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index d982ae0b4..dc123e3c9 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.01.21", - "signature": "592f518640bd4b33b699d7d97e07d76ab9e5a6ca7ebfae81590dc119dcf943f853c8f146efd7d5d5e4d7e6fdff0ab9fe9131be758ab050a09c6f9e2784fee50f012dd9ca5981c3caec34ae7067ff2dfaf1925805b39c8eaab4f4da67fc6e606d1c8e032f171cb510d6c8c1792707e321652ff49f6d1678e46c8ab04178abd3a8", + "latest": "2014.01.21.1", + "signature": "8e191aa11e703c6ef99cb7113133c2b13765fbf931c2278391df619b16059dff6579c918b8becf16c0227e7ba5fb64f78e4439dba67e1e8b291f0e2a36615da3a1a32b217448fa55653a207a1e33d9ea6c09f496c310bf1d7a603ff17fadf6875fb1775c6badefccada487e525c502abcb9c730c4e101d9d02f1fbf982062f3c", "versions": { "2012.02.22": { "bin": [ @@ -2667,6 +2667,20 @@ "https://yt-dl.org/downloads/2014.01.21/youtube-dl-2014.01.21.tar.gz", "f974e268db8cda9ef3c74b4b7dd3433ddf9c5ccf68b5075a120ecd5979c90527" ] + }, + "2014.01.21.1": { + "bin": [ + "https://yt-dl.org/downloads/2014.01.21.1/youtube-dl", + "fe8791862635057bbc64a7855df1566554be669a8e11fb04a9d18a23db8d0dae" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.01.21.1/youtube-dl.exe", + "9e3f716bf86ed79b936d013e1eb0e887afd5383ae52acef3e91299eaffcaec7f" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.01.21.1/youtube-dl-2014.01.21.1.tar.gz", + "da83de365b3499eabfc7f5bc2f21f70900bb04006f8e058459e9f2b5505dffc8" + ] } } } \ No newline at end of file From 647c4ff6e24ebe5632aa4249a2dcc4942fa3d46f Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Wed, 22 Jan 2014 00:24:23 +0100 Subject: [PATCH 008/138] release 2014.01.22 --- 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 520e4d3c5..94616949a 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

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

    -

    2014.01.21.1 (sig)

    +

    2014.01.22 (sig)

      -
    • MD5: 0588bfaa86af4a2a0eca3be3e2a2b55c
    • -
    • SHA1: a364a1efc9d0d8e3555915403fd23622af41a55f
    • -
    • SHA256: fe8791862635057bbc64a7855df1566554be669a8e11fb04a9d18a23db8d0dae
    • +
    • MD5: 785d0b9f74e0a5777a9da86a9501f58f
    • +
    • SHA1: 05dced2d456d4d2206126b423c23a984f208e8bf
    • +
    • SHA256: 32454b470294823fe299cd127a613709ec8384bac8fce3866119da5fd0fcaa02

    - Windows exe (sig - 9e3f716bf86ed79b936d013e1eb0e887afd5383ae52acef3e91299eaffcaec7f)
    - Full source + docs + binary tarball (sig - da83de365b3499eabfc7f5bc2f21f70900bb04006f8e058459e9f2b5505dffc8) + Windows exe (sig - 3672cda3c84880d01bd3a52150ebdb2c89556d8ee4aa042c3810ef20796d07b0)
    + Full source + docs + binary tarball (sig - 140bcb1d890ff322161aa1553d745da6ef94f4ca62e41df00f283a2e5d863270)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.01.21.1/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2014.01.22/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/2014.01.21.1/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2014.01.22/youtube-dl -O /usr/local/bin/youtube-dl
    sudo chmod a+x /usr/local/bin/youtube-dl

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

    To check the signature, type: -sudo wget https://yt-dl.org/downloads/2014.01.21.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/2014.01.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 2cbd1de75..30e832656 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -126,6 +126,7 @@
  • Mofosex
  • MPORA
  • MTV
  • +
  • mtviggy.com
  • muzu.tv
  • MySpace
  • MySpass
  • @@ -177,6 +178,7 @@
  • Space
  • Spankwire
  • Spiegel
  • +
  • Spike
  • stanfordoc: Stanford Open ClassRoom
  • Statigram
  • Steam
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 218046a3d..dd1bf65ae 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.01.21.1 \ No newline at end of file +2014.01.22 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index bdaac895c..0b4fe2931 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 - 2014-01-21T18:27:19.313180Z + 2014-01-22T00:24:21.726128Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -2870,4 +2870,19 @@ 2014-01-21T00:00:01Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.01.22 + New version 2014.01.22 + + +
    + Downloads available at https://yt-dl.org/downloads/2014.01.22/ +
    +
    + + The youtube-dl maintainers + + 2014-01-22T00:00:00Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index dc123e3c9..bdcbe5e90 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.01.21.1", - "signature": "8e191aa11e703c6ef99cb7113133c2b13765fbf931c2278391df619b16059dff6579c918b8becf16c0227e7ba5fb64f78e4439dba67e1e8b291f0e2a36615da3a1a32b217448fa55653a207a1e33d9ea6c09f496c310bf1d7a603ff17fadf6875fb1775c6badefccada487e525c502abcb9c730c4e101d9d02f1fbf982062f3c", + "latest": "2014.01.22", + "signature": "45eb4a254dc69d6d89438b57766ffa0f00252e0dba2e50f952f9d52fa9a9123d8b7ae3d8be4964d88110d8a769504ea7eb40633eb8236510160ef9c64a3e98ab57f8b805c6ea462fac630a197f833384b270aa3b8b28f135fee21b4d06d589c42ef7a9992adbbc53cd182e03911ae34da9bc104380e9fdbf4551d8b2ec96f932", "versions": { "2012.02.22": { "bin": [ @@ -2681,6 +2681,20 @@ "https://yt-dl.org/downloads/2014.01.21.1/youtube-dl-2014.01.21.1.tar.gz", "da83de365b3499eabfc7f5bc2f21f70900bb04006f8e058459e9f2b5505dffc8" ] + }, + "2014.01.22": { + "bin": [ + "https://yt-dl.org/downloads/2014.01.22/youtube-dl", + "32454b470294823fe299cd127a613709ec8384bac8fce3866119da5fd0fcaa02" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.01.22/youtube-dl.exe", + "3672cda3c84880d01bd3a52150ebdb2c89556d8ee4aa042c3810ef20796d07b0" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.01.22/youtube-dl-2014.01.22.tar.gz", + "140bcb1d890ff322161aa1553d745da6ef94f4ca62e41df00f283a2e5d863270" + ] } } } \ No newline at end of file From d513c0e282bb721418a5a19414b8c8100bb8f8a1 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Wed, 22 Jan 2014 02:26:30 +0100 Subject: [PATCH 009/138] release 2014.01.22.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 94616949a..4f559179f 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

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

    -

    2014.01.22 (sig)

    +

    2014.01.22.1 (sig)

      -
    • MD5: 785d0b9f74e0a5777a9da86a9501f58f
    • -
    • SHA1: 05dced2d456d4d2206126b423c23a984f208e8bf
    • -
    • SHA256: 32454b470294823fe299cd127a613709ec8384bac8fce3866119da5fd0fcaa02
    • +
    • MD5: 4796fe341ea2df9803db400871ffdcb6
    • +
    • SHA1: 6f35ad506f5996504db2db707a0a3b414b02b68e
    • +
    • SHA256: 07910f1871ed2aba9f871be28b18f15cb003f91f8ff4cba1720a0aa76026e466

    - Windows exe (sig - 3672cda3c84880d01bd3a52150ebdb2c89556d8ee4aa042c3810ef20796d07b0)
    - Full source + docs + binary tarball (sig - 140bcb1d890ff322161aa1553d745da6ef94f4ca62e41df00f283a2e5d863270) + Windows exe (sig - b5dc4e7e1a92c6e95137e7ab59de5e9f8109628dff590c4830bb5afefccc5eaa)
    + Full source + docs + binary tarball (sig - bc261824ead97bf674650483595dab3529bb0399df4c69cd85ce1a6ffb82627c)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.01.22/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2014.01.22.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/2014.01.22/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2014.01.22.1/youtube-dl -O /usr/local/bin/youtube-dl
    sudo chmod a+x /usr/local/bin/youtube-dl

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

    To check the signature, type: -sudo wget https://yt-dl.org/downloads/2014.01.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/2014.01.22.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 dd1bf65ae..e1db3d14f 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.01.22 \ No newline at end of file +2014.01.22.1 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 0b4fe2931..fcb04a117 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 - 2014-01-22T00:24:21.726128Z + 2014-01-22T02:26:28.698035Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -2885,4 +2885,19 @@ 2014-01-22T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.01.22.1 + New version 2014.01.22.1 + + +
    + Downloads available at https://yt-dl.org/downloads/2014.01.22.1/ +
    +
    + + The youtube-dl maintainers + + 2014-01-22T00:00:01Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index bdcbe5e90..ceac188b5 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.01.22", - "signature": "45eb4a254dc69d6d89438b57766ffa0f00252e0dba2e50f952f9d52fa9a9123d8b7ae3d8be4964d88110d8a769504ea7eb40633eb8236510160ef9c64a3e98ab57f8b805c6ea462fac630a197f833384b270aa3b8b28f135fee21b4d06d589c42ef7a9992adbbc53cd182e03911ae34da9bc104380e9fdbf4551d8b2ec96f932", + "latest": "2014.01.22.1", + "signature": "240e43e1e97c66965bb1917e603ef7ba8445f84ebadc889f38e6397bcfe32aa6c4550c6bd74a9cccf185aa05386317acb6b7afafe4e5d5253577a25a9a4ce0fe59c82dfe6b5fb02d7c8433097185277c59d9e6d69e5d12096a426eb4395dd7c43f0ef1ed23e257f7e968341bf4514c050d4a8993d808aa7448378f1014054e48", "versions": { "2012.02.22": { "bin": [ @@ -2695,6 +2695,20 @@ "https://yt-dl.org/downloads/2014.01.22/youtube-dl-2014.01.22.tar.gz", "140bcb1d890ff322161aa1553d745da6ef94f4ca62e41df00f283a2e5d863270" ] + }, + "2014.01.22.1": { + "bin": [ + "https://yt-dl.org/downloads/2014.01.22.1/youtube-dl", + "07910f1871ed2aba9f871be28b18f15cb003f91f8ff4cba1720a0aa76026e466" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.01.22.1/youtube-dl.exe", + "b5dc4e7e1a92c6e95137e7ab59de5e9f8109628dff590c4830bb5afefccc5eaa" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.01.22.1/youtube-dl-2014.01.22.1.tar.gz", + "bc261824ead97bf674650483595dab3529bb0399df4c69cd85ce1a6ffb82627c" + ] } } } \ No newline at end of file From c079f0aeea6cc656d9dde8ff7c5a7756e814adf7 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Wed, 22 Jan 2014 14:36:47 +0100 Subject: [PATCH 010/138] release 2014.01.22.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 4f559179f..69bb602ee 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

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

    -

    2014.01.22.1 (sig)

    +

    2014.01.22.2 (sig)

      -
    • MD5: 4796fe341ea2df9803db400871ffdcb6
    • -
    • SHA1: 6f35ad506f5996504db2db707a0a3b414b02b68e
    • -
    • SHA256: 07910f1871ed2aba9f871be28b18f15cb003f91f8ff4cba1720a0aa76026e466
    • +
    • MD5: 46bec21acf2e8df2550a1266234eb3b6
    • +
    • SHA1: 16093d335121a9b7776ee5a5177f4c4a99c2d006
    • +
    • SHA256: 30178a605afbc75776d1df9cfa12d329604b5c2a9d8af7f4692a59adcb31eb89

    - Windows exe (sig - b5dc4e7e1a92c6e95137e7ab59de5e9f8109628dff590c4830bb5afefccc5eaa)
    - Full source + docs + binary tarball (sig - bc261824ead97bf674650483595dab3529bb0399df4c69cd85ce1a6ffb82627c) + Windows exe (sig - 40dcdf4780c7d12836544ef455275000e42b3ba20c4553cf7f3cb654fe3d3d5a)
    + Full source + docs + binary tarball (sig - d23e3f70117f37b8dec8217f4428f453d42d606b82a1487787a2e2b6d234e8cd)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.01.22.1/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2014.01.22.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/2014.01.22.1/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2014.01.22.2/youtube-dl -O /usr/local/bin/youtube-dl
    sudo chmod a+x /usr/local/bin/youtube-dl

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

    To check the signature, type: -sudo wget https://yt-dl.org/downloads/2014.01.22.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/2014.01.22.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 e1db3d14f..c237a4aba 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.01.22.1 \ No newline at end of file +2014.01.22.2 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index fcb04a117..32978ab51 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 - 2014-01-22T02:26:28.698035Z + 2014-01-22T14:36:46.262145Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -2900,4 +2900,19 @@ 2014-01-22T00:00:01Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.01.22.2 + New version 2014.01.22.2 + + +
    + Downloads available at https://yt-dl.org/downloads/2014.01.22.2/ +
    +
    + + The youtube-dl maintainers + + 2014-01-22T00:00:02Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index ceac188b5..6870121eb 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.01.22.1", - "signature": "240e43e1e97c66965bb1917e603ef7ba8445f84ebadc889f38e6397bcfe32aa6c4550c6bd74a9cccf185aa05386317acb6b7afafe4e5d5253577a25a9a4ce0fe59c82dfe6b5fb02d7c8433097185277c59d9e6d69e5d12096a426eb4395dd7c43f0ef1ed23e257f7e968341bf4514c050d4a8993d808aa7448378f1014054e48", + "latest": "2014.01.22.2", + "signature": "872c6e71d12c11e0d901250428a2958872e4bc1fadd33ead58d39265e975cb70751b94459d56ddd76207119dc77e460b2d0c5eafdd98f9f9b69e6ae2ffb82ab4ccde9d98fc32d2b91fc3d4cdeef40bb9e60580a10be0135517d6992195f3eab66dc0f935b52dd7f9307c162e0fb0b877c0710b13ea3b94f9d1b6b49bf333dae9", "versions": { "2012.02.22": { "bin": [ @@ -2709,6 +2709,20 @@ "https://yt-dl.org/downloads/2014.01.22.1/youtube-dl-2014.01.22.1.tar.gz", "bc261824ead97bf674650483595dab3529bb0399df4c69cd85ce1a6ffb82627c" ] + }, + "2014.01.22.2": { + "bin": [ + "https://yt-dl.org/downloads/2014.01.22.2/youtube-dl", + "30178a605afbc75776d1df9cfa12d329604b5c2a9d8af7f4692a59adcb31eb89" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.01.22.2/youtube-dl.exe", + "40dcdf4780c7d12836544ef455275000e42b3ba20c4553cf7f3cb654fe3d3d5a" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.01.22.2/youtube-dl-2014.01.22.2.tar.gz", + "d23e3f70117f37b8dec8217f4428f453d42d606b82a1487787a2e2b6d234e8cd" + ] } } } \ No newline at end of file From 3749d754de9cea8b3641f83e6b941fd939802417 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Wed, 22 Jan 2014 14:55:38 +0100 Subject: [PATCH 011/138] release 2014.01.22.3 --- 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 69bb602ee..6a56e4619 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

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

    -

    2014.01.22.2 (sig)

    +

    2014.01.22.3 (sig)

      -
    • MD5: 46bec21acf2e8df2550a1266234eb3b6
    • -
    • SHA1: 16093d335121a9b7776ee5a5177f4c4a99c2d006
    • -
    • SHA256: 30178a605afbc75776d1df9cfa12d329604b5c2a9d8af7f4692a59adcb31eb89
    • +
    • MD5: 29ce60cf82848928c74aaf10b847697b
    • +
    • SHA1: 4abe9ce4a44b49a81f19a1ccb76341bf8889e331
    • +
    • SHA256: ab25d7b94b84b0826d95685242daf1883d18dfcdcafacc0a2651ef672557a01e

    - Windows exe (sig - 40dcdf4780c7d12836544ef455275000e42b3ba20c4553cf7f3cb654fe3d3d5a)
    - Full source + docs + binary tarball (sig - d23e3f70117f37b8dec8217f4428f453d42d606b82a1487787a2e2b6d234e8cd) + Windows exe (sig - 295386ae4932f474b02f7c7e79055490baf2ef17e2c5a91989bd30c8f0628e7a)
    + Full source + docs + binary tarball (sig - 790694ab5dd39612079cc913dd5ee01972e8b587d0dd3ac0f2fcfdbc58e80ed0)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.01.22.2/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2014.01.22.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/2014.01.22.2/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2014.01.22.3/youtube-dl -O /usr/local/bin/youtube-dl
    sudo chmod a+x /usr/local/bin/youtube-dl

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

    To check the signature, type: -sudo wget https://yt-dl.org/downloads/2014.01.22.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/2014.01.22.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/update/LATEST_VERSION b/update/LATEST_VERSION index c237a4aba..3dbb76f13 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.01.22.2 \ No newline at end of file +2014.01.22.3 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 32978ab51..3bc4fdfe5 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 - 2014-01-22T14:36:46.262145Z + 2014-01-22T14:55:37.946294Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -2915,4 +2915,19 @@ 2014-01-22T00:00:02Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.01.22.3 + New version 2014.01.22.3 + + +
    + Downloads available at https://yt-dl.org/downloads/2014.01.22.3/ +
    +
    + + The youtube-dl maintainers + + 2014-01-22T00:00:03Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 6870121eb..8851886aa 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.01.22.2", - "signature": "872c6e71d12c11e0d901250428a2958872e4bc1fadd33ead58d39265e975cb70751b94459d56ddd76207119dc77e460b2d0c5eafdd98f9f9b69e6ae2ffb82ab4ccde9d98fc32d2b91fc3d4cdeef40bb9e60580a10be0135517d6992195f3eab66dc0f935b52dd7f9307c162e0fb0b877c0710b13ea3b94f9d1b6b49bf333dae9", + "latest": "2014.01.22.3", + "signature": "225f7d50fd6ff19c7d6067cfc2717ff3c22538783eb8fda88a66382b5cc28158b633f5db88858065e61230e72982fb859e04312bfb260a443eedbd7fe3eb5914122f34106caf753b0d3d52add68ace634f61bad54820176dc5ac3176b5af5d4df06a81e583e43ece539ee428a49c12830fa6cb0f4e92d202e53b152bdfa5f1db", "versions": { "2012.02.22": { "bin": [ @@ -2723,6 +2723,20 @@ "https://yt-dl.org/downloads/2014.01.22.2/youtube-dl-2014.01.22.2.tar.gz", "d23e3f70117f37b8dec8217f4428f453d42d606b82a1487787a2e2b6d234e8cd" ] + }, + "2014.01.22.3": { + "bin": [ + "https://yt-dl.org/downloads/2014.01.22.3/youtube-dl", + "ab25d7b94b84b0826d95685242daf1883d18dfcdcafacc0a2651ef672557a01e" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.01.22.3/youtube-dl.exe", + "295386ae4932f474b02f7c7e79055490baf2ef17e2c5a91989bd30c8f0628e7a" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.01.22.3/youtube-dl-2014.01.22.3.tar.gz", + "790694ab5dd39612079cc913dd5ee01972e8b587d0dd3ac0f2fcfdbc58e80ed0" + ] } } } \ No newline at end of file From 1e1e0079625984353d70ca109d73d9eb9d8caf15 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Wed, 22 Jan 2014 21:16:54 +0100 Subject: [PATCH 012/138] release 2014.01.22.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 6a56e4619..aa5945e91 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

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

    -

    2014.01.22.3 (sig)

    +

    2014.01.22.4 (sig)

      -
    • MD5: 29ce60cf82848928c74aaf10b847697b
    • -
    • SHA1: 4abe9ce4a44b49a81f19a1ccb76341bf8889e331
    • -
    • SHA256: ab25d7b94b84b0826d95685242daf1883d18dfcdcafacc0a2651ef672557a01e
    • +
    • MD5: 76df9548396c656ff6487dd3ec608e75
    • +
    • SHA1: 413e027e92ff432eed93305f7b3497337414c207
    • +
    • SHA256: ba40388e617b6bcd29fa4f0a789499647daf01349d997427abb390e4dcc642fa

    - Windows exe (sig - 295386ae4932f474b02f7c7e79055490baf2ef17e2c5a91989bd30c8f0628e7a)
    - Full source + docs + binary tarball (sig - 790694ab5dd39612079cc913dd5ee01972e8b587d0dd3ac0f2fcfdbc58e80ed0) + Windows exe (sig - dcbec237cf2216bdb03d6dd73b4f239cef85ce6cb08db82a15ab05c7031c83e8)
    + Full source + docs + binary tarball (sig - 903f6e39758240c70e2ce5ebfe16d4e33069ffeb3308feea61481bd29a37d8a7)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.01.22.3/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2014.01.22.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/2014.01.22.3/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2014.01.22.4/youtube-dl -O /usr/local/bin/youtube-dl
    sudo chmod a+x /usr/local/bin/youtube-dl

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

    To check the signature, type: -sudo wget https://yt-dl.org/downloads/2014.01.22.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/2014.01.22.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 3dbb76f13..60d3fe260 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.01.22.3 \ No newline at end of file +2014.01.22.4 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 3bc4fdfe5..97bf37224 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 - 2014-01-22T14:55:37.946294Z + 2014-01-22T21:16:53.425485Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -2930,4 +2930,19 @@ 2014-01-22T00:00:03Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.01.22.4 + New version 2014.01.22.4 + + +
    + Downloads available at https://yt-dl.org/downloads/2014.01.22.4/ +
    +
    + + The youtube-dl maintainers + + 2014-01-22T00:00:04Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 8851886aa..6d9e43236 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.01.22.3", - "signature": "225f7d50fd6ff19c7d6067cfc2717ff3c22538783eb8fda88a66382b5cc28158b633f5db88858065e61230e72982fb859e04312bfb260a443eedbd7fe3eb5914122f34106caf753b0d3d52add68ace634f61bad54820176dc5ac3176b5af5d4df06a81e583e43ece539ee428a49c12830fa6cb0f4e92d202e53b152bdfa5f1db", + "latest": "2014.01.22.4", + "signature": "4053b1886edd380995a83cd808f1ab67e33df0d1aa1ff80691d94dea202cf20106b7e625589bc1a02bdb4f0aca84e0028a264eecd6fb9be482e77919a21701c41d74f05c9eba88efdfaa9b0ddefcf96ba13efba8f65e455956c3341782b5eb0f85f96cb1172a1c2122e2dbb978f392a0f853b4430e654294bba29ddfad577876", "versions": { "2012.02.22": { "bin": [ @@ -2737,6 +2737,20 @@ "https://yt-dl.org/downloads/2014.01.22.3/youtube-dl-2014.01.22.3.tar.gz", "790694ab5dd39612079cc913dd5ee01972e8b587d0dd3ac0f2fcfdbc58e80ed0" ] + }, + "2014.01.22.4": { + "bin": [ + "https://yt-dl.org/downloads/2014.01.22.4/youtube-dl", + "ba40388e617b6bcd29fa4f0a789499647daf01349d997427abb390e4dcc642fa" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.01.22.4/youtube-dl.exe", + "dcbec237cf2216bdb03d6dd73b4f239cef85ce6cb08db82a15ab05c7031c83e8" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.01.22.4/youtube-dl-2014.01.22.4.tar.gz", + "903f6e39758240c70e2ce5ebfe16d4e33069ffeb3308feea61481bd29a37d8a7" + ] } } } \ No newline at end of file From 77941a2ec38ed106b4e56fb64ad22d6358b0d20a Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Wed, 22 Jan 2014 22:15:37 +0100 Subject: [PATCH 013/138] release 2014.01.22.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 aa5945e91..884eb49f6 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

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

    -

    2014.01.22.4 (sig)

    +

    2014.01.22.5 (sig)

      -
    • MD5: 76df9548396c656ff6487dd3ec608e75
    • -
    • SHA1: 413e027e92ff432eed93305f7b3497337414c207
    • -
    • SHA256: ba40388e617b6bcd29fa4f0a789499647daf01349d997427abb390e4dcc642fa
    • +
    • MD5: cf1184af7cbd11f62554a0a7e606a010
    • +
    • SHA1: 05c66613490f5d5e6aa619ce3df59eb96ad51280
    • +
    • SHA256: 5437323cf040a17318e0fb9ed8ab50cb96abc5dc78992c9da1d629ca24a16a8e

    - Windows exe (sig - dcbec237cf2216bdb03d6dd73b4f239cef85ce6cb08db82a15ab05c7031c83e8)
    - Full source + docs + binary tarball (sig - 903f6e39758240c70e2ce5ebfe16d4e33069ffeb3308feea61481bd29a37d8a7) + Windows exe (sig - c779f1515460d58c038c59d0c7ab8d4c901e8c7cfc56f42998ad36995b6042c2)
    + Full source + docs + binary tarball (sig - 9b483a3f8f6810de7ae641a3a7d6c9f2a93a124c356a291e035efbe8777fd430)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.01.22.4/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2014.01.22.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/2014.01.22.4/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2014.01.22.5/youtube-dl -O /usr/local/bin/youtube-dl
    sudo chmod a+x /usr/local/bin/youtube-dl

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

    To check the signature, type: -sudo wget https://yt-dl.org/downloads/2014.01.22.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/2014.01.22.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 60d3fe260..1f7f45910 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.01.22.4 \ No newline at end of file +2014.01.22.5 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 97bf37224..a9b60ed93 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 - 2014-01-22T21:16:53.425485Z + 2014-01-22T22:15:35.570288Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -2945,4 +2945,19 @@ 2014-01-22T00:00:04Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.01.22.5 + New version 2014.01.22.5 + + +
    + Downloads available at https://yt-dl.org/downloads/2014.01.22.5/ +
    +
    + + The youtube-dl maintainers + + 2014-01-22T00:00:05Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 6d9e43236..02c574c6e 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.01.22.4", - "signature": "4053b1886edd380995a83cd808f1ab67e33df0d1aa1ff80691d94dea202cf20106b7e625589bc1a02bdb4f0aca84e0028a264eecd6fb9be482e77919a21701c41d74f05c9eba88efdfaa9b0ddefcf96ba13efba8f65e455956c3341782b5eb0f85f96cb1172a1c2122e2dbb978f392a0f853b4430e654294bba29ddfad577876", + "latest": "2014.01.22.5", + "signature": "726d78d182fde91f7d34dc1736501a5518eaa3eb603cceb2cd0d61e7c57f3cbe4248d4d1ac93fbce7c751f1ec4115ea0762bbfb5afa896335c263a1df28c749b5e3fb4dea91ff6cde3ce13639c64d1a66248be5f3e5d75c7071c64b38754a103d1baea527b764ff5cb06b0d33da84e5312a92d71bbdb59160c7afa234d332fc3", "versions": { "2012.02.22": { "bin": [ @@ -2751,6 +2751,20 @@ "https://yt-dl.org/downloads/2014.01.22.4/youtube-dl-2014.01.22.4.tar.gz", "903f6e39758240c70e2ce5ebfe16d4e33069ffeb3308feea61481bd29a37d8a7" ] + }, + "2014.01.22.5": { + "bin": [ + "https://yt-dl.org/downloads/2014.01.22.5/youtube-dl", + "5437323cf040a17318e0fb9ed8ab50cb96abc5dc78992c9da1d629ca24a16a8e" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.01.22.5/youtube-dl.exe", + "c779f1515460d58c038c59d0c7ab8d4c901e8c7cfc56f42998ad36995b6042c2" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.01.22.5/youtube-dl-2014.01.22.5.tar.gz", + "9b483a3f8f6810de7ae641a3a7d6c9f2a93a124c356a291e035efbe8777fd430" + ] } } } \ No newline at end of file From 35c171b552f2da09800742e6d618e80d3825c5c6 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Thu, 23 Jan 2014 00:32:05 +0100 Subject: [PATCH 014/138] release 2014.01.23 --- 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 884eb49f6..6d112abc1 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

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

    -

    2014.01.22.5 (sig)

    +

    2014.01.23 (sig)

      -
    • MD5: cf1184af7cbd11f62554a0a7e606a010
    • -
    • SHA1: 05c66613490f5d5e6aa619ce3df59eb96ad51280
    • -
    • SHA256: 5437323cf040a17318e0fb9ed8ab50cb96abc5dc78992c9da1d629ca24a16a8e
    • +
    • MD5: 5820c5c5ea7c0fbf9ee03518b737c8a0
    • +
    • SHA1: 1d119e14077fa3e3753b1259e8d0b0f8c602456d
    • +
    • SHA256: 4202cd2ba56e5a74504dd5e0efa5674210a2a331c8f479f4bc8186a3708ac97b

    - Windows exe (sig - c779f1515460d58c038c59d0c7ab8d4c901e8c7cfc56f42998ad36995b6042c2)
    - Full source + docs + binary tarball (sig - 9b483a3f8f6810de7ae641a3a7d6c9f2a93a124c356a291e035efbe8777fd430) + Windows exe (sig - 686296109fc5f843e6065af5f7612eb00f0cf46520f71c4bb172fa197a8ded5d)
    + Full source + docs + binary tarball (sig - 3d24716128fe418ae6e8b09733388207e07c213b598f08a7ce5c9b35ef764cb9)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.01.22.5/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2014.01.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/2014.01.22.5/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2014.01.23/youtube-dl -O /usr/local/bin/youtube-dl
    sudo chmod a+x /usr/local/bin/youtube-dl

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

    To check the signature, type: -sudo wget https://yt-dl.org/downloads/2014.01.22.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/2014.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 30e832656..40eadc699 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -140,6 +140,7 @@
  • nhl.com:videocenter: NHL videocenter category
  • niconico: ニコニコ動画
  • Novamov
  • +
  • Nowness
  • NowVideo
  • Ooyala
  • ORF
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 1f7f45910..d2fa7a735 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.01.22.5 \ No newline at end of file +2014.01.23 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index a9b60ed93..a7de6b12d 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 - 2014-01-22T22:15:35.570288Z + 2014-01-23T00:32:03.449414Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -2960,4 +2960,19 @@ 2014-01-22T00:00:05Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.01.23 + New version 2014.01.23 + + +
    + Downloads available at https://yt-dl.org/downloads/2014.01.23/ +
    +
    + + The youtube-dl maintainers + + 2014-01-23T00:00:00Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 02c574c6e..52a5c868a 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.01.22.5", - "signature": "726d78d182fde91f7d34dc1736501a5518eaa3eb603cceb2cd0d61e7c57f3cbe4248d4d1ac93fbce7c751f1ec4115ea0762bbfb5afa896335c263a1df28c749b5e3fb4dea91ff6cde3ce13639c64d1a66248be5f3e5d75c7071c64b38754a103d1baea527b764ff5cb06b0d33da84e5312a92d71bbdb59160c7afa234d332fc3", + "latest": "2014.01.23", + "signature": "3f134b9430b4915dccd684d3cd96553b287d72bc09816ec1b2ddc625b0c5896ff48569f437baba87f74a6dc203ec72e5e90d1ae29bba530793e64caf21f2b0d23f7951022368d65d77eb296a34ce6c5e640733eb6c41a64bac7a2d1c78168eeea4c0aa4cd68035d15588012a8181798415a6351cc5c587ec776880b6d6b2597c", "versions": { "2012.02.22": { "bin": [ @@ -2765,6 +2765,20 @@ "https://yt-dl.org/downloads/2014.01.22.5/youtube-dl-2014.01.22.5.tar.gz", "9b483a3f8f6810de7ae641a3a7d6c9f2a93a124c356a291e035efbe8777fd430" ] + }, + "2014.01.23": { + "bin": [ + "https://yt-dl.org/downloads/2014.01.23/youtube-dl", + "4202cd2ba56e5a74504dd5e0efa5674210a2a331c8f479f4bc8186a3708ac97b" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.01.23/youtube-dl.exe", + "686296109fc5f843e6065af5f7612eb00f0cf46520f71c4bb172fa197a8ded5d" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.01.23/youtube-dl-2014.01.23.tar.gz", + "3d24716128fe418ae6e8b09733388207e07c213b598f08a7ce5c9b35ef764cb9" + ] } } } \ No newline at end of file From 7362738116aaf087d105f7efc82675e649ca5a58 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Thu, 23 Jan 2014 10:41:47 +0100 Subject: [PATCH 015/138] release 2014.01.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 6d112abc1..2979033a4 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

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

    -

    2014.01.23 (sig)

    +

    2014.01.23.1 (sig)

      -
    • MD5: 5820c5c5ea7c0fbf9ee03518b737c8a0
    • -
    • SHA1: 1d119e14077fa3e3753b1259e8d0b0f8c602456d
    • -
    • SHA256: 4202cd2ba56e5a74504dd5e0efa5674210a2a331c8f479f4bc8186a3708ac97b
    • +
    • MD5: e9ec6332ef4e30ec21e60fd0d1296c55
    • +
    • SHA1: 0041a4fb59e53bf0491e5592041802d40259be88
    • +
    • SHA256: a5b68792b1a9cbe6a57791c4bf068f214191196a7d10cf15803a2929403f147e

    - Windows exe (sig - 686296109fc5f843e6065af5f7612eb00f0cf46520f71c4bb172fa197a8ded5d)
    - Full source + docs + binary tarball (sig - 3d24716128fe418ae6e8b09733388207e07c213b598f08a7ce5c9b35ef764cb9) + Windows exe (sig - 1100fadc704f640fecc718ce3e6c8913f2f7c57ed5b27a9833bf7abfa8223187)
    + Full source + docs + binary tarball (sig - d91ab013620b89a53f345d803ec124301c7c1bd9153231dd287c983ab8e4df1e)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.01.23/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2014.01.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/2014.01.23/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2014.01.23.1/youtube-dl -O /usr/local/bin/youtube-dl
    sudo chmod a+x /usr/local/bin/youtube-dl

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

    To check the signature, type: -sudo wget https://yt-dl.org/downloads/2014.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/2014.01.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 d2fa7a735..92fe24da5 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.01.23 \ No newline at end of file +2014.01.23.1 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index a7de6b12d..5896c6835 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 - 2014-01-23T00:32:03.449414Z + 2014-01-23T10:41:46.453786Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -2975,4 +2975,19 @@ 2014-01-23T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.01.23.1 + New version 2014.01.23.1 + + +
    + Downloads available at https://yt-dl.org/downloads/2014.01.23.1/ +
    +
    + + The youtube-dl maintainers + + 2014-01-23T00:00:01Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 52a5c868a..51e70fc4e 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.01.23", - "signature": "3f134b9430b4915dccd684d3cd96553b287d72bc09816ec1b2ddc625b0c5896ff48569f437baba87f74a6dc203ec72e5e90d1ae29bba530793e64caf21f2b0d23f7951022368d65d77eb296a34ce6c5e640733eb6c41a64bac7a2d1c78168eeea4c0aa4cd68035d15588012a8181798415a6351cc5c587ec776880b6d6b2597c", + "latest": "2014.01.23.1", + "signature": "07e1f43fe9cfc9b063825e6a1b52f4aa90c17cb2dd4235cc2b7bdd462781fe93716f31c0ff4f26cdb95f287ec20098a4cf282a4d63880f49c4febe7f79031734bd87198711160c90215c48b805a172320e9b745cfd5df67ed6fe1e6218a075aa5f260066a89eef7973c9714ef1289834d3980ef5a7acb6f67d71786a40ff1c9c", "versions": { "2012.02.22": { "bin": [ @@ -2779,6 +2779,20 @@ "https://yt-dl.org/downloads/2014.01.23/youtube-dl-2014.01.23.tar.gz", "3d24716128fe418ae6e8b09733388207e07c213b598f08a7ce5c9b35ef764cb9" ] + }, + "2014.01.23.1": { + "bin": [ + "https://yt-dl.org/downloads/2014.01.23.1/youtube-dl", + "a5b68792b1a9cbe6a57791c4bf068f214191196a7d10cf15803a2929403f147e" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.01.23.1/youtube-dl.exe", + "1100fadc704f640fecc718ce3e6c8913f2f7c57ed5b27a9833bf7abfa8223187" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.01.23.1/youtube-dl-2014.01.23.1.tar.gz", + "d91ab013620b89a53f345d803ec124301c7c1bd9153231dd287c983ab8e4df1e" + ] } } } \ No newline at end of file From 2999c9fc2b2f1dd0066a342c5ff8d7ead01a30e3 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Thu, 23 Jan 2014 19:15:46 +0100 Subject: [PATCH 016/138] release 2014.01.23.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 2979033a4..70255430a 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

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

    -

    2014.01.23.1 (sig)

    +

    2014.01.23.2 (sig)

      -
    • MD5: e9ec6332ef4e30ec21e60fd0d1296c55
    • -
    • SHA1: 0041a4fb59e53bf0491e5592041802d40259be88
    • -
    • SHA256: a5b68792b1a9cbe6a57791c4bf068f214191196a7d10cf15803a2929403f147e
    • +
    • MD5: ace2020799bce85e49369b95fd6b9e40
    • +
    • SHA1: 55be3a9f24ba41ad4d6d5c32144c1f04c8fee4e9
    • +
    • SHA256: 5d2e1b5188aed6d55ec6ba4f2653805d4ca91c83dd1cd83c2997a7159fb55d9f

    - Windows exe (sig - 1100fadc704f640fecc718ce3e6c8913f2f7c57ed5b27a9833bf7abfa8223187)
    - Full source + docs + binary tarball (sig - d91ab013620b89a53f345d803ec124301c7c1bd9153231dd287c983ab8e4df1e) + Windows exe (sig - 7757279e34b1205d5742ad0f9b94fdbdd845888f509ed61449ce4fc166ed0927)
    + Full source + docs + binary tarball (sig - 8eff767b3b81e6682f2ac302c54355fd02a7d7efdedd258a00a43c88e492dfe0)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.01.23.1/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2014.01.23.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/2014.01.23.1/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2014.01.23.2/youtube-dl -O /usr/local/bin/youtube-dl
    sudo chmod a+x /usr/local/bin/youtube-dl

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

    To check the signature, type: -sudo wget https://yt-dl.org/downloads/2014.01.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/2014.01.23.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 92fe24da5..115dd2942 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.01.23.1 \ No newline at end of file +2014.01.23.2 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 5896c6835..f98fcaf20 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 - 2014-01-23T10:41:46.453786Z + 2014-01-23T19:15:45.421632Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -2990,4 +2990,19 @@ 2014-01-23T00:00:01Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.01.23.2 + New version 2014.01.23.2 + + +
    + Downloads available at https://yt-dl.org/downloads/2014.01.23.2/ +
    +
    + + The youtube-dl maintainers + + 2014-01-23T00:00:02Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 51e70fc4e..5f0b3bf11 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.01.23.1", - "signature": "07e1f43fe9cfc9b063825e6a1b52f4aa90c17cb2dd4235cc2b7bdd462781fe93716f31c0ff4f26cdb95f287ec20098a4cf282a4d63880f49c4febe7f79031734bd87198711160c90215c48b805a172320e9b745cfd5df67ed6fe1e6218a075aa5f260066a89eef7973c9714ef1289834d3980ef5a7acb6f67d71786a40ff1c9c", + "latest": "2014.01.23.2", + "signature": "6f5375e0c31b26a581fb83ebfe83b772c11c547601a087edcbef0a4f9b0cdda5e5cd976db7027712e85588b8e84965b60f4231cb0fdae8d67ae5910763f39691b6e853903d6fd964a865b684fe9c55346b92b5a670cea4bf2a7eff34f72f3c9b85a003d1e45e10329e29465d519d702c733725ae6b8f1fe5453e40dd3fd72939", "versions": { "2012.02.22": { "bin": [ @@ -2793,6 +2793,20 @@ "https://yt-dl.org/downloads/2014.01.23.1/youtube-dl-2014.01.23.1.tar.gz", "d91ab013620b89a53f345d803ec124301c7c1bd9153231dd287c983ab8e4df1e" ] + }, + "2014.01.23.2": { + "bin": [ + "https://yt-dl.org/downloads/2014.01.23.2/youtube-dl", + "5d2e1b5188aed6d55ec6ba4f2653805d4ca91c83dd1cd83c2997a7159fb55d9f" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.01.23.2/youtube-dl.exe", + "7757279e34b1205d5742ad0f9b94fdbdd845888f509ed61449ce4fc166ed0927" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.01.23.2/youtube-dl-2014.01.23.2.tar.gz", + "8eff767b3b81e6682f2ac302c54355fd02a7d7efdedd258a00a43c88e492dfe0" + ] } } } \ No newline at end of file From 66e2e6495b206513696282570abf142ab741d81c Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Fri, 24 Jan 2014 00:00:40 +0100 Subject: [PATCH 017/138] release 2014.01.23.3 --- 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 70255430a..19d9691e1 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

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

    -

    2014.01.23.2 (sig)

    +

    2014.01.23.3 (sig)

      -
    • MD5: ace2020799bce85e49369b95fd6b9e40
    • -
    • SHA1: 55be3a9f24ba41ad4d6d5c32144c1f04c8fee4e9
    • -
    • SHA256: 5d2e1b5188aed6d55ec6ba4f2653805d4ca91c83dd1cd83c2997a7159fb55d9f
    • +
    • MD5: 8b34f1bfc0d0739e1662fde0ac2e7527
    • +
    • SHA1: a03ba592712bb2b82ffeee66b260bcfa29c288e5
    • +
    • SHA256: 9e8698d2fd1d4ddaf5b4360cffcb816ec850db7e71053e9494bea3872621859a

    - Windows exe (sig - 7757279e34b1205d5742ad0f9b94fdbdd845888f509ed61449ce4fc166ed0927)
    - Full source + docs + binary tarball (sig - 8eff767b3b81e6682f2ac302c54355fd02a7d7efdedd258a00a43c88e492dfe0) + Windows exe (sig - fb128f8f999cb233be2859cd6b4f5254c2eec3f1796e6ad05b273011cdde8778)
    + Full source + docs + binary tarball (sig - d64bdef2c06467ae05c04c704456913991f243088c0d9607cc76501c066ae836)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.01.23.2/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2014.01.23.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/2014.01.23.2/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2014.01.23.3/youtube-dl -O /usr/local/bin/youtube-dl
    sudo chmod a+x /usr/local/bin/youtube-dl

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

    To check the signature, type: -sudo wget https://yt-dl.org/downloads/2014.01.23.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/2014.01.23.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/update/LATEST_VERSION b/update/LATEST_VERSION index 115dd2942..483f56147 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.01.23.2 \ No newline at end of file +2014.01.23.3 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index f98fcaf20..b9bd8e75d 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 - 2014-01-23T19:15:45.421632Z + 2014-01-24T00:00:38.824474Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -3005,4 +3005,19 @@ 2014-01-23T00:00:02Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.01.23.3 + New version 2014.01.23.3 + + +
    + Downloads available at https://yt-dl.org/downloads/2014.01.23.3/ +
    +
    + + The youtube-dl maintainers + + 2014-01-23T00:00:03Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 5f0b3bf11..6dc303bf8 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.01.23.2", - "signature": "6f5375e0c31b26a581fb83ebfe83b772c11c547601a087edcbef0a4f9b0cdda5e5cd976db7027712e85588b8e84965b60f4231cb0fdae8d67ae5910763f39691b6e853903d6fd964a865b684fe9c55346b92b5a670cea4bf2a7eff34f72f3c9b85a003d1e45e10329e29465d519d702c733725ae6b8f1fe5453e40dd3fd72939", + "latest": "2014.01.23.3", + "signature": "1624d68824fedf446b385ebefe925016c28f937833e9eafee70db1c58d37992512eefe6e89adbb579176bb56fcf1330871d80ee8743435886ba167da98a765e9863e7c44f530f70f2573d2819b5c56db0e7c02a3bc753783ce966bff57b36bcd0bfe5c55241fa8580425b655d167617ae7b5940a7ca274573fe3f63b4447d68b", "versions": { "2012.02.22": { "bin": [ @@ -2807,6 +2807,20 @@ "https://yt-dl.org/downloads/2014.01.23.2/youtube-dl-2014.01.23.2.tar.gz", "8eff767b3b81e6682f2ac302c54355fd02a7d7efdedd258a00a43c88e492dfe0" ] + }, + "2014.01.23.3": { + "bin": [ + "https://yt-dl.org/downloads/2014.01.23.3/youtube-dl", + "9e8698d2fd1d4ddaf5b4360cffcb816ec850db7e71053e9494bea3872621859a" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.01.23.3/youtube-dl.exe", + "fb128f8f999cb233be2859cd6b4f5254c2eec3f1796e6ad05b273011cdde8778" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.01.23.3/youtube-dl-2014.01.23.3.tar.gz", + "d64bdef2c06467ae05c04c704456913991f243088c0d9607cc76501c066ae836" + ] } } } \ No newline at end of file From 590fe11a011db8392c211a118107976302113072 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Fri, 24 Jan 2014 00:10:58 +0100 Subject: [PATCH 018/138] release 2014.01.23.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 19d9691e1..4563792c2 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

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

    -

    2014.01.23.3 (sig)

    +

    2014.01.23.4 (sig)

      -
    • MD5: 8b34f1bfc0d0739e1662fde0ac2e7527
    • -
    • SHA1: a03ba592712bb2b82ffeee66b260bcfa29c288e5
    • -
    • SHA256: 9e8698d2fd1d4ddaf5b4360cffcb816ec850db7e71053e9494bea3872621859a
    • +
    • MD5: 626d228f63981a59f0b89af077d925dd
    • +
    • SHA1: 73a063ba22c6125bd298207a03ff298d6d184e0e
    • +
    • SHA256: 22ade759b7522b776a3070e8aadd87038f110b7fc40d40b5474d3fd364b03dfd

    - Windows exe (sig - fb128f8f999cb233be2859cd6b4f5254c2eec3f1796e6ad05b273011cdde8778)
    - Full source + docs + binary tarball (sig - d64bdef2c06467ae05c04c704456913991f243088c0d9607cc76501c066ae836) + Windows exe (sig - b381bfdd679d38b2e04abcf14fd97fd4780577b8496c6a7191d6391a330bf8c8)
    + Full source + docs + binary tarball (sig - a96d562be51aeb817b9952bff8c65ecab737575b7104381ce62185397408dc72)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.01.23.3/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2014.01.23.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/2014.01.23.3/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2014.01.23.4/youtube-dl -O /usr/local/bin/youtube-dl
    sudo chmod a+x /usr/local/bin/youtube-dl

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

    To check the signature, type: -sudo wget https://yt-dl.org/downloads/2014.01.23.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/2014.01.23.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 483f56147..a24d56275 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.01.23.3 \ No newline at end of file +2014.01.23.4 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index b9bd8e75d..5cca84dc8 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 - 2014-01-24T00:00:38.824474Z + 2014-01-24T00:10:56.322986Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -3020,4 +3020,19 @@ 2014-01-23T00:00:03Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.01.23.4 + New version 2014.01.23.4 + + +
    + Downloads available at https://yt-dl.org/downloads/2014.01.23.4/ +
    +
    + + The youtube-dl maintainers + + 2014-01-23T00:00:04Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 6dc303bf8..a81aff5d9 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.01.23.3", - "signature": "1624d68824fedf446b385ebefe925016c28f937833e9eafee70db1c58d37992512eefe6e89adbb579176bb56fcf1330871d80ee8743435886ba167da98a765e9863e7c44f530f70f2573d2819b5c56db0e7c02a3bc753783ce966bff57b36bcd0bfe5c55241fa8580425b655d167617ae7b5940a7ca274573fe3f63b4447d68b", + "latest": "2014.01.23.4", + "signature": "309c8f8adee98233cea1d69f0093183e98d69d11582c75dc024f4a447caaf29ddb3caf8053b0c99ac962040c2661c39612ff26eb2ea06e9a958e3a94cb64ea573a2a0af49725ed822025ff7167df8cd836239d1438dd18ff25e26b153e306e944e3fa9434fa97a32efef27a7b9e51c92b12a7392b91121db66e45134b66ffab3", "versions": { "2012.02.22": { "bin": [ @@ -2821,6 +2821,20 @@ "https://yt-dl.org/downloads/2014.01.23.3/youtube-dl-2014.01.23.3.tar.gz", "d64bdef2c06467ae05c04c704456913991f243088c0d9607cc76501c066ae836" ] + }, + "2014.01.23.4": { + "bin": [ + "https://yt-dl.org/downloads/2014.01.23.4/youtube-dl", + "22ade759b7522b776a3070e8aadd87038f110b7fc40d40b5474d3fd364b03dfd" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.01.23.4/youtube-dl.exe", + "b381bfdd679d38b2e04abcf14fd97fd4780577b8496c6a7191d6391a330bf8c8" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.01.23.4/youtube-dl-2014.01.23.4.tar.gz", + "a96d562be51aeb817b9952bff8c65ecab737575b7104381ce62185397408dc72" + ] } } } \ No newline at end of file From 27cf21a7189519f716401d0f39019939d5f417b9 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Mon, 27 Jan 2014 03:04:46 +0100 Subject: [PATCH 019/138] [donations] Mention BTC (#2238) --- donations.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/donations.html b/donations.html index 04276459d..dbc5c4cc2 100644 --- a/donations.html +++ b/donations.html @@ -12,6 +12,8 @@ Donations +

    You can donate via Bitcoin at 17EEDY6MuqLQ3jrTeyYaaUXbc6dFaZEYw7 .

    +

    You can donate via PayPal here:

    From 9c07dd21e861bdd8f860498617758ac0a417fbc0 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Mon, 27 Jan 2014 03:06:21 +0100 Subject: [PATCH 020/138] [donations] Linkify bitcoin --- donations.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/donations.html b/donations.html index dbc5c4cc2..358cd3a8e 100644 --- a/donations.html +++ b/donations.html @@ -12,7 +12,7 @@ Donations -

    You can donate via Bitcoin at 17EEDY6MuqLQ3jrTeyYaaUXbc6dFaZEYw7 .

    +

    You can donate via Bitcoin at 17EEDY6MuqLQ3jrTeyYaaUXbc6dFaZEYw7 .

    You can donate via PayPal here:

    From 2c714450caca8b3fb32ad3082f339be1dfaf1e65 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Mon, 27 Jan 2014 07:09:22 +0100 Subject: [PATCH 021/138] release 2014.01.27 --- 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 4563792c2..974e58758 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

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

    -

    2014.01.23.4 (sig)

    +

    2014.01.27 (sig)

      -
    • MD5: 626d228f63981a59f0b89af077d925dd
    • -
    • SHA1: 73a063ba22c6125bd298207a03ff298d6d184e0e
    • -
    • SHA256: 22ade759b7522b776a3070e8aadd87038f110b7fc40d40b5474d3fd364b03dfd
    • +
    • MD5: 1f445a2d817966a93dbf78ccda4774a1
    • +
    • SHA1: 22c829cff93c967ce1961f5630d53b5dbbf0ea0f
    • +
    • SHA256: 2de6ae7b3e4edb8b6d779ebb625ea3ec8534a1c49c724044263ee36e4278a026

    - Windows exe (sig - b381bfdd679d38b2e04abcf14fd97fd4780577b8496c6a7191d6391a330bf8c8)
    - Full source + docs + binary tarball (sig - a96d562be51aeb817b9952bff8c65ecab737575b7104381ce62185397408dc72) + Windows exe (sig - 03599d737bd32e65c061db84db70ce04d16414a7beedc5091bb4b077a33004f7)
    + Full source + docs + binary tarball (sig - d93493b250bb0f129701560526d7c193e825959ce1bd442ccead2edb74efdaac)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.01.23.4/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2014.01.27/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/2014.01.23.4/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2014.01.27/youtube-dl -O /usr/local/bin/youtube-dl
    sudo chmod a+x /usr/local/bin/youtube-dl

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

    To check the signature, type: -sudo wget https://yt-dl.org/downloads/2014.01.23.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/2014.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 40eadc699..54056c1ea 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -86,6 +86,7 @@
  • francetv: France 2, 3, 4, 5 and Ô
  • francetvinfo.fr
  • Freesound
  • +
  • freespeech.org
  • FunnyOrDie
  • Gamekings
  • GameSpot
  • @@ -94,6 +95,7 @@
  • Hark
  • HotNewHipHop
  • Howcast
  • +
  • HuffPost: Huffington Post
  • Hypem
  • ign.com
  • imdb: Internet Movie Database trailers
  • @@ -113,6 +115,7 @@
  • KeezMovies
  • KhanAcademy
  • KickStarter
  • +
  • la7.tv
  • liveleak
  • livestream
  • livestream:original
  • @@ -224,7 +227,6 @@
  • Vine
  • vk.com
  • wat.tv
  • -
  • websurg.com
  • Weibo
  • Wimp
  • Wistia
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index a24d56275..5b9afa595 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.01.23.4 \ No newline at end of file +2014.01.27 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 5cca84dc8..9daec9b6a 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 - 2014-01-24T00:10:56.322986Z + 2014-01-27T07:09:19.884074Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -3035,4 +3035,19 @@ 2014-01-23T00:00:04Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.01.27 + New version 2014.01.27 + + +
    + Downloads available at https://yt-dl.org/downloads/2014.01.27/ +
    +
    + + The youtube-dl maintainers + + 2014-01-27T00:00:00Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index a81aff5d9..1d25d8e37 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.01.23.4", - "signature": "309c8f8adee98233cea1d69f0093183e98d69d11582c75dc024f4a447caaf29ddb3caf8053b0c99ac962040c2661c39612ff26eb2ea06e9a958e3a94cb64ea573a2a0af49725ed822025ff7167df8cd836239d1438dd18ff25e26b153e306e944e3fa9434fa97a32efef27a7b9e51c92b12a7392b91121db66e45134b66ffab3", + "latest": "2014.01.27", + "signature": "6b2abdb7990f5d862c95afd7ec58ca946f6a373f9dcd59b7e2e47a8e0d9b7109f3b664945d4c7172c4731a7885bcf20b62ac61405959e4c63b36a104d94489e0cbad07cd97e7f2a12261243ed20730982d3ed5236d7d9492e170b81e8f77fb1222dfab1d3ece1e8d261a9e8ccb798649b1ec8b1be7cbda1e392bc0fb4e3676e4", "versions": { "2012.02.22": { "bin": [ @@ -2835,6 +2835,20 @@ "https://yt-dl.org/downloads/2014.01.23.4/youtube-dl-2014.01.23.4.tar.gz", "a96d562be51aeb817b9952bff8c65ecab737575b7104381ce62185397408dc72" ] + }, + "2014.01.27": { + "bin": [ + "https://yt-dl.org/downloads/2014.01.27/youtube-dl", + "2de6ae7b3e4edb8b6d779ebb625ea3ec8534a1c49c724044263ee36e4278a026" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.01.27/youtube-dl.exe", + "03599d737bd32e65c061db84db70ce04d16414a7beedc5091bb4b077a33004f7" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.01.27/youtube-dl-2014.01.27.tar.gz", + "d93493b250bb0f129701560526d7c193e825959ce1bd442ccead2edb74efdaac" + ] } } } \ No newline at end of file From 58efc4e3a8cc2507477f14f92d4e8e85ebe4858b Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Mon, 27 Jan 2014 07:12:51 +0100 Subject: [PATCH 022/138] release 2014.01.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 974e58758..55ac1a68f 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

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

    -

    2014.01.27 (sig)

    +

    2014.01.27.1 (sig)

      -
    • MD5: 1f445a2d817966a93dbf78ccda4774a1
    • -
    • SHA1: 22c829cff93c967ce1961f5630d53b5dbbf0ea0f
    • -
    • SHA256: 2de6ae7b3e4edb8b6d779ebb625ea3ec8534a1c49c724044263ee36e4278a026
    • +
    • MD5: bca965af2d3ee72a91f6bf9e8483f2ce
    • +
    • SHA1: c1f372edfd4e15b75da00f5c21e75bf2219c04a9
    • +
    • SHA256: edfaa0bbe6d4a00dfe2631d7ecf21157b17dcb2e33f3e4c722b4c5d2b0409b48

    - Windows exe (sig - 03599d737bd32e65c061db84db70ce04d16414a7beedc5091bb4b077a33004f7)
    - Full source + docs + binary tarball (sig - d93493b250bb0f129701560526d7c193e825959ce1bd442ccead2edb74efdaac) + Windows exe (sig - df500c8fd1a46738a713413259790b98a36b20f30be6dfda20b903ed1ab34001)
    + Full source + docs + binary tarball (sig - d52812b635eaa8f3f42a6d75c6ef68fe9694a298afbee3e585e1d2b8c279e9a4)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.01.27/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2014.01.27.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/2014.01.27/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2014.01.27.1/youtube-dl -O /usr/local/bin/youtube-dl
    sudo chmod a+x /usr/local/bin/youtube-dl

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

    To check the signature, type: -sudo wget https://yt-dl.org/downloads/2014.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/2014.01.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 5b9afa595..6f2ea083c 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.01.27 \ No newline at end of file +2014.01.27.1 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 9daec9b6a..0ff15ab20 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 - 2014-01-27T07:09:19.884074Z + 2014-01-27T07:12:50.158272Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -3050,4 +3050,19 @@ 2014-01-27T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.01.27.1 + New version 2014.01.27.1 + + +
    + Downloads available at https://yt-dl.org/downloads/2014.01.27.1/ +
    +
    + + The youtube-dl maintainers + + 2014-01-27T00:00:01Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 1d25d8e37..b14d3ee7f 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.01.27", - "signature": "6b2abdb7990f5d862c95afd7ec58ca946f6a373f9dcd59b7e2e47a8e0d9b7109f3b664945d4c7172c4731a7885bcf20b62ac61405959e4c63b36a104d94489e0cbad07cd97e7f2a12261243ed20730982d3ed5236d7d9492e170b81e8f77fb1222dfab1d3ece1e8d261a9e8ccb798649b1ec8b1be7cbda1e392bc0fb4e3676e4", + "latest": "2014.01.27.1", + "signature": "22389d3087c3942bd05c457e7aacc0444427ed1f91fb92165543f10ac61f98ae86860a13950eac59aabbe8d2efdfa9223e4f720a409dbc490b547265f2c6313235df698285d9ddc80790bcb7132909f7378c72ea7df462c1bfb0133072e2b8646d54f4fba8da98de809d6e6330f3f9ee00905c914836016af517a7d852c7449a", "versions": { "2012.02.22": { "bin": [ @@ -2849,6 +2849,20 @@ "https://yt-dl.org/downloads/2014.01.27/youtube-dl-2014.01.27.tar.gz", "d93493b250bb0f129701560526d7c193e825959ce1bd442ccead2edb74efdaac" ] + }, + "2014.01.27.1": { + "bin": [ + "https://yt-dl.org/downloads/2014.01.27.1/youtube-dl", + "edfaa0bbe6d4a00dfe2631d7ecf21157b17dcb2e33f3e4c722b4c5d2b0409b48" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.01.27.1/youtube-dl.exe", + "df500c8fd1a46738a713413259790b98a36b20f30be6dfda20b903ed1ab34001" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.01.27.1/youtube-dl-2014.01.27.1.tar.gz", + "d52812b635eaa8f3f42a6d75c6ef68fe9694a298afbee3e585e1d2b8c279e9a4" + ] } } } \ No newline at end of file From 30d89fba3af1bb155b4a8bf536aef26356dfcfb6 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Mon, 27 Jan 2014 19:25:32 +0100 Subject: [PATCH 023/138] release 2014.01.27.2 --- 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 55ac1a68f..9eeac1d65 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

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

    -

    2014.01.27.1 (sig)

    +

    2014.01.27.2 (sig)

      -
    • MD5: bca965af2d3ee72a91f6bf9e8483f2ce
    • -
    • SHA1: c1f372edfd4e15b75da00f5c21e75bf2219c04a9
    • -
    • SHA256: edfaa0bbe6d4a00dfe2631d7ecf21157b17dcb2e33f3e4c722b4c5d2b0409b48
    • +
    • MD5: 6f68faee87a2733fb399c9aa7a1fd72a
    • +
    • SHA1: a6933b4992c5a97f848d004b2a24a52051f048ff
    • +
    • SHA256: b817b232d9397105531bcd5bd364a26ac1a2e82d827356a485047f9d8dfbb9c6

    - Windows exe (sig - df500c8fd1a46738a713413259790b98a36b20f30be6dfda20b903ed1ab34001)
    - Full source + docs + binary tarball (sig - d52812b635eaa8f3f42a6d75c6ef68fe9694a298afbee3e585e1d2b8c279e9a4) + Windows exe (sig - c6c6c65fa0499b065594a230b295ab297a7b1cd3a2a99d4924da52a8138414cd)
    + Full source + docs + binary tarball (sig - b1aa8fbfe6ad08ca906b87914901f1c2dbeb6948cef17af921bcadb4be1ac307)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.01.27.1/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2014.01.27.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/2014.01.27.1/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2014.01.27.2/youtube-dl -O /usr/local/bin/youtube-dl
    sudo chmod a+x /usr/local/bin/youtube-dl

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

    To check the signature, type: -sudo wget https://yt-dl.org/downloads/2014.01.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/2014.01.27.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 54056c1ea..03618b1e0 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -49,6 +49,7 @@
  • channel9: Channel 9
  • Cinemassacre
  • clipfish
  • +
  • cliphunter
  • Clipsyndicate
  • cmt.com
  • CNN
  • @@ -67,6 +68,7 @@
  • daum.net
  • defense.gouv.fr
  • DepositFiles
  • +
  • Discovery
  • Dotsub
  • Dropbox
  • EbaumsWorld
  • @@ -122,6 +124,7 @@
  • lynda: lynda.com videos
  • lynda:course: lynda.com online courses
  • macgamestore: MacGameStore trailers
  • +
  • Malemotion
  • MDR
  • metacafe
  • Metacritic
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 6f2ea083c..8b42ee86d 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.01.27.1 \ No newline at end of file +2014.01.27.2 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 0ff15ab20..661f76022 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 - 2014-01-27T07:12:50.158272Z + 2014-01-27T19:25:30.888589Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -3065,4 +3065,19 @@ 2014-01-27T00:00:01Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.01.27.2 + New version 2014.01.27.2 + + +
    + Downloads available at https://yt-dl.org/downloads/2014.01.27.2/ +
    +
    + + The youtube-dl maintainers + + 2014-01-27T00:00:02Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index b14d3ee7f..1f6cab97b 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.01.27.1", - "signature": "22389d3087c3942bd05c457e7aacc0444427ed1f91fb92165543f10ac61f98ae86860a13950eac59aabbe8d2efdfa9223e4f720a409dbc490b547265f2c6313235df698285d9ddc80790bcb7132909f7378c72ea7df462c1bfb0133072e2b8646d54f4fba8da98de809d6e6330f3f9ee00905c914836016af517a7d852c7449a", + "latest": "2014.01.27.2", + "signature": "46bd445499c6812fa6578419de9ffbaf8df3c8214bf864e7db03190664ef03f97c74030da7b47245b530267619aa4d6a948bd592a1c09afa8935dec63006ae60775eba124783b45a5e101263ea054695943ad8b5943b3d6c50ebc17ec01fc1866e77be2da28bc13e52a837a9734d3b104e8f904023efce2d6ff8bcfa869ff7eb", "versions": { "2012.02.22": { "bin": [ @@ -2863,6 +2863,20 @@ "https://yt-dl.org/downloads/2014.01.27.1/youtube-dl-2014.01.27.1.tar.gz", "d52812b635eaa8f3f42a6d75c6ef68fe9694a298afbee3e585e1d2b8c279e9a4" ] + }, + "2014.01.27.2": { + "bin": [ + "https://yt-dl.org/downloads/2014.01.27.2/youtube-dl", + "b817b232d9397105531bcd5bd364a26ac1a2e82d827356a485047f9d8dfbb9c6" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.01.27.2/youtube-dl.exe", + "c6c6c65fa0499b065594a230b295ab297a7b1cd3a2a99d4924da52a8138414cd" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.01.27.2/youtube-dl-2014.01.27.2.tar.gz", + "b1aa8fbfe6ad08ca906b87914901f1c2dbeb6948cef17af921bcadb4be1ac307" + ] } } } \ No newline at end of file From c53f5c13328c064c0ac8732c69fb2f93267dede9 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Tue, 28 Jan 2014 03:48:33 +0100 Subject: [PATCH 024/138] release 2014.01.28.1 --- 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 9eeac1d65..188104ba4 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

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

    -

    2014.01.27.2 (sig)

    +

    2014.01.28.1 (sig)

      -
    • MD5: 6f68faee87a2733fb399c9aa7a1fd72a
    • -
    • SHA1: a6933b4992c5a97f848d004b2a24a52051f048ff
    • -
    • SHA256: b817b232d9397105531bcd5bd364a26ac1a2e82d827356a485047f9d8dfbb9c6
    • +
    • MD5: 2e30469414d1d7e4bf39538462e9936b
    • +
    • SHA1: 4909ce1bdf869619afc30e094be3fe95a9490569
    • +
    • SHA256: 02a13daa4423c09b51f7372eecee334cc3fe76bfad8346063227261cc4caa922

    - Windows exe (sig - c6c6c65fa0499b065594a230b295ab297a7b1cd3a2a99d4924da52a8138414cd)
    - Full source + docs + binary tarball (sig - b1aa8fbfe6ad08ca906b87914901f1c2dbeb6948cef17af921bcadb4be1ac307) + Windows exe (sig - 8995463f86bfb7b0634105e3f5d727ed183c81d085d61c9d0fd8e91924232259)
    + Full source + docs + binary tarball (sig - 444980b0623f13904b46ff0866891de6d68883099e5d8c024ecc6be69a8066d0)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.01.27.2/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2014.01.28.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/2014.01.27.2/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2014.01.28.1/youtube-dl -O /usr/local/bin/youtube-dl
    sudo chmod a+x /usr/local/bin/youtube-dl

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

    To check the signature, type: -sudo wget https://yt-dl.org/downloads/2014.01.27.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/2014.01.28.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 03618b1e0..f389cc720 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -166,7 +166,10 @@
  • RottenTomatoes
  • Roxwel
  • RTLnow
  • -
  • Rutube
  • +
  • rutube: Rutube videos
  • +
  • rutube:channel: Rutube channels
  • +
  • rutube:movie: Rutube movies
  • +
  • rutube:person: Rutube person videos
  • screen.yahoo:search: Yahoo screen search
  • ServingSys
  • Sina
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 8b42ee86d..fb4ba2ce0 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.01.27.2 \ No newline at end of file +2014.01.28.1 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 661f76022..ccd6c2c6a 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 - 2014-01-27T19:25:30.888589Z + 2014-01-28T03:48:31.928537Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -3080,4 +3080,19 @@ 2014-01-27T00:00:02Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.01.28.1 + New version 2014.01.28.1 + + +
    + Downloads available at https://yt-dl.org/downloads/2014.01.28.1/ +
    +
    + + The youtube-dl maintainers + + 2014-01-28T00:00:01Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 1f6cab97b..efd194602 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.01.27.2", - "signature": "46bd445499c6812fa6578419de9ffbaf8df3c8214bf864e7db03190664ef03f97c74030da7b47245b530267619aa4d6a948bd592a1c09afa8935dec63006ae60775eba124783b45a5e101263ea054695943ad8b5943b3d6c50ebc17ec01fc1866e77be2da28bc13e52a837a9734d3b104e8f904023efce2d6ff8bcfa869ff7eb", + "latest": "2014.01.28.1", + "signature": "8f4456bf94da27e384a9a3d8e131f579ceb767ac48303b38610169e43687c6d3cc919bdc2b98610368f1bb6b8ad2592c02cd9c75ec96fbed6f8e762f467ebd9473414726388694c96a8d2571c93e1e8b483b230c9ea56bce4e378984dfdc09f9f04b88cc83fc3d59720a00692b3079f6df953106d00ba0613ed6257f418a93ec", "versions": { "2012.02.22": { "bin": [ @@ -2877,6 +2877,20 @@ "https://yt-dl.org/downloads/2014.01.27.2/youtube-dl-2014.01.27.2.tar.gz", "b1aa8fbfe6ad08ca906b87914901f1c2dbeb6948cef17af921bcadb4be1ac307" ] + }, + "2014.01.28.1": { + "bin": [ + "https://yt-dl.org/downloads/2014.01.28.1/youtube-dl", + "02a13daa4423c09b51f7372eecee334cc3fe76bfad8346063227261cc4caa922" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.01.28.1/youtube-dl.exe", + "8995463f86bfb7b0634105e3f5d727ed183c81d085d61c9d0fd8e91924232259" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.01.28.1/youtube-dl-2014.01.28.1.tar.gz", + "444980b0623f13904b46ff0866891de6d68883099e5d8c024ecc6be69a8066d0" + ] } } } \ No newline at end of file From cd8b212f5b9b8ad00fa333fe745b7e6a19ba6a0e Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Wed, 29 Jan 2014 11:28:22 +0100 Subject: [PATCH 025/138] release 2014.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 188104ba4..09d88d384 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

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

    -

    2014.01.28.1 (sig)

    +

    2014.01.29 (sig)

      -
    • MD5: 2e30469414d1d7e4bf39538462e9936b
    • -
    • SHA1: 4909ce1bdf869619afc30e094be3fe95a9490569
    • -
    • SHA256: 02a13daa4423c09b51f7372eecee334cc3fe76bfad8346063227261cc4caa922
    • +
    • MD5: 1e4aeb8f3af86620d77b7b3127ae85f9
    • +
    • SHA1: 7a3414dd6a5c453b8015db60a910ac7c2c9a6326
    • +
    • SHA256: ad7d448ff73819d5145291f4dd7f02a3dd47a20d38f92c15bb3be33e5683a212

    - Windows exe (sig - 8995463f86bfb7b0634105e3f5d727ed183c81d085d61c9d0fd8e91924232259)
    - Full source + docs + binary tarball (sig - 444980b0623f13904b46ff0866891de6d68883099e5d8c024ecc6be69a8066d0) + Windows exe (sig - c0d469fd53134abba56096a11f5e2942ba55d4e7cacbf1258ef02d2879a551a8)
    + Full source + docs + binary tarball (sig - 40e1fd619dac8abc13194630b83a2d0945cd99baebad57ff14e17e207996b3ea)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.01.28.1/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2014.01.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/2014.01.28.1/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2014.01.29/youtube-dl -O /usr/local/bin/youtube-dl
    sudo chmod a+x /usr/local/bin/youtube-dl

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

    To check the signature, type: -sudo wget https://yt-dl.org/downloads/2014.01.28.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/2014.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 f389cc720..ea32afe1e 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -118,7 +118,7 @@
  • KhanAcademy
  • KickStarter
  • la7.tv
  • -
  • liveleak
  • +
  • LiveLeak
  • livestream
  • livestream:original
  • lynda: lynda.com videos
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index fb4ba2ce0..04ff316f7 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.01.28.1 \ No newline at end of file +2014.01.29 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index ccd6c2c6a..d5015b3a7 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 - 2014-01-28T03:48:31.928537Z + 2014-01-29T11:28:20.632231Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -3095,4 +3095,19 @@ 2014-01-28T00:00:01Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.01.29 + New version 2014.01.29 + + +
    + Downloads available at https://yt-dl.org/downloads/2014.01.29/ +
    +
    + + The youtube-dl maintainers + + 2014-01-29T00:00:00Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index efd194602..078d822b1 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.01.28.1", - "signature": "8f4456bf94da27e384a9a3d8e131f579ceb767ac48303b38610169e43687c6d3cc919bdc2b98610368f1bb6b8ad2592c02cd9c75ec96fbed6f8e762f467ebd9473414726388694c96a8d2571c93e1e8b483b230c9ea56bce4e378984dfdc09f9f04b88cc83fc3d59720a00692b3079f6df953106d00ba0613ed6257f418a93ec", + "latest": "2014.01.29", + "signature": "72466af91a0c17b5c2eef0778854b5c914fd3ab4e5fc1554227be7b8a0d2411bc726c836e79af42696d4d638387c82091711db89dc56363d736d03406793fa81a50fdd6274cd564c4fd32c5b025b84f54c8cce4fca9edda9bb3ba2d721ec153aedb2ed527ba72b9f6ee672a4b5858e9ebe87a2b7efffaef5a6338e2b13e86541", "versions": { "2012.02.22": { "bin": [ @@ -2891,6 +2891,20 @@ "https://yt-dl.org/downloads/2014.01.28.1/youtube-dl-2014.01.28.1.tar.gz", "444980b0623f13904b46ff0866891de6d68883099e5d8c024ecc6be69a8066d0" ] + }, + "2014.01.29": { + "bin": [ + "https://yt-dl.org/downloads/2014.01.29/youtube-dl", + "ad7d448ff73819d5145291f4dd7f02a3dd47a20d38f92c15bb3be33e5683a212" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.01.29/youtube-dl.exe", + "c0d469fd53134abba56096a11f5e2942ba55d4e7cacbf1258ef02d2879a551a8" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.01.29/youtube-dl-2014.01.29.tar.gz", + "40e1fd619dac8abc13194630b83a2d0945cd99baebad57ff14e17e207996b3ea" + ] } } } \ No newline at end of file From 7651ced5d15b960a501d13fde2f83b2245b70ff1 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Thu, 30 Jan 2014 05:02:45 +0100 Subject: [PATCH 026/138] release 2014.01.30 --- 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 09d88d384..c6ef691f9 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

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

    -

    2014.01.29 (sig)

    +

    2014.01.30 (sig)

      -
    • MD5: 1e4aeb8f3af86620d77b7b3127ae85f9
    • -
    • SHA1: 7a3414dd6a5c453b8015db60a910ac7c2c9a6326
    • -
    • SHA256: ad7d448ff73819d5145291f4dd7f02a3dd47a20d38f92c15bb3be33e5683a212
    • +
    • MD5: 917d7be34a6d68a30564e0a62c6b8c1c
    • +
    • SHA1: cf7fec03a996af0f502c953514c0df57ba890a59
    • +
    • SHA256: 713b985a08dcc748b72ff81871745eb1abb9d332f84f6448d539947a1352d4df

    - Windows exe (sig - c0d469fd53134abba56096a11f5e2942ba55d4e7cacbf1258ef02d2879a551a8)
    - Full source + docs + binary tarball (sig - 40e1fd619dac8abc13194630b83a2d0945cd99baebad57ff14e17e207996b3ea) + Windows exe (sig - ce0284c55f51e8f7d639ef10c1044148572fac898e0a359ba300186597196f2a)
    + Full source + docs + binary tarball (sig - 269a948773fdf8c7588ab56c0fc5a315648281bb08729d2c726bd51cffed1c95)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.01.29/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2014.01.30/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/2014.01.29/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2014.01.30/youtube-dl -O /usr/local/bin/youtube-dl
    sudo chmod a+x /usr/local/bin/youtube-dl

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

    To check the signature, type: -sudo wget https://yt-dl.org/downloads/2014.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/2014.01.30/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 04ff316f7..bf4686bdf 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.01.29 \ No newline at end of file +2014.01.30 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index d5015b3a7..b9cad432d 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 - 2014-01-29T11:28:20.632231Z + 2014-01-30T05:02:44.294340Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -3110,4 +3110,19 @@ 2014-01-29T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.01.30 + New version 2014.01.30 + + +
    + Downloads available at https://yt-dl.org/downloads/2014.01.30/ +
    +
    + + The youtube-dl maintainers + + 2014-01-30T00:00:00Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 078d822b1..38a612f91 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.01.29", - "signature": "72466af91a0c17b5c2eef0778854b5c914fd3ab4e5fc1554227be7b8a0d2411bc726c836e79af42696d4d638387c82091711db89dc56363d736d03406793fa81a50fdd6274cd564c4fd32c5b025b84f54c8cce4fca9edda9bb3ba2d721ec153aedb2ed527ba72b9f6ee672a4b5858e9ebe87a2b7efffaef5a6338e2b13e86541", + "latest": "2014.01.30", + "signature": "416b8769b228f39929c849b57dbb5ec20563433cc86e3d6a2a21671677d99e85d7b47d71b15f4824eb57dd56cd06eeeaaf98f07b34690febcc4cdeb21608ad3d1006c286ef3514d75fa1aa15b256d550da5f2e33568036bd342cd7df252abd1deff566bf355b47ff8651bada5f3e632c31a35344bb742a0b18703298789c575e", "versions": { "2012.02.22": { "bin": [ @@ -2905,6 +2905,20 @@ "https://yt-dl.org/downloads/2014.01.29/youtube-dl-2014.01.29.tar.gz", "40e1fd619dac8abc13194630b83a2d0945cd99baebad57ff14e17e207996b3ea" ] + }, + "2014.01.30": { + "bin": [ + "https://yt-dl.org/downloads/2014.01.30/youtube-dl", + "713b985a08dcc748b72ff81871745eb1abb9d332f84f6448d539947a1352d4df" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.01.30/youtube-dl.exe", + "ce0284c55f51e8f7d639ef10c1044148572fac898e0a359ba300186597196f2a" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.01.30/youtube-dl-2014.01.30.tar.gz", + "269a948773fdf8c7588ab56c0fc5a315648281bb08729d2c726bd51cffed1c95" + ] } } } \ No newline at end of file From 1dd2c27354d3ab06a7fb06bd46e294b6c4bfce68 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Thu, 30 Jan 2014 05:57:09 +0100 Subject: [PATCH 027/138] release 2014.01.30.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 c6ef691f9..fa16f3de7 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

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

    -

    2014.01.30 (sig)

    +

    2014.01.30.1 (sig)

      -
    • MD5: 917d7be34a6d68a30564e0a62c6b8c1c
    • -
    • SHA1: cf7fec03a996af0f502c953514c0df57ba890a59
    • -
    • SHA256: 713b985a08dcc748b72ff81871745eb1abb9d332f84f6448d539947a1352d4df
    • +
    • MD5: 52e6c55ca8ce66dae10df1f69c022432
    • +
    • SHA1: 0be0ac2b7b25b0607fdb34f8d42e94a7e3f37dc8
    • +
    • SHA256: 22a30b4ea77d34046bfab3b9ea302c23a6f638b3d8efd8cbe96007dd2994846f

    - Windows exe (sig - ce0284c55f51e8f7d639ef10c1044148572fac898e0a359ba300186597196f2a)
    - Full source + docs + binary tarball (sig - 269a948773fdf8c7588ab56c0fc5a315648281bb08729d2c726bd51cffed1c95) + Windows exe (sig - a686283ba992666bd208749a5c84e6cb86d12b5edd9c7504b8c69a6452a347fb)
    + Full source + docs + binary tarball (sig - dbd0772932588403d6a9721b76f42f26df8025fa109b9f3955bb41ec49f45bf2)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.01.30/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2014.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/2014.01.30/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2014.01.30.1/youtube-dl -O /usr/local/bin/youtube-dl
    sudo chmod a+x /usr/local/bin/youtube-dl

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

    To check the signature, type: -sudo wget https://yt-dl.org/downloads/2014.01.30/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/2014.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/update/LATEST_VERSION b/update/LATEST_VERSION index bf4686bdf..8572565ad 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.01.30 \ No newline at end of file +2014.01.30.1 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index b9cad432d..092f9f19c 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 - 2014-01-30T05:02:44.294340Z + 2014-01-30T05:57:07.846933Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -3125,4 +3125,19 @@ 2014-01-30T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.01.30.1 + New version 2014.01.30.1 + + +
    + Downloads available at https://yt-dl.org/downloads/2014.01.30.1/ +
    +
    + + The youtube-dl maintainers + + 2014-01-30T00:00:01Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 38a612f91..7da4ae0b9 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.01.30", - "signature": "416b8769b228f39929c849b57dbb5ec20563433cc86e3d6a2a21671677d99e85d7b47d71b15f4824eb57dd56cd06eeeaaf98f07b34690febcc4cdeb21608ad3d1006c286ef3514d75fa1aa15b256d550da5f2e33568036bd342cd7df252abd1deff566bf355b47ff8651bada5f3e632c31a35344bb742a0b18703298789c575e", + "latest": "2014.01.30.1", + "signature": "4428a95e6cf472f564bb8741d46838a458c8cedc98e1dc8af3a3960d4f1c64b5bdcce8ec878a925b28ef43e331ba3968ed861755ce90ca2fce579d540fe118780b207465becc2fcaff5c2f3953e2eab35db7cbd52b0c6473b224b199b394142d0b2097280545f42acf3280411eedf79b133c06193ff6d9b578b4dfa995932665", "versions": { "2012.02.22": { "bin": [ @@ -2919,6 +2919,20 @@ "https://yt-dl.org/downloads/2014.01.30/youtube-dl-2014.01.30.tar.gz", "269a948773fdf8c7588ab56c0fc5a315648281bb08729d2c726bd51cffed1c95" ] + }, + "2014.01.30.1": { + "bin": [ + "https://yt-dl.org/downloads/2014.01.30.1/youtube-dl", + "22a30b4ea77d34046bfab3b9ea302c23a6f638b3d8efd8cbe96007dd2994846f" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.01.30.1/youtube-dl.exe", + "a686283ba992666bd208749a5c84e6cb86d12b5edd9c7504b8c69a6452a347fb" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.01.30.1/youtube-dl-2014.01.30.1.tar.gz", + "dbd0772932588403d6a9721b76f42f26df8025fa109b9f3955bb41ec49f45bf2" + ] } } } \ No newline at end of file From 809028e9fa9782580898300692eaf83213e10275 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Thu, 30 Jan 2014 19:36:46 +0100 Subject: [PATCH 028/138] release 2014.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 fa16f3de7..3e2d4a961 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

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

    -

    2014.01.30.1 (sig)

    +

    2014.01.30.2 (sig)

      -
    • MD5: 52e6c55ca8ce66dae10df1f69c022432
    • -
    • SHA1: 0be0ac2b7b25b0607fdb34f8d42e94a7e3f37dc8
    • -
    • SHA256: 22a30b4ea77d34046bfab3b9ea302c23a6f638b3d8efd8cbe96007dd2994846f
    • +
    • MD5: 94350aa6eb63bedd24cfc539e64bec14
    • +
    • SHA1: 088ba60159246e2f376e3fa08e7fc097644f124f
    • +
    • SHA256: 11b28f131c63d96f0c1ebc8bc741a0802847da12727fb83037b9a139796f9212

    - Windows exe (sig - a686283ba992666bd208749a5c84e6cb86d12b5edd9c7504b8c69a6452a347fb)
    - Full source + docs + binary tarball (sig - dbd0772932588403d6a9721b76f42f26df8025fa109b9f3955bb41ec49f45bf2) + Windows exe (sig - 6a1ae0ce736706b8490c0c94971b2030cba80846b9fb2aa13e2a6f82fc98fbd8)
    + Full source + docs + binary tarball (sig - 893ae4c05adc0cb94c674defd7e744afeba99690d41305ed29e03ed2c28da4af)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.01.30.1/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2014.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/2014.01.30.1/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2014.01.30.2/youtube-dl -O /usr/local/bin/youtube-dl
    sudo chmod a+x /usr/local/bin/youtube-dl

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

    To check the signature, type: -sudo wget https://yt-dl.org/downloads/2014.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/2014.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 8572565ad..c99d5cc0f 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.01.30.1 \ No newline at end of file +2014.01.30.2 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 092f9f19c..f58b4ee64 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 - 2014-01-30T05:57:07.846933Z + 2014-01-30T19:36:44.586450Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -3140,4 +3140,19 @@ 2014-01-30T00:00:01Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.01.30.2 + New version 2014.01.30.2 + + +
    + Downloads available at https://yt-dl.org/downloads/2014.01.30.2/ +
    +
    + + The youtube-dl maintainers + + 2014-01-30T00:00:02Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 7da4ae0b9..27840b757 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.01.30.1", - "signature": "4428a95e6cf472f564bb8741d46838a458c8cedc98e1dc8af3a3960d4f1c64b5bdcce8ec878a925b28ef43e331ba3968ed861755ce90ca2fce579d540fe118780b207465becc2fcaff5c2f3953e2eab35db7cbd52b0c6473b224b199b394142d0b2097280545f42acf3280411eedf79b133c06193ff6d9b578b4dfa995932665", + "latest": "2014.01.30.2", + "signature": "40c5ebe625c7f464aec44dbfff2905e147ad5bfcc6a7a6a17f15e2f830af366ab36c817f5d96eb23e3322b956e09041f1a089c51fcfba4e443fcc9a2123279717c30b231cbc686e98b59598d7aaa45db8782ee7e6ce509c4de63c43bd63296dd9b0ddb47a127f50aaeb9e070c47dc8c767118810c8b004d1f1953713226e5039", "versions": { "2012.02.22": { "bin": [ @@ -2933,6 +2933,20 @@ "https://yt-dl.org/downloads/2014.01.30.1/youtube-dl-2014.01.30.1.tar.gz", "dbd0772932588403d6a9721b76f42f26df8025fa109b9f3955bb41ec49f45bf2" ] + }, + "2014.01.30.2": { + "bin": [ + "https://yt-dl.org/downloads/2014.01.30.2/youtube-dl", + "11b28f131c63d96f0c1ebc8bc741a0802847da12727fb83037b9a139796f9212" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.01.30.2/youtube-dl.exe", + "6a1ae0ce736706b8490c0c94971b2030cba80846b9fb2aa13e2a6f82fc98fbd8" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.01.30.2/youtube-dl-2014.01.30.2.tar.gz", + "893ae4c05adc0cb94c674defd7e744afeba99690d41305ed29e03ed2c28da4af" + ] } } } \ No newline at end of file From f29214b135148d6ef9a9e50b4adb9442ae09d88e Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Mon, 3 Feb 2014 06:59:02 +0100 Subject: [PATCH 029/138] release 2014.02.03 --- 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 3e2d4a961..379eeae67 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

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

    -

    2014.01.30.2 (sig)

    +

    2014.02.03 (sig)

      -
    • MD5: 94350aa6eb63bedd24cfc539e64bec14
    • -
    • SHA1: 088ba60159246e2f376e3fa08e7fc097644f124f
    • -
    • SHA256: 11b28f131c63d96f0c1ebc8bc741a0802847da12727fb83037b9a139796f9212
    • +
    • MD5: 010520891d9d9874aafad8d4e5b20494
    • +
    • SHA1: 04c217c7af43406895bd592a2db252c2c785a3a6
    • +
    • SHA256: 648e0b0f15c3fdd6a081ff54448a5eee3c58ea72b87165fbe3715cd72cdab084

    - Windows exe (sig - 6a1ae0ce736706b8490c0c94971b2030cba80846b9fb2aa13e2a6f82fc98fbd8)
    - Full source + docs + binary tarball (sig - 893ae4c05adc0cb94c674defd7e744afeba99690d41305ed29e03ed2c28da4af) + Windows exe (sig - 0bf4aad4ed862064ea87e3bc8a379efc00c3e38ed2d2d9224a98accf493ab640)
    + Full source + docs + binary tarball (sig - 394aac721d49e27039a7cca20c23b92e01346f690e64d528eb071e29ce9b462d)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.01.30.2/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2014.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/2014.01.30.2/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2014.02.03/youtube-dl -O /usr/local/bin/youtube-dl
    sudo chmod a+x /usr/local/bin/youtube-dl

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

    To check the signature, type: -sudo wget https://yt-dl.org/downloads/2014.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/2014.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/supportedsites.html b/supportedsites.html index ea32afe1e..cf6f1902f 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -118,6 +118,7 @@
  • KhanAcademy
  • KickStarter
  • la7.tv
  • +
  • lifenews: LIFE | NEWS
  • LiveLeak
  • livestream
  • livestream:original
  • @@ -145,6 +146,7 @@
  • nhl.com
  • nhl.com:videocenter: NHL videocenter category
  • niconico: ニコニコ動画
  • +
  • Normalboots
  • Novamov
  • Nowness
  • NowVideo
  • @@ -201,6 +203,7 @@
  • TF1
  • ThePlatform
  • ThisAV
  • +
  • tinypic: tinypic.com videos
  • tou.tv
  • TrailerAddict
  • Trilulilu
  • @@ -232,6 +235,7 @@
  • vimeo:user
  • Vine
  • vk.com
  • +
  • vube: Vube.com
  • wat.tv
  • Weibo
  • Wimp
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index c99d5cc0f..fffb8ed87 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.01.30.2 \ No newline at end of file +2014.02.03 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index f58b4ee64..56d61848a 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 - 2014-01-30T19:36:44.586450Z + 2014-02-03T06:58:52.722280Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -3155,4 +3155,19 @@ 2014-01-30T00:00:02Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.02.03 + New version 2014.02.03 + + +
    + Downloads available at https://yt-dl.org/downloads/2014.02.03/ +
    +
    + + The youtube-dl maintainers + + 2014-02-03T00:00:00Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 27840b757..57c0c2121 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.01.30.2", - "signature": "40c5ebe625c7f464aec44dbfff2905e147ad5bfcc6a7a6a17f15e2f830af366ab36c817f5d96eb23e3322b956e09041f1a089c51fcfba4e443fcc9a2123279717c30b231cbc686e98b59598d7aaa45db8782ee7e6ce509c4de63c43bd63296dd9b0ddb47a127f50aaeb9e070c47dc8c767118810c8b004d1f1953713226e5039", + "latest": "2014.02.03", + "signature": "61a368d16afb568418d7eaf7654329bc6bd2bce01367e45085e6f269110c57835efc517190507566e0391e1df4a10fd5181499ab9046204fd1457f149c339e2750c1ceba0cecfacbf2fe01f7370315f1d7c660f9951de35ff158ebc5fd795c35ed72d0b6ca1a4869baac3d7c22f3022814cdd7e5fe48354c6559fb515a83f8fd", "versions": { "2012.02.22": { "bin": [ @@ -2947,6 +2947,20 @@ "https://yt-dl.org/downloads/2014.01.30.2/youtube-dl-2014.01.30.2.tar.gz", "893ae4c05adc0cb94c674defd7e744afeba99690d41305ed29e03ed2c28da4af" ] + }, + "2014.02.03": { + "bin": [ + "https://yt-dl.org/downloads/2014.02.03/youtube-dl", + "648e0b0f15c3fdd6a081ff54448a5eee3c58ea72b87165fbe3715cd72cdab084" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.02.03/youtube-dl.exe", + "0bf4aad4ed862064ea87e3bc8a379efc00c3e38ed2d2d9224a98accf493ab640" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.02.03/youtube-dl-2014.02.03.tar.gz", + "394aac721d49e27039a7cca20c23b92e01346f690e64d528eb071e29ce9b462d" + ] } } } \ No newline at end of file From 77d02342d1745f83d37fc3918c85b831d9192395 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Mon, 3 Feb 2014 15:26:38 +0100 Subject: [PATCH 030/138] release 2014.02.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 379eeae67..df3fcfb61 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

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

    -

    2014.02.03 (sig)

    +

    2014.02.03.1 (sig)

      -
    • MD5: 010520891d9d9874aafad8d4e5b20494
    • -
    • SHA1: 04c217c7af43406895bd592a2db252c2c785a3a6
    • -
    • SHA256: 648e0b0f15c3fdd6a081ff54448a5eee3c58ea72b87165fbe3715cd72cdab084
    • +
    • MD5: 7aa4999f527aa6b2162b285f45e9ef11
    • +
    • SHA1: 7c57d32429f25c13b33288f56547df41ea39ed1c
    • +
    • SHA256: 2410d717a4a497a6dcf65cd25eb5d915cd486d838b3f5b05e1c15ec485d254fe

    - Windows exe (sig - 0bf4aad4ed862064ea87e3bc8a379efc00c3e38ed2d2d9224a98accf493ab640)
    - Full source + docs + binary tarball (sig - 394aac721d49e27039a7cca20c23b92e01346f690e64d528eb071e29ce9b462d) + Windows exe (sig - 169da9e4d609dda551043b4fe68621e51642e5e51b89b18961dfd1138fce38f4)
    + Full source + docs + binary tarball (sig - ebfe94cf80ee88fc2c34dbc594332432ad2d2db6216cdaae9cbe115e6cfa9bd2)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.02.03/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2014.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/2014.02.03/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2014.02.03.1/youtube-dl -O /usr/local/bin/youtube-dl
    sudo chmod a+x /usr/local/bin/youtube-dl

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

    To check the signature, type: -sudo wget https://yt-dl.org/downloads/2014.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/2014.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/update/LATEST_VERSION b/update/LATEST_VERSION index fffb8ed87..d9d28df68 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.02.03 \ No newline at end of file +2014.02.03.1 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 56d61848a..9b556f33d 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 - 2014-02-03T06:58:52.722280Z + 2014-02-03T15:25:34.388650Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -3170,4 +3170,19 @@ 2014-02-03T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.02.03.1 + New version 2014.02.03.1 + + +
    + Downloads available at https://yt-dl.org/downloads/2014.02.03.1/ +
    +
    + + The youtube-dl maintainers + + 2014-02-03T00:00:01Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 57c0c2121..400aafc36 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.02.03", - "signature": "61a368d16afb568418d7eaf7654329bc6bd2bce01367e45085e6f269110c57835efc517190507566e0391e1df4a10fd5181499ab9046204fd1457f149c339e2750c1ceba0cecfacbf2fe01f7370315f1d7c660f9951de35ff158ebc5fd795c35ed72d0b6ca1a4869baac3d7c22f3022814cdd7e5fe48354c6559fb515a83f8fd", + "latest": "2014.02.03.1", + "signature": "51025dc25524fabe53d9f977c9ff8a44820c43e74fbb0c2acdbbcabc50a06d126d99535fa2d9091f08701e7a4330515e003eef96e0b6bbecbb7b5da3f2abf59387636d03fc3adc989b63c203626aae9e24174e966407c7f9b9b348495e1ef760dd0bdd6c8b7ff720b9d4a156a0f52ff686665f1570124a74f2c9aa2fc6795719", "versions": { "2012.02.22": { "bin": [ @@ -2961,6 +2961,20 @@ "https://yt-dl.org/downloads/2014.02.03/youtube-dl-2014.02.03.tar.gz", "394aac721d49e27039a7cca20c23b92e01346f690e64d528eb071e29ce9b462d" ] + }, + "2014.02.03.1": { + "bin": [ + "https://yt-dl.org/downloads/2014.02.03.1/youtube-dl", + "2410d717a4a497a6dcf65cd25eb5d915cd486d838b3f5b05e1c15ec485d254fe" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.02.03.1/youtube-dl.exe", + "169da9e4d609dda551043b4fe68621e51642e5e51b89b18961dfd1138fce38f4" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.02.03.1/youtube-dl-2014.02.03.1.tar.gz", + "ebfe94cf80ee88fc2c34dbc594332432ad2d2db6216cdaae9cbe115e6cfa9bd2" + ] } } } \ No newline at end of file From a48699950428f94a5e977e112f3c8ff96cdd8dde Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Tue, 4 Feb 2014 16:36:11 +0100 Subject: [PATCH 031/138] release 2014.02.04 --- 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 df3fcfb61..621ebfce4 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

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

    -

    2014.02.03.1 (sig)

    +

    2014.02.04 (sig)

      -
    • MD5: 7aa4999f527aa6b2162b285f45e9ef11
    • -
    • SHA1: 7c57d32429f25c13b33288f56547df41ea39ed1c
    • -
    • SHA256: 2410d717a4a497a6dcf65cd25eb5d915cd486d838b3f5b05e1c15ec485d254fe
    • +
    • MD5: 1080cf802d32d0511bc077824920fe9a
    • +
    • SHA1: 8cfea24591388a63ef54639bae54e37528c59e44
    • +
    • SHA256: f1e90e6204d31d397a59ad0de78f494aa628dc913a6fb3b898c26c92e2155b5d

    - Windows exe (sig - 169da9e4d609dda551043b4fe68621e51642e5e51b89b18961dfd1138fce38f4)
    - Full source + docs + binary tarball (sig - ebfe94cf80ee88fc2c34dbc594332432ad2d2db6216cdaae9cbe115e6cfa9bd2) + Windows exe (sig - 4e14e5b9f5365880b94b1ad240ab59b8fcb71c0d949457fab76c0691c7633cc0)
    + Full source + docs + binary tarball (sig - c274a1ee2ed05ccce89f3560f7d01698974c0b2d7d44ece3fdff9b88fcbd5b6b)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.02.03.1/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2014.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/2014.02.03.1/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2014.02.04/youtube-dl -O /usr/local/bin/youtube-dl
    sudo chmod a+x /usr/local/bin/youtube-dl

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

    To check the signature, type: -sudo wget https://yt-dl.org/downloads/2014.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/2014.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 cf6f1902f..f28ba1330 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -106,6 +106,7 @@
  • InfoQ
  • Instagram
  • InternetVideoArchive
  • +
  • IPrima
  • ivi: ivi.ru
  • ivi:compilation: ivi.ru compilations
  • JeuxVideo
  • @@ -131,6 +132,7 @@
  • Metacritic
  • mixcloud
  • Mofosex
  • +
  • mooshare: Mooshare.biz
  • MPORA
  • MTV
  • mtviggy.com
  • @@ -205,7 +207,7 @@
  • ThisAV
  • tinypic: tinypic.com videos
  • tou.tv
  • -
  • TrailerAddict
  • +
  • TrailerAddict (Currently broken)
  • Trilulilu
  • Tube8
  • Tudou
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index d9d28df68..30d170f77 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.02.03.1 \ No newline at end of file +2014.02.04 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 9b556f33d..221620454 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 - 2014-02-03T15:25:34.388650Z + 2014-02-04T16:36:09.439071Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -3185,4 +3185,19 @@ 2014-02-03T00:00:01Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.02.04 + New version 2014.02.04 + + +
    + Downloads available at https://yt-dl.org/downloads/2014.02.04/ +
    +
    + + The youtube-dl maintainers + + 2014-02-04T00:00:00Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 400aafc36..c800f3573 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.02.03.1", - "signature": "51025dc25524fabe53d9f977c9ff8a44820c43e74fbb0c2acdbbcabc50a06d126d99535fa2d9091f08701e7a4330515e003eef96e0b6bbecbb7b5da3f2abf59387636d03fc3adc989b63c203626aae9e24174e966407c7f9b9b348495e1ef760dd0bdd6c8b7ff720b9d4a156a0f52ff686665f1570124a74f2c9aa2fc6795719", + "latest": "2014.02.04", + "signature": "5ccf8ea357309124191ff9019a72ec5477f2796e6ffcb080a4a64ed53306fc2b502ee2e22a780eb1ebfb588e5793300581ffc1d6d332bc02f8661f7bbf218182b233828f46be43882d26b851e0b87d904b3402a6bbc888907878ef2341a55131657a9b3ff21c0ea37c7f464d2865afeb6b57dc7b2227dd258781d53f170066e6", "versions": { "2012.02.22": { "bin": [ @@ -2975,6 +2975,20 @@ "https://yt-dl.org/downloads/2014.02.03.1/youtube-dl-2014.02.03.1.tar.gz", "ebfe94cf80ee88fc2c34dbc594332432ad2d2db6216cdaae9cbe115e6cfa9bd2" ] + }, + "2014.02.04": { + "bin": [ + "https://yt-dl.org/downloads/2014.02.04/youtube-dl", + "f1e90e6204d31d397a59ad0de78f494aa628dc913a6fb3b898c26c92e2155b5d" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.02.04/youtube-dl.exe", + "4e14e5b9f5365880b94b1ad240ab59b8fcb71c0d949457fab76c0691c7633cc0" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.02.04/youtube-dl-2014.02.04.tar.gz", + "c274a1ee2ed05ccce89f3560f7d01698974c0b2d7d44ece3fdff9b88fcbd5b6b" + ] } } } \ No newline at end of file From 420cefb07171336559422f0dc6a79431c79f7110 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Tue, 4 Feb 2014 23:38:10 +0100 Subject: [PATCH 032/138] release 2014.02.04.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 621ebfce4..a60d6d895 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

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

    -

    2014.02.04 (sig)

    +

    2014.02.04.1 (sig)

      -
    • MD5: 1080cf802d32d0511bc077824920fe9a
    • -
    • SHA1: 8cfea24591388a63ef54639bae54e37528c59e44
    • -
    • SHA256: f1e90e6204d31d397a59ad0de78f494aa628dc913a6fb3b898c26c92e2155b5d
    • +
    • MD5: 69edc2a0a596aecf0e27969cbdbca873
    • +
    • SHA1: 311993a967b701a37f3d02daf581b32875693747
    • +
    • SHA256: 1f0b80a6d9d8253a1b39d7160c0068edb47bf5bad1750594b9d0ffc19171c850

    - Windows exe (sig - 4e14e5b9f5365880b94b1ad240ab59b8fcb71c0d949457fab76c0691c7633cc0)
    - Full source + docs + binary tarball (sig - c274a1ee2ed05ccce89f3560f7d01698974c0b2d7d44ece3fdff9b88fcbd5b6b) + Windows exe (sig - 00aef944df5e7f0dda9b66ee370c22420e27f0b5a51db6ac6f9b39c8bd0d386e)
    + Full source + docs + binary tarball (sig - 59bf80c2ec7706728b74dd6df846bf490f635dd8b9f02b6b4eb07e8e37ba3139)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.02.04/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2014.02.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/2014.02.04/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2014.02.04.1/youtube-dl -O /usr/local/bin/youtube-dl
    sudo chmod a+x /usr/local/bin/youtube-dl

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

    To check the signature, type: -sudo wget https://yt-dl.org/downloads/2014.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/2014.02.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/update/LATEST_VERSION b/update/LATEST_VERSION index 30d170f77..724672c9e 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.02.04 \ No newline at end of file +2014.02.04.1 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 221620454..22c0f8a69 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 - 2014-02-04T16:36:09.439071Z + 2014-02-04T23:37:56.751298Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -3200,4 +3200,19 @@ 2014-02-04T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.02.04.1 + New version 2014.02.04.1 + + +
    + Downloads available at https://yt-dl.org/downloads/2014.02.04.1/ +
    +
    + + The youtube-dl maintainers + + 2014-02-04T00:00:01Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index c800f3573..a0f1d0e15 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.02.04", - "signature": "5ccf8ea357309124191ff9019a72ec5477f2796e6ffcb080a4a64ed53306fc2b502ee2e22a780eb1ebfb588e5793300581ffc1d6d332bc02f8661f7bbf218182b233828f46be43882d26b851e0b87d904b3402a6bbc888907878ef2341a55131657a9b3ff21c0ea37c7f464d2865afeb6b57dc7b2227dd258781d53f170066e6", + "latest": "2014.02.04.1", + "signature": "3c8c88da9edd55c6dd7197593adeaab7dc8f751180912fe2648b64c62637b2f95fa6f5b1f01b9abc09073724319a66fdc0de54e22c33d88a05d33ed7d3ced08e09f0fe92fdc4e2cda56a3ee3667f9a1db3a339117e3177729dfe7fa52ea818567685e9ea37c1965ab038aacfe368ffc6d033512fd87c3009027394d91845dfc8", "versions": { "2012.02.22": { "bin": [ @@ -2989,6 +2989,20 @@ "https://yt-dl.org/downloads/2014.02.04/youtube-dl-2014.02.04.tar.gz", "c274a1ee2ed05ccce89f3560f7d01698974c0b2d7d44ece3fdff9b88fcbd5b6b" ] + }, + "2014.02.04.1": { + "bin": [ + "https://yt-dl.org/downloads/2014.02.04.1/youtube-dl", + "1f0b80a6d9d8253a1b39d7160c0068edb47bf5bad1750594b9d0ffc19171c850" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.02.04.1/youtube-dl.exe", + "00aef944df5e7f0dda9b66ee370c22420e27f0b5a51db6ac6f9b39c8bd0d386e" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.02.04.1/youtube-dl-2014.02.04.1.tar.gz", + "59bf80c2ec7706728b74dd6df846bf490f635dd8b9f02b6b4eb07e8e37ba3139" + ] } } } \ No newline at end of file From 9bd7125b93a759ef5a2c693080016e6ad34166cd Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Wed, 5 Feb 2014 21:44:31 +0100 Subject: [PATCH 033/138] release 2014.02.05 --- 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 a60d6d895..52ffb59e9 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

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

    -

    2014.02.04.1 (sig)

    +

    2014.02.05 (sig)

      -
    • MD5: 69edc2a0a596aecf0e27969cbdbca873
    • -
    • SHA1: 311993a967b701a37f3d02daf581b32875693747
    • -
    • SHA256: 1f0b80a6d9d8253a1b39d7160c0068edb47bf5bad1750594b9d0ffc19171c850
    • +
    • MD5: 19aad5869e307e892d1ca0806faade15
    • +
    • SHA1: 04a87aab2eda22e970c62decd5a0e058ebe9569c
    • +
    • SHA256: f1ec86512177dcaf73a03717963c138a9b046ba45848f114d6446c9509f642de

    - Windows exe (sig - 00aef944df5e7f0dda9b66ee370c22420e27f0b5a51db6ac6f9b39c8bd0d386e)
    - Full source + docs + binary tarball (sig - 59bf80c2ec7706728b74dd6df846bf490f635dd8b9f02b6b4eb07e8e37ba3139) + Windows exe (sig - d69b4e5dcf840adedcb514352e84fab94fd9eda83383919f3b2a4d122d99fd3e)
    + Full source + docs + binary tarball (sig - b7d3eeaf8e71dd8978c5879fab969d0a29dc61cc83ed52082308088a67e9cb2d)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.02.04.1/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2014.02.05/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/2014.02.04.1/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2014.02.05/youtube-dl -O /usr/local/bin/youtube-dl
    sudo chmod a+x /usr/local/bin/youtube-dl

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

    To check the signature, type: -sudo wget https://yt-dl.org/downloads/2014.02.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/2014.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 f28ba1330..c5d58fc25 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -82,6 +82,7 @@
  • faz.net
  • fernsehkritik.tv
  • fernsehkritik.tv:postecke
  • +
  • Firstpost.com
  • Flickr
  • france2.fr:generation-quoi
  • FranceInter
  • @@ -125,6 +126,7 @@
  • livestream:original
  • lynda: lynda.com videos
  • lynda:course: lynda.com online courses
  • +
  • m6
  • macgamestore: MacGameStore trailers
  • Malemotion
  • MDR
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 724672c9e..2036f5838 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.02.04.1 \ No newline at end of file +2014.02.05 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 22c0f8a69..f62a8ed1b 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 - 2014-02-04T23:37:56.751298Z + 2014-02-05T21:44:16.950239Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -3215,4 +3215,19 @@ 2014-02-04T00:00:01Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.02.05 + New version 2014.02.05 + + +
    + Downloads available at https://yt-dl.org/downloads/2014.02.05/ +
    +
    + + The youtube-dl maintainers + + 2014-02-05T00:00:00Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index a0f1d0e15..f28299f9c 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.02.04.1", - "signature": "3c8c88da9edd55c6dd7197593adeaab7dc8f751180912fe2648b64c62637b2f95fa6f5b1f01b9abc09073724319a66fdc0de54e22c33d88a05d33ed7d3ced08e09f0fe92fdc4e2cda56a3ee3667f9a1db3a339117e3177729dfe7fa52ea818567685e9ea37c1965ab038aacfe368ffc6d033512fd87c3009027394d91845dfc8", + "latest": "2014.02.05", + "signature": "33cfd25832abc5f96a31a77b135491f3f8a32df8fa94f560b0107839754696d3ef15f54397e384029aaffcbf84649e403f543e07f73d498381f9d0772428ee603419a30245133c6a4f0432434ac2bfcbe823162db89645c5fccab53200aabd2e3d10d3a81ecebc3ef07bb16b02af07d5f763ea53daa242548745efc8d0f25b5e", "versions": { "2012.02.22": { "bin": [ @@ -3003,6 +3003,20 @@ "https://yt-dl.org/downloads/2014.02.04.1/youtube-dl-2014.02.04.1.tar.gz", "59bf80c2ec7706728b74dd6df846bf490f635dd8b9f02b6b4eb07e8e37ba3139" ] + }, + "2014.02.05": { + "bin": [ + "https://yt-dl.org/downloads/2014.02.05/youtube-dl", + "f1ec86512177dcaf73a03717963c138a9b046ba45848f114d6446c9509f642de" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.02.05/youtube-dl.exe", + "d69b4e5dcf840adedcb514352e84fab94fd9eda83383919f3b2a4d122d99fd3e" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.02.05/youtube-dl-2014.02.05.tar.gz", + "b7d3eeaf8e71dd8978c5879fab969d0a29dc61cc83ed52082308088a67e9cb2d" + ] } } } \ No newline at end of file From d24ff9356e9471f61dc0d4b3c1a7f40cd5e4d3b6 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Thu, 6 Feb 2014 03:32:58 +0100 Subject: [PATCH 034/138] release 2014.02.06 --- 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 52ffb59e9..89f1f8865 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

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

    -

    2014.02.05 (sig)

    +

    2014.02.06 (sig)

      -
    • MD5: 19aad5869e307e892d1ca0806faade15
    • -
    • SHA1: 04a87aab2eda22e970c62decd5a0e058ebe9569c
    • -
    • SHA256: f1ec86512177dcaf73a03717963c138a9b046ba45848f114d6446c9509f642de
    • +
    • MD5: f073743435caf345124d7d1cf76dc6d3
    • +
    • SHA1: 4d21353e62b5659984ca7288bc5bbe15910cd3f2
    • +
    • SHA256: d837a6a102453dff3cd93df6bf8ff3656e9b9b9865e9894da301a36e7762f40e

    - Windows exe (sig - d69b4e5dcf840adedcb514352e84fab94fd9eda83383919f3b2a4d122d99fd3e)
    - Full source + docs + binary tarball (sig - b7d3eeaf8e71dd8978c5879fab969d0a29dc61cc83ed52082308088a67e9cb2d) + Windows exe (sig - a904943e9c4f362896a49d946d334667fca43e87fd4d38eb2c8fba605429f95d)
    + Full source + docs + binary tarball (sig - 2e7dde6368c4a355f6a417dd981715bf8b0e9d6da1458e79b39eabea7c024647)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.02.05/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2014.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/2014.02.05/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2014.02.06/youtube-dl -O /usr/local/bin/youtube-dl
    sudo chmod a+x /usr/local/bin/youtube-dl

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

    To check the signature, type: -sudo wget https://yt-dl.org/downloads/2014.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/2014.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/update/LATEST_VERSION b/update/LATEST_VERSION index 2036f5838..b1145e4b1 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.02.05 \ No newline at end of file +2014.02.06 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index f62a8ed1b..9046d9693 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 - 2014-02-05T21:44:16.950239Z + 2014-02-06T03:32:56.186517Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -3230,4 +3230,19 @@ 2014-02-05T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.02.06 + New version 2014.02.06 + + +
    + Downloads available at https://yt-dl.org/downloads/2014.02.06/ +
    +
    + + The youtube-dl maintainers + + 2014-02-06T00:00:00Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index f28299f9c..e8e5962b5 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.02.05", - "signature": "33cfd25832abc5f96a31a77b135491f3f8a32df8fa94f560b0107839754696d3ef15f54397e384029aaffcbf84649e403f543e07f73d498381f9d0772428ee603419a30245133c6a4f0432434ac2bfcbe823162db89645c5fccab53200aabd2e3d10d3a81ecebc3ef07bb16b02af07d5f763ea53daa242548745efc8d0f25b5e", + "latest": "2014.02.06", + "signature": "979bbcdadca1468823c708405dfd21d444cb5939ef56b82fb59a2d48810c5f2597b1585a244b33a17034d6573cc46dd8689bbf3b4a8619a6391fa5c418f0372fe437096ddd6e934d57229222696dfe2d345400c05a604516e79fa47af3da2ee6c7a9271a4e9bcd96c23d9ba1dcf3f1b098183347ac92b12ef3822d2739c94769", "versions": { "2012.02.22": { "bin": [ @@ -3017,6 +3017,20 @@ "https://yt-dl.org/downloads/2014.02.05/youtube-dl-2014.02.05.tar.gz", "b7d3eeaf8e71dd8978c5879fab969d0a29dc61cc83ed52082308088a67e9cb2d" ] + }, + "2014.02.06": { + "bin": [ + "https://yt-dl.org/downloads/2014.02.06/youtube-dl", + "d837a6a102453dff3cd93df6bf8ff3656e9b9b9865e9894da301a36e7762f40e" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.02.06/youtube-dl.exe", + "a904943e9c4f362896a49d946d334667fca43e87fd4d38eb2c8fba605429f95d" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.02.06/youtube-dl-2014.02.06.tar.gz", + "2e7dde6368c4a355f6a417dd981715bf8b0e9d6da1458e79b39eabea7c024647" + ] } } } \ No newline at end of file From e242fb16d4d37f0b44b29cf5f4c03bdf7fd46393 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Thu, 6 Feb 2014 11:34:29 +0100 Subject: [PATCH 035/138] release 2014.02.06.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 89f1f8865..836c856dd 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

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

    -

    2014.02.06 (sig)

    +

    2014.02.06.1 (sig)

      -
    • MD5: f073743435caf345124d7d1cf76dc6d3
    • -
    • SHA1: 4d21353e62b5659984ca7288bc5bbe15910cd3f2
    • -
    • SHA256: d837a6a102453dff3cd93df6bf8ff3656e9b9b9865e9894da301a36e7762f40e
    • +
    • MD5: 1859f2297ab1b62df3c63c5913ecbdab
    • +
    • SHA1: be676823623763132b856f39652d409dd5e65a2e
    • +
    • SHA256: 628ff4c909e79032fc13f05480f04f7dec2fddc61a19be642bbbb581026e43e2

    - Windows exe (sig - a904943e9c4f362896a49d946d334667fca43e87fd4d38eb2c8fba605429f95d)
    - Full source + docs + binary tarball (sig - 2e7dde6368c4a355f6a417dd981715bf8b0e9d6da1458e79b39eabea7c024647) + Windows exe (sig - 0ee22749e8a348e0a183bde30e5124b60d7fb699f678c924057b4f9d7910f6d9)
    + Full source + docs + binary tarball (sig - 6789747c43d42aee1850710be8eeb47e8a76698c620752f1aa94393d91f613ed)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.02.06/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2014.02.06.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/2014.02.06/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2014.02.06.1/youtube-dl -O /usr/local/bin/youtube-dl
    sudo chmod a+x /usr/local/bin/youtube-dl

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

    To check the signature, type: -sudo wget https://yt-dl.org/downloads/2014.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/2014.02.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/supportedsites.html b/supportedsites.html index c5d58fc25..cd4b3f6c1 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -74,6 +74,7 @@
  • EbaumsWorld
  • eHow
  • eitb.tv
  • +
  • ElPais
  • Escapist
  • EveryonesMixtape
  • exfm: ex.fm
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index b1145e4b1..9e98bce11 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.02.06 \ No newline at end of file +2014.02.06.1 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 9046d9693..925e6cf6d 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 - 2014-02-06T03:32:56.186517Z + 2014-02-06T11:34:16.980432Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -3245,4 +3245,19 @@ 2014-02-06T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.02.06.1 + New version 2014.02.06.1 + + +
    + Downloads available at https://yt-dl.org/downloads/2014.02.06.1/ +
    +
    + + The youtube-dl maintainers + + 2014-02-06T00:00:01Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index e8e5962b5..4b573f11d 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.02.06", - "signature": "979bbcdadca1468823c708405dfd21d444cb5939ef56b82fb59a2d48810c5f2597b1585a244b33a17034d6573cc46dd8689bbf3b4a8619a6391fa5c418f0372fe437096ddd6e934d57229222696dfe2d345400c05a604516e79fa47af3da2ee6c7a9271a4e9bcd96c23d9ba1dcf3f1b098183347ac92b12ef3822d2739c94769", + "latest": "2014.02.06.1", + "signature": "012a3a5b8ee360b17cbb403f81b6482f04acc80ae997db220c62965da0a5d21de71b19b781aedf50fe09238c09afbb2e0e507c019f444308a82f225837c91c6f79fc1cf63af02a82ce2180c190a801876572d7fc9accbab371fb0cc40a0508f77dd34bff69d54facdb3d60958ec1c1ac519e5a92acda737affb550071c11f0c1", "versions": { "2012.02.22": { "bin": [ @@ -3031,6 +3031,20 @@ "https://yt-dl.org/downloads/2014.02.06/youtube-dl-2014.02.06.tar.gz", "2e7dde6368c4a355f6a417dd981715bf8b0e9d6da1458e79b39eabea7c024647" ] + }, + "2014.02.06.1": { + "bin": [ + "https://yt-dl.org/downloads/2014.02.06.1/youtube-dl", + "628ff4c909e79032fc13f05480f04f7dec2fddc61a19be642bbbb581026e43e2" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.02.06.1/youtube-dl.exe", + "0ee22749e8a348e0a183bde30e5124b60d7fb699f678c924057b4f9d7910f6d9" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.02.06.1/youtube-dl-2014.02.06.1.tar.gz", + "6789747c43d42aee1850710be8eeb47e8a76698c620752f1aa94393d91f613ed" + ] } } } \ No newline at end of file From bdc68eb84a3a2262edcef11fcd45277a47eb8fed Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Thu, 6 Feb 2014 15:50:33 +0100 Subject: [PATCH 036/138] release 2014.02.06.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 836c856dd..3ac2a00e3 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

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

    -

    2014.02.06.1 (sig)

    +

    2014.02.06.2 (sig)

      -
    • MD5: 1859f2297ab1b62df3c63c5913ecbdab
    • -
    • SHA1: be676823623763132b856f39652d409dd5e65a2e
    • -
    • SHA256: 628ff4c909e79032fc13f05480f04f7dec2fddc61a19be642bbbb581026e43e2
    • +
    • MD5: fb4b7f3ab654b8b290b6ecbcef4b7271
    • +
    • SHA1: 4f202448fbface811fe2e922f1e015d834ad60cb
    • +
    • SHA256: 1ffa7572b0fcfb122a09a0d881fbdee651fce44d48bb0d6eb0c671246cd976ce

    - Windows exe (sig - 0ee22749e8a348e0a183bde30e5124b60d7fb699f678c924057b4f9d7910f6d9)
    - Full source + docs + binary tarball (sig - 6789747c43d42aee1850710be8eeb47e8a76698c620752f1aa94393d91f613ed) + Windows exe (sig - b22e8f3d17718bc46773ff4debf493b0850d31c2e2b137f4434d6e1e97c8d4aa)
    + Full source + docs + binary tarball (sig - 927809a3c4e7a3e92c5e3d6687c2a544d031bd031032c706ca9e5e311c285259)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.02.06.1/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2014.02.06.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/2014.02.06.1/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2014.02.06.2/youtube-dl -O /usr/local/bin/youtube-dl
    sudo chmod a+x /usr/local/bin/youtube-dl

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

    To check the signature, type: -sudo wget https://yt-dl.org/downloads/2014.02.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/2014.02.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/supportedsites.html b/supportedsites.html index cd4b3f6c1..ca5412ec2 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -148,6 +148,7 @@
  • NBCNews
  • NDTV
  • Newgrounds
  • +
  • nfb: National Film Board of Canada
  • nhl.com
  • nhl.com:videocenter: NHL videocenter category
  • niconico: ニコニコ動画
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 9e98bce11..fb12c2e1b 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.02.06.1 \ No newline at end of file +2014.02.06.2 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 925e6cf6d..9693708d5 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 - 2014-02-06T11:34:16.980432Z + 2014-02-06T15:50:32.197118Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -3260,4 +3260,19 @@ 2014-02-06T00:00:01Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.02.06.2 + New version 2014.02.06.2 + + +
    + Downloads available at https://yt-dl.org/downloads/2014.02.06.2/ +
    +
    + + The youtube-dl maintainers + + 2014-02-06T00:00:02Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 4b573f11d..be2eaa27e 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.02.06.1", - "signature": "012a3a5b8ee360b17cbb403f81b6482f04acc80ae997db220c62965da0a5d21de71b19b781aedf50fe09238c09afbb2e0e507c019f444308a82f225837c91c6f79fc1cf63af02a82ce2180c190a801876572d7fc9accbab371fb0cc40a0508f77dd34bff69d54facdb3d60958ec1c1ac519e5a92acda737affb550071c11f0c1", + "latest": "2014.02.06.2", + "signature": "67c8d2f00d4684a3aa08dda43bc3dc2f19c9890195c9da4c27693dddb4e9734b00a4d35d5057f5f3a0929f9df37ad7958860106095f0a0e2405ced35c3435482147326477c4196cc2cfd82ed6c90da364c9e30ae2daa603b302199c1e0be7f90deded09713476e28795477f101a63a5e50c6b3c20e4a39f977ee765c301e33aa", "versions": { "2012.02.22": { "bin": [ @@ -3045,6 +3045,20 @@ "https://yt-dl.org/downloads/2014.02.06.1/youtube-dl-2014.02.06.1.tar.gz", "6789747c43d42aee1850710be8eeb47e8a76698c620752f1aa94393d91f613ed" ] + }, + "2014.02.06.2": { + "bin": [ + "https://yt-dl.org/downloads/2014.02.06.2/youtube-dl", + "1ffa7572b0fcfb122a09a0d881fbdee651fce44d48bb0d6eb0c671246cd976ce" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.02.06.2/youtube-dl.exe", + "b22e8f3d17718bc46773ff4debf493b0850d31c2e2b137f4434d6e1e97c8d4aa" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.02.06.2/youtube-dl-2014.02.06.2.tar.gz", + "927809a3c4e7a3e92c5e3d6687c2a544d031bd031032c706ca9e5e311c285259" + ] } } } \ No newline at end of file From 59afad8ba4d6d63c43a1b497a9edc65e50ec1a92 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Fri, 7 Feb 2014 01:48:36 +0100 Subject: [PATCH 037/138] release 2014.02.06.3 --- 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 3ac2a00e3..889cfd77f 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

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

    -

    2014.02.06.2 (sig)

    +

    2014.02.06.3 (sig)

      -
    • MD5: fb4b7f3ab654b8b290b6ecbcef4b7271
    • -
    • SHA1: 4f202448fbface811fe2e922f1e015d834ad60cb
    • -
    • SHA256: 1ffa7572b0fcfb122a09a0d881fbdee651fce44d48bb0d6eb0c671246cd976ce
    • +
    • MD5: 59b85e7c0c68b1e9c48604509e52e2d5
    • +
    • SHA1: 80d5ca7f0de372d0f07466f54d26a7a07b5beed3
    • +
    • SHA256: bf998b957fec6b6ce39ddb71c526e12341492f6328a13e33c3f9a7c2acb3eee3

    - Windows exe (sig - b22e8f3d17718bc46773ff4debf493b0850d31c2e2b137f4434d6e1e97c8d4aa)
    - Full source + docs + binary tarball (sig - 927809a3c4e7a3e92c5e3d6687c2a544d031bd031032c706ca9e5e311c285259) + Windows exe (sig - 77a34921c96b36f1755ef29898663e9a9a587c286b34f5404fa86a467f3a641a)
    + Full source + docs + binary tarball (sig - 0e49dc11a33c001b68e8669837fe0b838c45454969043c9e7dd8fc160bc9b274)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.02.06.2/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2014.02.06.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/2014.02.06.2/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2014.02.06.3/youtube-dl -O /usr/local/bin/youtube-dl
    sudo chmod a+x /usr/local/bin/youtube-dl

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

    To check the signature, type: -sudo wget https://yt-dl.org/downloads/2014.02.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/2014.02.06.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 ca5412ec2..ac7a8d573 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -74,7 +74,7 @@
  • EbaumsWorld
  • eHow
  • eitb.tv
  • -
  • ElPais
  • +
  • ElPais: El País
  • Escapist
  • EveryonesMixtape
  • exfm: ex.fm
  • @@ -146,6 +146,7 @@
  • Naver
  • NBA
  • NBCNews
  • +
  • ndr: NDR.de - Mediathek
  • NDTV
  • Newgrounds
  • nfb: National Film Board of Canada
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index fb12c2e1b..2d35c3e6e 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.02.06.2 \ No newline at end of file +2014.02.06.3 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 9693708d5..6f000d67d 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 - 2014-02-06T15:50:32.197118Z + 2014-02-07T01:48:34.769325Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -3275,4 +3275,19 @@ 2014-02-06T00:00:02Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.02.06.3 + New version 2014.02.06.3 + + +
    + Downloads available at https://yt-dl.org/downloads/2014.02.06.3/ +
    +
    + + The youtube-dl maintainers + + 2014-02-06T00:00:03Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index be2eaa27e..2cf69c103 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.02.06.2", - "signature": "67c8d2f00d4684a3aa08dda43bc3dc2f19c9890195c9da4c27693dddb4e9734b00a4d35d5057f5f3a0929f9df37ad7958860106095f0a0e2405ced35c3435482147326477c4196cc2cfd82ed6c90da364c9e30ae2daa603b302199c1e0be7f90deded09713476e28795477f101a63a5e50c6b3c20e4a39f977ee765c301e33aa", + "latest": "2014.02.06.3", + "signature": "4db51dce171e9e214fc2d7ead1848757ef4d638312063a696117ee118818833e276d44f9632505012a1b54432b7fde7a93eecbb204c176a128b7fe5a4cd0ab7525318fe4b781ee4b72b4b97baff07417a3dcca1594710c332f1fa816cea4f1829ce9aafc0e0e22ce50c921511abd60f6c7798746421b5598fc15125362149685", "versions": { "2012.02.22": { "bin": [ @@ -3059,6 +3059,20 @@ "https://yt-dl.org/downloads/2014.02.06.2/youtube-dl-2014.02.06.2.tar.gz", "927809a3c4e7a3e92c5e3d6687c2a544d031bd031032c706ca9e5e311c285259" ] + }, + "2014.02.06.3": { + "bin": [ + "https://yt-dl.org/downloads/2014.02.06.3/youtube-dl", + "bf998b957fec6b6ce39ddb71c526e12341492f6328a13e33c3f9a7c2acb3eee3" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.02.06.3/youtube-dl.exe", + "77a34921c96b36f1755ef29898663e9a9a587c286b34f5404fa86a467f3a641a" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.02.06.3/youtube-dl-2014.02.06.3.tar.gz", + "0e49dc11a33c001b68e8669837fe0b838c45454969043c9e7dd8fc160bc9b274" + ] } } } \ No newline at end of file From 37d767ec498cb39e43e744585d4ac5ee398027c3 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Sat, 8 Feb 2014 16:34:54 +0100 Subject: [PATCH 038/138] release 2014.02.08 --- 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 889cfd77f..093119f5e 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

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

    -

    2014.02.06.3 (sig)

    +

    2014.02.08 (sig)

      -
    • MD5: 59b85e7c0c68b1e9c48604509e52e2d5
    • -
    • SHA1: 80d5ca7f0de372d0f07466f54d26a7a07b5beed3
    • -
    • SHA256: bf998b957fec6b6ce39ddb71c526e12341492f6328a13e33c3f9a7c2acb3eee3
    • +
    • MD5: 227ab669f19410c58e2193b5c49f92de
    • +
    • SHA1: 948bff8cbd227423baa5cc058371af95e4634106
    • +
    • SHA256: b4d2a8aeeb2a1a482d99a497e34da0b92e51ea1f65e6360d084f9b937811437e

    - Windows exe (sig - 77a34921c96b36f1755ef29898663e9a9a587c286b34f5404fa86a467f3a641a)
    - Full source + docs + binary tarball (sig - 0e49dc11a33c001b68e8669837fe0b838c45454969043c9e7dd8fc160bc9b274) + Windows exe (sig - 6faffa914b85f2eeca9b3c85b98f9cd81a107bbedd4157e0a0df30ef9ad8940a)
    + Full source + docs + binary tarball (sig - b89bc3671dde2ecf3e195db04d2eb5d075802b59b356a057f3e695f94efd579b)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.02.06.3/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2014.02.08/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/2014.02.06.3/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2014.02.08/youtube-dl -O /usr/local/bin/youtube-dl
    sudo chmod a+x /usr/local/bin/youtube-dl

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

    To check the signature, type: -sudo wget https://yt-dl.org/downloads/2014.02.06.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/2014.02.08/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 ac7a8d573..518412dec 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -37,6 +37,7 @@
  • bambuser:channel
  • Bandcamp
  • Bandcamp:album
  • +
  • bbc.co.uk: BBC - iPlayer Radio
  • blinkx
  • blip.tv:user
  • BlipTV
  • @@ -47,6 +48,7 @@
  • canalplus.fr
  • CBS
  • channel9: Channel 9
  • +
  • Chilloutzone
  • Cinemassacre
  • clipfish
  • cliphunter
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 2d35c3e6e..890986e49 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.02.06.3 \ No newline at end of file +2014.02.08 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 6f000d67d..95cc5803c 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 - 2014-02-07T01:48:34.769325Z + 2014-02-08T16:34:22.400859Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -3290,4 +3290,19 @@ 2014-02-06T00:00:03Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.02.08 + New version 2014.02.08 + + +
    + Downloads available at https://yt-dl.org/downloads/2014.02.08/ +
    +
    + + The youtube-dl maintainers + + 2014-02-08T00:00:00Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 2cf69c103..3bf473a23 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.02.06.3", - "signature": "4db51dce171e9e214fc2d7ead1848757ef4d638312063a696117ee118818833e276d44f9632505012a1b54432b7fde7a93eecbb204c176a128b7fe5a4cd0ab7525318fe4b781ee4b72b4b97baff07417a3dcca1594710c332f1fa816cea4f1829ce9aafc0e0e22ce50c921511abd60f6c7798746421b5598fc15125362149685", + "latest": "2014.02.08", + "signature": "6b888397cb6eed849425cb5977c10a9feb3edf41767ce475e35fc24e0567f74e0539e644636820d47a7a8657eb61482aeb1149854e93cb7a27a8e05606c014e3c4fb26830906b8ca993d90044375102883b34b6adb5fccbee0a241a17ce3c5d722487dad8924bdefe9e1f60a63f4f659dbaa2037ef469fb3c95b1890f6674342", "versions": { "2012.02.22": { "bin": [ @@ -3073,6 +3073,20 @@ "https://yt-dl.org/downloads/2014.02.06.3/youtube-dl-2014.02.06.3.tar.gz", "0e49dc11a33c001b68e8669837fe0b838c45454969043c9e7dd8fc160bc9b274" ] + }, + "2014.02.08": { + "bin": [ + "https://yt-dl.org/downloads/2014.02.08/youtube-dl", + "b4d2a8aeeb2a1a482d99a497e34da0b92e51ea1f65e6360d084f9b937811437e" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.02.08/youtube-dl.exe", + "6faffa914b85f2eeca9b3c85b98f9cd81a107bbedd4157e0a0df30ef9ad8940a" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.02.08/youtube-dl-2014.02.08.tar.gz", + "b89bc3671dde2ecf3e195db04d2eb5d075802b59b356a057f3e695f94efd579b" + ] } } } \ No newline at end of file From 3b4af451a477d22dca82df54413cb23d7ffe511f Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Sat, 8 Feb 2014 18:42:35 +0100 Subject: [PATCH 039/138] release 2014.02.08.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 093119f5e..be4166d53 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

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

    -

    2014.02.08 (sig)

    +

    2014.02.08.1 (sig)

      -
    • MD5: 227ab669f19410c58e2193b5c49f92de
    • -
    • SHA1: 948bff8cbd227423baa5cc058371af95e4634106
    • -
    • SHA256: b4d2a8aeeb2a1a482d99a497e34da0b92e51ea1f65e6360d084f9b937811437e
    • +
    • MD5: 8fc6609557da9c61200e5ad10be340b6
    • +
    • SHA1: 2f4aa600354c1284962341e0f762d8aba16cfb08
    • +
    • SHA256: ffc41459906956cc33dfbbcd16c2fbc303e807c35be18f1ead61221b49a4bcb7

    - Windows exe (sig - 6faffa914b85f2eeca9b3c85b98f9cd81a107bbedd4157e0a0df30ef9ad8940a)
    - Full source + docs + binary tarball (sig - b89bc3671dde2ecf3e195db04d2eb5d075802b59b356a057f3e695f94efd579b) + Windows exe (sig - aad4c80f020de1f0a057b724941219dab1fac99b22ff8d7003c094f666dc7693)
    + Full source + docs + binary tarball (sig - 45346b1c1a900031705a5a11e723267eb7989e12e06338fb1b5ff84c6a939c7b)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.02.08/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2014.02.08.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/2014.02.08/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2014.02.08.1/youtube-dl -O /usr/local/bin/youtube-dl
    sudo chmod a+x /usr/local/bin/youtube-dl

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

    To check the signature, type: -sudo wget https://yt-dl.org/downloads/2014.02.08/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/2014.02.08.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 890986e49..1ca9b3ac8 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.02.08 \ No newline at end of file +2014.02.08.1 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 95cc5803c..125998f76 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 - 2014-02-08T16:34:22.400859Z + 2014-02-08T18:42:34.620344Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -3305,4 +3305,19 @@ 2014-02-08T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.02.08.1 + New version 2014.02.08.1 + + +
    + Downloads available at https://yt-dl.org/downloads/2014.02.08.1/ +
    +
    + + The youtube-dl maintainers + + 2014-02-08T00:00:01Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 3bf473a23..5f4b2a8fd 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.02.08", - "signature": "6b888397cb6eed849425cb5977c10a9feb3edf41767ce475e35fc24e0567f74e0539e644636820d47a7a8657eb61482aeb1149854e93cb7a27a8e05606c014e3c4fb26830906b8ca993d90044375102883b34b6adb5fccbee0a241a17ce3c5d722487dad8924bdefe9e1f60a63f4f659dbaa2037ef469fb3c95b1890f6674342", + "latest": "2014.02.08.1", + "signature": "4dbc11a675dea29d436205d3b198150e3fda2501e9d88c5aac591128fb2910d02933b025b68252ee1ba1682953256540d0960db2c04b812359a44c3d67ee6d11391683d8baa796e7f9b3c3c2038cf24be609e17169ac68f1ce01cd3f18880a50781025eeb92c09a0e2997b9eeacf255137e269713d20f649def7fa52041d0488", "versions": { "2012.02.22": { "bin": [ @@ -3087,6 +3087,20 @@ "https://yt-dl.org/downloads/2014.02.08/youtube-dl-2014.02.08.tar.gz", "b89bc3671dde2ecf3e195db04d2eb5d075802b59b356a057f3e695f94efd579b" ] + }, + "2014.02.08.1": { + "bin": [ + "https://yt-dl.org/downloads/2014.02.08.1/youtube-dl", + "ffc41459906956cc33dfbbcd16c2fbc303e807c35be18f1ead61221b49a4bcb7" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.02.08.1/youtube-dl.exe", + "aad4c80f020de1f0a057b724941219dab1fac99b22ff8d7003c094f666dc7693" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.02.08.1/youtube-dl-2014.02.08.1.tar.gz", + "45346b1c1a900031705a5a11e723267eb7989e12e06338fb1b5ff84c6a939c7b" + ] } } } \ No newline at end of file From d79a7ae4b944344c0942cdecfe2bdaecd1c289e9 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Sat, 8 Feb 2014 19:41:53 +0100 Subject: [PATCH 040/138] release 2014.02.08.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 be4166d53..41196d24c 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

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

    -

    2014.02.08.1 (sig)

    +

    2014.02.08.2 (sig)

      -
    • MD5: 8fc6609557da9c61200e5ad10be340b6
    • -
    • SHA1: 2f4aa600354c1284962341e0f762d8aba16cfb08
    • -
    • SHA256: ffc41459906956cc33dfbbcd16c2fbc303e807c35be18f1ead61221b49a4bcb7
    • +
    • MD5: 409adc0f3f22201bdf865290fc7223c4
    • +
    • SHA1: 31c6659dfa46cc31534c72230d5f5c22845f59d6
    • +
    • SHA256: a9984d7283772ee176502cae0d54bc734fef531e02431c39a6fd578980e5088c

    - Windows exe (sig - aad4c80f020de1f0a057b724941219dab1fac99b22ff8d7003c094f666dc7693)
    - Full source + docs + binary tarball (sig - 45346b1c1a900031705a5a11e723267eb7989e12e06338fb1b5ff84c6a939c7b) + Windows exe (sig - cf7f6fece051d4e5f9f9dc484388cadb0062264f85540bc8299f42facbe8df35)
    + Full source + docs + binary tarball (sig - 068e598f32b817d9218bc6998a13112eb9d068942b82f8cda442458e398f4780)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.02.08.1/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2014.02.08.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/2014.02.08.1/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2014.02.08.2/youtube-dl -O /usr/local/bin/youtube-dl
    sudo chmod a+x /usr/local/bin/youtube-dl

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

    To check the signature, type: -sudo wget https://yt-dl.org/downloads/2014.02.08.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/2014.02.08.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 518412dec..4fa07521a 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -113,6 +113,7 @@
  • IPrima
  • ivi: ivi.ru
  • ivi:compilation: ivi.ru compilations
  • +
  • JadoreCettePub
  • JeuxVideo
  • jpopsuki.tv
  • Jukebox
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 1ca9b3ac8..53ee9a73a 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.02.08.1 \ No newline at end of file +2014.02.08.2 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 125998f76..43a952471 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 - 2014-02-08T18:42:34.620344Z + 2014-02-08T19:41:52.605855Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -3320,4 +3320,19 @@ 2014-02-08T00:00:01Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.02.08.2 + New version 2014.02.08.2 + + +
    + Downloads available at https://yt-dl.org/downloads/2014.02.08.2/ +
    +
    + + The youtube-dl maintainers + + 2014-02-08T00:00:02Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 5f4b2a8fd..17925e046 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.02.08.1", - "signature": "4dbc11a675dea29d436205d3b198150e3fda2501e9d88c5aac591128fb2910d02933b025b68252ee1ba1682953256540d0960db2c04b812359a44c3d67ee6d11391683d8baa796e7f9b3c3c2038cf24be609e17169ac68f1ce01cd3f18880a50781025eeb92c09a0e2997b9eeacf255137e269713d20f649def7fa52041d0488", + "latest": "2014.02.08.2", + "signature": "99353db3fb58875fae7874917ddda753dc0bb35e3a6ed8d39614196401178b8ba11cac3e468657ee8d5372477a6750c8b45ae822c0ebb9033799de23132a8d6b96deb5836483acd4f50c9e4e1f10c99afef4b82a357fb69adc3396e2c7a4971482297bab39ddc8c6a00e1d7bd1ed60f336f938c7dd074e8662904ec21cebe65a", "versions": { "2012.02.22": { "bin": [ @@ -3101,6 +3101,20 @@ "https://yt-dl.org/downloads/2014.02.08.1/youtube-dl-2014.02.08.1.tar.gz", "45346b1c1a900031705a5a11e723267eb7989e12e06338fb1b5ff84c6a939c7b" ] + }, + "2014.02.08.2": { + "bin": [ + "https://yt-dl.org/downloads/2014.02.08.2/youtube-dl", + "a9984d7283772ee176502cae0d54bc734fef531e02431c39a6fd578980e5088c" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.02.08.2/youtube-dl.exe", + "cf7f6fece051d4e5f9f9dc484388cadb0062264f85540bc8299f42facbe8df35" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.02.08.2/youtube-dl-2014.02.08.2.tar.gz", + "068e598f32b817d9218bc6998a13112eb9d068942b82f8cda442458e398f4780" + ] } } } \ No newline at end of file From 6e4d131e235df5667c645263bd9c4bdffe74662d Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Mon, 10 Feb 2014 02:06:00 +0100 Subject: [PATCH 041/138] release 2014.02.10 --- 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 41196d24c..d858d4589 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

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

    -

    2014.02.08.2 (sig)

    +

    2014.02.10 (sig)

      -
    • MD5: 409adc0f3f22201bdf865290fc7223c4
    • -
    • SHA1: 31c6659dfa46cc31534c72230d5f5c22845f59d6
    • -
    • SHA256: a9984d7283772ee176502cae0d54bc734fef531e02431c39a6fd578980e5088c
    • +
    • MD5: e80279f9be80ce89fb49d3e88b45d5f6
    • +
    • SHA1: f5fc527722403ae2caf74d9d2ade872d100c324a
    • +
    • SHA256: f2d9d8c400679855dcd5e1d1de25d9ddd7b8d9503aa0749ab793832e703bc753

    - Windows exe (sig - cf7f6fece051d4e5f9f9dc484388cadb0062264f85540bc8299f42facbe8df35)
    - Full source + docs + binary tarball (sig - 068e598f32b817d9218bc6998a13112eb9d068942b82f8cda442458e398f4780) + Windows exe (sig - f8f7bde82683818a7953d48da71f2445ed56b71c7bdde08fdb1e4f9278c80cfc)
    + Full source + docs + binary tarball (sig - fa037ae7d3a3b47f57b91e57f89689c4277465152267809811ad5bf9f76a3d3f)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.02.08.2/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2014.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/2014.02.08.2/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2014.02.10/youtube-dl -O /usr/local/bin/youtube-dl
    sudo chmod a+x /usr/local/bin/youtube-dl

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

    To check the signature, type: -sudo wget https://yt-dl.org/downloads/2014.02.08.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/2014.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/supportedsites.html b/supportedsites.html index 4fa07521a..417af71ec 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -37,7 +37,7 @@
  • bambuser:channel
  • Bandcamp
  • Bandcamp:album
  • -
  • bbc.co.uk: BBC - iPlayer Radio
  • +
  • bbc.co.uk: BBC iPlayer
  • blinkx
  • blip.tv:user
  • BlipTV
  • @@ -123,6 +123,7 @@
  • KeezMovies
  • KhanAcademy
  • KickStarter
  • +
  • kontrtube: KontrTube.ru - Труба зовёт
  • la7.tv
  • lifenews: LIFE | NEWS
  • LiveLeak
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 53ee9a73a..b55b2cf1e 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.02.08.2 \ No newline at end of file +2014.02.10 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 43a952471..8178ce849 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 - 2014-02-08T19:41:52.605855Z + 2014-02-10T02:05:58.510175Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -3335,4 +3335,19 @@ 2014-02-08T00:00:02Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.02.10 + New version 2014.02.10 + + +
    + Downloads available at https://yt-dl.org/downloads/2014.02.10/ +
    +
    + + The youtube-dl maintainers + + 2014-02-10T00:00:00Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 17925e046..9c69c161e 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.02.08.2", - "signature": "99353db3fb58875fae7874917ddda753dc0bb35e3a6ed8d39614196401178b8ba11cac3e468657ee8d5372477a6750c8b45ae822c0ebb9033799de23132a8d6b96deb5836483acd4f50c9e4e1f10c99afef4b82a357fb69adc3396e2c7a4971482297bab39ddc8c6a00e1d7bd1ed60f336f938c7dd074e8662904ec21cebe65a", + "latest": "2014.02.10", + "signature": "63a53dd02473f0499e4193781dca15db1e37d29547a6d46da32b6aa0e9d9066107299683918be1bf6f0ff327e053f6ec86102325083f4e6de8492f1e9906e9c7458ac1df09084859f7c2f4287853b1ddcb5125ced77236dcb3eb09653dfeb177918985b3732680c39a99dd91eef431bc478009f98e42fd791bd4a81a72d2d013", "versions": { "2012.02.22": { "bin": [ @@ -3115,6 +3115,20 @@ "https://yt-dl.org/downloads/2014.02.08.2/youtube-dl-2014.02.08.2.tar.gz", "068e598f32b817d9218bc6998a13112eb9d068942b82f8cda442458e398f4780" ] + }, + "2014.02.10": { + "bin": [ + "https://yt-dl.org/downloads/2014.02.10/youtube-dl", + "f2d9d8c400679855dcd5e1d1de25d9ddd7b8d9503aa0749ab793832e703bc753" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.02.10/youtube-dl.exe", + "f8f7bde82683818a7953d48da71f2445ed56b71c7bdde08fdb1e4f9278c80cfc" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.02.10/youtube-dl-2014.02.10.tar.gz", + "fa037ae7d3a3b47f57b91e57f89689c4277465152267809811ad5bf9f76a3d3f" + ] } } } \ No newline at end of file From 263ce0864f846653288164eb315d85ac21edd878 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Thu, 13 Feb 2014 19:22:40 +0100 Subject: [PATCH 042/138] release 2014.02.13 --- 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 d858d4589..11862a532 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

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

    -

    2014.02.10 (sig)

    +

    2014.02.13 (sig)

      -
    • MD5: e80279f9be80ce89fb49d3e88b45d5f6
    • -
    • SHA1: f5fc527722403ae2caf74d9d2ade872d100c324a
    • -
    • SHA256: f2d9d8c400679855dcd5e1d1de25d9ddd7b8d9503aa0749ab793832e703bc753
    • +
    • MD5: 4b8ff5be44419f8974d218cadd8214fb
    • +
    • SHA1: d406caf93792a2c7378a691bf108df96b5012c11
    • +
    • SHA256: 70c76604368a5cfc1f4bec33ef9d2e16db35e3199a017e09889f5ff22426e59c

    - Windows exe (sig - f8f7bde82683818a7953d48da71f2445ed56b71c7bdde08fdb1e4f9278c80cfc)
    - Full source + docs + binary tarball (sig - fa037ae7d3a3b47f57b91e57f89689c4277465152267809811ad5bf9f76a3d3f) + Windows exe (sig - 3517ca0b704d5cd52e897392c7a2c2b7995c21be34e9e77509d78a51275eb69a)
    + Full source + docs + binary tarball (sig - b8db75d3da5e0e959f0c2ed7e4c7c630f6db32be90b44bfb6e424a9871b00851)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.02.10/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2014.02.13/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/2014.02.10/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2014.02.13/youtube-dl -O /usr/local/bin/youtube-dl
    sudo chmod a+x /usr/local/bin/youtube-dl

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

    To check the signature, type: -sudo wget https://yt-dl.org/downloads/2014.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/2014.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 417af71ec..9e8c056dd 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -55,6 +55,7 @@
  • Clipsyndicate
  • cmt.com
  • CNN
  • +
  • CNNBlogs
  • CollegeHumor
  • ComedyCentral
  • ComedyCentralShows: The Daily Show / Colbert Report
  • @@ -86,6 +87,7 @@
  • fernsehkritik.tv
  • fernsehkritik.tv:postecke
  • Firstpost.com
  • +
  • firsttv: Видеоархив - Первый канал
  • Flickr
  • france2.fr:generation-quoi
  • FranceInter
  • @@ -206,6 +208,7 @@
  • Statigram
  • Steam
  • streamcloud.eu
  • +
  • StreamCZ
  • SztvHu
  • Teamcoco
  • TechTalks
  • @@ -229,6 +232,7 @@
  • Vbox7
  • VeeHD
  • Veoh
  • +
  • vesti: Вести.Ru
  • Vevo
  • Vice
  • Viddler
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index b55b2cf1e..99c643f17 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.02.10 \ No newline at end of file +2014.02.13 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 8178ce849..362ac62d9 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 - 2014-02-10T02:05:58.510175Z + 2014-02-13T19:22:33.434948Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -3350,4 +3350,19 @@ 2014-02-10T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.02.13 + New version 2014.02.13 + + +
    + Downloads available at https://yt-dl.org/downloads/2014.02.13/ +
    +
    + + The youtube-dl maintainers + + 2014-02-13T00:00:00Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 9c69c161e..9204c3f0b 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.02.10", - "signature": "63a53dd02473f0499e4193781dca15db1e37d29547a6d46da32b6aa0e9d9066107299683918be1bf6f0ff327e053f6ec86102325083f4e6de8492f1e9906e9c7458ac1df09084859f7c2f4287853b1ddcb5125ced77236dcb3eb09653dfeb177918985b3732680c39a99dd91eef431bc478009f98e42fd791bd4a81a72d2d013", + "latest": "2014.02.13", + "signature": "08880709e0f9fb25a7f2704e6116295cb199303080b6bb12bf304d8a24d9dc2dadf94744f814a56dc281b42886cdd42dc9480e7282970da36b625fe6c71ef03935f2d4898695d8450d49c773eeec41a87e45169afaab08790c3912b87f004ee0c30282d99ebfb16325542dce781e3ce97b2093fa383dda0ebdd5801ca7adc24e", "versions": { "2012.02.22": { "bin": [ @@ -3129,6 +3129,20 @@ "https://yt-dl.org/downloads/2014.02.10/youtube-dl-2014.02.10.tar.gz", "fa037ae7d3a3b47f57b91e57f89689c4277465152267809811ad5bf9f76a3d3f" ] + }, + "2014.02.13": { + "bin": [ + "https://yt-dl.org/downloads/2014.02.13/youtube-dl", + "70c76604368a5cfc1f4bec33ef9d2e16db35e3199a017e09889f5ff22426e59c" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.02.13/youtube-dl.exe", + "3517ca0b704d5cd52e897392c7a2c2b7995c21be34e9e77509d78a51275eb69a" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.02.13/youtube-dl-2014.02.13.tar.gz", + "b8db75d3da5e0e959f0c2ed7e4c7c630f6db32be90b44bfb6e424a9871b00851" + ] } } } \ No newline at end of file From 573bedb2fc69ba694e607c182c170c8689ff75f7 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Mon, 17 Feb 2014 11:43:32 +0100 Subject: [PATCH 043/138] release 2014.02.17 --- 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 11862a532..2eb465735 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

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

    -

    2014.02.13 (sig)

    +

    2014.02.17 (sig)

      -
    • MD5: 4b8ff5be44419f8974d218cadd8214fb
    • -
    • SHA1: d406caf93792a2c7378a691bf108df96b5012c11
    • -
    • SHA256: 70c76604368a5cfc1f4bec33ef9d2e16db35e3199a017e09889f5ff22426e59c
    • +
    • MD5: 6f7f1df45499427b6165843de74f369a
    • +
    • SHA1: 15098d58bb7e367371cd12f1fd0a0ebeed5a58bd
    • +
    • SHA256: e59f40f7e564816b816f647772816e656bf27b5d70e0f8fb0a2202b8b3a15ce5

    - Windows exe (sig - 3517ca0b704d5cd52e897392c7a2c2b7995c21be34e9e77509d78a51275eb69a)
    - Full source + docs + binary tarball (sig - b8db75d3da5e0e959f0c2ed7e4c7c630f6db32be90b44bfb6e424a9871b00851) + Windows exe (sig - 055d4639084ab3f25458b4ead20ff840e39029936bddeca61cde0cad62052281)
    + Full source + docs + binary tarball (sig - 78be990760e74dd3c0329d3dfb1e5165761ead41a2a9b23f8a6367ccd01c617b)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.02.13/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2014.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/2014.02.13/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2014.02.17/youtube-dl -O /usr/local/bin/youtube-dl
    sudo chmod a+x /usr/local/bin/youtube-dl

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

    To check the signature, type: -sudo wget https://yt-dl.org/downloads/2014.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/2014.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/supportedsites.html b/supportedsites.html index 9e8c056dd..47db721e2 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -17,6 +17,7 @@
  • 1up.com
  • 220.ro
  • 3sat
  • +
  • 4tube
  • 56.com
  • 8tracks
  • 9gag
  • @@ -101,6 +102,7 @@
  • Gametrailers
  • generic: Generic downloader that works on some sites
  • Hark
  • +
  • Helsinki: helsinki.fi
  • HotNewHipHop
  • Howcast
  • HuffPost: Huffington Post
  • @@ -209,6 +211,7 @@
  • Steam
  • streamcloud.eu
  • StreamCZ
  • +
  • Syfy
  • SztvHu
  • Teamcoco
  • TechTalks
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 99c643f17..84203b14f 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.02.13 \ No newline at end of file +2014.02.17 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 362ac62d9..c02c60cae 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 - 2014-02-13T19:22:33.434948Z + 2014-02-17T11:43:30.003460Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -3365,4 +3365,19 @@ 2014-02-13T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.02.17 + New version 2014.02.17 + + +
    + Downloads available at https://yt-dl.org/downloads/2014.02.17/ +
    +
    + + The youtube-dl maintainers + + 2014-02-17T00:00:00Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 9204c3f0b..23ac04339 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.02.13", - "signature": "08880709e0f9fb25a7f2704e6116295cb199303080b6bb12bf304d8a24d9dc2dadf94744f814a56dc281b42886cdd42dc9480e7282970da36b625fe6c71ef03935f2d4898695d8450d49c773eeec41a87e45169afaab08790c3912b87f004ee0c30282d99ebfb16325542dce781e3ce97b2093fa383dda0ebdd5801ca7adc24e", + "latest": "2014.02.17", + "signature": "7be9157b505176deea8ffaa8e5a1dcc59860ffaebbd9d81e5d1703c296f24d75e2bfae367fd1b62139feccc9895744344c2ff153fda6d5f0403547f77d225130743667e2956cb2ea41334f15cbf98788b56a91f5b34ffe104cfddfdbf1466278d3545e1f037de34376b91c4944f8b38f76508ae37583d4bae3a05fbeab9698d5", "versions": { "2012.02.22": { "bin": [ @@ -3143,6 +3143,20 @@ "https://yt-dl.org/downloads/2014.02.13/youtube-dl-2014.02.13.tar.gz", "b8db75d3da5e0e959f0c2ed7e4c7c630f6db32be90b44bfb6e424a9871b00851" ] + }, + "2014.02.17": { + "bin": [ + "https://yt-dl.org/downloads/2014.02.17/youtube-dl", + "e59f40f7e564816b816f647772816e656bf27b5d70e0f8fb0a2202b8b3a15ce5" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.02.17/youtube-dl.exe", + "055d4639084ab3f25458b4ead20ff840e39029936bddeca61cde0cad62052281" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.02.17/youtube-dl-2014.02.17.tar.gz", + "78be990760e74dd3c0329d3dfb1e5165761ead41a2a9b23f8a6367ccd01c617b" + ] } } } \ No newline at end of file From 97dd4404b06db87fa929461b75e4d70f17262161 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Wed, 19 Feb 2014 01:23:02 +0100 Subject: [PATCH 044/138] release 2014.02.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 2eb465735..f7f601842 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

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

    -

    2014.02.17 (sig)

    +

    2014.02.19 (sig)

      -
    • MD5: 6f7f1df45499427b6165843de74f369a
    • -
    • SHA1: 15098d58bb7e367371cd12f1fd0a0ebeed5a58bd
    • -
    • SHA256: e59f40f7e564816b816f647772816e656bf27b5d70e0f8fb0a2202b8b3a15ce5
    • +
    • MD5: f0fbff0fdced2949bf77f9815e5c9c98
    • +
    • SHA1: 41a87acbefd84ab2e57ed0dcfebf8098eade2ed8
    • +
    • SHA256: e6d46c312eadd4df3fd4f46cb50562688d47f119db9577c87fd19600f2ac20f5

    - Windows exe (sig - 055d4639084ab3f25458b4ead20ff840e39029936bddeca61cde0cad62052281)
    - Full source + docs + binary tarball (sig - 78be990760e74dd3c0329d3dfb1e5165761ead41a2a9b23f8a6367ccd01c617b) + Windows exe (sig - b0afb117d559d76f651648ae123c158d7be0e6c4c5f4be7efc8707af9a591134)
    + Full source + docs + binary tarball (sig - 6606a419545ff2a06b8ed13e24c0b574f1a7bff1df51e290bcaf07ef833aeff7)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.02.17/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2014.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/2014.02.17/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2014.02.19/youtube-dl -O /usr/local/bin/youtube-dl
    sudo chmod a+x /usr/local/bin/youtube-dl

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

    To check the signature, type: -sudo wget https://yt-dl.org/downloads/2014.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/2014.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/update/LATEST_VERSION b/update/LATEST_VERSION index 84203b14f..8f8f8cb89 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.02.17 \ No newline at end of file +2014.02.19 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index c02c60cae..8f385df2d 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 - 2014-02-17T11:43:30.003460Z + 2014-02-19T01:23:00.305229Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -3380,4 +3380,19 @@ 2014-02-17T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.02.19 + New version 2014.02.19 + + +
    + Downloads available at https://yt-dl.org/downloads/2014.02.19/ +
    +
    + + The youtube-dl maintainers + + 2014-02-19T00:00:00Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 23ac04339..22a7d5a54 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.02.17", - "signature": "7be9157b505176deea8ffaa8e5a1dcc59860ffaebbd9d81e5d1703c296f24d75e2bfae367fd1b62139feccc9895744344c2ff153fda6d5f0403547f77d225130743667e2956cb2ea41334f15cbf98788b56a91f5b34ffe104cfddfdbf1466278d3545e1f037de34376b91c4944f8b38f76508ae37583d4bae3a05fbeab9698d5", + "latest": "2014.02.19", + "signature": "7aa6c28bb599ee9c373b31c7d8a520a5ab0431c11a9afcb2dc1deaa5115e67121476c234ab6320ad3436954577dbcd3f1cff7fc372a06b518d6dd3e3740a2281bee5464bd6d30d37db76bf2aa0184b6680d39ecbaeec72d25e48c256f9734a1c065cde634eb0e349e405ac434456c4de3a446d5959fc9b88cdf2ce536eeac6d9", "versions": { "2012.02.22": { "bin": [ @@ -3157,6 +3157,20 @@ "https://yt-dl.org/downloads/2014.02.17/youtube-dl-2014.02.17.tar.gz", "78be990760e74dd3c0329d3dfb1e5165761ead41a2a9b23f8a6367ccd01c617b" ] + }, + "2014.02.19": { + "bin": [ + "https://yt-dl.org/downloads/2014.02.19/youtube-dl", + "e6d46c312eadd4df3fd4f46cb50562688d47f119db9577c87fd19600f2ac20f5" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.02.19/youtube-dl.exe", + "b0afb117d559d76f651648ae123c158d7be0e6c4c5f4be7efc8707af9a591134" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.02.19/youtube-dl-2014.02.19.tar.gz", + "6606a419545ff2a06b8ed13e24c0b574f1a7bff1df51e290bcaf07ef833aeff7" + ] } } } \ No newline at end of file From 108d3b83e93ce378fef7b6ff9d69b51ac562e294 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Wed, 19 Feb 2014 01:31:59 +0100 Subject: [PATCH 045/138] release 2014.02.19.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 f7f601842..0d1eeb8bf 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

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

    -

    2014.02.19 (sig)

    +

    2014.02.19.1 (sig)

      -
    • MD5: f0fbff0fdced2949bf77f9815e5c9c98
    • -
    • SHA1: 41a87acbefd84ab2e57ed0dcfebf8098eade2ed8
    • -
    • SHA256: e6d46c312eadd4df3fd4f46cb50562688d47f119db9577c87fd19600f2ac20f5
    • +
    • MD5: cd832cc17e2e641bc828c3c44bb62770
    • +
    • SHA1: 8619c21d0f1d81cbeea88f799ca053075c0b7711
    • +
    • SHA256: eb694bfb9f41b91b3523a0fc9501452948505039f5df6023d0aadf12a3d0569e

    - Windows exe (sig - b0afb117d559d76f651648ae123c158d7be0e6c4c5f4be7efc8707af9a591134)
    - Full source + docs + binary tarball (sig - 6606a419545ff2a06b8ed13e24c0b574f1a7bff1df51e290bcaf07ef833aeff7) + Windows exe (sig - cbdd8ea5cacabbaea425222b7284bbe442cf6ab9c78c5ee740aae842e42e431d)
    + Full source + docs + binary tarball (sig - d611da22b8a067cf1ae41066f86dcdaa669ede02c512fa089fb11bf25a56342e)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.02.19/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2014.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/2014.02.19/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2014.02.19.1/youtube-dl -O /usr/local/bin/youtube-dl
    sudo chmod a+x /usr/local/bin/youtube-dl

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

    To check the signature, type: -sudo wget https://yt-dl.org/downloads/2014.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/2014.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/update/LATEST_VERSION b/update/LATEST_VERSION index 8f8f8cb89..1f564c9e0 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.02.19 \ No newline at end of file +2014.02.19.1 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 8f385df2d..b1c739969 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 - 2014-02-19T01:23:00.305229Z + 2014-02-19T01:31:57.139340Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -3395,4 +3395,19 @@ 2014-02-19T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.02.19.1 + New version 2014.02.19.1 + + +
    + Downloads available at https://yt-dl.org/downloads/2014.02.19.1/ +
    +
    + + The youtube-dl maintainers + + 2014-02-19T00:00:01Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 22a7d5a54..5d7e00748 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.02.19", - "signature": "7aa6c28bb599ee9c373b31c7d8a520a5ab0431c11a9afcb2dc1deaa5115e67121476c234ab6320ad3436954577dbcd3f1cff7fc372a06b518d6dd3e3740a2281bee5464bd6d30d37db76bf2aa0184b6680d39ecbaeec72d25e48c256f9734a1c065cde634eb0e349e405ac434456c4de3a446d5959fc9b88cdf2ce536eeac6d9", + "latest": "2014.02.19.1", + "signature": "90dde2d2be44da48228d4bac20ef330c93ba9c18321b66ef157fdf9f2f590a0c47425640f9095f4ca5d0d50743dad8cb1d829a9f80127d7e6a71dfc7de098b5adbfc7ce0998a9e4543f650afc550bf6c1b3b198beeb4ccfbb4cb262848bcead43233a4410e076e833e2e8796587a16e9ad251efff79d54cef988bf0951b58123", "versions": { "2012.02.22": { "bin": [ @@ -3171,6 +3171,20 @@ "https://yt-dl.org/downloads/2014.02.19/youtube-dl-2014.02.19.tar.gz", "6606a419545ff2a06b8ed13e24c0b574f1a7bff1df51e290bcaf07ef833aeff7" ] + }, + "2014.02.19.1": { + "bin": [ + "https://yt-dl.org/downloads/2014.02.19.1/youtube-dl", + "eb694bfb9f41b91b3523a0fc9501452948505039f5df6023d0aadf12a3d0569e" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.02.19.1/youtube-dl.exe", + "cbdd8ea5cacabbaea425222b7284bbe442cf6ab9c78c5ee740aae842e42e431d" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.02.19.1/youtube-dl-2014.02.19.1.tar.gz", + "d611da22b8a067cf1ae41066f86dcdaa669ede02c512fa089fb11bf25a56342e" + ] } } } \ No newline at end of file From b32ae92a4e0f61a661d7d263225df5ee110775d0 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Thu, 20 Feb 2014 13:21:29 +0100 Subject: [PATCH 046/138] release 2014.02.20 --- 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 0d1eeb8bf..85ad3fff5 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

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

    -

    2014.02.19.1 (sig)

    +

    2014.02.20 (sig)

      -
    • MD5: cd832cc17e2e641bc828c3c44bb62770
    • -
    • SHA1: 8619c21d0f1d81cbeea88f799ca053075c0b7711
    • -
    • SHA256: eb694bfb9f41b91b3523a0fc9501452948505039f5df6023d0aadf12a3d0569e
    • +
    • MD5: 8ca0ce624523458e9948aa40dac951cf
    • +
    • SHA1: f0624ebb40c9095452c90c7187f5deccefd93451
    • +
    • SHA256: 25ead77447df13c6061a1ce43c644c21c3be3017fed226016a05fe2315d10b99

    - Windows exe (sig - cbdd8ea5cacabbaea425222b7284bbe442cf6ab9c78c5ee740aae842e42e431d)
    - Full source + docs + binary tarball (sig - d611da22b8a067cf1ae41066f86dcdaa669ede02c512fa089fb11bf25a56342e) + Windows exe (sig - 81c0e1ed3b5bfd092e3dce28f03d8fff339fd3095ad0e2b1847dac2bbd3ed66b)
    + Full source + docs + binary tarball (sig - 8c25f305c4a5bb14f7577961852fda2458eacaa5251c22b97de5709068a8387e)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.02.19.1/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2014.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/2014.02.19.1/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2014.02.20/youtube-dl -O /usr/local/bin/youtube-dl
    sudo chmod a+x /usr/local/bin/youtube-dl

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

    To check the signature, type: -sudo wget https://yt-dl.org/downloads/2014.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/2014.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/update/LATEST_VERSION b/update/LATEST_VERSION index 1f564c9e0..12958e516 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.02.19.1 \ No newline at end of file +2014.02.20 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index b1c739969..a41a644dc 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 - 2014-02-19T01:31:57.139340Z + 2014-02-20T13:21:26.677413Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -3410,4 +3410,19 @@ 2014-02-19T00:00:01Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.02.20 + New version 2014.02.20 + + +
    + Downloads available at https://yt-dl.org/downloads/2014.02.20/ +
    +
    + + The youtube-dl maintainers + + 2014-02-20T00:00:00Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 5d7e00748..6c0a84459 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.02.19.1", - "signature": "90dde2d2be44da48228d4bac20ef330c93ba9c18321b66ef157fdf9f2f590a0c47425640f9095f4ca5d0d50743dad8cb1d829a9f80127d7e6a71dfc7de098b5adbfc7ce0998a9e4543f650afc550bf6c1b3b198beeb4ccfbb4cb262848bcead43233a4410e076e833e2e8796587a16e9ad251efff79d54cef988bf0951b58123", + "latest": "2014.02.20", + "signature": "9753fd111ca764049152e7c6c913f2d1af1ca8a476adb915cf8953d90fbb38b4e14b9554026ba2baafc23b43ea1c66847f6953ba4c2097058bb526d51cecbd2cf4a8457492e27bec01af812bcfd5deeb49fdb8df00f5e399f5c96856ac60c0480a5e1f2c23c19f75b4975f74d31896fdd54e65a796545bd11f1e9f9be3cddf39", "versions": { "2012.02.22": { "bin": [ @@ -3185,6 +3185,20 @@ "https://yt-dl.org/downloads/2014.02.19.1/youtube-dl-2014.02.19.1.tar.gz", "d611da22b8a067cf1ae41066f86dcdaa669ede02c512fa089fb11bf25a56342e" ] + }, + "2014.02.20": { + "bin": [ + "https://yt-dl.org/downloads/2014.02.20/youtube-dl", + "25ead77447df13c6061a1ce43c644c21c3be3017fed226016a05fe2315d10b99" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.02.20/youtube-dl.exe", + "81c0e1ed3b5bfd092e3dce28f03d8fff339fd3095ad0e2b1847dac2bbd3ed66b" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.02.20/youtube-dl-2014.02.20.tar.gz", + "8c25f305c4a5bb14f7577961852fda2458eacaa5251c22b97de5709068a8387e" + ] } } } \ No newline at end of file From 58b677fc73a4eb8d578300220e2e05cd76766aa1 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Fri, 21 Feb 2014 12:25:46 +0100 Subject: [PATCH 047/138] release 2014.02.21 --- 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 85ad3fff5..2069c715b 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

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

    -

    2014.02.20 (sig)

    +

    2014.02.21 (sig)

      -
    • MD5: 8ca0ce624523458e9948aa40dac951cf
    • -
    • SHA1: f0624ebb40c9095452c90c7187f5deccefd93451
    • -
    • SHA256: 25ead77447df13c6061a1ce43c644c21c3be3017fed226016a05fe2315d10b99
    • +
    • MD5: 722540d44fd5efc749264ebbb66b9c97
    • +
    • SHA1: 6e1c2ccc98da1920f5dcac537871e6c081fd4291
    • +
    • SHA256: ac3730f4a45fdd3bdfaf65aafdb7447793f5f0245aadef0245c83bf9f7898b1f

    - Windows exe (sig - 81c0e1ed3b5bfd092e3dce28f03d8fff339fd3095ad0e2b1847dac2bbd3ed66b)
    - Full source + docs + binary tarball (sig - 8c25f305c4a5bb14f7577961852fda2458eacaa5251c22b97de5709068a8387e) + Windows exe (sig - 07d723878d7a8949f74b55f19b7a0b9c487520165a1d008e6a447c2724504b4d)
    + Full source + docs + binary tarball (sig - 4840ac9a97d949e097ec2782e7b53111813ae1fe398a646addff48d31473d157)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.02.20/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2014.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/2014.02.20/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2014.02.21/youtube-dl -O /usr/local/bin/youtube-dl
    sudo chmod a+x /usr/local/bin/youtube-dl

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

    To check the signature, type: -sudo wget https://yt-dl.org/downloads/2014.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/2014.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/update/LATEST_VERSION b/update/LATEST_VERSION index 12958e516..876d84165 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.02.20 \ No newline at end of file +2014.02.21 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index a41a644dc..8436b951a 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 - 2014-02-20T13:21:26.677413Z + 2014-02-21T12:25:42.495797Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -3425,4 +3425,19 @@ 2014-02-20T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.02.21 + New version 2014.02.21 + + +
    + Downloads available at https://yt-dl.org/downloads/2014.02.21/ +
    +
    + + The youtube-dl maintainers + + 2014-02-21T00:00:00Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 6c0a84459..802a62a80 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.02.20", - "signature": "9753fd111ca764049152e7c6c913f2d1af1ca8a476adb915cf8953d90fbb38b4e14b9554026ba2baafc23b43ea1c66847f6953ba4c2097058bb526d51cecbd2cf4a8457492e27bec01af812bcfd5deeb49fdb8df00f5e399f5c96856ac60c0480a5e1f2c23c19f75b4975f74d31896fdd54e65a796545bd11f1e9f9be3cddf39", + "latest": "2014.02.21", + "signature": "68fce1467b0ece64e019b6c2549620d08c7eb43cd9c665360cbddf6d4d681afc57c765c4129e8f084108cab6e7ee332ef8d23abfec11d1a34dd252da23cd13981b5eb1bdb11be63bd6ea74a7526244e84364c2579e3e89f1f9308fa0873d5ab838a7a2e113db2253dea51cffbae463926e730078febc87a531b34b3ca8427f4a", "versions": { "2012.02.22": { "bin": [ @@ -3199,6 +3199,20 @@ "https://yt-dl.org/downloads/2014.02.20/youtube-dl-2014.02.20.tar.gz", "8c25f305c4a5bb14f7577961852fda2458eacaa5251c22b97de5709068a8387e" ] + }, + "2014.02.21": { + "bin": [ + "https://yt-dl.org/downloads/2014.02.21/youtube-dl", + "ac3730f4a45fdd3bdfaf65aafdb7447793f5f0245aadef0245c83bf9f7898b1f" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.02.21/youtube-dl.exe", + "07d723878d7a8949f74b55f19b7a0b9c487520165a1d008e6a447c2724504b4d" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.02.21/youtube-dl-2014.02.21.tar.gz", + "4840ac9a97d949e097ec2782e7b53111813ae1fe398a646addff48d31473d157" + ] } } } \ No newline at end of file From dd00e42333a7c1462ed2d8a205542b9cd5f3d5e0 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Fri, 21 Feb 2014 18:24:18 +0100 Subject: [PATCH 048/138] release 2014.02.21.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 2069c715b..7b45a317f 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

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

    -

    2014.02.21 (sig)

    +

    2014.02.21.1 (sig)

      -
    • MD5: 722540d44fd5efc749264ebbb66b9c97
    • -
    • SHA1: 6e1c2ccc98da1920f5dcac537871e6c081fd4291
    • -
    • SHA256: ac3730f4a45fdd3bdfaf65aafdb7447793f5f0245aadef0245c83bf9f7898b1f
    • +
    • MD5: 27f30b3727f7469193a0b3e23715b7b7
    • +
    • SHA1: 8c1e43174c3e97b40a3ef95dbc03007d05a965ca
    • +
    • SHA256: 9114748b5597bfa8054ef61a10eba3b5a329715a60360c0c4a8c4b522cbb6f45

    - Windows exe (sig - 07d723878d7a8949f74b55f19b7a0b9c487520165a1d008e6a447c2724504b4d)
    - Full source + docs + binary tarball (sig - 4840ac9a97d949e097ec2782e7b53111813ae1fe398a646addff48d31473d157) + Windows exe (sig - e46bbdcdc1f83cd58a4b7bf2f11121833fda456fd67e8c6a58c2db09add43eed)
    + Full source + docs + binary tarball (sig - ce5dc9a8c4ced4b2757916f986183936bfba0c05a3cd9217196e87275e4d2531)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.02.21/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2014.02.21.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/2014.02.21/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2014.02.21.1/youtube-dl -O /usr/local/bin/youtube-dl
    sudo chmod a+x /usr/local/bin/youtube-dl

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

    To check the signature, type: -sudo wget https://yt-dl.org/downloads/2014.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/2014.02.21.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 876d84165..ce72bb652 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.02.21 \ No newline at end of file +2014.02.21.1 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 8436b951a..ccf3f7928 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 - 2014-02-21T12:25:42.495797Z + 2014-02-21T18:24:14.483006Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -3440,4 +3440,19 @@ 2014-02-21T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.02.21.1 + New version 2014.02.21.1 + + +
    + Downloads available at https://yt-dl.org/downloads/2014.02.21.1/ +
    +
    + + The youtube-dl maintainers + + 2014-02-21T00:00:01Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 802a62a80..e0aefa3b6 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.02.21", - "signature": "68fce1467b0ece64e019b6c2549620d08c7eb43cd9c665360cbddf6d4d681afc57c765c4129e8f084108cab6e7ee332ef8d23abfec11d1a34dd252da23cd13981b5eb1bdb11be63bd6ea74a7526244e84364c2579e3e89f1f9308fa0873d5ab838a7a2e113db2253dea51cffbae463926e730078febc87a531b34b3ca8427f4a", + "latest": "2014.02.21.1", + "signature": "282853b6cf1cef89be96f82ad23d1750edcf37c632907dd41b1d9d1b8ee2afa5adb79fc1c4924b9c4484d8886df4723e66158fb97c4684f0d3cf2f51beaba369a93a2dd7dd9dc0a701fdc7c9327cd82f3e2e6f3a7917538dbb92039f4005c3a9fccdecbdf19bba69738de10856841ce95a99c1a07bc7e9eb0779e96164662e4f", "versions": { "2012.02.22": { "bin": [ @@ -3213,6 +3213,20 @@ "https://yt-dl.org/downloads/2014.02.21/youtube-dl-2014.02.21.tar.gz", "4840ac9a97d949e097ec2782e7b53111813ae1fe398a646addff48d31473d157" ] + }, + "2014.02.21.1": { + "bin": [ + "https://yt-dl.org/downloads/2014.02.21.1/youtube-dl", + "9114748b5597bfa8054ef61a10eba3b5a329715a60360c0c4a8c4b522cbb6f45" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.02.21.1/youtube-dl.exe", + "e46bbdcdc1f83cd58a4b7bf2f11121833fda456fd67e8c6a58c2db09add43eed" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.02.21.1/youtube-dl-2014.02.21.1.tar.gz", + "ce5dc9a8c4ced4b2757916f986183936bfba0c05a3cd9217196e87275e4d2531" + ] } } } \ No newline at end of file From 7eed3e3843700e91366e744356accad7e967839f Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Sat, 22 Feb 2014 15:15:26 +0100 Subject: [PATCH 049/138] release 2014.02.22 --- 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 7b45a317f..ff5310e73 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

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

    -

    2014.02.21.1 (sig)

    +

    2014.02.22 (sig)

      -
    • MD5: 27f30b3727f7469193a0b3e23715b7b7
    • -
    • SHA1: 8c1e43174c3e97b40a3ef95dbc03007d05a965ca
    • -
    • SHA256: 9114748b5597bfa8054ef61a10eba3b5a329715a60360c0c4a8c4b522cbb6f45
    • +
    • MD5: e2b68366d18a2962a7f3195077e746a9
    • +
    • SHA1: ac7367bd7d54ec44eb0e0de703bd652d6507366a
    • +
    • SHA256: be3f7a2ab8d63b646a7bb2862b62382a51db2505037fd9f544489e0d4563de05

    - Windows exe (sig - e46bbdcdc1f83cd58a4b7bf2f11121833fda456fd67e8c6a58c2db09add43eed)
    - Full source + docs + binary tarball (sig - ce5dc9a8c4ced4b2757916f986183936bfba0c05a3cd9217196e87275e4d2531) + Windows exe (sig - 574e6b2bb91c8f4e8b65c8947f8c6b349ab0468031e38ef373269e7980a67ec6)
    + Full source + docs + binary tarball (sig - 6ea7203b266c68866ae2841876a69a9e862276f6182fd92d1e066dc9218fd772)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.02.21.1/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2014.02.22/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/2014.02.21.1/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2014.02.22/youtube-dl -O /usr/local/bin/youtube-dl
    sudo chmod a+x /usr/local/bin/youtube-dl

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

    To check the signature, type: -sudo wget https://yt-dl.org/downloads/2014.02.21.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/2014.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 47db721e2..b330ecb20 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -187,6 +187,7 @@
  • rutube:channel: Rutube channels
  • rutube:movie: Rutube movies
  • rutube:person: Rutube person videos
  • +
  • savefrom.net
  • screen.yahoo:search: Yahoo screen search
  • ServingSys
  • Sina
  • @@ -224,6 +225,7 @@
  • tou.tv
  • TrailerAddict (Currently broken)
  • Trilulilu
  • +
  • TruTube
  • Tube8
  • Tudou
  • Tumblr
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index ce72bb652..d5f07350c 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.02.21.1 \ No newline at end of file +2014.02.22 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index ccf3f7928..59c72629a 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 - 2014-02-21T18:24:14.483006Z + 2014-02-22T15:15:22.937167Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -3455,4 +3455,19 @@ 2014-02-21T00:00:01Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.02.22 + New version 2014.02.22 + + +
    + Downloads available at https://yt-dl.org/downloads/2014.02.22/ +
    +
    + + The youtube-dl maintainers + + 2014-02-22T00:00:00Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index e0aefa3b6..7891f023b 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.02.21.1", - "signature": "282853b6cf1cef89be96f82ad23d1750edcf37c632907dd41b1d9d1b8ee2afa5adb79fc1c4924b9c4484d8886df4723e66158fb97c4684f0d3cf2f51beaba369a93a2dd7dd9dc0a701fdc7c9327cd82f3e2e6f3a7917538dbb92039f4005c3a9fccdecbdf19bba69738de10856841ce95a99c1a07bc7e9eb0779e96164662e4f", + "latest": "2014.02.22", + "signature": "29349cd2715d821898b828fdf82ce9a2a866823dbd1d5c5650fa33c57d516daf83f6518fdc0327dce164f6f6eb8a4eaa8330e407effe23807c988dfb59f70069afecfa70a51182432e4f479efacfcf49ac3f13c38204d914e361235e210e458d0df067b55b504487329deff8e7724cf9cb7585317c16f0daec05697a692f012f", "versions": { "2012.02.22": { "bin": [ @@ -3227,6 +3227,20 @@ "https://yt-dl.org/downloads/2014.02.21.1/youtube-dl-2014.02.21.1.tar.gz", "ce5dc9a8c4ced4b2757916f986183936bfba0c05a3cd9217196e87275e4d2531" ] + }, + "2014.02.22": { + "bin": [ + "https://yt-dl.org/downloads/2014.02.22/youtube-dl", + "be3f7a2ab8d63b646a7bb2862b62382a51db2505037fd9f544489e0d4563de05" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.02.22/youtube-dl.exe", + "574e6b2bb91c8f4e8b65c8947f8c6b349ab0468031e38ef373269e7980a67ec6" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.02.22/youtube-dl-2014.02.22.tar.gz", + "6ea7203b266c68866ae2841876a69a9e862276f6182fd92d1e066dc9218fd772" + ] } } } \ No newline at end of file From de2966d1ea679ec02f2bafbbceefe6e70daed639 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Sat, 22 Feb 2014 23:21:46 +0100 Subject: [PATCH 050/138] release 2014.02.22.1 --- 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 ff5310e73..5734cbb7c 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

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

    -

    2014.02.22 (sig)

    +

    2014.02.22.1 (sig)

      -
    • MD5: e2b68366d18a2962a7f3195077e746a9
    • -
    • SHA1: ac7367bd7d54ec44eb0e0de703bd652d6507366a
    • -
    • SHA256: be3f7a2ab8d63b646a7bb2862b62382a51db2505037fd9f544489e0d4563de05
    • +
    • MD5: f375553588877bab6c78224bc74e3a94
    • +
    • SHA1: 5e7e1dab5ba44bce1c87af9b505c11c99ca31107
    • +
    • SHA256: 7400dabf6a5f68e88d702a1c3113a3ed4c32b35b57d28e9f0e5bad8a59eb056d

    - Windows exe (sig - 574e6b2bb91c8f4e8b65c8947f8c6b349ab0468031e38ef373269e7980a67ec6)
    - Full source + docs + binary tarball (sig - 6ea7203b266c68866ae2841876a69a9e862276f6182fd92d1e066dc9218fd772) + Windows exe (sig - 1d9c51174de17820bf0e509ca0c2439f2399adc8a0ebe1df7f7f3fc94acc781b)
    + Full source + docs + binary tarball (sig - 8f70eaec5aa1575755f496a4f83edb8779733dda59f0cf3de486228c970886f9)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.02.22/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2014.02.22.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/2014.02.22/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2014.02.22.1/youtube-dl -O /usr/local/bin/youtube-dl
    sudo chmod a+x /usr/local/bin/youtube-dl

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

    To check the signature, type: -sudo wget https://yt-dl.org/downloads/2014.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/2014.02.22.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 b330ecb20..e5b50b183 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -43,6 +43,7 @@
  • blip.tv:user
  • BlipTV
  • Bloomberg
  • +
  • BR: Bayerischer Rundfunk Mediathek
  • Break
  • Brightcove
  • canalc2.tv
  • @@ -243,6 +244,7 @@
  • Viddler
  • video.google:search: Google Video search
  • video.mit.edu
  • +
  • VideoBam
  • VideoDetective
  • videofy.me
  • VideoPremium
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index d5f07350c..7ad012aeb 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.02.22 \ No newline at end of file +2014.02.22.1 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 59c72629a..f94c7ca50 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 - 2014-02-22T15:15:22.937167Z + 2014-02-22T23:21:44.371400Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -3470,4 +3470,19 @@ 2014-02-22T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.02.22.1 + New version 2014.02.22.1 + + +
    + Downloads available at https://yt-dl.org/downloads/2014.02.22.1/ +
    +
    + + The youtube-dl maintainers + + 2014-02-22T00:00:01Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 7891f023b..0da983769 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.02.22", - "signature": "29349cd2715d821898b828fdf82ce9a2a866823dbd1d5c5650fa33c57d516daf83f6518fdc0327dce164f6f6eb8a4eaa8330e407effe23807c988dfb59f70069afecfa70a51182432e4f479efacfcf49ac3f13c38204d914e361235e210e458d0df067b55b504487329deff8e7724cf9cb7585317c16f0daec05697a692f012f", + "latest": "2014.02.22.1", + "signature": "2440e824a6f980c3cb753cb13898cb1fe785b56217474c6859bd9afdf1394225fb4eafb722ed56562b8dc39a658a4d5ac5e3902315480689a3d959f6c4d9e422e630720e91a1e45ec4a8d646d0647e65e4e6a69db0f8e2bce816283547e074eda9b69f9671bfd870ed78ac111cb7b5151e34e99e5c0d8427042ef61fd6808468", "versions": { "2012.02.22": { "bin": [ @@ -3241,6 +3241,20 @@ "https://yt-dl.org/downloads/2014.02.22/youtube-dl-2014.02.22.tar.gz", "6ea7203b266c68866ae2841876a69a9e862276f6182fd92d1e066dc9218fd772" ] + }, + "2014.02.22.1": { + "bin": [ + "https://yt-dl.org/downloads/2014.02.22.1/youtube-dl", + "7400dabf6a5f68e88d702a1c3113a3ed4c32b35b57d28e9f0e5bad8a59eb056d" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.02.22.1/youtube-dl.exe", + "1d9c51174de17820bf0e509ca0c2439f2399adc8a0ebe1df7f7f3fc94acc781b" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.02.22.1/youtube-dl-2014.02.22.1.tar.gz", + "8f70eaec5aa1575755f496a4f83edb8779733dda59f0cf3de486228c970886f9" + ] } } } \ No newline at end of file From d602cd1cb5b4eca135a7ea9c7bff7185f42964a8 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Mon, 24 Feb 2014 09:49:03 +0100 Subject: [PATCH 051/138] release 2014.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 5734cbb7c..5b15d16f2 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

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

    -

    2014.02.22.1 (sig)

    +

    2014.02.24 (sig)

      -
    • MD5: f375553588877bab6c78224bc74e3a94
    • -
    • SHA1: 5e7e1dab5ba44bce1c87af9b505c11c99ca31107
    • -
    • SHA256: 7400dabf6a5f68e88d702a1c3113a3ed4c32b35b57d28e9f0e5bad8a59eb056d
    • +
    • MD5: 97baf61ea2c516052a99876d97bf975c
    • +
    • SHA1: a77fbd5a402d3d7f9a951ffcfcb897ea3a160e35
    • +
    • SHA256: 0553f1884252a7ae550340306978089c0de5f34689fac6b28c3ac6f7259801a5

    - Windows exe (sig - 1d9c51174de17820bf0e509ca0c2439f2399adc8a0ebe1df7f7f3fc94acc781b)
    - Full source + docs + binary tarball (sig - 8f70eaec5aa1575755f496a4f83edb8779733dda59f0cf3de486228c970886f9) + Windows exe (sig - 11f22aba91ef8703515ebf43850bf990fca8355a18d1cad96421f2414b692e95)
    + Full source + docs + binary tarball (sig - 3631628ee577776e3c561ce6ff2a3d4f792746a9b764300261f0adaec301e511)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.02.22.1/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2014.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/2014.02.22.1/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2014.02.24/youtube-dl -O /usr/local/bin/youtube-dl
    sudo chmod a+x /usr/local/bin/youtube-dl

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

    To check the signature, type: -sudo wget https://yt-dl.org/downloads/2014.02.22.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/2014.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 7ad012aeb..572e52408 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.02.22.1 \ No newline at end of file +2014.02.24 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index f94c7ca50..1fa73dd4f 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 - 2014-02-22T23:21:44.371400Z + 2014-02-24T09:49:01.349532Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -3485,4 +3485,19 @@ 2014-02-22T00:00:01Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.02.24 + New version 2014.02.24 + + +
    + Downloads available at https://yt-dl.org/downloads/2014.02.24/ +
    +
    + + The youtube-dl maintainers + + 2014-02-24T00:00:00Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 0da983769..9d154e1f0 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.02.22.1", - "signature": "2440e824a6f980c3cb753cb13898cb1fe785b56217474c6859bd9afdf1394225fb4eafb722ed56562b8dc39a658a4d5ac5e3902315480689a3d959f6c4d9e422e630720e91a1e45ec4a8d646d0647e65e4e6a69db0f8e2bce816283547e074eda9b69f9671bfd870ed78ac111cb7b5151e34e99e5c0d8427042ef61fd6808468", + "latest": "2014.02.24", + "signature": "47381f12a2d0e0c9246a88a057c4b5f368a255397ac9f53b8c64d91c6f14e8b3fc6cdd37df37ca38ef804b2a72bc42ea8b3c354666dd4d83ec08d8627ad832f2758f48a93e27e859b40a9c5d9eefe8508804be8cc9f652f2083dc55b3693fa4918bf6c78894c05c750da8ca199dde391edac005562845449987614f987919382", "versions": { "2012.02.22": { "bin": [ @@ -3255,6 +3255,20 @@ "https://yt-dl.org/downloads/2014.02.22.1/youtube-dl-2014.02.22.1.tar.gz", "8f70eaec5aa1575755f496a4f83edb8779733dda59f0cf3de486228c970886f9" ] + }, + "2014.02.24": { + "bin": [ + "https://yt-dl.org/downloads/2014.02.24/youtube-dl", + "0553f1884252a7ae550340306978089c0de5f34689fac6b28c3ac6f7259801a5" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.02.24/youtube-dl.exe", + "11f22aba91ef8703515ebf43850bf990fca8355a18d1cad96421f2414b692e95" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.02.24/youtube-dl-2014.02.24.tar.gz", + "3631628ee577776e3c561ce6ff2a3d4f792746a9b764300261f0adaec301e511" + ] } } } \ No newline at end of file From c9875e88792e811cca1c7a3fbbe6f447de1127de Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Tue, 25 Feb 2014 01:51:41 +0100 Subject: [PATCH 052/138] release 2014.02.25 --- 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 5b15d16f2..015cccda5 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

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

    -

    2014.02.24 (sig)

    +

    2014.02.25 (sig)

      -
    • MD5: 97baf61ea2c516052a99876d97bf975c
    • -
    • SHA1: a77fbd5a402d3d7f9a951ffcfcb897ea3a160e35
    • -
    • SHA256: 0553f1884252a7ae550340306978089c0de5f34689fac6b28c3ac6f7259801a5
    • +
    • MD5: 187a40a79669ee8501a15259b08d761c
    • +
    • SHA1: a7be2f03688622e6a5e8dc8a9d2a9ac244157cb4
    • +
    • SHA256: 78b6000a09702ceb482bd2828bb43e3fb655fedf9e01a0cecd6667cd6e7e09d1

    - Windows exe (sig - 11f22aba91ef8703515ebf43850bf990fca8355a18d1cad96421f2414b692e95)
    - Full source + docs + binary tarball (sig - 3631628ee577776e3c561ce6ff2a3d4f792746a9b764300261f0adaec301e511) + Windows exe (sig - dc12b69e205da55f6d05fcf2583509f89b35e46e5374f7b57e74978f63eed2ae)
    + Full source + docs + binary tarball (sig - 9f2750db35a0b20d478cac258288848479a6209cf52fbc1fd149c4453b87f3ad)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.02.24/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2014.02.25/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/2014.02.24/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2014.02.25/youtube-dl -O /usr/local/bin/youtube-dl
    sudo chmod a+x /usr/local/bin/youtube-dl

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

    To check the signature, type: -sudo wget https://yt-dl.org/downloads/2014.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/2014.02.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 e5b50b183..cc7dd5118 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -163,9 +163,9 @@
  • nhl.com:videocenter: NHL videocenter category
  • niconico: ニコニコ動画
  • Normalboots
  • -
  • Novamov
  • +
  • novamov: NovaMov
  • Nowness
  • -
  • NowVideo
  • +
  • nowvideo: NowVideo
  • Ooyala
  • ORF
  • PBS
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 572e52408..89d8689af 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.02.24 \ No newline at end of file +2014.02.25 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 1fa73dd4f..c72a73e38 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 - 2014-02-24T09:49:01.349532Z + 2014-02-25T01:51:39.604800Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -3500,4 +3500,19 @@ 2014-02-24T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.02.25 + New version 2014.02.25 + + +
    + Downloads available at https://yt-dl.org/downloads/2014.02.25/ +
    +
    + + The youtube-dl maintainers + + 2014-02-25T00:00:00Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 9d154e1f0..4f44d2c6e 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.02.24", - "signature": "47381f12a2d0e0c9246a88a057c4b5f368a255397ac9f53b8c64d91c6f14e8b3fc6cdd37df37ca38ef804b2a72bc42ea8b3c354666dd4d83ec08d8627ad832f2758f48a93e27e859b40a9c5d9eefe8508804be8cc9f652f2083dc55b3693fa4918bf6c78894c05c750da8ca199dde391edac005562845449987614f987919382", + "latest": "2014.02.25", + "signature": "86da72537bd633b06c7dc6314a6652cda6386d0dcfcff609a4350e6ec55cb35739d27887efd3a81b20962b97ff500d48c407716eb421eeb0f844829d06d7a18e51a0c4448c2c9c5ee11976ec2e0766e8bdbdc31f1ae40fdfd9a2c1b3a89a6332af0b8928ee5e3cc74a5d0fe65ec9fa754e5fda7bda4a90bc6ca4d09d6fed12b6", "versions": { "2012.02.22": { "bin": [ @@ -3269,6 +3269,20 @@ "https://yt-dl.org/downloads/2014.02.24/youtube-dl-2014.02.24.tar.gz", "3631628ee577776e3c561ce6ff2a3d4f792746a9b764300261f0adaec301e511" ] + }, + "2014.02.25": { + "bin": [ + "https://yt-dl.org/downloads/2014.02.25/youtube-dl", + "78b6000a09702ceb482bd2828bb43e3fb655fedf9e01a0cecd6667cd6e7e09d1" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.02.25/youtube-dl.exe", + "dc12b69e205da55f6d05fcf2583509f89b35e46e5374f7b57e74978f63eed2ae" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.02.25/youtube-dl-2014.02.25.tar.gz", + "9f2750db35a0b20d478cac258288848479a6209cf52fbc1fd149c4453b87f3ad" + ] } } } \ No newline at end of file From 4b5e477e60a023f29e5b57df6fbbe5981c58c629 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Tue, 25 Feb 2014 11:23:12 +0100 Subject: [PATCH 053/138] release 2014.02.25.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 015cccda5..11cf9aa31 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

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

    -

    2014.02.25 (sig)

    +

    2014.02.25.1 (sig)

      -
    • MD5: 187a40a79669ee8501a15259b08d761c
    • -
    • SHA1: a7be2f03688622e6a5e8dc8a9d2a9ac244157cb4
    • -
    • SHA256: 78b6000a09702ceb482bd2828bb43e3fb655fedf9e01a0cecd6667cd6e7e09d1
    • +
    • MD5: 20809df55c957f5fb38e4386da3cfa12
    • +
    • SHA1: ca45b530c337ffea78f769357954838ad6bb0b24
    • +
    • SHA256: 8a4f74c74b8e886c7194e8accaf86fcabbb6e4cd584179cb674cc84000ab9acf

    - Windows exe (sig - dc12b69e205da55f6d05fcf2583509f89b35e46e5374f7b57e74978f63eed2ae)
    - Full source + docs + binary tarball (sig - 9f2750db35a0b20d478cac258288848479a6209cf52fbc1fd149c4453b87f3ad) + Windows exe (sig - 06ad4a3be9d8aa25c6551054e984dd042416da0c58545b734547a79f4f6a58a5)
    + Full source + docs + binary tarball (sig - 43fff2189b105ff4247a74a26c7355bcd62a2e677e5d79b8b20c5065fac24e13)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.02.25/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2014.02.25.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/2014.02.25/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2014.02.25.1/youtube-dl -O /usr/local/bin/youtube-dl
    sudo chmod a+x /usr/local/bin/youtube-dl

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

    To check the signature, type: -sudo wget https://yt-dl.org/downloads/2014.02.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/2014.02.25.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 89d8689af..716233bfa 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.02.25 \ No newline at end of file +2014.02.25.1 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index c72a73e38..a30dd5ec8 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 - 2014-02-25T01:51:39.604800Z + 2014-02-25T11:23:10.721876Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -3515,4 +3515,19 @@ 2014-02-25T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.02.25.1 + New version 2014.02.25.1 + + +
    + Downloads available at https://yt-dl.org/downloads/2014.02.25.1/ +
    +
    + + The youtube-dl maintainers + + 2014-02-25T00:00:01Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 4f44d2c6e..8a5113f5a 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.02.25", - "signature": "86da72537bd633b06c7dc6314a6652cda6386d0dcfcff609a4350e6ec55cb35739d27887efd3a81b20962b97ff500d48c407716eb421eeb0f844829d06d7a18e51a0c4448c2c9c5ee11976ec2e0766e8bdbdc31f1ae40fdfd9a2c1b3a89a6332af0b8928ee5e3cc74a5d0fe65ec9fa754e5fda7bda4a90bc6ca4d09d6fed12b6", + "latest": "2014.02.25.1", + "signature": "73b5c7e1a3e42c1c90f1f95984f71d7bdad78381c9d62e5f28da26c8c5948169b57fb3c3f25b0bfd7f06c961f594314cf0be936fb0f4efb5c98acce11307172a67836a30512d36e9c1ebe21288a1ae351b3e633e88087d597c7687b8f8ce76ae6c3c095789616bcf7b5ec6a780c0b543b9a7e24642a779e97a16f2813e5761a3", "versions": { "2012.02.22": { "bin": [ @@ -3283,6 +3283,20 @@ "https://yt-dl.org/downloads/2014.02.25/youtube-dl-2014.02.25.tar.gz", "9f2750db35a0b20d478cac258288848479a6209cf52fbc1fd149c4453b87f3ad" ] + }, + "2014.02.25.1": { + "bin": [ + "https://yt-dl.org/downloads/2014.02.25.1/youtube-dl", + "8a4f74c74b8e886c7194e8accaf86fcabbb6e4cd584179cb674cc84000ab9acf" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.02.25.1/youtube-dl.exe", + "06ad4a3be9d8aa25c6551054e984dd042416da0c58545b734547a79f4f6a58a5" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.02.25.1/youtube-dl-2014.02.25.1.tar.gz", + "43fff2189b105ff4247a74a26c7355bcd62a2e677e5d79b8b20c5065fac24e13" + ] } } } \ No newline at end of file From d5b8d93710bc42ca15d2181b6f2812c6bef6a768 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Wed, 26 Feb 2014 00:39:22 +0100 Subject: [PATCH 054/138] release 2014.02.26 --- 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 11cf9aa31..13f45f1ad 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

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

    -

    2014.02.25.1 (sig)

    +

    2014.02.26 (sig)

      -
    • MD5: 20809df55c957f5fb38e4386da3cfa12
    • -
    • SHA1: ca45b530c337ffea78f769357954838ad6bb0b24
    • -
    • SHA256: 8a4f74c74b8e886c7194e8accaf86fcabbb6e4cd584179cb674cc84000ab9acf
    • +
    • MD5: 2b459a653971f8fcbf735603b70139e6
    • +
    • SHA1: 3008dff74c45cbe527132f3101592d24319a83e7
    • +
    • SHA256: 5be0e031ac6686842188bea1de3e1fc9b04ff5179e06cf718f4778f21d854feb

    - Windows exe (sig - 06ad4a3be9d8aa25c6551054e984dd042416da0c58545b734547a79f4f6a58a5)
    - Full source + docs + binary tarball (sig - 43fff2189b105ff4247a74a26c7355bcd62a2e677e5d79b8b20c5065fac24e13) + Windows exe (sig - 0ea0732c8119d8739f6d9936d64e2a4b3ae8ece6b90f63dfe40a928e81f5cece)
    + Full source + docs + binary tarball (sig - f22cc8f7b58e4a78bff7c27b681f6926225c75d984fe1e933fac9b047d1c3719)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.02.25.1/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2014.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/2014.02.25.1/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2014.02.26/youtube-dl -O /usr/local/bin/youtube-dl
    sudo chmod a+x /usr/local/bin/youtube-dl

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

    To check the signature, type: -sudo wget https://yt-dl.org/downloads/2014.02.25.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/2014.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/supportedsites.html b/supportedsites.html index cc7dd5118..a42a4ac8d 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -154,6 +154,7 @@
  • myvideo
  • Naver
  • NBA
  • +
  • NBC
  • NBCNews
  • ndr: NDR.de - Mediathek
  • NDTV
  • @@ -166,6 +167,7 @@
  • novamov: NovaMov
  • Nowness
  • nowvideo: NowVideo
  • +
  • ocw.mit.edu
  • Ooyala
  • ORF
  • PBS
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 716233bfa..0146fecfc 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.02.25.1 \ No newline at end of file +2014.02.26 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index a30dd5ec8..d16127555 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 - 2014-02-25T11:23:10.721876Z + 2014-02-26T00:39:21.007095Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -3530,4 +3530,19 @@ 2014-02-25T00:00:01Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.02.26 + New version 2014.02.26 + + +
    + Downloads available at https://yt-dl.org/downloads/2014.02.26/ +
    +
    + + The youtube-dl maintainers + + 2014-02-26T00:00:00Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 8a5113f5a..62e05a6ac 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.02.25.1", - "signature": "73b5c7e1a3e42c1c90f1f95984f71d7bdad78381c9d62e5f28da26c8c5948169b57fb3c3f25b0bfd7f06c961f594314cf0be936fb0f4efb5c98acce11307172a67836a30512d36e9c1ebe21288a1ae351b3e633e88087d597c7687b8f8ce76ae6c3c095789616bcf7b5ec6a780c0b543b9a7e24642a779e97a16f2813e5761a3", + "latest": "2014.02.26", + "signature": "17b12800ed4dbee090bf8d19b28d35b248d771f231b95de99a57f6b524227af2b09f38c79e6791b01c9c30d23a719b96deb91dc2410cdb581481f6c1b4333c84078c8be8263ea54b47f937689a94f1d2a1cd36d75d34dae7737d553910db833f02e76962209ebd583ba46c04d08d13fa5c818c1db98794b9d854eef1e7c48b85", "versions": { "2012.02.22": { "bin": [ @@ -3297,6 +3297,20 @@ "https://yt-dl.org/downloads/2014.02.25.1/youtube-dl-2014.02.25.1.tar.gz", "43fff2189b105ff4247a74a26c7355bcd62a2e677e5d79b8b20c5065fac24e13" ] + }, + "2014.02.26": { + "bin": [ + "https://yt-dl.org/downloads/2014.02.26/youtube-dl", + "5be0e031ac6686842188bea1de3e1fc9b04ff5179e06cf718f4778f21d854feb" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.02.26/youtube-dl.exe", + "0ea0732c8119d8739f6d9936d64e2a4b3ae8ece6b90f63dfe40a928e81f5cece" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.02.26/youtube-dl-2014.02.26.tar.gz", + "f22cc8f7b58e4a78bff7c27b681f6926225c75d984fe1e933fac9b047d1c3719" + ] } } } \ No newline at end of file From b7403001f3bec0b245028349cac6cc798dbd84e1 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Thu, 27 Feb 2014 07:28:28 +0100 Subject: [PATCH 055/138] release 2014.02.27 --- 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 13f45f1ad..e6449b679 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

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

    -

    2014.02.26 (sig)

    +

    2014.02.27 (sig)

      -
    • MD5: 2b459a653971f8fcbf735603b70139e6
    • -
    • SHA1: 3008dff74c45cbe527132f3101592d24319a83e7
    • -
    • SHA256: 5be0e031ac6686842188bea1de3e1fc9b04ff5179e06cf718f4778f21d854feb
    • +
    • MD5: a7645e439af843d4d47fccd3e1469c6a
    • +
    • SHA1: 6f0690f79c4c1ec408d6a1bc955eac7b7b6bc3bb
    • +
    • SHA256: 24eeca8081427c284be89327de567bbd170816cd9f8c416e9bf0c0863f3c3690

    - Windows exe (sig - 0ea0732c8119d8739f6d9936d64e2a4b3ae8ece6b90f63dfe40a928e81f5cece)
    - Full source + docs + binary tarball (sig - f22cc8f7b58e4a78bff7c27b681f6926225c75d984fe1e933fac9b047d1c3719) + Windows exe (sig - e8aec72488c457b3d3bfd4b5a67c2fd724feb68427a9980b99a5f2c40afe6e56)
    + Full source + docs + binary tarball (sig - 9eb5cf9dad372ee5146df94c0b94a4be5ace40d79b0d94deac317c1a24f53a11)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.02.26/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2014.02.27/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/2014.02.26/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2014.02.27/youtube-dl -O /usr/local/bin/youtube-dl
    sudo chmod a+x /usr/local/bin/youtube-dl

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

    To check the signature, type: -sudo wget https://yt-dl.org/downloads/2014.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/2014.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/update/LATEST_VERSION b/update/LATEST_VERSION index 0146fecfc..eb2618a1c 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.02.26 \ No newline at end of file +2014.02.27 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index d16127555..72a78e257 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 - 2014-02-26T00:39:21.007095Z + 2014-02-27T07:28:25.293961Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -3545,4 +3545,19 @@ 2014-02-26T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.02.27 + New version 2014.02.27 + + +
    + Downloads available at https://yt-dl.org/downloads/2014.02.27/ +
    +
    + + The youtube-dl maintainers + + 2014-02-27T00:00:00Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 62e05a6ac..9f58ddf5a 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.02.26", - "signature": "17b12800ed4dbee090bf8d19b28d35b248d771f231b95de99a57f6b524227af2b09f38c79e6791b01c9c30d23a719b96deb91dc2410cdb581481f6c1b4333c84078c8be8263ea54b47f937689a94f1d2a1cd36d75d34dae7737d553910db833f02e76962209ebd583ba46c04d08d13fa5c818c1db98794b9d854eef1e7c48b85", + "latest": "2014.02.27", + "signature": "0c5d49968c08d910196fd21e79346f56f16b68af959324549faff289a466d2bc824858bdd312e95ae24bbfc6bdc9b1fd8b4d5bd84fc78165a65a2f9c521629b8d30f0f24b642e4cb925004ea43f8637ccf6e145f1db1b0696eb9fe9e8009cfc2cfbf66386f675fa987d083340bfcb0e82728888b06ae825a0b3f712c1eefa1ae", "versions": { "2012.02.22": { "bin": [ @@ -3311,6 +3311,20 @@ "https://yt-dl.org/downloads/2014.02.26/youtube-dl-2014.02.26.tar.gz", "f22cc8f7b58e4a78bff7c27b681f6926225c75d984fe1e933fac9b047d1c3719" ] + }, + "2014.02.27": { + "bin": [ + "https://yt-dl.org/downloads/2014.02.27/youtube-dl", + "24eeca8081427c284be89327de567bbd170816cd9f8c416e9bf0c0863f3c3690" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.02.27/youtube-dl.exe", + "e8aec72488c457b3d3bfd4b5a67c2fd724feb68427a9980b99a5f2c40afe6e56" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.02.27/youtube-dl-2014.02.27.tar.gz", + "9eb5cf9dad372ee5146df94c0b94a4be5ace40d79b0d94deac317c1a24f53a11" + ] } } } \ No newline at end of file From 3fb6d6a6ee777715501e83d06c23b2764d7d2b03 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Thu, 27 Feb 2014 16:14:05 +0100 Subject: [PATCH 056/138] release 2014.02.27.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 e6449b679..4105d61bc 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

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

    -

    2014.02.27 (sig)

    +

    2014.02.27.1 (sig)

      -
    • MD5: a7645e439af843d4d47fccd3e1469c6a
    • -
    • SHA1: 6f0690f79c4c1ec408d6a1bc955eac7b7b6bc3bb
    • -
    • SHA256: 24eeca8081427c284be89327de567bbd170816cd9f8c416e9bf0c0863f3c3690
    • +
    • MD5: 1607396c9cbe2529c7cebea4b5da669b
    • +
    • SHA1: 54599f36f083fa9bcb3221e70ab6039f028248b7
    • +
    • SHA256: 7ce1a91f58694960a00727be96f3c811907a8764ba47dc59f4cd404d18bfe4cd

    - Windows exe (sig - e8aec72488c457b3d3bfd4b5a67c2fd724feb68427a9980b99a5f2c40afe6e56)
    - Full source + docs + binary tarball (sig - 9eb5cf9dad372ee5146df94c0b94a4be5ace40d79b0d94deac317c1a24f53a11) + Windows exe (sig - 8845ed2a0cb8b07be9da63db3472ed383a9d012f518ddbc5370d3315906367cf)
    + Full source + docs + binary tarball (sig - 40693c2632ff5b14d64d7a78e810b367e98e79fec87618016b0f6d9c887d6f2a)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.02.27/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2014.02.27.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/2014.02.27/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2014.02.27.1/youtube-dl -O /usr/local/bin/youtube-dl
    sudo chmod a+x /usr/local/bin/youtube-dl

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

    To check the signature, type: -sudo wget https://yt-dl.org/downloads/2014.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/2014.02.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/supportedsites.html b/supportedsites.html index a42a4ac8d..0db31c0aa 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -178,6 +178,7 @@
  • PornHd
  • PornHub
  • Pornotube
  • +
  • prosiebensat1: ProSiebenSat.1 Digital
  • Pyvideo
  • radiofrance
  • RBMARadio
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index eb2618a1c..cb8a9000c 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.02.27 \ No newline at end of file +2014.02.27.1 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 72a78e257..1b4b6f1c6 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 - 2014-02-27T07:28:25.293961Z + 2014-02-27T16:14:04.264412Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -3560,4 +3560,19 @@ 2014-02-27T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.02.27.1 + New version 2014.02.27.1 + + +
    + Downloads available at https://yt-dl.org/downloads/2014.02.27.1/ +
    +
    + + The youtube-dl maintainers + + 2014-02-27T00:00:01Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 9f58ddf5a..96932ba5f 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.02.27", - "signature": "0c5d49968c08d910196fd21e79346f56f16b68af959324549faff289a466d2bc824858bdd312e95ae24bbfc6bdc9b1fd8b4d5bd84fc78165a65a2f9c521629b8d30f0f24b642e4cb925004ea43f8637ccf6e145f1db1b0696eb9fe9e8009cfc2cfbf66386f675fa987d083340bfcb0e82728888b06ae825a0b3f712c1eefa1ae", + "latest": "2014.02.27.1", + "signature": "2a9683d7236c5d32a9bda290e4065e175fe891babbbae5ea8dd970e226451b001c0aaabdd823cb6ef444c7942cb099e6514f159076738b0448e70ad0a9974f42f8e7fb41a89557777f03851bab48f56c09547e8551dc8a385772abf54c55ed4e0cc15a764c39da21a17129b221feceaf85b2e2f558c7488286ce8006ab4b7364", "versions": { "2012.02.22": { "bin": [ @@ -3325,6 +3325,20 @@ "https://yt-dl.org/downloads/2014.02.27/youtube-dl-2014.02.27.tar.gz", "9eb5cf9dad372ee5146df94c0b94a4be5ace40d79b0d94deac317c1a24f53a11" ] + }, + "2014.02.27.1": { + "bin": [ + "https://yt-dl.org/downloads/2014.02.27.1/youtube-dl", + "7ce1a91f58694960a00727be96f3c811907a8764ba47dc59f4cd404d18bfe4cd" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.02.27.1/youtube-dl.exe", + "8845ed2a0cb8b07be9da63db3472ed383a9d012f518ddbc5370d3315906367cf" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.02.27.1/youtube-dl-2014.02.27.1.tar.gz", + "40693c2632ff5b14d64d7a78e810b367e98e79fec87618016b0f6d9c887d6f2a" + ] } } } \ No newline at end of file From bcb0eb70e042db86a6a6cc8852c671d2b27a199d Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Fri, 28 Feb 2014 14:57:09 +0100 Subject: [PATCH 057/138] release 2014.02.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 4105d61bc..e52afd22d 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

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

    -

    2014.02.27.1 (sig)

    +

    2014.02.28 (sig)

      -
    • MD5: 1607396c9cbe2529c7cebea4b5da669b
    • -
    • SHA1: 54599f36f083fa9bcb3221e70ab6039f028248b7
    • -
    • SHA256: 7ce1a91f58694960a00727be96f3c811907a8764ba47dc59f4cd404d18bfe4cd
    • +
    • MD5: f7244b5872f2e911b0a2cf685ec97010
    • +
    • SHA1: b9bc9d124a46e183d7f80ea437d5de09579d8987
    • +
    • SHA256: 80f9e98a17ff3015f25bfb3b20da7f4aca44f5cc954fd2a1eac1ef41136d6532

    - Windows exe (sig - 8845ed2a0cb8b07be9da63db3472ed383a9d012f518ddbc5370d3315906367cf)
    - Full source + docs + binary tarball (sig - 40693c2632ff5b14d64d7a78e810b367e98e79fec87618016b0f6d9c887d6f2a) + Windows exe (sig - a0dd6e23a4ac372df100ffe6464bb8c9b41e339527586404bb8a2cde87b265a3)
    + Full source + docs + binary tarball (sig - 23a0f2d19a1416518c3e9fc0df7a97776cd2ac8a07695cc30b8d0f77c8c43ff6)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.02.27.1/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2014.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/2014.02.27.1/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2014.02.28/youtube-dl -O /usr/local/bin/youtube-dl
    sudo chmod a+x /usr/local/bin/youtube-dl

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

    To check the signature, type: -sudo wget https://yt-dl.org/downloads/2014.02.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/2014.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 0db31c0aa..4b5da8968 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -101,6 +101,7 @@
  • Gamekings
  • GameSpot
  • Gametrailers
  • +
  • GDCVault
  • generic: Generic downloader that works on some sites
  • Hark
  • Helsinki: helsinki.fi
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index cb8a9000c..d335d3723 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.02.27.1 \ No newline at end of file +2014.02.28 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 1b4b6f1c6..9bd9211f4 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 - 2014-02-27T16:14:04.264412Z + 2014-02-28T14:57:04.718460Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -3575,4 +3575,19 @@ 2014-02-27T00:00:01Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.02.28 + New version 2014.02.28 + + +
    + Downloads available at https://yt-dl.org/downloads/2014.02.28/ +
    +
    + + The youtube-dl maintainers + + 2014-02-28T00:00:00Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 96932ba5f..d3c0b8ee8 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.02.27.1", - "signature": "2a9683d7236c5d32a9bda290e4065e175fe891babbbae5ea8dd970e226451b001c0aaabdd823cb6ef444c7942cb099e6514f159076738b0448e70ad0a9974f42f8e7fb41a89557777f03851bab48f56c09547e8551dc8a385772abf54c55ed4e0cc15a764c39da21a17129b221feceaf85b2e2f558c7488286ce8006ab4b7364", + "latest": "2014.02.28", + "signature": "91e054539357b07350975a68c4251ae68d8226a9f7630b9b2d92149ef83b3ab0093cf01651fe97decc488f0ad67f6ba89202e2c5f8c915adfc489f207b4e013407de3264b6800e935c3ab419e99ff1bd2ee38c6509fe07f8b9b71aa88aed38d11a7edb4cc272b723ad156779fffa87c513a48c0a4a4cf2d14198334428e9c072", "versions": { "2012.02.22": { "bin": [ @@ -3339,6 +3339,20 @@ "https://yt-dl.org/downloads/2014.02.27.1/youtube-dl-2014.02.27.1.tar.gz", "40693c2632ff5b14d64d7a78e810b367e98e79fec87618016b0f6d9c887d6f2a" ] + }, + "2014.02.28": { + "bin": [ + "https://yt-dl.org/downloads/2014.02.28/youtube-dl", + "80f9e98a17ff3015f25bfb3b20da7f4aca44f5cc954fd2a1eac1ef41136d6532" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.02.28/youtube-dl.exe", + "a0dd6e23a4ac372df100ffe6464bb8c9b41e339527586404bb8a2cde87b265a3" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.02.28/youtube-dl-2014.02.28.tar.gz", + "23a0f2d19a1416518c3e9fc0df7a97776cd2ac8a07695cc30b8d0f77c8c43ff6" + ] } } } \ No newline at end of file From 47b5a0247fd8863689d65e107f7b77be13e98557 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Mon, 3 Mar 2014 13:55:59 +0100 Subject: [PATCH 058/138] release 2014.03.03 --- 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 e52afd22d..205e72bf2 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

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

    -

    2014.02.28 (sig)

    +

    2014.03.03 (sig)

      -
    • MD5: f7244b5872f2e911b0a2cf685ec97010
    • -
    • SHA1: b9bc9d124a46e183d7f80ea437d5de09579d8987
    • -
    • SHA256: 80f9e98a17ff3015f25bfb3b20da7f4aca44f5cc954fd2a1eac1ef41136d6532
    • +
    • MD5: 40870f0591f479f4cb5cd8c168d04d49
    • +
    • SHA1: ef3e85a0722b7dbfc537ca24b59c6da8db0d2ffd
    • +
    • SHA256: bc359841c9aa9aba8b1a2342c7743a99fb3c424b43355c66e91a93a84322640a

    - Windows exe (sig - a0dd6e23a4ac372df100ffe6464bb8c9b41e339527586404bb8a2cde87b265a3)
    - Full source + docs + binary tarball (sig - 23a0f2d19a1416518c3e9fc0df7a97776cd2ac8a07695cc30b8d0f77c8c43ff6) + Windows exe (sig - ab703b8d401e3b8cd93f47d825818003924e5e27727800fe366dff79929dec1e)
    + Full source + docs + binary tarball (sig - fa4dda1dd056f9d0a487777f05c448d3a45fc64f5d1a71f37b6024985b549930)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.02.28/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2014.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/2014.02.28/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2014.03.03/youtube-dl -O /usr/local/bin/youtube-dl
    sudo chmod a+x /usr/local/bin/youtube-dl

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

    To check the signature, type: -sudo wget https://yt-dl.org/downloads/2014.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/2014.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/supportedsites.html b/supportedsites.html index 4b5da8968..232f42908 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -46,9 +46,11 @@
  • BR: Bayerischer Rundfunk Mediathek
  • Break
  • Brightcove
  • +
  • Canal13cl
  • canalc2.tv
  • canalplus.fr
  • CBS
  • +
  • CeskaTelevize
  • channel9: Channel 9
  • Chilloutzone
  • Cinemassacre
  • @@ -139,6 +141,7 @@
  • lynda:course: lynda.com online courses
  • m6
  • macgamestore: MacGameStore trailers
  • +
  • mailru: Видео@Mail.Ru
  • Malemotion
  • MDR
  • metacafe
  • @@ -235,6 +238,7 @@
  • Tudou
  • Tumblr
  • Tutv
  • +
  • tvigle: Интернет-телевидение Tvigle.ru
  • tvp.pl
  • Unistra
  • ustream
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index d335d3723..d9d1e3564 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.02.28 \ No newline at end of file +2014.03.03 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 9bd9211f4..63e20d89b 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 - 2014-02-28T14:57:04.718460Z + 2014-03-03T13:55:58.164249Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -3590,4 +3590,19 @@ 2014-02-28T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.03.03 + New version 2014.03.03 + + +
    + Downloads available at https://yt-dl.org/downloads/2014.03.03/ +
    +
    + + The youtube-dl maintainers + + 2014-03-03T00:00:00Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index d3c0b8ee8..c8373bc03 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.02.28", - "signature": "91e054539357b07350975a68c4251ae68d8226a9f7630b9b2d92149ef83b3ab0093cf01651fe97decc488f0ad67f6ba89202e2c5f8c915adfc489f207b4e013407de3264b6800e935c3ab419e99ff1bd2ee38c6509fe07f8b9b71aa88aed38d11a7edb4cc272b723ad156779fffa87c513a48c0a4a4cf2d14198334428e9c072", + "latest": "2014.03.03", + "signature": "2f6c46bac5d7d07b30f3caab32d42907fcb8661ded2253fb58cb3360fc2373bac4f847044b687dabe81ee919a6e5a6960018c087cebcdfa39949c0b2cb7980fab5bf1d31da71d66305ab145257725c205581ecc07b376dc467bfa3d907b97d5e0fcdbae3b59632696cb52b9f19be863a382ef7c98903b483baf156cffd98969a", "versions": { "2012.02.22": { "bin": [ @@ -3353,6 +3353,20 @@ "https://yt-dl.org/downloads/2014.02.28/youtube-dl-2014.02.28.tar.gz", "23a0f2d19a1416518c3e9fc0df7a97776cd2ac8a07695cc30b8d0f77c8c43ff6" ] + }, + "2014.03.03": { + "bin": [ + "https://yt-dl.org/downloads/2014.03.03/youtube-dl", + "bc359841c9aa9aba8b1a2342c7743a99fb3c424b43355c66e91a93a84322640a" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.03.03/youtube-dl.exe", + "ab703b8d401e3b8cd93f47d825818003924e5e27727800fe366dff79929dec1e" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.03.03/youtube-dl-2014.03.03.tar.gz", + "fa4dda1dd056f9d0a487777f05c448d3a45fc64f5d1a71f37b6024985b549930" + ] } } } \ No newline at end of file From 4948cca3fd0c7f9491c8537fb73466dff4f2d33b Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Tue, 4 Mar 2014 03:36:27 +0100 Subject: [PATCH 059/138] release 2014.03.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 205e72bf2..33cd15889 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

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

    -

    2014.03.03 (sig)

    +

    2014.03.04 (sig)

      -
    • MD5: 40870f0591f479f4cb5cd8c168d04d49
    • -
    • SHA1: ef3e85a0722b7dbfc537ca24b59c6da8db0d2ffd
    • -
    • SHA256: bc359841c9aa9aba8b1a2342c7743a99fb3c424b43355c66e91a93a84322640a
    • +
    • MD5: baa44a3e3f97ffbc4e0de3365da8ddcd
    • +
    • SHA1: ba621fd2c69a069a98a7eca81845b4f9c4cf46ab
    • +
    • SHA256: 1aec071bba2d1d102f837e8960179d43ddcaba25df0975079877ff56cac58bfc

    - Windows exe (sig - ab703b8d401e3b8cd93f47d825818003924e5e27727800fe366dff79929dec1e)
    - Full source + docs + binary tarball (sig - fa4dda1dd056f9d0a487777f05c448d3a45fc64f5d1a71f37b6024985b549930) + Windows exe (sig - bcdea2e7c5dfadd415482e99dcccda63e751fce2d4adeafdb608faedf5e17bb9)
    + Full source + docs + binary tarball (sig - 9c24e2b9ff6dfa83eb67dee91f1b83b8c72c5767a54d85720a962ea7498bcf63)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.03.03/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2014.03.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/2014.03.03/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2014.03.04/youtube-dl -O /usr/local/bin/youtube-dl
    sudo chmod a+x /usr/local/bin/youtube-dl

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

    To check the signature, type: -sudo wget https://yt-dl.org/downloads/2014.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/2014.03.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 232f42908..0186edea8 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -288,6 +288,7 @@
  • youtube:recommended: YouTube.com recommended videos, "ytrec" keyword (requires authentication)
  • youtube:search: YouTube.com searches
  • youtube:search:date: YouTube.com searches, newest videos first
  • +
  • youtube:search_url: YouTube.com search URLs
  • youtube:show: YouTube.com (multi-season) shows
  • youtube:subscriptions: YouTube.com subscriptions feed, "ytsubs" keyword(requires authentication)
  • youtube:toplist: YouTube.com top lists, "yttoplist:{channel}:{list title}" (Example: "yttoplist:music:Top Tracks")
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index d9d1e3564..ccf9bfe78 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.03.03 \ No newline at end of file +2014.03.04 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 63e20d89b..862936b03 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 - 2014-03-03T13:55:58.164249Z + 2014-03-04T03:36:25.389216Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -3605,4 +3605,19 @@ 2014-03-03T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.03.04 + New version 2014.03.04 + + +
    + Downloads available at https://yt-dl.org/downloads/2014.03.04/ +
    +
    + + The youtube-dl maintainers + + 2014-03-04T00:00:00Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index c8373bc03..17f1e1aba 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.03.03", - "signature": "2f6c46bac5d7d07b30f3caab32d42907fcb8661ded2253fb58cb3360fc2373bac4f847044b687dabe81ee919a6e5a6960018c087cebcdfa39949c0b2cb7980fab5bf1d31da71d66305ab145257725c205581ecc07b376dc467bfa3d907b97d5e0fcdbae3b59632696cb52b9f19be863a382ef7c98903b483baf156cffd98969a", + "latest": "2014.03.04", + "signature": "4a18f203769945c157389be5792a5d413ab0a36598705f619e4b021e98df96918067f79293f1eed97e9f843d071cee31eb8d9137e82afdaecfb639a5e99511683dafeacbcd90e9d32e33cd8fe962779fea67ebd8900d482bcb1ca0ac13576e0dc928fe5d91ab34a20fb66dcb19cff1040a60733c670a389a566f3c179f0de74d", "versions": { "2012.02.22": { "bin": [ @@ -3367,6 +3367,20 @@ "https://yt-dl.org/downloads/2014.03.03/youtube-dl-2014.03.03.tar.gz", "fa4dda1dd056f9d0a487777f05c448d3a45fc64f5d1a71f37b6024985b549930" ] + }, + "2014.03.04": { + "bin": [ + "https://yt-dl.org/downloads/2014.03.04/youtube-dl", + "1aec071bba2d1d102f837e8960179d43ddcaba25df0975079877ff56cac58bfc" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.03.04/youtube-dl.exe", + "bcdea2e7c5dfadd415482e99dcccda63e751fce2d4adeafdb608faedf5e17bb9" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.03.04/youtube-dl-2014.03.04.tar.gz", + "9c24e2b9ff6dfa83eb67dee91f1b83b8c72c5767a54d85720a962ea7498bcf63" + ] } } } \ No newline at end of file From e5eb46a38a147d00503e3150bd51eec63041636e Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Tue, 4 Mar 2014 03:43:47 +0100 Subject: [PATCH 060/138] release 2014.03.04.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 33cd15889..7946ad12a 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

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

    -

    2014.03.04 (sig)

    +

    2014.03.04.1 (sig)

      -
    • MD5: baa44a3e3f97ffbc4e0de3365da8ddcd
    • -
    • SHA1: ba621fd2c69a069a98a7eca81845b4f9c4cf46ab
    • -
    • SHA256: 1aec071bba2d1d102f837e8960179d43ddcaba25df0975079877ff56cac58bfc
    • +
    • MD5: ff658c1389e315d99058327bf826c0e6
    • +
    • SHA1: fb507b1ee385501fef4f8492444475ecab440658
    • +
    • SHA256: 0f4d40c9770c6fa178cd53977f0717e6961ff47032b87b96f02ce1d776178d3a

    - Windows exe (sig - bcdea2e7c5dfadd415482e99dcccda63e751fce2d4adeafdb608faedf5e17bb9)
    - Full source + docs + binary tarball (sig - 9c24e2b9ff6dfa83eb67dee91f1b83b8c72c5767a54d85720a962ea7498bcf63) + Windows exe (sig - f4a1faf37b8ca05d928af99ba9a1e58b7ed15e3b144e27b17baeea99151c3d33)
    + Full source + docs + binary tarball (sig - c1342d608ae705758e7feb54a9f6a68fc32a8b00510a4503495a9cef0776f7cb)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.03.04/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2014.03.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/2014.03.04/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2014.03.04.1/youtube-dl -O /usr/local/bin/youtube-dl
    sudo chmod a+x /usr/local/bin/youtube-dl

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

    To check the signature, type: -sudo wget https://yt-dl.org/downloads/2014.03.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/2014.03.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/update/LATEST_VERSION b/update/LATEST_VERSION index ccf9bfe78..4bc2f406d 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.03.04 \ No newline at end of file +2014.03.04.1 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 862936b03..999dfbdcb 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 - 2014-03-04T03:36:25.389216Z + 2014-03-04T03:43:45.376228Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -3620,4 +3620,19 @@ 2014-03-04T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.03.04.1 + New version 2014.03.04.1 + + +
    + Downloads available at https://yt-dl.org/downloads/2014.03.04.1/ +
    +
    + + The youtube-dl maintainers + + 2014-03-04T00:00:01Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 17f1e1aba..d2ac55212 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.03.04", - "signature": "4a18f203769945c157389be5792a5d413ab0a36598705f619e4b021e98df96918067f79293f1eed97e9f843d071cee31eb8d9137e82afdaecfb639a5e99511683dafeacbcd90e9d32e33cd8fe962779fea67ebd8900d482bcb1ca0ac13576e0dc928fe5d91ab34a20fb66dcb19cff1040a60733c670a389a566f3c179f0de74d", + "latest": "2014.03.04.1", + "signature": "2831e96d85b040496397646c9931993d92af551a1e2e5204167e8975964b522da9636cd8460fcc8b6d1a326f9391ee5e16bf83b58c8bc6d23e5b4306852dfc280c928bb4f1895f15523649d7d9f66144de42df9ef1bb534b18ca5f5993dbf8c8439c2efb38a986d04f403c2bdae78b6dcb2f3818a65c52c36a603408d916f5df", "versions": { "2012.02.22": { "bin": [ @@ -3381,6 +3381,20 @@ "https://yt-dl.org/downloads/2014.03.04/youtube-dl-2014.03.04.tar.gz", "9c24e2b9ff6dfa83eb67dee91f1b83b8c72c5767a54d85720a962ea7498bcf63" ] + }, + "2014.03.04.1": { + "bin": [ + "https://yt-dl.org/downloads/2014.03.04.1/youtube-dl", + "0f4d40c9770c6fa178cd53977f0717e6961ff47032b87b96f02ce1d776178d3a" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.03.04.1/youtube-dl.exe", + "f4a1faf37b8ca05d928af99ba9a1e58b7ed15e3b144e27b17baeea99151c3d33" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.03.04.1/youtube-dl-2014.03.04.1.tar.gz", + "c1342d608ae705758e7feb54a9f6a68fc32a8b00510a4503495a9cef0776f7cb" + ] } } } \ No newline at end of file From 515403b42150f7cf501a2f27287645d4efe4a687 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Tue, 4 Mar 2014 21:02:20 +0100 Subject: [PATCH 061/138] release 2014.03.04.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 7946ad12a..e326335db 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

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

    -

    2014.03.04.1 (sig)

    +

    2014.03.04.2 (sig)

      -
    • MD5: ff658c1389e315d99058327bf826c0e6
    • -
    • SHA1: fb507b1ee385501fef4f8492444475ecab440658
    • -
    • SHA256: 0f4d40c9770c6fa178cd53977f0717e6961ff47032b87b96f02ce1d776178d3a
    • +
    • MD5: 207beb7cb1d9aaffaa32d7f898d1e911
    • +
    • SHA1: f4ef52ca7eb8fbda1529a8f049f909310d6e49c1
    • +
    • SHA256: 4c3c4f962d2cf9bece7eafdcae9f6f84f90ffe41e388f436e39c93e16130ab6d

    - Windows exe (sig - f4a1faf37b8ca05d928af99ba9a1e58b7ed15e3b144e27b17baeea99151c3d33)
    - Full source + docs + binary tarball (sig - c1342d608ae705758e7feb54a9f6a68fc32a8b00510a4503495a9cef0776f7cb) + Windows exe (sig - fde821589d07d87d2ce17e25cd488a39886c989c2ec974acefd17e9d131a4a1a)
    + Full source + docs + binary tarball (sig - 973c197b9ec3a789486a3ce2f9a7cd49cd244968ef1f0389726b937fb4cc98de)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.03.04.1/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2014.03.04.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/2014.03.04.1/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2014.03.04.2/youtube-dl -O /usr/local/bin/youtube-dl
    sudo chmod a+x /usr/local/bin/youtube-dl

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

    To check the signature, type: -sudo wget https://yt-dl.org/downloads/2014.03.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/2014.03.04.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 4bc2f406d..9fe8747fa 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.03.04.1 \ No newline at end of file +2014.03.04.2 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 999dfbdcb..9c85482af 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 - 2014-03-04T03:43:45.376228Z + 2014-03-04T21:02:19.303128Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -3635,4 +3635,19 @@ 2014-03-04T00:00:01Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.03.04.2 + New version 2014.03.04.2 + + +
    + Downloads available at https://yt-dl.org/downloads/2014.03.04.2/ +
    +
    + + The youtube-dl maintainers + + 2014-03-04T00:00:02Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index d2ac55212..8e5875a99 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.03.04.1", - "signature": "2831e96d85b040496397646c9931993d92af551a1e2e5204167e8975964b522da9636cd8460fcc8b6d1a326f9391ee5e16bf83b58c8bc6d23e5b4306852dfc280c928bb4f1895f15523649d7d9f66144de42df9ef1bb534b18ca5f5993dbf8c8439c2efb38a986d04f403c2bdae78b6dcb2f3818a65c52c36a603408d916f5df", + "latest": "2014.03.04.2", + "signature": "16ea6b31a808ecd40f501e2c925e84d2112449dce8280a22b6c45c373e72dd6f397aae20e9c1100db4598c200a947fc1759bef7cde95a4e0400cb6c1b8dc11b41a6dc56dcee272572a4d3bf91221d972baf42ce73d25a9fd42fcf3a82ca7088a9562f9a8f98bbcccf6c6b06c853126d40be99519384c47901a4f371a459b8c8b", "versions": { "2012.02.22": { "bin": [ @@ -3395,6 +3395,20 @@ "https://yt-dl.org/downloads/2014.03.04.1/youtube-dl-2014.03.04.1.tar.gz", "c1342d608ae705758e7feb54a9f6a68fc32a8b00510a4503495a9cef0776f7cb" ] + }, + "2014.03.04.2": { + "bin": [ + "https://yt-dl.org/downloads/2014.03.04.2/youtube-dl", + "4c3c4f962d2cf9bece7eafdcae9f6f84f90ffe41e388f436e39c93e16130ab6d" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.03.04.2/youtube-dl.exe", + "fde821589d07d87d2ce17e25cd488a39886c989c2ec974acefd17e9d131a4a1a" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.03.04.2/youtube-dl-2014.03.04.2.tar.gz", + "973c197b9ec3a789486a3ce2f9a7cd49cd244968ef1f0389726b937fb4cc98de" + ] } } } \ No newline at end of file From 6d9061d3e09de702f285e93007c13cf872053328 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Fri, 7 Mar 2014 00:05:18 +0100 Subject: [PATCH 062/138] release 2014.03.06 --- 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 e326335db..6a34c12a0 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

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

    -

    2014.03.04.2 (sig)

    +

    2014.03.06 (sig)

      -
    • MD5: 207beb7cb1d9aaffaa32d7f898d1e911
    • -
    • SHA1: f4ef52ca7eb8fbda1529a8f049f909310d6e49c1
    • -
    • SHA256: 4c3c4f962d2cf9bece7eafdcae9f6f84f90ffe41e388f436e39c93e16130ab6d
    • +
    • MD5: c633dbff23597346be458be426a31b2c
    • +
    • SHA1: 1031bd16bc29e9e3e948f04f9a43f1421b0ed335
    • +
    • SHA256: 0c7f0a77e0ea082f0ec908e8043c51931a6e9dd0da4a06029642497dc2345b37

    - Windows exe (sig - fde821589d07d87d2ce17e25cd488a39886c989c2ec974acefd17e9d131a4a1a)
    - Full source + docs + binary tarball (sig - 973c197b9ec3a789486a3ce2f9a7cd49cd244968ef1f0389726b937fb4cc98de) + Windows exe (sig - dbe1324bf2c85f5fb905cdabd93b8d81a1da4028b354c7e9a266cda8f90dc9f0)
    + Full source + docs + binary tarball (sig - 01f4e5a9404a73e9fe7e6e1a7bfb1376ab3548c4083611dad02d53f0ad76eb33)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.03.04.2/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2014.03.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/2014.03.04.2/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2014.03.06/youtube-dl -O /usr/local/bin/youtube-dl
    sudo chmod a+x /usr/local/bin/youtube-dl

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

    To check the signature, type: -sudo wget https://yt-dl.org/downloads/2014.03.04.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/2014.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/update/LATEST_VERSION b/update/LATEST_VERSION index 9fe8747fa..c1b38d706 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.03.04.2 \ No newline at end of file +2014.03.06 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 9c85482af..6bf7b1ec5 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 - 2014-03-04T21:02:19.303128Z + 2014-03-07T00:05:17.095360Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -3650,4 +3650,19 @@ 2014-03-04T00:00:02Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.03.06 + New version 2014.03.06 + + +
    + Downloads available at https://yt-dl.org/downloads/2014.03.06/ +
    +
    + + The youtube-dl maintainers + + 2014-03-06T00:00:00Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 8e5875a99..2a28d65c7 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.03.04.2", - "signature": "16ea6b31a808ecd40f501e2c925e84d2112449dce8280a22b6c45c373e72dd6f397aae20e9c1100db4598c200a947fc1759bef7cde95a4e0400cb6c1b8dc11b41a6dc56dcee272572a4d3bf91221d972baf42ce73d25a9fd42fcf3a82ca7088a9562f9a8f98bbcccf6c6b06c853126d40be99519384c47901a4f371a459b8c8b", + "latest": "2014.03.06", + "signature": "99a8517630e1e4b4930c7b8013d666388beddb7669a55f470d4784d2233c2e0bef31565104230447e46f4a324149bcef9f92b106a0d45f5eaf821d395fe9bc2fcd1ecb324fc063bdb752867a489862fcce60523f2fb0f29bbccec912323895888d71ea35803be94f5634a0058457d7b243cf8023a49b8505b0bfce34a4da9f67", "versions": { "2012.02.22": { "bin": [ @@ -3409,6 +3409,20 @@ "https://yt-dl.org/downloads/2014.03.04.2/youtube-dl-2014.03.04.2.tar.gz", "973c197b9ec3a789486a3ce2f9a7cd49cd244968ef1f0389726b937fb4cc98de" ] + }, + "2014.03.06": { + "bin": [ + "https://yt-dl.org/downloads/2014.03.06/youtube-dl", + "0c7f0a77e0ea082f0ec908e8043c51931a6e9dd0da4a06029642497dc2345b37" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.03.06/youtube-dl.exe", + "dbe1324bf2c85f5fb905cdabd93b8d81a1da4028b354c7e9a266cda8f90dc9f0" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.03.06/youtube-dl-2014.03.06.tar.gz", + "01f4e5a9404a73e9fe7e6e1a7bfb1376ab3548c4083611dad02d53f0ad76eb33" + ] } } } \ No newline at end of file From 41366765dfe9b5ef342003742c0b3503b6c87d98 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Fri, 7 Mar 2014 06:47:07 +0100 Subject: [PATCH 063/138] release 2014.03.07 --- 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 6a34c12a0..e86665377 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

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

    -

    2014.03.06 (sig)

    +

    2014.03.07 (sig)

      -
    • MD5: c633dbff23597346be458be426a31b2c
    • -
    • SHA1: 1031bd16bc29e9e3e948f04f9a43f1421b0ed335
    • -
    • SHA256: 0c7f0a77e0ea082f0ec908e8043c51931a6e9dd0da4a06029642497dc2345b37
    • +
    • MD5: 97f2da5a337b33c0b3212bf5cda65dd8
    • +
    • SHA1: b6a39e50ee9d4a68286a035315130a71855c2906
    • +
    • SHA256: 0e91eeafc9730b13cef7280631cd5997a08a386800e3d0fb0d00f5f88e9555f8

    - Windows exe (sig - dbe1324bf2c85f5fb905cdabd93b8d81a1da4028b354c7e9a266cda8f90dc9f0)
    - Full source + docs + binary tarball (sig - 01f4e5a9404a73e9fe7e6e1a7bfb1376ab3548c4083611dad02d53f0ad76eb33) + Windows exe (sig - 190ed724eeabe48fce755b4be6f9128d4e52610be5efbd2dfe94b61fc4fedb57)
    + Full source + docs + binary tarball (sig - 58a8242e514317a3fbeba78d111ec5046504dba44731fdd21e4d2a8c013f568e)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.03.06/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2014.03.07/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/2014.03.06/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2014.03.07/youtube-dl -O /usr/local/bin/youtube-dl
    sudo chmod a+x /usr/local/bin/youtube-dl

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

    To check the signature, type: -sudo wget https://yt-dl.org/downloads/2014.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/2014.03.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/update/LATEST_VERSION b/update/LATEST_VERSION index c1b38d706..59ca4d5f5 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.03.06 \ No newline at end of file +2014.03.07 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 6bf7b1ec5..c3ecab70a 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 - 2014-03-07T00:05:17.095360Z + 2014-03-07T06:47:06.253910Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -3665,4 +3665,19 @@ 2014-03-06T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.03.07 + New version 2014.03.07 + + +
    + Downloads available at https://yt-dl.org/downloads/2014.03.07/ +
    +
    + + The youtube-dl maintainers + + 2014-03-07T00:00:00Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 2a28d65c7..c8ce31c4a 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.03.06", - "signature": "99a8517630e1e4b4930c7b8013d666388beddb7669a55f470d4784d2233c2e0bef31565104230447e46f4a324149bcef9f92b106a0d45f5eaf821d395fe9bc2fcd1ecb324fc063bdb752867a489862fcce60523f2fb0f29bbccec912323895888d71ea35803be94f5634a0058457d7b243cf8023a49b8505b0bfce34a4da9f67", + "latest": "2014.03.07", + "signature": "83dc4cfa5e2ef334f14c877ae255c39d011fee6e440d4b06366fa99c2e32139eef3c2bff1ab6accc09e35be7cfa92037c1f244f7066d658b3ee6101be213514e140270bc6ab718f612cacd326130cf4f0f72a347d5fbca0f43b2b909b951b508dc6747b072a8d6fd58c9e6ed2e9f0704bd7cf4c248fd4583d8a4090244c201b2", "versions": { "2012.02.22": { "bin": [ @@ -3423,6 +3423,20 @@ "https://yt-dl.org/downloads/2014.03.06/youtube-dl-2014.03.06.tar.gz", "01f4e5a9404a73e9fe7e6e1a7bfb1376ab3548c4083611dad02d53f0ad76eb33" ] + }, + "2014.03.07": { + "bin": [ + "https://yt-dl.org/downloads/2014.03.07/youtube-dl", + "0e91eeafc9730b13cef7280631cd5997a08a386800e3d0fb0d00f5f88e9555f8" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.03.07/youtube-dl.exe", + "190ed724eeabe48fce755b4be6f9128d4e52610be5efbd2dfe94b61fc4fedb57" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.03.07/youtube-dl-2014.03.07.tar.gz", + "58a8242e514317a3fbeba78d111ec5046504dba44731fdd21e4d2a8c013f568e" + ] } } } \ No newline at end of file From 62d8317a73158d5c7544ee329cca8be608145c91 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Fri, 7 Mar 2014 16:08:43 +0100 Subject: [PATCH 064/138] release 2014.03.07.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 e86665377..95b8ff230 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

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

    -

    2014.03.07 (sig)

    +

    2014.03.07.1 (sig)

      -
    • MD5: 97f2da5a337b33c0b3212bf5cda65dd8
    • -
    • SHA1: b6a39e50ee9d4a68286a035315130a71855c2906
    • -
    • SHA256: 0e91eeafc9730b13cef7280631cd5997a08a386800e3d0fb0d00f5f88e9555f8
    • +
    • MD5: bd15f2c77903b73198c0d055cf326f63
    • +
    • SHA1: da84177b51a5bbccfb4ab3fa67e7320583abf8c2
    • +
    • SHA256: 12c2894cfc94514f7283f277a2689cb34460325ab0634867383597ea707a56ad

    - Windows exe (sig - 190ed724eeabe48fce755b4be6f9128d4e52610be5efbd2dfe94b61fc4fedb57)
    - Full source + docs + binary tarball (sig - 58a8242e514317a3fbeba78d111ec5046504dba44731fdd21e4d2a8c013f568e) + Windows exe (sig - 4cf5ce3424fc3b09896a57c01e0a4c8f5d8695d880d2cf03f416660ff1525a85)
    + Full source + docs + binary tarball (sig - 97e499fa137af5eef13d417f01b20ec6605f38bf8608eeca2d7e50335f5912fa)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.03.07/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2014.03.07.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/2014.03.07/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2014.03.07.1/youtube-dl -O /usr/local/bin/youtube-dl
    sudo chmod a+x /usr/local/bin/youtube-dl

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

    To check the signature, type: -sudo wget https://yt-dl.org/downloads/2014.03.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/2014.03.07.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 59ca4d5f5..ddb49360b 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.03.07 \ No newline at end of file +2014.03.07.1 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index c3ecab70a..bca0111e2 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 - 2014-03-07T06:47:06.253910Z + 2014-03-07T16:08:25.768660Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -3680,4 +3680,19 @@ 2014-03-07T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.03.07.1 + New version 2014.03.07.1 + + +
    + Downloads available at https://yt-dl.org/downloads/2014.03.07.1/ +
    +
    + + The youtube-dl maintainers + + 2014-03-07T00:00:01Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index c8ce31c4a..85d0da4e0 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.03.07", - "signature": "83dc4cfa5e2ef334f14c877ae255c39d011fee6e440d4b06366fa99c2e32139eef3c2bff1ab6accc09e35be7cfa92037c1f244f7066d658b3ee6101be213514e140270bc6ab718f612cacd326130cf4f0f72a347d5fbca0f43b2b909b951b508dc6747b072a8d6fd58c9e6ed2e9f0704bd7cf4c248fd4583d8a4090244c201b2", + "latest": "2014.03.07.1", + "signature": "870dc0f8c97343c776ba03fca4ba103f40738a0e3f1c49dfc7cf3103acf2d47e3b492d4de805813d0dd3bc493ce31d05eb1a27c84308c556103d1f66769bc8dfc220cbef63bb3fd67201551ff033ec6e540875d2d8d71a3291ffef78f4e9860a65314eb7b870a2f2f73113228adea81bf0e80f8014518f05a06e22c62ef2492a", "versions": { "2012.02.22": { "bin": [ @@ -3437,6 +3437,20 @@ "https://yt-dl.org/downloads/2014.03.07/youtube-dl-2014.03.07.tar.gz", "58a8242e514317a3fbeba78d111ec5046504dba44731fdd21e4d2a8c013f568e" ] + }, + "2014.03.07.1": { + "bin": [ + "https://yt-dl.org/downloads/2014.03.07.1/youtube-dl", + "12c2894cfc94514f7283f277a2689cb34460325ab0634867383597ea707a56ad" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.03.07.1/youtube-dl.exe", + "4cf5ce3424fc3b09896a57c01e0a4c8f5d8695d880d2cf03f416660ff1525a85" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.03.07.1/youtube-dl-2014.03.07.1.tar.gz", + "97e499fa137af5eef13d417f01b20ec6605f38bf8608eeca2d7e50335f5912fa" + ] } } } \ No newline at end of file From 86da332b5be4860002584b7213a7620b9f8a86b5 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Mon, 10 Mar 2014 13:07:07 +0100 Subject: [PATCH 065/138] release 2014.03.10 --- 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 95b8ff230..86c8a96e8 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

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

    -

    2014.03.07.1 (sig)

    +

    2014.03.10 (sig)

      -
    • MD5: bd15f2c77903b73198c0d055cf326f63
    • -
    • SHA1: da84177b51a5bbccfb4ab3fa67e7320583abf8c2
    • -
    • SHA256: 12c2894cfc94514f7283f277a2689cb34460325ab0634867383597ea707a56ad
    • +
    • MD5: 546f725f46b95466ff2ae30b6c252b01
    • +
    • SHA1: e840dff4a2fc96e067ef13ce9c28b0d3a5554540
    • +
    • SHA256: 3099ec2d994d0689d4319a4fb92d058c0d63fc7d45cef4790bdd28427763076e

    - Windows exe (sig - 4cf5ce3424fc3b09896a57c01e0a4c8f5d8695d880d2cf03f416660ff1525a85)
    - Full source + docs + binary tarball (sig - 97e499fa137af5eef13d417f01b20ec6605f38bf8608eeca2d7e50335f5912fa) + Windows exe (sig - 734dc202f625a6e61d0a7c96b4e3139299707123a72bf44d10c4d602bab541cd)
    + Full source + docs + binary tarball (sig - 31e4c6af0949da8a50d6d05f472e5a6d8ea28e9c0e6c2cb15c16c3135d7f4d59)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.03.07.1/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2014.03.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/2014.03.07.1/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2014.03.10/youtube-dl -O /usr/local/bin/youtube-dl
    sudo chmod a+x /usr/local/bin/youtube-dl

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

    To check the signature, type: -sudo wget https://yt-dl.org/downloads/2014.03.07.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/2014.03.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 0186edea8..a0e1af149 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -23,6 +23,7 @@
  • 9gag
  • AcademicEarth:Course
  • AddAnime
  • +
  • Aftonbladet
  • anitube.se
  • Aparat
  • AppleTrailers
  • @@ -175,7 +176,7 @@
  • Ooyala
  • ORF
  • PBS
  • -
  • photobucket
  • +
  • Photobucket
  • plus.google: Google Plus
  • pluzz.francetv.fr
  • podomatic
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index ddb49360b..73593194a 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.03.07.1 \ No newline at end of file +2014.03.10 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index bca0111e2..dd83f8f19 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 - 2014-03-07T16:08:25.768660Z + 2014-03-10T13:07:05.979374Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -3695,4 +3695,19 @@ 2014-03-07T00:00:01Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.03.10 + New version 2014.03.10 + + +
    + Downloads available at https://yt-dl.org/downloads/2014.03.10/ +
    +
    + + The youtube-dl maintainers + + 2014-03-10T00:00:00Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 85d0da4e0..2740429c2 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.03.07.1", - "signature": "870dc0f8c97343c776ba03fca4ba103f40738a0e3f1c49dfc7cf3103acf2d47e3b492d4de805813d0dd3bc493ce31d05eb1a27c84308c556103d1f66769bc8dfc220cbef63bb3fd67201551ff033ec6e540875d2d8d71a3291ffef78f4e9860a65314eb7b870a2f2f73113228adea81bf0e80f8014518f05a06e22c62ef2492a", + "latest": "2014.03.10", + "signature": "94109e6a0aff025063559f51f032dcb49033c68099f737e949e294d6ed959e28b91626e8cb007a1af6a024d9a7cb02a9f2a5b02d6caefe6d08977db36e35e9893ae567514a814640ffe76828d8bc7865ff773ad0bf2dfb8d62d54526e3f502fb5ed470ee3cadb8df674e573a1e06da1982f9aed739366ff454b17c2c0268001f", "versions": { "2012.02.22": { "bin": [ @@ -3451,6 +3451,20 @@ "https://yt-dl.org/downloads/2014.03.07.1/youtube-dl-2014.03.07.1.tar.gz", "97e499fa137af5eef13d417f01b20ec6605f38bf8608eeca2d7e50335f5912fa" ] + }, + "2014.03.10": { + "bin": [ + "https://yt-dl.org/downloads/2014.03.10/youtube-dl", + "3099ec2d994d0689d4319a4fb92d058c0d63fc7d45cef4790bdd28427763076e" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.03.10/youtube-dl.exe", + "734dc202f625a6e61d0a7c96b4e3139299707123a72bf44d10c4d602bab541cd" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.03.10/youtube-dl-2014.03.10.tar.gz", + "31e4c6af0949da8a50d6d05f472e5a6d8ea28e9c0e6c2cb15c16c3135d7f4d59" + ] } } } \ No newline at end of file From 0a27c5551b553131042fe390948a8dc4da9adbef Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Tue, 11 Mar 2014 16:53:42 +0100 Subject: [PATCH 066/138] release 2014.03.11 --- 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 86c8a96e8..134491beb 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

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

    -

    2014.03.10 (sig)

    +

    2014.03.11 (sig)

      -
    • MD5: 546f725f46b95466ff2ae30b6c252b01
    • -
    • SHA1: e840dff4a2fc96e067ef13ce9c28b0d3a5554540
    • -
    • SHA256: 3099ec2d994d0689d4319a4fb92d058c0d63fc7d45cef4790bdd28427763076e
    • +
    • MD5: 34baa8cf2ea1b56b859beeb1d60f8fb4
    • +
    • SHA1: 24d223ae21d318f51dfa7b2fd36207f7513036d1
    • +
    • SHA256: 520cae68c698de9f3e36ea735c041eac5646d669a99544f41df8a886ba1eb0ec

    - Windows exe (sig - 734dc202f625a6e61d0a7c96b4e3139299707123a72bf44d10c4d602bab541cd)
    - Full source + docs + binary tarball (sig - 31e4c6af0949da8a50d6d05f472e5a6d8ea28e9c0e6c2cb15c16c3135d7f4d59) + Windows exe (sig - 1f2113580eaa781be09dbbd81608eb78d94228324cdc18f094ff019e90cdc907)
    + Full source + docs + binary tarball (sig - 817cad79fb1bbf9ce3828e75d03c18c27be351190b03d72e8fd826312e5e7893)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.03.10/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2014.03.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/2014.03.10/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2014.03.11/youtube-dl -O /usr/local/bin/youtube-dl
    sudo chmod a+x /usr/local/bin/youtube-dl

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

    To check the signature, type: -sudo wget https://yt-dl.org/downloads/2014.03.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/2014.03.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/supportedsites.html b/supportedsites.html index a0e1af149..cd07dd683 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -75,7 +75,6 @@
  • dailymotion:user
  • daum.net
  • defense.gouv.fr
  • -
  • DepositFiles
  • Discovery
  • Dotsub
  • Dropbox
  • @@ -177,6 +176,7 @@
  • ORF
  • PBS
  • Photobucket
  • +
  • Playvid
  • plus.google: Google Plus
  • pluzz.francetv.fr
  • podomatic
  • @@ -247,8 +247,8 @@
  • Vbox7
  • VeeHD
  • Veoh
  • -
  • vesti: Вести.Ru
  • Vevo
  • +
  • VGTRK: ВГТРК
  • Vice
  • Viddler
  • video.google:search: Google Video search
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 73593194a..489b7b552 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.03.10 \ No newline at end of file +2014.03.11 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index dd83f8f19..ccc269543 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 - 2014-03-10T13:07:05.979374Z + 2014-03-11T16:53:41.662081Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -3710,4 +3710,19 @@ 2014-03-10T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.03.11 + New version 2014.03.11 + + +
    + Downloads available at https://yt-dl.org/downloads/2014.03.11/ +
    +
    + + The youtube-dl maintainers + + 2014-03-11T00:00:00Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 2740429c2..930f1c702 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.03.10", - "signature": "94109e6a0aff025063559f51f032dcb49033c68099f737e949e294d6ed959e28b91626e8cb007a1af6a024d9a7cb02a9f2a5b02d6caefe6d08977db36e35e9893ae567514a814640ffe76828d8bc7865ff773ad0bf2dfb8d62d54526e3f502fb5ed470ee3cadb8df674e573a1e06da1982f9aed739366ff454b17c2c0268001f", + "latest": "2014.03.11", + "signature": "7d7569f51bb3cff1eab7ad46110bb94bdcb9e4949e846b607aa1d64141670e76eb0ab6555d4ad2af9ced08bfc0b7e0444dff6b2d34c752f8b28bd65040294d437062551f1a3657b159d7f2b896424765b93cdef9c4e19e87c84275a2a78da1695c3391795ce2be718f487fe401768dc961c9b5a08d88a388f8c2620f093e071e", "versions": { "2012.02.22": { "bin": [ @@ -3465,6 +3465,20 @@ "https://yt-dl.org/downloads/2014.03.10/youtube-dl-2014.03.10.tar.gz", "31e4c6af0949da8a50d6d05f472e5a6d8ea28e9c0e6c2cb15c16c3135d7f4d59" ] + }, + "2014.03.11": { + "bin": [ + "https://yt-dl.org/downloads/2014.03.11/youtube-dl", + "520cae68c698de9f3e36ea735c041eac5646d669a99544f41df8a886ba1eb0ec" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.03.11/youtube-dl.exe", + "1f2113580eaa781be09dbbd81608eb78d94228324cdc18f094ff019e90cdc907" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.03.11/youtube-dl-2014.03.11.tar.gz", + "817cad79fb1bbf9ce3828e75d03c18c27be351190b03d72e8fd826312e5e7893" + ] } } } \ No newline at end of file From 02bc59198f3eaa9eb9f0f76287f631153524249a Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Wed, 12 Mar 2014 14:54:35 +0100 Subject: [PATCH 067/138] release 2014.03.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 134491beb..b91b4103d 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

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

    -

    2014.03.11 (sig)

    +

    2014.03.12 (sig)

      -
    • MD5: 34baa8cf2ea1b56b859beeb1d60f8fb4
    • -
    • SHA1: 24d223ae21d318f51dfa7b2fd36207f7513036d1
    • -
    • SHA256: 520cae68c698de9f3e36ea735c041eac5646d669a99544f41df8a886ba1eb0ec
    • +
    • MD5: 96d7587529574806e82e494cbd01d26a
    • +
    • SHA1: 2ae32be8449eb01f8f0c5b92aa442776f6d53ca9
    • +
    • SHA256: 4086db11f01a0584731399cb53a15fb0c700ea173318fdfdf225e617c2d55702

    - Windows exe (sig - 1f2113580eaa781be09dbbd81608eb78d94228324cdc18f094ff019e90cdc907)
    - Full source + docs + binary tarball (sig - 817cad79fb1bbf9ce3828e75d03c18c27be351190b03d72e8fd826312e5e7893) + Windows exe (sig - 45e57f9b6acd3f886dcf43927e588e223640d79aa99aa729618ee018839b136d)
    + Full source + docs + binary tarball (sig - bd5c116e4f949162e2430d6b45bfd56a5571289cc2967db60cd9d5257a3d57b9)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.03.11/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2014.03.12/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/2014.03.11/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2014.03.12/youtube-dl -O /usr/local/bin/youtube-dl
    sudo chmod a+x /usr/local/bin/youtube-dl

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

    To check the signature, type: -sudo wget https://yt-dl.org/downloads/2014.03.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/2014.03.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 cd07dd683..9e36c03c9 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -268,6 +268,7 @@
  • vk.com
  • vube: Vube.com
  • wat.tv
  • +
  • WDR
  • Weibo
  • Wimp
  • Wistia
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 489b7b552..cf048d4e5 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.03.11 \ No newline at end of file +2014.03.12 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index ccc269543..03830ed1b 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 - 2014-03-11T16:53:41.662081Z + 2014-03-12T14:54:33.468301Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -3725,4 +3725,19 @@ 2014-03-11T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.03.12 + New version 2014.03.12 + + +
    + Downloads available at https://yt-dl.org/downloads/2014.03.12/ +
    +
    + + The youtube-dl maintainers + + 2014-03-12T00:00:00Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 930f1c702..448284250 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.03.11", - "signature": "7d7569f51bb3cff1eab7ad46110bb94bdcb9e4949e846b607aa1d64141670e76eb0ab6555d4ad2af9ced08bfc0b7e0444dff6b2d34c752f8b28bd65040294d437062551f1a3657b159d7f2b896424765b93cdef9c4e19e87c84275a2a78da1695c3391795ce2be718f487fe401768dc961c9b5a08d88a388f8c2620f093e071e", + "latest": "2014.03.12", + "signature": "2a51b5eacb0137d638414083e8364d4b075bd0e184505e0ed834917e8ce7aa5d1ce46557e47a540a047dbcbbf62ed49ff15ce130226e838de5f6e532ba60a329549f88aca54bc8f6a344805683ba3779279fde591d2f41579987866401f413210eb74cb4f7eca83394506cf9c8acac3417371436f3931c23ce45b17466bb483d", "versions": { "2012.02.22": { "bin": [ @@ -3479,6 +3479,20 @@ "https://yt-dl.org/downloads/2014.03.11/youtube-dl-2014.03.11.tar.gz", "817cad79fb1bbf9ce3828e75d03c18c27be351190b03d72e8fd826312e5e7893" ] + }, + "2014.03.12": { + "bin": [ + "https://yt-dl.org/downloads/2014.03.12/youtube-dl", + "4086db11f01a0584731399cb53a15fb0c700ea173318fdfdf225e617c2d55702" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.03.12/youtube-dl.exe", + "45e57f9b6acd3f886dcf43927e588e223640d79aa99aa729618ee018839b136d" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.03.12/youtube-dl-2014.03.12.tar.gz", + "bd5c116e4f949162e2430d6b45bfd56a5571289cc2967db60cd9d5257a3d57b9" + ] } } } \ No newline at end of file From bab31e5c21952ddb4de2d136785ccaaaf3b42ceb Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Mon, 17 Mar 2014 14:52:02 +0100 Subject: [PATCH 068/138] release 2014.03.17 --- 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 b91b4103d..b90954f9a 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

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

    -

    2014.03.12 (sig)

    +

    2014.03.17 (sig)

      -
    • MD5: 96d7587529574806e82e494cbd01d26a
    • -
    • SHA1: 2ae32be8449eb01f8f0c5b92aa442776f6d53ca9
    • -
    • SHA256: 4086db11f01a0584731399cb53a15fb0c700ea173318fdfdf225e617c2d55702
    • +
    • MD5: ee740e531ae207bd97233d177ae360b2
    • +
    • SHA1: f182fc8e26dd42f30844d6ce8481b46d73242915
    • +
    • SHA256: 0ca1118ad86031aa49e3cb9e4ea8cc12d97026516950ae0fbbede2ebf8676d39

    - Windows exe (sig - 45e57f9b6acd3f886dcf43927e588e223640d79aa99aa729618ee018839b136d)
    - Full source + docs + binary tarball (sig - bd5c116e4f949162e2430d6b45bfd56a5571289cc2967db60cd9d5257a3d57b9) + Windows exe (sig - 9d5b14fca9f22a6ab9e7b6c7483bbcc5c6791c3b6f44e82432f66c34d7d79fce)
    + Full source + docs + binary tarball (sig - 3ea4a394e05a5984759dba0a4d834837ebe945304bfc4ecd246d9bc1903dd46b)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.03.12/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2014.03.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/2014.03.12/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2014.03.17/youtube-dl -O /usr/local/bin/youtube-dl
    sudo chmod a+x /usr/local/bin/youtube-dl

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

    To check the signature, type: -sudo wget https://yt-dl.org/downloads/2014.03.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/2014.03.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 9e36c03c9..d5781552d 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -196,6 +196,7 @@
  • rutube:channel: Rutube channels
  • rutube:movie: Rutube movies
  • rutube:person: Rutube person videos
  • +
  • RUTV: RUTV.RU
  • savefrom.net
  • screen.yahoo:search: Yahoo screen search
  • ServingSys
  • @@ -241,14 +242,16 @@
  • Tutv
  • tvigle: Интернет-телевидение Tvigle.ru
  • tvp.pl
  • +
  • udemy
  • +
  • udemy:course
  • Unistra
  • ustream
  • ustream:channel
  • Vbox7
  • VeeHD
  • Veoh
  • +
  • Vesti: Вести.Ru
  • Vevo
  • -
  • VGTRK: ВГТРК
  • Vice
  • Viddler
  • video.google:search: Google Video search
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index cf048d4e5..f6bb792bf 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.03.12 \ No newline at end of file +2014.03.17 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 03830ed1b..43624e183 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 - 2014-03-12T14:54:33.468301Z + 2014-03-17T14:52:01.496806Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -3740,4 +3740,19 @@ 2014-03-12T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.03.17 + New version 2014.03.17 + + +
    + Downloads available at https://yt-dl.org/downloads/2014.03.17/ +
    +
    + + The youtube-dl maintainers + + 2014-03-17T00:00:00Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 448284250..99b1fba2a 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.03.12", - "signature": "2a51b5eacb0137d638414083e8364d4b075bd0e184505e0ed834917e8ce7aa5d1ce46557e47a540a047dbcbbf62ed49ff15ce130226e838de5f6e532ba60a329549f88aca54bc8f6a344805683ba3779279fde591d2f41579987866401f413210eb74cb4f7eca83394506cf9c8acac3417371436f3931c23ce45b17466bb483d", + "latest": "2014.03.17", + "signature": "4a93f758aa1d085f6b9cdaba5d8dca1819fd3bc65e6471c2a6108484d89e58030b2f46f552c8266563ae5251ba4b1be0c07466f3b34fef83df0c8234c46122e169793c26efe5ce1f96f97212b94f5af018ac71667a3a1e68681cb7c388320e776a1b7e8e7ac821fb0eeb2ae181338d45d2a648089c838f6811c8730a8c03f23c", "versions": { "2012.02.22": { "bin": [ @@ -3493,6 +3493,20 @@ "https://yt-dl.org/downloads/2014.03.12/youtube-dl-2014.03.12.tar.gz", "bd5c116e4f949162e2430d6b45bfd56a5571289cc2967db60cd9d5257a3d57b9" ] + }, + "2014.03.17": { + "bin": [ + "https://yt-dl.org/downloads/2014.03.17/youtube-dl", + "0ca1118ad86031aa49e3cb9e4ea8cc12d97026516950ae0fbbede2ebf8676d39" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.03.17/youtube-dl.exe", + "9d5b14fca9f22a6ab9e7b6c7483bbcc5c6791c3b6f44e82432f66c34d7d79fce" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.03.17/youtube-dl-2014.03.17.tar.gz", + "3ea4a394e05a5984759dba0a4d834837ebe945304bfc4ecd246d9bc1903dd46b" + ] } } } \ No newline at end of file From 98328f6693afb72ea8982480df31b6e0c644e170 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Tue, 18 Mar 2014 14:49:12 +0100 Subject: [PATCH 069/138] release 2014.03.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 b90954f9a..cb76fdf56 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

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

    -

    2014.03.17 (sig)

    +

    2014.03.18.1 (sig)

      -
    • MD5: ee740e531ae207bd97233d177ae360b2
    • -
    • SHA1: f182fc8e26dd42f30844d6ce8481b46d73242915
    • -
    • SHA256: 0ca1118ad86031aa49e3cb9e4ea8cc12d97026516950ae0fbbede2ebf8676d39
    • +
    • MD5: 1865872f42f511dc84dbfdc8126ade0e
    • +
    • SHA1: 4a4fcc34eac80217943e1ac5d870febd9f560b87
    • +
    • SHA256: 4df8dfb5d67a22e80f9ae16b93361d40cec032addf54e028d887a216a1757ae9

    - Windows exe (sig - 9d5b14fca9f22a6ab9e7b6c7483bbcc5c6791c3b6f44e82432f66c34d7d79fce)
    - Full source + docs + binary tarball (sig - 3ea4a394e05a5984759dba0a4d834837ebe945304bfc4ecd246d9bc1903dd46b) + Windows exe (sig - f564f7ab6adc152f53f4f46472b55c678e00542cef8bcb028afda4e072c1919d)
    + Full source + docs + binary tarball (sig - c1deb27e99e6793a2dd00a70f3a9ebac895b13d94ad3de27f28a6c5514dfde7b)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.03.17/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2014.03.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/2014.03.17/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2014.03.18.1/youtube-dl -O /usr/local/bin/youtube-dl
    sudo chmod a+x /usr/local/bin/youtube-dl

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

    To check the signature, type: -sudo wget https://yt-dl.org/downloads/2014.03.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/2014.03.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 f6bb792bf..00d2d2657 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.03.17 \ No newline at end of file +2014.03.18.1 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 43624e183..0bcb28c25 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 - 2014-03-17T14:52:01.496806Z + 2014-03-18T14:49:10.494464Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -3755,4 +3755,19 @@ 2014-03-17T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.03.18.1 + New version 2014.03.18.1 + + +
    + Downloads available at https://yt-dl.org/downloads/2014.03.18.1/ +
    +
    + + The youtube-dl maintainers + + 2014-03-18T00:00:01Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 99b1fba2a..aa6263158 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.03.17", - "signature": "4a93f758aa1d085f6b9cdaba5d8dca1819fd3bc65e6471c2a6108484d89e58030b2f46f552c8266563ae5251ba4b1be0c07466f3b34fef83df0c8234c46122e169793c26efe5ce1f96f97212b94f5af018ac71667a3a1e68681cb7c388320e776a1b7e8e7ac821fb0eeb2ae181338d45d2a648089c838f6811c8730a8c03f23c", + "latest": "2014.03.18.1", + "signature": "3da8a0fe0f894d31bbe683436e286e25217aa89dae3e3ee02fc1f584b8a3867dcfa711b3c1ffa1c9e1c641e092eadbc831052b62584e94a27bf315e0b3e3f6311d67d29aac5de69702778e82729690ea06e6b578723e41121bb8961d62c0517c9760f20b85e4affef04e173de89339476117d8f55f723e6ff1523fe2af1e4cbf", "versions": { "2012.02.22": { "bin": [ @@ -3507,6 +3507,20 @@ "https://yt-dl.org/downloads/2014.03.17/youtube-dl-2014.03.17.tar.gz", "3ea4a394e05a5984759dba0a4d834837ebe945304bfc4ecd246d9bc1903dd46b" ] + }, + "2014.03.18.1": { + "bin": [ + "https://yt-dl.org/downloads/2014.03.18.1/youtube-dl", + "4df8dfb5d67a22e80f9ae16b93361d40cec032addf54e028d887a216a1757ae9" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.03.18.1/youtube-dl.exe", + "f564f7ab6adc152f53f4f46472b55c678e00542cef8bcb028afda4e072c1919d" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.03.18.1/youtube-dl-2014.03.18.1.tar.gz", + "c1deb27e99e6793a2dd00a70f3a9ebac895b13d94ad3de27f28a6c5514dfde7b" + ] } } } \ No newline at end of file From f6cdbe792e642d82e19bf56c1598e4c0b8793af5 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Thu, 20 Mar 2014 16:38:42 +0100 Subject: [PATCH 070/138] release 2014.03.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 cb76fdf56..8cc3d269a 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

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

    -

    2014.03.18.1 (sig)

    +

    2014.03.20 (sig)

      -
    • MD5: 1865872f42f511dc84dbfdc8126ade0e
    • -
    • SHA1: 4a4fcc34eac80217943e1ac5d870febd9f560b87
    • -
    • SHA256: 4df8dfb5d67a22e80f9ae16b93361d40cec032addf54e028d887a216a1757ae9
    • +
    • MD5: 6fd36533c72013ea60d5b61a21271566
    • +
    • SHA1: b9db9e5aabfa3835e88df1c6068f542991d36fb3
    • +
    • SHA256: 20bec848aa1f5df06156bdf82c90d2403204127bf2e1eaf87eba9a547be0cf17

    - Windows exe (sig - f564f7ab6adc152f53f4f46472b55c678e00542cef8bcb028afda4e072c1919d)
    - Full source + docs + binary tarball (sig - c1deb27e99e6793a2dd00a70f3a9ebac895b13d94ad3de27f28a6c5514dfde7b) + Windows exe (sig - 89d14905a596e3e430932945d5e33911a295cf449527d3e8d0e83210832bb2ca)
    + Full source + docs + binary tarball (sig - 9f4ae879a8492564e9064a13da267936155320af647174f2fb7e811e9c7a1277)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.03.18.1/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2014.03.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/2014.03.18.1/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2014.03.20/youtube-dl -O /usr/local/bin/youtube-dl
    sudo chmod a+x /usr/local/bin/youtube-dl

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

    To check the signature, type: -sudo wget https://yt-dl.org/downloads/2014.03.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/2014.03.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 d5781552d..3bf0b5704 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -31,6 +31,7 @@
  • ARD
  • arte.tv
  • arte.tv:+7
  • +
  • arte.tv:concert
  • arte.tv:creative
  • arte.tv:ddc
  • arte.tv:future
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 00d2d2657..76522aea5 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.03.18.1 \ No newline at end of file +2014.03.20 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 0bcb28c25..92fe3bb2f 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 - 2014-03-18T14:49:10.494464Z + 2014-03-20T16:38:40.694410Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -3770,4 +3770,19 @@ 2014-03-18T00:00:01Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.03.20 + New version 2014.03.20 + + +
    + Downloads available at https://yt-dl.org/downloads/2014.03.20/ +
    +
    + + The youtube-dl maintainers + + 2014-03-20T00:00:00Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index aa6263158..09132c12b 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.03.18.1", - "signature": "3da8a0fe0f894d31bbe683436e286e25217aa89dae3e3ee02fc1f584b8a3867dcfa711b3c1ffa1c9e1c641e092eadbc831052b62584e94a27bf315e0b3e3f6311d67d29aac5de69702778e82729690ea06e6b578723e41121bb8961d62c0517c9760f20b85e4affef04e173de89339476117d8f55f723e6ff1523fe2af1e4cbf", + "latest": "2014.03.20", + "signature": "08734e057fdda3a1e03b53681722c244767384d78772da483c313f52d5d840d7dda005fd8a8fcb818c20b53d5622ad84dc53027b10d1a6fd11b2000f27407f319f6d58b22bfd8108532e6ebb2ad928b411289db7436b6e9f4389c8c893d846309a66d4559c46129ee53331bac7f3655518b2ba372677a72df0ce7e10f10cf521", "versions": { "2012.02.22": { "bin": [ @@ -3521,6 +3521,20 @@ "https://yt-dl.org/downloads/2014.03.18.1/youtube-dl-2014.03.18.1.tar.gz", "c1deb27e99e6793a2dd00a70f3a9ebac895b13d94ad3de27f28a6c5514dfde7b" ] + }, + "2014.03.20": { + "bin": [ + "https://yt-dl.org/downloads/2014.03.20/youtube-dl", + "20bec848aa1f5df06156bdf82c90d2403204127bf2e1eaf87eba9a547be0cf17" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.03.20/youtube-dl.exe", + "89d14905a596e3e430932945d5e33911a295cf449527d3e8d0e83210832bb2ca" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.03.20/youtube-dl-2014.03.20.tar.gz", + "9f4ae879a8492564e9064a13da267936155320af647174f2fb7e811e9c7a1277" + ] } } } \ No newline at end of file From 2a403b5d4fa1512de20d4d0625b771fcb068ea04 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Fri, 21 Mar 2014 00:44:35 +0100 Subject: [PATCH 071/138] release 2014.03.21 --- 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 8cc3d269a..faf47c7a0 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

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

    -

    2014.03.20 (sig)

    +

    2014.03.21 (sig)

      -
    • MD5: 6fd36533c72013ea60d5b61a21271566
    • -
    • SHA1: b9db9e5aabfa3835e88df1c6068f542991d36fb3
    • -
    • SHA256: 20bec848aa1f5df06156bdf82c90d2403204127bf2e1eaf87eba9a547be0cf17
    • +
    • MD5: a8bca4d36ffb9bc527fbafa51b69a216
    • +
    • SHA1: 6119cdb38e4bc106b1c15eca9707199044dc94b0
    • +
    • SHA256: 1c6f4b923684aca731fd37436fd8efe9e19699ee6c3cd51d0da3bf1b882e3c56

    - Windows exe (sig - 89d14905a596e3e430932945d5e33911a295cf449527d3e8d0e83210832bb2ca)
    - Full source + docs + binary tarball (sig - 9f4ae879a8492564e9064a13da267936155320af647174f2fb7e811e9c7a1277) + Windows exe (sig - ef0e1a5ce8f8f7d1dcf07e19796062faee6fcf67a3566cfd97d3f0f55f25170e)
    + Full source + docs + binary tarball (sig - 9819dfda4daaab9111c86377d87b1eb043dbfaa88e7215cf7cf0891fb013de3e)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.03.20/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2014.03.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/2014.03.20/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2014.03.21/youtube-dl -O /usr/local/bin/youtube-dl
    sudo chmod a+x /usr/local/bin/youtube-dl

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

    To check the signature, type: -sudo wget https://yt-dl.org/downloads/2014.03.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/2014.03.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/update/LATEST_VERSION b/update/LATEST_VERSION index 76522aea5..c62114358 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.03.20 \ No newline at end of file +2014.03.21 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 92fe3bb2f..069a0ed93 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 - 2014-03-20T16:38:40.694410Z + 2014-03-21T00:44:33.915288Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -3785,4 +3785,19 @@ 2014-03-20T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.03.21 + New version 2014.03.21 + + +
    + Downloads available at https://yt-dl.org/downloads/2014.03.21/ +
    +
    + + The youtube-dl maintainers + + 2014-03-21T00:00:00Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 09132c12b..62570942c 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.03.20", - "signature": "08734e057fdda3a1e03b53681722c244767384d78772da483c313f52d5d840d7dda005fd8a8fcb818c20b53d5622ad84dc53027b10d1a6fd11b2000f27407f319f6d58b22bfd8108532e6ebb2ad928b411289db7436b6e9f4389c8c893d846309a66d4559c46129ee53331bac7f3655518b2ba372677a72df0ce7e10f10cf521", + "latest": "2014.03.21", + "signature": "2c36ed0d64a9eee964fc0de6a58c10879be38b640ab2b0721b780396e1c45d9ab4979f07725587f1a75a353ecd14d8b84889fa8b5ced64cddf962946bead9d2d1a11b4eee68c9b7279b8c7c81d417332d34de80058d42f3d09613a9c7d961bd1ef90416bafe621bf2c5156e63553f8f16ed972c34f1ca92961eb21018681fec7", "versions": { "2012.02.22": { "bin": [ @@ -3535,6 +3535,20 @@ "https://yt-dl.org/downloads/2014.03.20/youtube-dl-2014.03.20.tar.gz", "9f4ae879a8492564e9064a13da267936155320af647174f2fb7e811e9c7a1277" ] + }, + "2014.03.21": { + "bin": [ + "https://yt-dl.org/downloads/2014.03.21/youtube-dl", + "1c6f4b923684aca731fd37436fd8efe9e19699ee6c3cd51d0da3bf1b882e3c56" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.03.21/youtube-dl.exe", + "ef0e1a5ce8f8f7d1dcf07e19796062faee6fcf67a3566cfd97d3f0f55f25170e" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.03.21/youtube-dl-2014.03.21.tar.gz", + "9819dfda4daaab9111c86377d87b1eb043dbfaa88e7215cf7cf0891fb013de3e" + ] } } } \ No newline at end of file From bb5a8bca6a439aa83cf8690f3b3787f3c1b6da66 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Fri, 21 Mar 2014 01:22:30 +0100 Subject: [PATCH 072/138] release 2014.03.21.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 faf47c7a0..9df513664 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

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

    -

    2014.03.21 (sig)

    +

    2014.03.21.1 (sig)

      -
    • MD5: a8bca4d36ffb9bc527fbafa51b69a216
    • -
    • SHA1: 6119cdb38e4bc106b1c15eca9707199044dc94b0
    • -
    • SHA256: 1c6f4b923684aca731fd37436fd8efe9e19699ee6c3cd51d0da3bf1b882e3c56
    • +
    • MD5: aff7d8da8a209c30c9dd342aac2a07ff
    • +
    • SHA1: 75d8736cef4f5077ad70535268372fa876d8186a
    • +
    • SHA256: 4ddefc42c81019cef0879721942b49f9a988f4bde91ecf86602a46dba914fc0c

    - Windows exe (sig - ef0e1a5ce8f8f7d1dcf07e19796062faee6fcf67a3566cfd97d3f0f55f25170e)
    - Full source + docs + binary tarball (sig - 9819dfda4daaab9111c86377d87b1eb043dbfaa88e7215cf7cf0891fb013de3e) + Windows exe (sig - 50db43021fe385826ce50b076a6fbf4b3836ce38b7bfd552eff18c9768f05bf3)
    + Full source + docs + binary tarball (sig - 8d8e4e1f5c60435cbefe5a450f88e990ba4b35e7ddf90ba3aa44769542bb4a11)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.03.21/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2014.03.21.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/2014.03.21/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2014.03.21.1/youtube-dl -O /usr/local/bin/youtube-dl
    sudo chmod a+x /usr/local/bin/youtube-dl

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

    To check the signature, type: -sudo wget https://yt-dl.org/downloads/2014.03.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/2014.03.21.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 c62114358..d855d3bde 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.03.21 \ No newline at end of file +2014.03.21.1 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 069a0ed93..4e31b32a6 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 - 2014-03-21T00:44:33.915288Z + 2014-03-21T01:22:28.630361Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -3800,4 +3800,19 @@ 2014-03-21T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.03.21.1 + New version 2014.03.21.1 + + +
    + Downloads available at https://yt-dl.org/downloads/2014.03.21.1/ +
    +
    + + The youtube-dl maintainers + + 2014-03-21T00:00:01Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 62570942c..dac0f326c 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.03.21", - "signature": "2c36ed0d64a9eee964fc0de6a58c10879be38b640ab2b0721b780396e1c45d9ab4979f07725587f1a75a353ecd14d8b84889fa8b5ced64cddf962946bead9d2d1a11b4eee68c9b7279b8c7c81d417332d34de80058d42f3d09613a9c7d961bd1ef90416bafe621bf2c5156e63553f8f16ed972c34f1ca92961eb21018681fec7", + "latest": "2014.03.21.1", + "signature": "65afae142ffe5eacc96ac19d2473afd2b141376158ef533bad16b09598142ade3e64fd6c970272623e4e1d943dbb3c0f4e022ff7ce36ce363d1c533d01c58210443fed3f527f930f1312c7cd2e0fdbc766dbd692e81428c5cecf0238c5721efe14ed56478afcddbfcbae63adb4d9c4ddfdac576008e963e00f61dfca5d4addc0", "versions": { "2012.02.22": { "bin": [ @@ -3549,6 +3549,20 @@ "https://yt-dl.org/downloads/2014.03.21/youtube-dl-2014.03.21.tar.gz", "9819dfda4daaab9111c86377d87b1eb043dbfaa88e7215cf7cf0891fb013de3e" ] + }, + "2014.03.21.1": { + "bin": [ + "https://yt-dl.org/downloads/2014.03.21.1/youtube-dl", + "4ddefc42c81019cef0879721942b49f9a988f4bde91ecf86602a46dba914fc0c" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.03.21.1/youtube-dl.exe", + "50db43021fe385826ce50b076a6fbf4b3836ce38b7bfd552eff18c9768f05bf3" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.03.21.1/youtube-dl-2014.03.21.1.tar.gz", + "8d8e4e1f5c60435cbefe5a450f88e990ba4b35e7ddf90ba3aa44769542bb4a11" + ] } } } \ No newline at end of file From 8b64d68089837a56b2e3cf9839d3cb62d0137f1e Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Fri, 21 Mar 2014 01:44:34 +0100 Subject: [PATCH 073/138] release 2014.03.21.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 9df513664..6c0726f5b 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

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

    -

    2014.03.21.1 (sig)

    +

    2014.03.21.2 (sig)

      -
    • MD5: aff7d8da8a209c30c9dd342aac2a07ff
    • -
    • SHA1: 75d8736cef4f5077ad70535268372fa876d8186a
    • -
    • SHA256: 4ddefc42c81019cef0879721942b49f9a988f4bde91ecf86602a46dba914fc0c
    • +
    • MD5: 6e1032ea9ab6f77a4fb01dec0834e6f4
    • +
    • SHA1: 3e4d1d67da901e70f0d21ecf4a6552e3ebe1feb4
    • +
    • SHA256: 9699e14334e17511c7a610745567f1869f2538ed641340d849c8eff5fd651363

    - Windows exe (sig - 50db43021fe385826ce50b076a6fbf4b3836ce38b7bfd552eff18c9768f05bf3)
    - Full source + docs + binary tarball (sig - 8d8e4e1f5c60435cbefe5a450f88e990ba4b35e7ddf90ba3aa44769542bb4a11) + Windows exe (sig - f777fd0e1411f5c6ab6d5d24230b0ebf18c106e41987bf4e8425299e097706db)
    + Full source + docs + binary tarball (sig - 771387a5c0467a44968614b8507d209d1a5ccbce7f81675b27d083477b10678e)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.03.21.1/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2014.03.21.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/2014.03.21.1/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2014.03.21.2/youtube-dl -O /usr/local/bin/youtube-dl
    sudo chmod a+x /usr/local/bin/youtube-dl

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

    To check the signature, type: -sudo wget https://yt-dl.org/downloads/2014.03.21.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/2014.03.21.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 3bf0b5704..566dc99c6 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -175,6 +175,7 @@
  • ocw.mit.edu
  • Ooyala
  • ORF
  • +
  • parliamentlive.tv: UK parliament videos
  • PBS
  • Photobucket
  • Playvid
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index d855d3bde..372c2bf94 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.03.21.1 \ No newline at end of file +2014.03.21.2 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 4e31b32a6..b7f7c79ff 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 - 2014-03-21T01:22:28.630361Z + 2014-03-21T01:44:32.911737Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -3815,4 +3815,19 @@ 2014-03-21T00:00:01Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.03.21.2 + New version 2014.03.21.2 + + +
    + Downloads available at https://yt-dl.org/downloads/2014.03.21.2/ +
    +
    + + The youtube-dl maintainers + + 2014-03-21T00:00:02Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index dac0f326c..4bd12d4fe 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.03.21.1", - "signature": "65afae142ffe5eacc96ac19d2473afd2b141376158ef533bad16b09598142ade3e64fd6c970272623e4e1d943dbb3c0f4e022ff7ce36ce363d1c533d01c58210443fed3f527f930f1312c7cd2e0fdbc766dbd692e81428c5cecf0238c5721efe14ed56478afcddbfcbae63adb4d9c4ddfdac576008e963e00f61dfca5d4addc0", + "latest": "2014.03.21.2", + "signature": "7fafcad5f419be01d92b3bae521304011b6a9774dd9425b7723f769a9b918b13b0b8776e04e167a7bd89c894f0ecd43a35ef43d559ed9b41ec123c517c0463ceacae3ccb1652c587ca6f728e08c06e1ff9d245cf581442c96fbf49b77ff14114870f252476f3bbee163f3efe7876664d27fe23a07f41f7e03c2843b0fea222ff", "versions": { "2012.02.22": { "bin": [ @@ -3563,6 +3563,20 @@ "https://yt-dl.org/downloads/2014.03.21.1/youtube-dl-2014.03.21.1.tar.gz", "8d8e4e1f5c60435cbefe5a450f88e990ba4b35e7ddf90ba3aa44769542bb4a11" ] + }, + "2014.03.21.2": { + "bin": [ + "https://yt-dl.org/downloads/2014.03.21.2/youtube-dl", + "9699e14334e17511c7a610745567f1869f2538ed641340d849c8eff5fd651363" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.03.21.2/youtube-dl.exe", + "f777fd0e1411f5c6ab6d5d24230b0ebf18c106e41987bf4e8425299e097706db" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.03.21.2/youtube-dl-2014.03.21.2.tar.gz", + "771387a5c0467a44968614b8507d209d1a5ccbce7f81675b27d083477b10678e" + ] } } } \ No newline at end of file From 191c0f4e9030ecd6fb81cd1147853c087469f8d5 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Fri, 21 Mar 2014 02:12:45 +0100 Subject: [PATCH 074/138] release 2014.03.21.3 --- 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 6c0726f5b..dd772331f 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

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

    -

    2014.03.21.2 (sig)

    +

    2014.03.21.3 (sig)

      -
    • MD5: 6e1032ea9ab6f77a4fb01dec0834e6f4
    • -
    • SHA1: 3e4d1d67da901e70f0d21ecf4a6552e3ebe1feb4
    • -
    • SHA256: 9699e14334e17511c7a610745567f1869f2538ed641340d849c8eff5fd651363
    • +
    • MD5: 67306826eb0dce3eabeb01e57c9adbfc
    • +
    • SHA1: 5a555a211bea33bc0e983b108e6e5c33c3bfb744
    • +
    • SHA256: 5ba48a82203b732b4b49bc1757c42f072db1c115025594b8c6a030a386778861

    - Windows exe (sig - f777fd0e1411f5c6ab6d5d24230b0ebf18c106e41987bf4e8425299e097706db)
    - Full source + docs + binary tarball (sig - 771387a5c0467a44968614b8507d209d1a5ccbce7f81675b27d083477b10678e) + Windows exe (sig - f42d6f737be77e2bb683153520b6411a3837443752169b7002286672686f1e1f)
    + Full source + docs + binary tarball (sig - 60903f6bd1106b9c6e498f7b6d4ceb0b7d680584875307d7cb7690cb3c67dc00)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.03.21.2/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2014.03.21.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/2014.03.21.2/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2014.03.21.3/youtube-dl -O /usr/local/bin/youtube-dl
    sudo chmod a+x /usr/local/bin/youtube-dl

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

    To check the signature, type: -sudo wget https://yt-dl.org/downloads/2014.03.21.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/2014.03.21.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/update/LATEST_VERSION b/update/LATEST_VERSION index 372c2bf94..9f5d2d7f4 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.03.21.2 \ No newline at end of file +2014.03.21.3 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index b7f7c79ff..4d6dbbcda 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 - 2014-03-21T01:44:32.911737Z + 2014-03-21T02:12:43.586283Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -3830,4 +3830,19 @@ 2014-03-21T00:00:02Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.03.21.3 + New version 2014.03.21.3 + + +
    + Downloads available at https://yt-dl.org/downloads/2014.03.21.3/ +
    +
    + + The youtube-dl maintainers + + 2014-03-21T00:00:03Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 4bd12d4fe..d634a3597 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.03.21.2", - "signature": "7fafcad5f419be01d92b3bae521304011b6a9774dd9425b7723f769a9b918b13b0b8776e04e167a7bd89c894f0ecd43a35ef43d559ed9b41ec123c517c0463ceacae3ccb1652c587ca6f728e08c06e1ff9d245cf581442c96fbf49b77ff14114870f252476f3bbee163f3efe7876664d27fe23a07f41f7e03c2843b0fea222ff", + "latest": "2014.03.21.3", + "signature": "4e02a2a0d5f0bd0dd35c1744ce73b643ea8c24d4426e144aa9d7afb1c4252a0c025fa69be064a96bf6d4acd9fc61361e9061802da392f8d979e8cd3d595b428fdbd527a3df82ce436b424e6f869390593e5d65d5d8493d41a1c685b4171ffccf2c1de1dad246ed790d8db5adec60fe11f8187a8f46d68661695e255ac7be9413", "versions": { "2012.02.22": { "bin": [ @@ -3577,6 +3577,20 @@ "https://yt-dl.org/downloads/2014.03.21.2/youtube-dl-2014.03.21.2.tar.gz", "771387a5c0467a44968614b8507d209d1a5ccbce7f81675b27d083477b10678e" ] + }, + "2014.03.21.3": { + "bin": [ + "https://yt-dl.org/downloads/2014.03.21.3/youtube-dl", + "5ba48a82203b732b4b49bc1757c42f072db1c115025594b8c6a030a386778861" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.03.21.3/youtube-dl.exe", + "f42d6f737be77e2bb683153520b6411a3837443752169b7002286672686f1e1f" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.03.21.3/youtube-dl-2014.03.21.3.tar.gz", + "60903f6bd1106b9c6e498f7b6d4ceb0b7d680584875307d7cb7690cb3c67dc00" + ] } } } \ No newline at end of file From c65f61621c925ac467921e5b06dba76f1c5acf63 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Fri, 21 Mar 2014 14:55:16 +0100 Subject: [PATCH 075/138] release 2014.03.21.5 --- 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 dd772331f..8d0c50bf5 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

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

    -

    2014.03.21.3 (sig)

    +

    2014.03.21.5 (sig)

      -
    • MD5: 67306826eb0dce3eabeb01e57c9adbfc
    • -
    • SHA1: 5a555a211bea33bc0e983b108e6e5c33c3bfb744
    • -
    • SHA256: 5ba48a82203b732b4b49bc1757c42f072db1c115025594b8c6a030a386778861
    • +
    • MD5: 63efff1cef43a8c65f9d3238c69c26c0
    • +
    • SHA1: 318a15555a581c0fba01a913e474af388c9a2909
    • +
    • SHA256: 23d7cf85c2260ab93efdc4a73425adf412457801ce500e1b42fefd1f4be17b6f

    - Windows exe (sig - f42d6f737be77e2bb683153520b6411a3837443752169b7002286672686f1e1f)
    - Full source + docs + binary tarball (sig - 60903f6bd1106b9c6e498f7b6d4ceb0b7d680584875307d7cb7690cb3c67dc00) + Windows exe (sig - 4efc7492adcefe197e3188e15a3ff54dfa8dd48a06f4fad24c4d9cb5dcda9ebb)
    + Full source + docs + binary tarball (sig - 82c1c9de140b5030ee836c9b0f3586e812fc5bc5881703322d97ed5eb35b064d)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.03.21.3/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2014.03.21.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/2014.03.21.3/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2014.03.21.5/youtube-dl -O /usr/local/bin/youtube-dl
    sudo chmod a+x /usr/local/bin/youtube-dl

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

    To check the signature, type: -sudo wget https://yt-dl.org/downloads/2014.03.21.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/2014.03.21.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/supportedsites.html b/supportedsites.html index 566dc99c6..f384bad80 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -261,6 +261,7 @@
  • VideoBam
  • VideoDetective
  • videofy.me
  • +
  • videolectures.net
  • VideoPremium
  • viki
  • vimeo
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 9f5d2d7f4..33a82fb54 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.03.21.3 \ No newline at end of file +2014.03.21.5 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 4d6dbbcda..573e069a5 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 - 2014-03-21T02:12:43.586283Z + 2014-03-21T14:55:14.444846Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -3845,4 +3845,19 @@ 2014-03-21T00:00:03Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.03.21.5 + New version 2014.03.21.5 + + +
    + Downloads available at https://yt-dl.org/downloads/2014.03.21.5/ +
    +
    + + The youtube-dl maintainers + + 2014-03-21T00:00:05Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index d634a3597..46227a7e2 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.03.21.3", - "signature": "4e02a2a0d5f0bd0dd35c1744ce73b643ea8c24d4426e144aa9d7afb1c4252a0c025fa69be064a96bf6d4acd9fc61361e9061802da392f8d979e8cd3d595b428fdbd527a3df82ce436b424e6f869390593e5d65d5d8493d41a1c685b4171ffccf2c1de1dad246ed790d8db5adec60fe11f8187a8f46d68661695e255ac7be9413", + "latest": "2014.03.21.5", + "signature": "254afd2403d26f732c0534295b940a2bc6ed8a68a176057867bb3971cada6cdb70b0d66d7d914945e04e33ebb249dabad05a7bf46820e8285cd09000c8c0b87eaa0c9b498c6958f70951849271795fd0a36d0bc1480fcc3750b5682bfa68e9d745ff22c121e4fc5204899a5e2dee278bc9671d7784a67931d0241223ea290c30", "versions": { "2012.02.22": { "bin": [ @@ -3591,6 +3591,20 @@ "https://yt-dl.org/downloads/2014.03.21.3/youtube-dl-2014.03.21.3.tar.gz", "60903f6bd1106b9c6e498f7b6d4ceb0b7d680584875307d7cb7690cb3c67dc00" ] + }, + "2014.03.21.5": { + "bin": [ + "https://yt-dl.org/downloads/2014.03.21.5/youtube-dl", + "23d7cf85c2260ab93efdc4a73425adf412457801ce500e1b42fefd1f4be17b6f" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.03.21.5/youtube-dl.exe", + "4efc7492adcefe197e3188e15a3ff54dfa8dd48a06f4fad24c4d9cb5dcda9ebb" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.03.21.5/youtube-dl-2014.03.21.5.tar.gz", + "82c1c9de140b5030ee836c9b0f3586e812fc5bc5881703322d97ed5eb35b064d" + ] } } } \ No newline at end of file From 0e362aee7eadfdf1a8b04c8f3a6c6f610d85db1f Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Sun, 23 Mar 2014 16:09:31 +0100 Subject: [PATCH 076/138] release 2014.03.23 --- 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 8d0c50bf5..69026f304 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

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

    -

    2014.03.21.5 (sig)

    +

    2014.03.23 (sig)

      -
    • MD5: 63efff1cef43a8c65f9d3238c69c26c0
    • -
    • SHA1: 318a15555a581c0fba01a913e474af388c9a2909
    • -
    • SHA256: 23d7cf85c2260ab93efdc4a73425adf412457801ce500e1b42fefd1f4be17b6f
    • +
    • MD5: a11c9317c04278dda3e17aebb1f8f227
    • +
    • SHA1: f483cc02739a831f6eb51e624508d4ebef5a16ac
    • +
    • SHA256: 6497f2f7d3a4877da926a0773aa8d42a8ff1837bea69331b221c6e6929740c37

    - Windows exe (sig - 4efc7492adcefe197e3188e15a3ff54dfa8dd48a06f4fad24c4d9cb5dcda9ebb)
    - Full source + docs + binary tarball (sig - 82c1c9de140b5030ee836c9b0f3586e812fc5bc5881703322d97ed5eb35b064d) + Windows exe (sig - 8901ad5eceb9a0e6b097eff4a1e1dfbc9e85dafccc766c013499830195715670)
    + Full source + docs + binary tarball (sig - 4f5fa3364ad52fc7219fb31ee894f7f777874978450c56498de387efae2a9926)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.03.21.5/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2014.03.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/2014.03.21.5/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2014.03.23/youtube-dl -O /usr/local/bin/youtube-dl
    sudo chmod a+x /usr/local/bin/youtube-dl

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

    To check the signature, type: -sudo wget https://yt-dl.org/downloads/2014.03.21.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/2014.03.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 f384bad80..1a4ee7788 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -19,6 +19,7 @@
  • 3sat
  • 4tube
  • 56.com
  • +
  • 5min
  • 8tracks
  • 9gag
  • AcademicEarth:Course
  • @@ -83,6 +84,7 @@
  • eHow
  • eitb.tv
  • ElPais: El País
  • +
  • Engadget
  • Escapist
  • EveryonesMixtape
  • exfm: ex.fm
  • @@ -118,6 +120,7 @@
  • Ina
  • InfoQ
  • Instagram
  • +
  • instagram:user: Instagram user profile
  • InternetVideoArchive
  • IPrima
  • ivi: ivi.ru
  • @@ -173,6 +176,7 @@
  • Nowness
  • nowvideo: NowVideo
  • ocw.mit.edu
  • +
  • on.aol.com
  • Ooyala
  • ORF
  • parliamentlive.tv: UK parliament videos
  • @@ -235,6 +239,8 @@
  • ThisAV
  • tinypic: tinypic.com videos
  • tou.tv
  • +
  • Toypics: Toypics user profile
  • +
  • ToypicsUser: Toypics user profile
  • TrailerAddict (Currently broken)
  • Trilulilu
  • TruTube
  • @@ -279,9 +285,11 @@
  • Wimp
  • Wistia
  • WorldStarHipHop
  • +
  • XBef
  • XHamster
  • XNXX
  • XTube
  • +
  • XTubeUser: XTube user profile
  • XVideos
  • Yahoo: Yahoo screen
  • yahoo:news: Yahoo screen
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 33a82fb54..0ece6b596 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.03.21.5 \ No newline at end of file +2014.03.23 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 573e069a5..8aea97dbd 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 - 2014-03-21T14:55:14.444846Z + 2014-03-23T16:09:28.977982Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -3860,4 +3860,19 @@ 2014-03-21T00:00:05Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.03.23 + New version 2014.03.23 + + +
    + Downloads available at https://yt-dl.org/downloads/2014.03.23/ +
    +
    + + The youtube-dl maintainers + + 2014-03-23T00:00:00Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 46227a7e2..5fee8c961 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.03.21.5", - "signature": "254afd2403d26f732c0534295b940a2bc6ed8a68a176057867bb3971cada6cdb70b0d66d7d914945e04e33ebb249dabad05a7bf46820e8285cd09000c8c0b87eaa0c9b498c6958f70951849271795fd0a36d0bc1480fcc3750b5682bfa68e9d745ff22c121e4fc5204899a5e2dee278bc9671d7784a67931d0241223ea290c30", + "latest": "2014.03.23", + "signature": "5a88f4b4efe6d276877d6b062bd47568091d70f08c6ed54995db8506b7ee7692988149b7e71cc4e11e6f23bb6f51a181a76f6bf6ee5bf2e0960ea5b54440917d0c37a8de2c8325e5e6de2ca4814a1ea71ec3a26cd3187b247b5ce65f48d417e6c4917a48a41584f5320ddcf1a63927ffa3d737b4c1ff45aa9625b0c271b60194", "versions": { "2012.02.22": { "bin": [ @@ -3605,6 +3605,20 @@ "https://yt-dl.org/downloads/2014.03.21.5/youtube-dl-2014.03.21.5.tar.gz", "82c1c9de140b5030ee836c9b0f3586e812fc5bc5881703322d97ed5eb35b064d" ] + }, + "2014.03.23": { + "bin": [ + "https://yt-dl.org/downloads/2014.03.23/youtube-dl", + "6497f2f7d3a4877da926a0773aa8d42a8ff1837bea69331b221c6e6929740c37" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.03.23/youtube-dl.exe", + "8901ad5eceb9a0e6b097eff4a1e1dfbc9e85dafccc766c013499830195715670" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.03.23/youtube-dl-2014.03.23.tar.gz", + "4f5fa3364ad52fc7219fb31ee894f7f777874978450c56498de387efae2a9926" + ] } } } \ No newline at end of file From 9566442ef3c875ac58a1d04d953615d72b48b142 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Mon, 24 Mar 2014 01:46:43 +0100 Subject: [PATCH 077/138] release 2013.03.24 --- 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 69026f304..868818d23 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

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

    -

    2014.03.23 (sig)

    +

    2013.03.24 (sig)

      -
    • MD5: a11c9317c04278dda3e17aebb1f8f227
    • -
    • SHA1: f483cc02739a831f6eb51e624508d4ebef5a16ac
    • -
    • SHA256: 6497f2f7d3a4877da926a0773aa8d42a8ff1837bea69331b221c6e6929740c37
    • +
    • MD5: 5e472ad2d168d2a26f0f540d8a8e435b
    • +
    • SHA1: c0ddf4435332012afa8cebd662adaa2e6349bc2c
    • +
    • SHA256: 39343ac043bc4eb0a730ed97fee8abe4500f43e0de7c4316a721f16f41076cc6

    - Windows exe (sig - 8901ad5eceb9a0e6b097eff4a1e1dfbc9e85dafccc766c013499830195715670)
    - Full source + docs + binary tarball (sig - 4f5fa3364ad52fc7219fb31ee894f7f777874978450c56498de387efae2a9926) + Windows exe (sig - b047d39b7b39acc01ac32136589e6100c640f0af123cce9eb598f74be18bd0f8)
    + Full source + docs + binary tarball (sig - 68fa33f8e8a4f56c3a8a0502d743c367bc3adc89d378d07ef3346558217c4255)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.03.23/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2013.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/2014.03.23/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2013.03.24/youtube-dl -O /usr/local/bin/youtube-dl
    sudo chmod a+x /usr/local/bin/youtube-dl

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

    To check the signature, type: -sudo wget https://yt-dl.org/downloads/2014.03.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/2013.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 1a4ee7788..25892dff6 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -198,6 +198,7 @@
  • RottenTomatoes
  • Roxwel
  • RTLnow
  • +
  • RTS: RTS.ch
  • rutube: Rutube videos
  • rutube:channel: Rutube channels
  • rutube:movie: Rutube movies
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 0ece6b596..eb29119fa 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.03.23 \ No newline at end of file +2013.03.24 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 8aea97dbd..16f26992f 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 - 2014-03-23T16:09:28.977982Z + 2014-03-24T01:46:41.137584Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -245,6 +245,21 @@ 2013-02-25T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.03.24 + New version 2013.03.24 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.03.24/ +
    +
    + + The youtube-dl maintainers + + 2013-03-24T00:00:00Z +
    + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.03.29 New version 2013.03.29 diff --git a/update/versions.json b/update/versions.json index 5fee8c961..58da93fa7 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.03.23", - "signature": "5a88f4b4efe6d276877d6b062bd47568091d70f08c6ed54995db8506b7ee7692988149b7e71cc4e11e6f23bb6f51a181a76f6bf6ee5bf2e0960ea5b54440917d0c37a8de2c8325e5e6de2ca4814a1ea71ec3a26cd3187b247b5ce65f48d417e6c4917a48a41584f5320ddcf1a63927ffa3d737b4c1ff45aa9625b0c271b60194", + "latest": "2013.03.24", + "signature": "215d38314cfd432eed0f0925143b2f166d42feb17b570f83df3ec94cbeb71baee02cb9877bfc1bf2c7285d8a21660d268b790878a17b2a9a579b8750ddb29b0e3c3f4ee794ceb71dea71d0fb6d421df21ae73a76057327e0b2d76030d2c2c584c5164697653d5224c99cc4103ec3b4134d31006170793094948f2ab797fced21", "versions": { "2012.02.22": { "bin": [ @@ -229,6 +229,20 @@ "b7e2803f9a7f05f282bacc015b2a4f44c658587e19be076329c7f346093c2008" ] }, + "2013.03.24": { + "bin": [ + "https://yt-dl.org/downloads/2013.03.24/youtube-dl", + "39343ac043bc4eb0a730ed97fee8abe4500f43e0de7c4316a721f16f41076cc6" + ], + "exe": [ + "https://yt-dl.org/downloads/2013.03.24/youtube-dl.exe", + "b047d39b7b39acc01ac32136589e6100c640f0af123cce9eb598f74be18bd0f8" + ], + "tar": [ + "https://yt-dl.org/downloads/2013.03.24/youtube-dl-2013.03.24.tar.gz", + "68fa33f8e8a4f56c3a8a0502d743c367bc3adc89d378d07ef3346558217c4255" + ] + }, "2013.03.29": { "bin": [ "http://youtube-dl.org/downloads/2013.03.29/youtube-dl", From e72711c9b030d197aad65ef44021d01f901e5486 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Mon, 24 Mar 2014 02:28:53 +0100 Subject: [PATCH 078/138] release 2013.03.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 868818d23..a9a20c43e 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

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

    -

    2013.03.24 (sig)

    +

    2013.03.24.2 (sig)

      -
    • MD5: 5e472ad2d168d2a26f0f540d8a8e435b
    • -
    • SHA1: c0ddf4435332012afa8cebd662adaa2e6349bc2c
    • -
    • SHA256: 39343ac043bc4eb0a730ed97fee8abe4500f43e0de7c4316a721f16f41076cc6
    • +
    • MD5: 53e6d4192e73a3b7fce941a585c3095a
    • +
    • SHA1: bcca46aa9090885589ad7f3c6a1b5365d8fc2e1e
    • +
    • SHA256: ede906cdbdf6ed6e26bd9e9d253f3395f37e2fe07af66d4100f7f543fcb895f3

    - Windows exe (sig - b047d39b7b39acc01ac32136589e6100c640f0af123cce9eb598f74be18bd0f8)
    - Full source + docs + binary tarball (sig - 68fa33f8e8a4f56c3a8a0502d743c367bc3adc89d378d07ef3346558217c4255) + Windows exe (sig - 1f435e22d388f73ef9f2c9995085c58e21700cf2028d47bd7e000c6e7280e01b)
    + Full source + docs + binary tarball (sig - 0b01ac2f120015aa1142d841a9b6a822607f7de4b4d7333c5991c7becc60e752)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2013.03.24/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2013.03.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/2013.03.24/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2013.03.24.2/youtube-dl -O /usr/local/bin/youtube-dl
    sudo chmod a+x /usr/local/bin/youtube-dl

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

    To check the signature, type: -sudo wget https://yt-dl.org/downloads/2013.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/2013.03.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 eb29119fa..2489fc9db 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2013.03.24 \ No newline at end of file +2013.03.24.2 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 16f26992f..411f45ad5 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 - 2014-03-24T01:46:41.137584Z + 2014-03-24T02:28:51.812687Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -260,6 +260,21 @@ 2013-03-24T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.03.24.2 + New version 2013.03.24.2 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.03.24.2/ +
    +
    + + The youtube-dl maintainers + + 2013-03-24T00:00:02Z +
    + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2013.03.29 New version 2013.03.29 diff --git a/update/versions.json b/update/versions.json index 58da93fa7..1e0e01f67 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2013.03.24", - "signature": "215d38314cfd432eed0f0925143b2f166d42feb17b570f83df3ec94cbeb71baee02cb9877bfc1bf2c7285d8a21660d268b790878a17b2a9a579b8750ddb29b0e3c3f4ee794ceb71dea71d0fb6d421df21ae73a76057327e0b2d76030d2c2c584c5164697653d5224c99cc4103ec3b4134d31006170793094948f2ab797fced21", + "latest": "2013.03.24.2", + "signature": "669f518e116a7206de074a3beb82f6acdb7d46e8a5c0540ac4400a32af838731b4e0caccedfd2bb9d09962593f3d864571a3a22db86c999c19b26cb0b870a5d87c4b2d02da83405d69f161f1b9d4100a83d89310f3b6e64052f170046bce42786c3ff04d8a60cfcb88f7d7d8ed1beff7017428384ce3489e6d9aeb9075a4657b", "versions": { "2012.02.22": { "bin": [ @@ -243,6 +243,20 @@ "68fa33f8e8a4f56c3a8a0502d743c367bc3adc89d378d07ef3346558217c4255" ] }, + "2013.03.24.2": { + "bin": [ + "https://yt-dl.org/downloads/2013.03.24.2/youtube-dl", + "ede906cdbdf6ed6e26bd9e9d253f3395f37e2fe07af66d4100f7f543fcb895f3" + ], + "exe": [ + "https://yt-dl.org/downloads/2013.03.24.2/youtube-dl.exe", + "1f435e22d388f73ef9f2c9995085c58e21700cf2028d47bd7e000c6e7280e01b" + ], + "tar": [ + "https://yt-dl.org/downloads/2013.03.24.2/youtube-dl-2013.03.24.2.tar.gz", + "0b01ac2f120015aa1142d841a9b6a822607f7de4b4d7333c5991c7becc60e752" + ] + }, "2013.03.29": { "bin": [ "http://youtube-dl.org/downloads/2013.03.29/youtube-dl", From e76a774494063f645a83027680e4be2d712a77f7 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Mon, 24 Mar 2014 10:29:08 +0100 Subject: [PATCH 079/138] release 2014.03.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 a9a20c43e..f1081a085 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

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

    -

    2013.03.24.2 (sig)

    +

    2014.03.24.1 (sig)

      -
    • MD5: 53e6d4192e73a3b7fce941a585c3095a
    • -
    • SHA1: bcca46aa9090885589ad7f3c6a1b5365d8fc2e1e
    • -
    • SHA256: ede906cdbdf6ed6e26bd9e9d253f3395f37e2fe07af66d4100f7f543fcb895f3
    • +
    • MD5: 96d9ed61916ce466926581aaa3183191
    • +
    • SHA1: 8ae6fefb0c5af0d09cc9ca2a00f63bd48584c677
    • +
    • SHA256: 50a27881d72b23463bd6e6acb959661f4cf2753982189273a2fb775b05d713df

    - Windows exe (sig - 1f435e22d388f73ef9f2c9995085c58e21700cf2028d47bd7e000c6e7280e01b)
    - Full source + docs + binary tarball (sig - 0b01ac2f120015aa1142d841a9b6a822607f7de4b4d7333c5991c7becc60e752) + Windows exe (sig - ab0014481b4bc43806fbac4c7470285ae9cd9273cfe1790a0c4e3f15396380a0)
    + Full source + docs + binary tarball (sig - 1ead0b3fbbeff5d74733f1fd11eb4aa80bfdd839dd15dec1d9a8964836deb008)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2013.03.24.2/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2014.03.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/2013.03.24.2/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2014.03.24.1/youtube-dl -O /usr/local/bin/youtube-dl
    sudo chmod a+x /usr/local/bin/youtube-dl

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

    To check the signature, type: -sudo wget https://yt-dl.org/downloads/2013.03.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/2014.03.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 2489fc9db..0b8cb23a6 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2013.03.24.2 \ No newline at end of file +2014.03.24.1 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 411f45ad5..4f563775a 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 - 2014-03-24T02:28:51.812687Z + 2014-03-24T10:29:06.716458Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -3905,4 +3905,19 @@ 2014-03-23T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.03.24.1 + New version 2014.03.24.1 + + +
    + Downloads available at https://yt-dl.org/downloads/2014.03.24.1/ +
    +
    + + The youtube-dl maintainers + + 2014-03-24T00:00:01Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 1e0e01f67..bf5a422ec 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2013.03.24.2", - "signature": "669f518e116a7206de074a3beb82f6acdb7d46e8a5c0540ac4400a32af838731b4e0caccedfd2bb9d09962593f3d864571a3a22db86c999c19b26cb0b870a5d87c4b2d02da83405d69f161f1b9d4100a83d89310f3b6e64052f170046bce42786c3ff04d8a60cfcb88f7d7d8ed1beff7017428384ce3489e6d9aeb9075a4657b", + "latest": "2014.03.24.1", + "signature": "116f3878e26ce457b9f36f65685f6f20f145638142d691dcfde2834fb5fcbbc2eb47471d5bf2dbb2462590b8b65aec90c9b6e48d838977d8e138ac917257fd9f2cf20279e648fcdde3259721e54d719943b48bb96e4f5d87fc02b26d00ddb3e3da08d18ce55bf0faaeb62d0c46c5fb616875ff7feb043272eb5e2c65274394bb", "versions": { "2012.02.22": { "bin": [ @@ -3647,6 +3647,20 @@ "https://yt-dl.org/downloads/2014.03.23/youtube-dl-2014.03.23.tar.gz", "4f5fa3364ad52fc7219fb31ee894f7f777874978450c56498de387efae2a9926" ] + }, + "2014.03.24.1": { + "bin": [ + "https://yt-dl.org/downloads/2014.03.24.1/youtube-dl", + "50a27881d72b23463bd6e6acb959661f4cf2753982189273a2fb775b05d713df" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.03.24.1/youtube-dl.exe", + "ab0014481b4bc43806fbac4c7470285ae9cd9273cfe1790a0c4e3f15396380a0" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.03.24.1/youtube-dl-2014.03.24.1.tar.gz", + "1ead0b3fbbeff5d74733f1fd11eb4aa80bfdd839dd15dec1d9a8964836deb008" + ] } } } \ No newline at end of file From 9c7a1bbee98165612df781ca3d4f0d395212de85 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Mon, 24 Mar 2014 15:03:47 +0100 Subject: [PATCH 080/138] release 2014.03.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 f1081a085..21d08c6fd 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

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

    -

    2014.03.24.1 (sig)

    +

    2014.03.24.2 (sig)

      -
    • MD5: 96d9ed61916ce466926581aaa3183191
    • -
    • SHA1: 8ae6fefb0c5af0d09cc9ca2a00f63bd48584c677
    • -
    • SHA256: 50a27881d72b23463bd6e6acb959661f4cf2753982189273a2fb775b05d713df
    • +
    • MD5: 1507bc963913faceda9e87a18e97bb83
    • +
    • SHA1: c8a9dd9a216b927170b8ae00fe227e56215a4b37
    • +
    • SHA256: 57565e86312fe52d852468813c68383a2869149fef0ffcc954815cc12df4b7d0

    - Windows exe (sig - ab0014481b4bc43806fbac4c7470285ae9cd9273cfe1790a0c4e3f15396380a0)
    - Full source + docs + binary tarball (sig - 1ead0b3fbbeff5d74733f1fd11eb4aa80bfdd839dd15dec1d9a8964836deb008) + Windows exe (sig - f252bbcc4b2952e80e53b36c8e3fba4264fe52f66dcd23d54255391f965550c2)
    + Full source + docs + binary tarball (sig - 611948d7087089fe12acddafb844e402449b0d50c8436e43f37de6559807638d)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.03.24.1/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2014.03.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/2014.03.24.1/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2014.03.24.2/youtube-dl -O /usr/local/bin/youtube-dl
    sudo chmod a+x /usr/local/bin/youtube-dl

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

    To check the signature, type: -sudo wget https://yt-dl.org/downloads/2014.03.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/2014.03.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 0b8cb23a6..5c89c94ad 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.03.24.1 \ No newline at end of file +2014.03.24.2 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 4f563775a..b38c4c911 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 - 2014-03-24T10:29:06.716458Z + 2014-03-24T15:03:46.547803Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -3920,4 +3920,19 @@ 2014-03-24T00:00:01Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.03.24.2 + New version 2014.03.24.2 + + +
    + Downloads available at https://yt-dl.org/downloads/2014.03.24.2/ +
    +
    + + The youtube-dl maintainers + + 2014-03-24T00:00:02Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index bf5a422ec..24a5a8245 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.03.24.1", - "signature": "116f3878e26ce457b9f36f65685f6f20f145638142d691dcfde2834fb5fcbbc2eb47471d5bf2dbb2462590b8b65aec90c9b6e48d838977d8e138ac917257fd9f2cf20279e648fcdde3259721e54d719943b48bb96e4f5d87fc02b26d00ddb3e3da08d18ce55bf0faaeb62d0c46c5fb616875ff7feb043272eb5e2c65274394bb", + "latest": "2014.03.24.2", + "signature": "6b7deaa6019c74fe8c75705618737f1354bd1f5c036caa0027659a17536891d079c51ede43c3abfb4522ee5ce90a79af460274327a5fcdef528a5c29adf8a798d29eed3091680b90e89b27ab17eeee84f09e56fd53e7ecca2c7fdf4af24e8bf13ae6714134d39c9b2ff146d50b95e1b45a6bee455ee5cf851fa0d099d61aca68", "versions": { "2012.02.22": { "bin": [ @@ -3661,6 +3661,20 @@ "https://yt-dl.org/downloads/2014.03.24.1/youtube-dl-2014.03.24.1.tar.gz", "1ead0b3fbbeff5d74733f1fd11eb4aa80bfdd839dd15dec1d9a8964836deb008" ] + }, + "2014.03.24.2": { + "bin": [ + "https://yt-dl.org/downloads/2014.03.24.2/youtube-dl", + "57565e86312fe52d852468813c68383a2869149fef0ffcc954815cc12df4b7d0" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.03.24.2/youtube-dl.exe", + "f252bbcc4b2952e80e53b36c8e3fba4264fe52f66dcd23d54255391f965550c2" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.03.24.2/youtube-dl-2014.03.24.2.tar.gz", + "611948d7087089fe12acddafb844e402449b0d50c8436e43f37de6559807638d" + ] } } } \ No newline at end of file From 41e7dd23d138219cbe11d1ecbf651b68472720ed Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Mon, 24 Mar 2014 17:15:13 +0100 Subject: [PATCH 081/138] release 2014.03.24.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 21d08c6fd..dd1b3fe09 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

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

    -

    2014.03.24.2 (sig)

    +

    2014.03.24.3 (sig)

      -
    • MD5: 1507bc963913faceda9e87a18e97bb83
    • -
    • SHA1: c8a9dd9a216b927170b8ae00fe227e56215a4b37
    • -
    • SHA256: 57565e86312fe52d852468813c68383a2869149fef0ffcc954815cc12df4b7d0
    • +
    • MD5: 3c2d585ec0df79437ee25c090a46e9a5
    • +
    • SHA1: 7588b97d52035b6ad849acaf0de1b79016ce3a60
    • +
    • SHA256: 76cdf6b05b8bddfe2c6587c056c0f2853b62cb11259041bd66303c6fdd07ad7c

    - Windows exe (sig - f252bbcc4b2952e80e53b36c8e3fba4264fe52f66dcd23d54255391f965550c2)
    - Full source + docs + binary tarball (sig - 611948d7087089fe12acddafb844e402449b0d50c8436e43f37de6559807638d) + Windows exe (sig - 0bc70e7ef4219b8cd47022c05bc6b35de1aaf3b1e00f083f2fae88e3bbbc1429)
    + Full source + docs + binary tarball (sig - e16d42caaa66db16eee1837d74d39320ad769057ccf1ba75e7e8e202c2775969)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.03.24.2/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2014.03.24.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/2014.03.24.2/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2014.03.24.3/youtube-dl -O /usr/local/bin/youtube-dl
    sudo chmod a+x /usr/local/bin/youtube-dl

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

    To check the signature, type: -sudo wget https://yt-dl.org/downloads/2014.03.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/2014.03.24.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 25892dff6..dbec4e7c3 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -49,6 +49,7 @@
  • BR: Bayerischer Rundfunk Mediathek
  • Break
  • Brightcove
  • +
  • BYUtv
  • Canal13cl
  • canalc2.tv
  • canalplus.fr
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 5c89c94ad..c1f322c55 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.03.24.2 \ No newline at end of file +2014.03.24.3 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index b38c4c911..511637bb0 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 - 2014-03-24T15:03:46.547803Z + 2014-03-24T17:15:09.792710Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -3935,4 +3935,19 @@ 2014-03-24T00:00:02Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.03.24.3 + New version 2014.03.24.3 + + +
    + Downloads available at https://yt-dl.org/downloads/2014.03.24.3/ +
    +
    + + The youtube-dl maintainers + + 2014-03-24T00:00:03Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 24a5a8245..7fb8e17b1 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.03.24.2", - "signature": "6b7deaa6019c74fe8c75705618737f1354bd1f5c036caa0027659a17536891d079c51ede43c3abfb4522ee5ce90a79af460274327a5fcdef528a5c29adf8a798d29eed3091680b90e89b27ab17eeee84f09e56fd53e7ecca2c7fdf4af24e8bf13ae6714134d39c9b2ff146d50b95e1b45a6bee455ee5cf851fa0d099d61aca68", + "latest": "2014.03.24.3", + "signature": "641cf19b2026da8b0cfe027892523dbd2625b88008d39aacd7368fdd11fbda9ab2cfa297969781761e30b2612cc168ece1c7db7b783bb29b68474082e1270d6fad97dd760c8fdc5ba853920c137f94be5924c5b161db7a50fdaf237294b20606f7ae5046d86b9be8d44d75d3ddeed09b11b752afd1e803e69eecbfb04d6bfb98", "versions": { "2012.02.22": { "bin": [ @@ -3675,6 +3675,20 @@ "https://yt-dl.org/downloads/2014.03.24.2/youtube-dl-2014.03.24.2.tar.gz", "611948d7087089fe12acddafb844e402449b0d50c8436e43f37de6559807638d" ] + }, + "2014.03.24.3": { + "bin": [ + "https://yt-dl.org/downloads/2014.03.24.3/youtube-dl", + "76cdf6b05b8bddfe2c6587c056c0f2853b62cb11259041bd66303c6fdd07ad7c" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.03.24.3/youtube-dl.exe", + "0bc70e7ef4219b8cd47022c05bc6b35de1aaf3b1e00f083f2fae88e3bbbc1429" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.03.24.3/youtube-dl-2014.03.24.3.tar.gz", + "e16d42caaa66db16eee1837d74d39320ad769057ccf1ba75e7e8e202c2775969" + ] } } } \ No newline at end of file From f7cc23f1e9401c276a830943f809ef304ef3359f Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Mon, 24 Mar 2014 22:14:37 +0100 Subject: [PATCH 082/138] release 2014.03.24.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 dd1b3fe09..5aebd3941 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

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

    -

    2014.03.24.3 (sig)

    +

    2014.03.24.4 (sig)

      -
    • MD5: 3c2d585ec0df79437ee25c090a46e9a5
    • -
    • SHA1: 7588b97d52035b6ad849acaf0de1b79016ce3a60
    • -
    • SHA256: 76cdf6b05b8bddfe2c6587c056c0f2853b62cb11259041bd66303c6fdd07ad7c
    • +
    • MD5: fd4a6d6f6d810a449b4e0d4e9098bd0d
    • +
    • SHA1: f58d83bd0233f1e77f7ab64df044b6b104358c70
    • +
    • SHA256: 1b97e73f77231d2a6ca356adc2b587566fe5a7a2f1d90976e73445a0c17928e8

    - Windows exe (sig - 0bc70e7ef4219b8cd47022c05bc6b35de1aaf3b1e00f083f2fae88e3bbbc1429)
    - Full source + docs + binary tarball (sig - e16d42caaa66db16eee1837d74d39320ad769057ccf1ba75e7e8e202c2775969) + Windows exe (sig - c98ef4431e8cb2bef9db004498fbe1dcac8cf726b09db7a970374d6e45ecc8d0)
    + Full source + docs + binary tarball (sig - 097a39cdc29a05edb5e3956f421e172697ab7a6cf9295e818c512c9616efe66d)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.03.24.3/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2014.03.24.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/2014.03.24.3/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2014.03.24.4/youtube-dl -O /usr/local/bin/youtube-dl
    sudo chmod a+x /usr/local/bin/youtube-dl

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

    To check the signature, type: -sudo wget https://yt-dl.org/downloads/2014.03.24.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/2014.03.24.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 dbec4e7c3..5e4a0f3b4 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -35,6 +35,7 @@
  • arte.tv:concert
  • arte.tv:creative
  • arte.tv:ddc
  • +
  • arte.tv:embed
  • arte.tv:future
  • AUEngine
  • bambuser
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index c1f322c55..d49e54af9 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.03.24.3 \ No newline at end of file +2014.03.24.4 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 511637bb0..e4b270d50 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 - 2014-03-24T17:15:09.792710Z + 2014-03-24T22:14:36.196836Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -3950,4 +3950,19 @@ 2014-03-24T00:00:03Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.03.24.4 + New version 2014.03.24.4 + + +
    + Downloads available at https://yt-dl.org/downloads/2014.03.24.4/ +
    +
    + + The youtube-dl maintainers + + 2014-03-24T00:00:04Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 7fb8e17b1..8582668c0 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.03.24.3", - "signature": "641cf19b2026da8b0cfe027892523dbd2625b88008d39aacd7368fdd11fbda9ab2cfa297969781761e30b2612cc168ece1c7db7b783bb29b68474082e1270d6fad97dd760c8fdc5ba853920c137f94be5924c5b161db7a50fdaf237294b20606f7ae5046d86b9be8d44d75d3ddeed09b11b752afd1e803e69eecbfb04d6bfb98", + "latest": "2014.03.24.4", + "signature": "0cac61d6d891f323a9975fea10a82162ae2547dcdd02e83e475f619c774705d60467aada8ab566156b23820fae50e973ab3191d5a888e927de57a0a23a997e07ca1ea592af1783c77e9d0d367e091c647054aac29cacbf035491631d1ec67edad561cf82a3e9290f877639f4c0f6ac01d988065f6e9fc0b6be6bcfcd0c1c8f78", "versions": { "2012.02.22": { "bin": [ @@ -3689,6 +3689,20 @@ "https://yt-dl.org/downloads/2014.03.24.3/youtube-dl-2014.03.24.3.tar.gz", "e16d42caaa66db16eee1837d74d39320ad769057ccf1ba75e7e8e202c2775969" ] + }, + "2014.03.24.4": { + "bin": [ + "https://yt-dl.org/downloads/2014.03.24.4/youtube-dl", + "1b97e73f77231d2a6ca356adc2b587566fe5a7a2f1d90976e73445a0c17928e8" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.03.24.4/youtube-dl.exe", + "c98ef4431e8cb2bef9db004498fbe1dcac8cf726b09db7a970374d6e45ecc8d0" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.03.24.4/youtube-dl-2014.03.24.4.tar.gz", + "097a39cdc29a05edb5e3956f421e172697ab7a6cf9295e818c512c9616efe66d" + ] } } } \ No newline at end of file From 65729455c73c274537cf9394403de415fb6bf944 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Mon, 24 Mar 2014 23:26:34 +0100 Subject: [PATCH 083/138] release 2014.03.24.5 --- 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 5aebd3941..83cc2afb4 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

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

    -

    2014.03.24.4 (sig)

    +

    2014.03.24.5 (sig)

      -
    • MD5: fd4a6d6f6d810a449b4e0d4e9098bd0d
    • -
    • SHA1: f58d83bd0233f1e77f7ab64df044b6b104358c70
    • -
    • SHA256: 1b97e73f77231d2a6ca356adc2b587566fe5a7a2f1d90976e73445a0c17928e8
    • +
    • MD5: e973a0a233df188e1620f3e20528774d
    • +
    • SHA1: e2aec543dd2d322c82bd09985fce36a0db86ce87
    • +
    • SHA256: 644e5d2dfad1a197111162bc588c54ee80916127fa5bc956313bf289893bbb28

    - Windows exe (sig - c98ef4431e8cb2bef9db004498fbe1dcac8cf726b09db7a970374d6e45ecc8d0)
    - Full source + docs + binary tarball (sig - 097a39cdc29a05edb5e3956f421e172697ab7a6cf9295e818c512c9616efe66d) + Windows exe (sig - 3224e6565d6252e1366e736a6a828aa1e35b7f77522ebe3d2607c593bb1c7478)
    + Full source + docs + binary tarball (sig - f1258e8f91edb1e47d4e0ef19927faaa8327e834791807488ab21bbc5f3513af)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.03.24.4/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2014.03.24.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/2014.03.24.4/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2014.03.24.5/youtube-dl -O /usr/local/bin/youtube-dl
    sudo chmod a+x /usr/local/bin/youtube-dl

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

    To check the signature, type: -sudo wget https://yt-dl.org/downloads/2014.03.24.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/2014.03.24.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/supportedsites.html b/supportedsites.html index 5e4a0f3b4..dfd2eb403 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -282,6 +282,7 @@
  • Vine
  • vk.com
  • vube: Vube.com
  • +
  • WashingtonPost
  • wat.tv
  • WDR
  • Weibo
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index d49e54af9..dc2b4c8cb 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.03.24.4 \ No newline at end of file +2014.03.24.5 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index e4b270d50..f2d6080d0 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 - 2014-03-24T22:14:36.196836Z + 2014-03-24T23:26:32.883017Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -3965,4 +3965,19 @@ 2014-03-24T00:00:04Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.03.24.5 + New version 2014.03.24.5 + + +
    + Downloads available at https://yt-dl.org/downloads/2014.03.24.5/ +
    +
    + + The youtube-dl maintainers + + 2014-03-24T00:00:05Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 8582668c0..408825bd5 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.03.24.4", - "signature": "0cac61d6d891f323a9975fea10a82162ae2547dcdd02e83e475f619c774705d60467aada8ab566156b23820fae50e973ab3191d5a888e927de57a0a23a997e07ca1ea592af1783c77e9d0d367e091c647054aac29cacbf035491631d1ec67edad561cf82a3e9290f877639f4c0f6ac01d988065f6e9fc0b6be6bcfcd0c1c8f78", + "latest": "2014.03.24.5", + "signature": "37e05e5b13e0ff006a1435858fa97f5216da2557dd0a39632e7f8402ef74866240ccf416fb7efb9a957774eefa4393d036332220f809b33c234564a45f57b4d191e2cdb246d2cce8809125957b4244d31eba8d765be6225476c9c9074b64ee0c8c9a2e882d953485524633c0454088367c95f599097d361c7b79fd3505fd7baa", "versions": { "2012.02.22": { "bin": [ @@ -3703,6 +3703,20 @@ "https://yt-dl.org/downloads/2014.03.24.4/youtube-dl-2014.03.24.4.tar.gz", "097a39cdc29a05edb5e3956f421e172697ab7a6cf9295e818c512c9616efe66d" ] + }, + "2014.03.24.5": { + "bin": [ + "https://yt-dl.org/downloads/2014.03.24.5/youtube-dl", + "644e5d2dfad1a197111162bc588c54ee80916127fa5bc956313bf289893bbb28" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.03.24.5/youtube-dl.exe", + "3224e6565d6252e1366e736a6a828aa1e35b7f77522ebe3d2607c593bb1c7478" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.03.24.5/youtube-dl-2014.03.24.5.tar.gz", + "f1258e8f91edb1e47d4e0ef19927faaa8327e834791807488ab21bbc5f3513af" + ] } } } \ No newline at end of file From f3c9b0c2869516538f619624a756afb0c3d06e00 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Tue, 25 Mar 2014 04:06:07 +0100 Subject: [PATCH 084/138] release 2014.03.25 --- 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 83cc2afb4..261d65d8d 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

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

    -

    2014.03.24.5 (sig)

    +

    2014.03.25 (sig)

      -
    • MD5: e973a0a233df188e1620f3e20528774d
    • -
    • SHA1: e2aec543dd2d322c82bd09985fce36a0db86ce87
    • -
    • SHA256: 644e5d2dfad1a197111162bc588c54ee80916127fa5bc956313bf289893bbb28
    • +
    • MD5: 34bb1dee46e154bd6eabb56d1fa19f9d
    • +
    • SHA1: b4999cb2cfe75bfc80b04d3812a689169691ce0c
    • +
    • SHA256: 484c4c7f0f1447f8f4396496105de359c9565e72381911b36524e66cb204a26a

    - Windows exe (sig - 3224e6565d6252e1366e736a6a828aa1e35b7f77522ebe3d2607c593bb1c7478)
    - Full source + docs + binary tarball (sig - f1258e8f91edb1e47d4e0ef19927faaa8327e834791807488ab21bbc5f3513af) + Windows exe (sig - ef4a0e0b35f1ecffc495b3781177ceeb777f9c5dc33aedbdf55123be44fdc31c)
    + Full source + docs + binary tarball (sig - 9ffbef8016072736f3b9720f9e4f46b9497222440a722875004fd6c53e60f266)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.03.24.5/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2014.03.25/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/2014.03.24.5/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2014.03.25/youtube-dl -O /usr/local/bin/youtube-dl
    sudo chmod a+x /usr/local/bin/youtube-dl

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

    To check the signature, type: -sudo wget https://yt-dl.org/downloads/2014.03.24.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/2014.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 dfd2eb403..23fe7341e 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -67,7 +67,7 @@
  • CNNBlogs
  • CollegeHumor
  • ComedyCentral
  • -
  • ComedyCentralShows: The Daily Show / Colbert Report
  • +
  • ComedyCentralShows: The Daily Show / The Colbert Report
  • CondeNast: Condé Nast media group: GQ, Glamour, Vanity Fair, Vogue, W Magazine, WIRED
  • Criterion
  • Crunchyroll
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index dc2b4c8cb..2075da849 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.03.24.5 \ No newline at end of file +2014.03.25 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index f2d6080d0..7956f64a9 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 - 2014-03-24T23:26:32.883017Z + 2014-03-25T04:06:04.686140Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -3980,4 +3980,19 @@ 2014-03-24T00:00:05Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.03.25 + New version 2014.03.25 + + +
    + Downloads available at https://yt-dl.org/downloads/2014.03.25/ +
    +
    + + The youtube-dl maintainers + + 2014-03-25T00:00:00Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 408825bd5..886775f51 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.03.24.5", - "signature": "37e05e5b13e0ff006a1435858fa97f5216da2557dd0a39632e7f8402ef74866240ccf416fb7efb9a957774eefa4393d036332220f809b33c234564a45f57b4d191e2cdb246d2cce8809125957b4244d31eba8d765be6225476c9c9074b64ee0c8c9a2e882d953485524633c0454088367c95f599097d361c7b79fd3505fd7baa", + "latest": "2014.03.25", + "signature": "3cee5129e6608a4d0dfbe592564cdedacb83780c7fa6639350c1c96a0f65cc6e9cd18730deaaf29d2f85762f96441f966e4a0727cec3b3b76fa55f81e0eac81b49a8ddf2600c3f8dbfc8c84ec7bd29ae6ec54af56ad37bd16689050708255108f52ccbe3a7d2ec4cc49018cc53806afe1b8a0b41e4c661a385293a8da98de62f", "versions": { "2012.02.22": { "bin": [ @@ -3717,6 +3717,20 @@ "https://yt-dl.org/downloads/2014.03.24.5/youtube-dl-2014.03.24.5.tar.gz", "f1258e8f91edb1e47d4e0ef19927faaa8327e834791807488ab21bbc5f3513af" ] + }, + "2014.03.25": { + "bin": [ + "https://yt-dl.org/downloads/2014.03.25/youtube-dl", + "484c4c7f0f1447f8f4396496105de359c9565e72381911b36524e66cb204a26a" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.03.25/youtube-dl.exe", + "ef4a0e0b35f1ecffc495b3781177ceeb777f9c5dc33aedbdf55123be44fdc31c" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.03.25/youtube-dl-2014.03.25.tar.gz", + "9ffbef8016072736f3b9720f9e4f46b9497222440a722875004fd6c53e60f266" + ] } } } \ No newline at end of file From ea2dadfb5aa3c61abcfb76f9df9e1dc8be5acdca Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Tue, 25 Mar 2014 14:30:40 +0100 Subject: [PATCH 085/138] release 2014.03.25.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 261d65d8d..20c1eac13 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

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

    -

    2014.03.25 (sig)

    +

    2014.03.25.1 (sig)

      -
    • MD5: 34bb1dee46e154bd6eabb56d1fa19f9d
    • -
    • SHA1: b4999cb2cfe75bfc80b04d3812a689169691ce0c
    • -
    • SHA256: 484c4c7f0f1447f8f4396496105de359c9565e72381911b36524e66cb204a26a
    • +
    • MD5: 535177ad46ae0059025260cc3983946f
    • +
    • SHA1: a0590b447c6fe8bef1f8935d1d052939e274f0d5
    • +
    • SHA256: 160c9d751c1143549d46e19ca2ef54f4ec83f13ffbb7e9cb7e9743d93ead1df6

    - Windows exe (sig - ef4a0e0b35f1ecffc495b3781177ceeb777f9c5dc33aedbdf55123be44fdc31c)
    - Full source + docs + binary tarball (sig - 9ffbef8016072736f3b9720f9e4f46b9497222440a722875004fd6c53e60f266) + Windows exe (sig - cc8714f78fc5350bab5f9d6e66762f9d48038784372c1c44545ef44b769913b9)
    + Full source + docs + binary tarball (sig - c818776981e3f8b5a9ddebb5e18c5f0275d148a79feb01cd7d17040b72f44a26)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.03.25/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2014.03.25.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/2014.03.25/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2014.03.25.1/youtube-dl -O /usr/local/bin/youtube-dl
    sudo chmod a+x /usr/local/bin/youtube-dl

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

    To check the signature, type: -sudo wget https://yt-dl.org/downloads/2014.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/2014.03.25.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 2075da849..af00e489e 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.03.25 \ No newline at end of file +2014.03.25.1 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 7956f64a9..b9cdd0a49 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 - 2014-03-25T04:06:04.686140Z + 2014-03-25T14:30:37.649566Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -3995,4 +3995,19 @@ 2014-03-25T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.03.25.1 + New version 2014.03.25.1 + + +
    + Downloads available at https://yt-dl.org/downloads/2014.03.25.1/ +
    +
    + + The youtube-dl maintainers + + 2014-03-25T00:00:01Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 886775f51..06940126e 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.03.25", - "signature": "3cee5129e6608a4d0dfbe592564cdedacb83780c7fa6639350c1c96a0f65cc6e9cd18730deaaf29d2f85762f96441f966e4a0727cec3b3b76fa55f81e0eac81b49a8ddf2600c3f8dbfc8c84ec7bd29ae6ec54af56ad37bd16689050708255108f52ccbe3a7d2ec4cc49018cc53806afe1b8a0b41e4c661a385293a8da98de62f", + "latest": "2014.03.25.1", + "signature": "9bc1c801fb5ce354b022411a5adcffd8f52286c4c4ad399614fb45c0bdf24f3088ef8d2b83aace2fafe8c9f47e05a33ce234647487452200d0be676002ba7aad3fb29aa7614335a6aeb61f2878fca4f34dcf9933b0e067b1f75667c2b2f06fce075503c949f253ed6770ddd1543c2595771493ea2d2e0a132ba867d2a06e9c77", "versions": { "2012.02.22": { "bin": [ @@ -3731,6 +3731,20 @@ "https://yt-dl.org/downloads/2014.03.25/youtube-dl-2014.03.25.tar.gz", "9ffbef8016072736f3b9720f9e4f46b9497222440a722875004fd6c53e60f266" ] + }, + "2014.03.25.1": { + "bin": [ + "https://yt-dl.org/downloads/2014.03.25.1/youtube-dl", + "160c9d751c1143549d46e19ca2ef54f4ec83f13ffbb7e9cb7e9743d93ead1df6" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.03.25.1/youtube-dl.exe", + "cc8714f78fc5350bab5f9d6e66762f9d48038784372c1c44545ef44b769913b9" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.03.25.1/youtube-dl-2014.03.25.1.tar.gz", + "c818776981e3f8b5a9ddebb5e18c5f0275d148a79feb01cd7d17040b72f44a26" + ] } } } \ No newline at end of file From c8b64cf1d6925b6545b8caf2c940e766b91b99f0 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Thu, 27 Mar 2014 02:26:02 +0100 Subject: [PATCH 086/138] release 2014.03.27 --- download.html | 18 +++++++++--------- supportedsites.html | 2 -- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 42 insertions(+), 15 deletions(-) diff --git a/download.html b/download.html index 20c1eac13..b9c4e1635 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

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

    -

    2014.03.25.1 (sig)

    +

    2014.03.27 (sig)

      -
    • MD5: 535177ad46ae0059025260cc3983946f
    • -
    • SHA1: a0590b447c6fe8bef1f8935d1d052939e274f0d5
    • -
    • SHA256: 160c9d751c1143549d46e19ca2ef54f4ec83f13ffbb7e9cb7e9743d93ead1df6
    • +
    • MD5: 56b246a431ee32686855b5b95ad23e51
    • +
    • SHA1: c7ab3d8fc8619295a5b6c48ac2737e50730f5c8c
    • +
    • SHA256: 1894430f389282191efabc8937f1edcb8a94123218c2e10d2b201157a96e69e9

    - Windows exe (sig - cc8714f78fc5350bab5f9d6e66762f9d48038784372c1c44545ef44b769913b9)
    - Full source + docs + binary tarball (sig - c818776981e3f8b5a9ddebb5e18c5f0275d148a79feb01cd7d17040b72f44a26) + Windows exe (sig - 1b2c39009449c6b36ef8c143558040b050b8ca92cccc5e8e4cb4b8a6b9d5b06a)
    + Full source + docs + binary tarball (sig - a153d779621678a7e8e6af29217150756d73e538a653fb87f17f31ea07075154)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.03.25.1/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2014.03.27/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/2014.03.25.1/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2014.03.27/youtube-dl -O /usr/local/bin/youtube-dl
    sudo chmod a+x /usr/local/bin/youtube-dl

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

    To check the signature, type: -sudo wget https://yt-dl.org/downloads/2014.03.25.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/2014.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 23fe7341e..22d28fd4b 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -210,7 +210,6 @@
  • screen.yahoo:search: Yahoo screen search
  • ServingSys
  • Sina
  • -
  • Slashdot
  • Slideshare
  • smotri: Smotri.com
  • smotri:broadcast: Smotri.com broadcasts
  • @@ -263,7 +262,6 @@
  • Veoh
  • Vesti: Вести.Ru
  • Vevo
  • -
  • Vice
  • Viddler
  • video.google:search: Google Video search
  • video.mit.edu
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index af00e489e..5c55e3d50 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.03.25.1 \ No newline at end of file +2014.03.27 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index b9cdd0a49..70e9122a3 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 - 2014-03-25T14:30:37.649566Z + 2014-03-27T02:26:01.076761Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -4010,4 +4010,19 @@ 2014-03-25T00:00:01Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.03.27 + New version 2014.03.27 + + +
    + Downloads available at https://yt-dl.org/downloads/2014.03.27/ +
    +
    + + The youtube-dl maintainers + + 2014-03-27T00:00:00Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 06940126e..f26ba0284 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.03.25.1", - "signature": "9bc1c801fb5ce354b022411a5adcffd8f52286c4c4ad399614fb45c0bdf24f3088ef8d2b83aace2fafe8c9f47e05a33ce234647487452200d0be676002ba7aad3fb29aa7614335a6aeb61f2878fca4f34dcf9933b0e067b1f75667c2b2f06fce075503c949f253ed6770ddd1543c2595771493ea2d2e0a132ba867d2a06e9c77", + "latest": "2014.03.27", + "signature": "3d04f3bb7c2e3301330bf9ace0b2987fb53a6a8ab3dcdf0b29f5fe833886a4f08ad848c1af80fd5ecc22a3c3444bfe336698f72380ac18fcae87708190e5ca23005782aa18d49a4c05966d507a2843b618752962f73375e353d3d7a92eed93e7b141cc2cc736d9fda4c7f58b34d162aafca1f4ca6a0cea655414ddcfc1649a7b", "versions": { "2012.02.22": { "bin": [ @@ -3745,6 +3745,20 @@ "https://yt-dl.org/downloads/2014.03.25.1/youtube-dl-2014.03.25.1.tar.gz", "c818776981e3f8b5a9ddebb5e18c5f0275d148a79feb01cd7d17040b72f44a26" ] + }, + "2014.03.27": { + "bin": [ + "https://yt-dl.org/downloads/2014.03.27/youtube-dl", + "1894430f389282191efabc8937f1edcb8a94123218c2e10d2b201157a96e69e9" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.03.27/youtube-dl.exe", + "1b2c39009449c6b36ef8c143558040b050b8ca92cccc5e8e4cb4b8a6b9d5b06a" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.03.27/youtube-dl-2014.03.27.tar.gz", + "a153d779621678a7e8e6af29217150756d73e538a653fb87f17f31ea07075154" + ] } } } \ No newline at end of file From f79e8b7ab80103c82bc548d6450c81b54d7e4aca Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Thu, 27 Mar 2014 02:54:40 +0100 Subject: [PATCH 087/138] release 2014.03.27.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 b9c4e1635..9f71d9da6 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

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

    -

    2014.03.27 (sig)

    +

    2014.03.27.1 (sig)

      -
    • MD5: 56b246a431ee32686855b5b95ad23e51
    • -
    • SHA1: c7ab3d8fc8619295a5b6c48ac2737e50730f5c8c
    • -
    • SHA256: 1894430f389282191efabc8937f1edcb8a94123218c2e10d2b201157a96e69e9
    • +
    • MD5: 9f0c585770e03c6eab31c026e6bce72f
    • +
    • SHA1: c09675a307f5cd50078c733304235ddaa47a0327
    • +
    • SHA256: b6d0c3d3a6f865cfbd57d0a27ebd06756609a99ddbadb8b92b31a64991fb8ae9

    - Windows exe (sig - 1b2c39009449c6b36ef8c143558040b050b8ca92cccc5e8e4cb4b8a6b9d5b06a)
    - Full source + docs + binary tarball (sig - a153d779621678a7e8e6af29217150756d73e538a653fb87f17f31ea07075154) + Windows exe (sig - 5a94ce80bc3577b6504945c4700a1bbf9ae5eb24fad2b94bea4ac046a040d89d)
    + Full source + docs + binary tarball (sig - 067962a9ad22bd1b0db4310d0c8d1fc06440e2db9785268bcaf286158b403b7b)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.03.27/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2014.03.27.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/2014.03.27/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2014.03.27.1/youtube-dl -O /usr/local/bin/youtube-dl
    sudo chmod a+x /usr/local/bin/youtube-dl

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

    To check the signature, type: -sudo wget https://yt-dl.org/downloads/2014.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/2014.03.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/supportedsites.html b/supportedsites.html index 22d28fd4b..e50fcbe91 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -255,6 +255,7 @@
  • udemy
  • udemy:course
  • Unistra
  • +
  • Urort: NRK P3 Urørt
  • ustream
  • ustream:channel
  • Vbox7
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 5c55e3d50..be942dbe5 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.03.27 \ No newline at end of file +2014.03.27.1 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 70e9122a3..bd3d87490 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 - 2014-03-27T02:26:01.076761Z + 2014-03-27T02:54:38.695592Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -4025,4 +4025,19 @@ 2014-03-27T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.03.27.1 + New version 2014.03.27.1 + + +
    + Downloads available at https://yt-dl.org/downloads/2014.03.27.1/ +
    +
    + + The youtube-dl maintainers + + 2014-03-27T00:00:01Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index f26ba0284..304a35c52 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.03.27", - "signature": "3d04f3bb7c2e3301330bf9ace0b2987fb53a6a8ab3dcdf0b29f5fe833886a4f08ad848c1af80fd5ecc22a3c3444bfe336698f72380ac18fcae87708190e5ca23005782aa18d49a4c05966d507a2843b618752962f73375e353d3d7a92eed93e7b141cc2cc736d9fda4c7f58b34d162aafca1f4ca6a0cea655414ddcfc1649a7b", + "latest": "2014.03.27.1", + "signature": "245db50077310af2c60927cf766cd13638601c76884d3edd28156570d0e394aa3f25981de8293e95fb678ed41249499bba2df276867d1a1677c458ee3f8a0fb7950e9f0b6278f1c7442f0f860073c3add72e6c8057e56244fa4b25736a21136b8c931329d5cdda5f4ecccaea5769d4867a40c055fd16441e32a52cee52adc172", "versions": { "2012.02.22": { "bin": [ @@ -3759,6 +3759,20 @@ "https://yt-dl.org/downloads/2014.03.27/youtube-dl-2014.03.27.tar.gz", "a153d779621678a7e8e6af29217150756d73e538a653fb87f17f31ea07075154" ] + }, + "2014.03.27.1": { + "bin": [ + "https://yt-dl.org/downloads/2014.03.27.1/youtube-dl", + "b6d0c3d3a6f865cfbd57d0a27ebd06756609a99ddbadb8b92b31a64991fb8ae9" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.03.27.1/youtube-dl.exe", + "5a94ce80bc3577b6504945c4700a1bbf9ae5eb24fad2b94bea4ac046a040d89d" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.03.27.1/youtube-dl-2014.03.27.1.tar.gz", + "067962a9ad22bd1b0db4310d0c8d1fc06440e2db9785268bcaf286158b403b7b" + ] } } } \ No newline at end of file From 15d57b96735db97a50eb2ceeb18a6cb577e557de Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Fri, 28 Mar 2014 23:18:09 +0100 Subject: [PATCH 088/138] release 2014.03.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 9f71d9da6..bcd9641c8 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

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

    -

    2014.03.27.1 (sig)

    +

    2014.03.28 (sig)

      -
    • MD5: 9f0c585770e03c6eab31c026e6bce72f
    • -
    • SHA1: c09675a307f5cd50078c733304235ddaa47a0327
    • -
    • SHA256: b6d0c3d3a6f865cfbd57d0a27ebd06756609a99ddbadb8b92b31a64991fb8ae9
    • +
    • MD5: bdebb0f417f7a22e1485bf502c703c61
    • +
    • SHA1: bc765be0c28efd0562d812a5d58022bc4f14aab7
    • +
    • SHA256: b8b4216e0d1b228b606272755517e182e96f55a66031f9b42fa736aea2043676

    - Windows exe (sig - 5a94ce80bc3577b6504945c4700a1bbf9ae5eb24fad2b94bea4ac046a040d89d)
    - Full source + docs + binary tarball (sig - 067962a9ad22bd1b0db4310d0c8d1fc06440e2db9785268bcaf286158b403b7b) + Windows exe (sig - 3305111a4658cb52626355803627d336f748f7b9ee6febff0bfff719786a5711)
    + Full source + docs + binary tarball (sig - 76662faec3afad3f199014ab31e424a341406d1a95417c395ea770b7ebd4a0a1)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.03.27.1/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2014.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/2014.03.27.1/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2014.03.28/youtube-dl -O /usr/local/bin/youtube-dl
    sudo chmod a+x /usr/local/bin/youtube-dl

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

    To check the signature, type: -sudo wget https://yt-dl.org/downloads/2014.03.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/2014.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 e50fcbe91..f25de4b5a 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -177,6 +177,7 @@
  • novamov: NovaMov
  • Nowness
  • nowvideo: NowVideo
  • +
  • NTV
  • ocw.mit.edu
  • on.aol.com
  • Ooyala
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index be942dbe5..76ee2e8fb 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.03.27.1 \ No newline at end of file +2014.03.28 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index bd3d87490..ab8a688f9 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 - 2014-03-27T02:54:38.695592Z + 2014-03-28T23:18:07.873821Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -4040,4 +4040,19 @@ 2014-03-27T00:00:01Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.03.28 + New version 2014.03.28 + + +
    + Downloads available at https://yt-dl.org/downloads/2014.03.28/ +
    +
    + + The youtube-dl maintainers + + 2014-03-28T00:00:00Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 304a35c52..fd538aae9 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.03.27.1", - "signature": "245db50077310af2c60927cf766cd13638601c76884d3edd28156570d0e394aa3f25981de8293e95fb678ed41249499bba2df276867d1a1677c458ee3f8a0fb7950e9f0b6278f1c7442f0f860073c3add72e6c8057e56244fa4b25736a21136b8c931329d5cdda5f4ecccaea5769d4867a40c055fd16441e32a52cee52adc172", + "latest": "2014.03.28", + "signature": "4c1d8597e650dbcfa567f62a9278bac357158fb1af7129f3bb9695e1b40c2518785df247a97d89b092624a3190b0caab1da14cf330288be70f1f027999b55e1f3f8a4e0f240475def0cd1072da88f582c96688ce724c610caff585a426af920a52194f9043bd9f08af961f11bbef766d80cdd7a4bf98f674669dff10ae068979", "versions": { "2012.02.22": { "bin": [ @@ -3773,6 +3773,20 @@ "https://yt-dl.org/downloads/2014.03.27.1/youtube-dl-2014.03.27.1.tar.gz", "067962a9ad22bd1b0db4310d0c8d1fc06440e2db9785268bcaf286158b403b7b" ] + }, + "2014.03.28": { + "bin": [ + "https://yt-dl.org/downloads/2014.03.28/youtube-dl", + "b8b4216e0d1b228b606272755517e182e96f55a66031f9b42fa736aea2043676" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.03.28/youtube-dl.exe", + "3305111a4658cb52626355803627d336f748f7b9ee6febff0bfff719786a5711" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.03.28/youtube-dl-2014.03.28.tar.gz", + "76662faec3afad3f199014ab31e424a341406d1a95417c395ea770b7ebd4a0a1" + ] } } } \ No newline at end of file From dcd600069e06a8517aaf9fa08e3ec98b855926b4 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Sat, 29 Mar 2014 14:05:10 +0100 Subject: [PATCH 089/138] release 2014.03.29 --- 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 bcd9641c8..02414877a 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

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

    -

    2014.03.28 (sig)

    +

    2014.03.29 (sig)

      -
    • MD5: bdebb0f417f7a22e1485bf502c703c61
    • -
    • SHA1: bc765be0c28efd0562d812a5d58022bc4f14aab7
    • -
    • SHA256: b8b4216e0d1b228b606272755517e182e96f55a66031f9b42fa736aea2043676
    • +
    • MD5: 0cb3aec57ec25ac2163bee4634933ab7
    • +
    • SHA1: 279d625a014331953be78b534a3071cde65082d8
    • +
    • SHA256: c047bf0925765f6c174aa866e439ada55ea484a41ce3fb9c5b34f2147c14e9af

    - Windows exe (sig - 3305111a4658cb52626355803627d336f748f7b9ee6febff0bfff719786a5711)
    - Full source + docs + binary tarball (sig - 76662faec3afad3f199014ab31e424a341406d1a95417c395ea770b7ebd4a0a1) + Windows exe (sig - fe50ffb30d47287745ed2555407c9411853a730c142d586a0a27c50d0f4e24c3)
    + Full source + docs + binary tarball (sig - 5afdcdcb4789bf79bc9916360e128365098f60740c7faeaecc8c4bcf60457cf9)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.03.28/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2014.03.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/2014.03.28/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2014.03.29/youtube-dl -O /usr/local/bin/youtube-dl
    sudo chmod a+x /usr/local/bin/youtube-dl

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

    To check the signature, type: -sudo wget https://yt-dl.org/downloads/2014.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/2014.03.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 f25de4b5a..a817a85e9 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -179,6 +179,7 @@
  • nowvideo: NowVideo
  • NTV
  • ocw.mit.edu
  • +
  • OE1: oe1.orf.at
  • on.aol.com
  • Ooyala
  • ORF
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 76ee2e8fb..fd7f1fc73 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.03.28 \ No newline at end of file +2014.03.29 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index ab8a688f9..bbac0e7c3 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 - 2014-03-28T23:18:07.873821Z + 2014-03-29T14:05:08.967468Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -4055,4 +4055,19 @@ 2014-03-28T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.03.29 + New version 2014.03.29 + + +
    + Downloads available at https://yt-dl.org/downloads/2014.03.29/ +
    +
    + + The youtube-dl maintainers + + 2014-03-29T00:00:00Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index fd538aae9..57fa7a290 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.03.28", - "signature": "4c1d8597e650dbcfa567f62a9278bac357158fb1af7129f3bb9695e1b40c2518785df247a97d89b092624a3190b0caab1da14cf330288be70f1f027999b55e1f3f8a4e0f240475def0cd1072da88f582c96688ce724c610caff585a426af920a52194f9043bd9f08af961f11bbef766d80cdd7a4bf98f674669dff10ae068979", + "latest": "2014.03.29", + "signature": "6437fef76feb829553aa84fbf3bea009b6ae7c6b56fdd5b59d0ad7feab82653ab36a9dec644f8a1c33aa96acb6499203f4a2105561a26796c8b8e23b8337ea5ff99861b333a6b3cc61d65b01702c6553e8d2b9e4dfc244e4bfc3a2b43f1811ed8da65972ca3ecd2720562132dc056a3cf0d03c4d46639497069aa4183e791af7", "versions": { "2012.02.22": { "bin": [ @@ -3787,6 +3787,20 @@ "https://yt-dl.org/downloads/2014.03.28/youtube-dl-2014.03.28.tar.gz", "76662faec3afad3f199014ab31e424a341406d1a95417c395ea770b7ebd4a0a1" ] + }, + "2014.03.29": { + "bin": [ + "https://yt-dl.org/downloads/2014.03.29/youtube-dl", + "c047bf0925765f6c174aa866e439ada55ea484a41ce3fb9c5b34f2147c14e9af" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.03.29/youtube-dl.exe", + "fe50ffb30d47287745ed2555407c9411853a730c142d586a0a27c50d0f4e24c3" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.03.29/youtube-dl-2014.03.29.tar.gz", + "5afdcdcb4789bf79bc9916360e128365098f60740c7faeaecc8c4bcf60457cf9" + ] } } } \ No newline at end of file From 2073acb59445d45b5967da662dcd430f52f20e22 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Sun, 30 Mar 2014 07:28:27 +0200 Subject: [PATCH 090/138] release 2014.03.30 --- 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 02414877a..bc9087a21 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

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

    -

    2014.03.29 (sig)

    +

    2014.03.30 (sig)

      -
    • MD5: 0cb3aec57ec25ac2163bee4634933ab7
    • -
    • SHA1: 279d625a014331953be78b534a3071cde65082d8
    • -
    • SHA256: c047bf0925765f6c174aa866e439ada55ea484a41ce3fb9c5b34f2147c14e9af
    • +
    • MD5: 791f56227068ac2faad9e9b2938c2368
    • +
    • SHA1: 343ad4ff7d9b732a543c04c8240c94d010423742
    • +
    • SHA256: c08a913a14fdf9881a7ee2391d675380d47b206533f7efa86c21912e9ccdfb70

    - Windows exe (sig - fe50ffb30d47287745ed2555407c9411853a730c142d586a0a27c50d0f4e24c3)
    - Full source + docs + binary tarball (sig - 5afdcdcb4789bf79bc9916360e128365098f60740c7faeaecc8c4bcf60457cf9) + Windows exe (sig - abcd6248219f38021706fdabe1619d70b02420b5341fe794e5075a404f852b22)
    + Full source + docs + binary tarball (sig - a0836ed961c2265446016fbe9ef10fa34010787820ff497a0078261821815867)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.03.29/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2014.03.30/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/2014.03.29/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2014.03.30/youtube-dl -O /usr/local/bin/youtube-dl
    sudo chmod a+x /usr/local/bin/youtube-dl

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

    To check the signature, type: -sudo wget https://yt-dl.org/downloads/2014.03.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/2014.03.30/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 a817a85e9..19f77bdf8 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -286,6 +286,7 @@
  • WashingtonPost
  • wat.tv
  • WDR
  • +
  • WDRMaus: Sendung mit der Maus
  • Weibo
  • Wimp
  • Wistia
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index fd7f1fc73..606afcf52 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.03.29 \ No newline at end of file +2014.03.30 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index bbac0e7c3..b128fd7eb 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 - 2014-03-29T14:05:08.967468Z + 2014-03-30T07:28:25.845283Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -4070,4 +4070,19 @@ 2014-03-29T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.03.30 + New version 2014.03.30 + + +
    + Downloads available at https://yt-dl.org/downloads/2014.03.30/ +
    +
    + + The youtube-dl maintainers + + 2014-03-30T00:00:00Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 57fa7a290..c94f4c8d1 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.03.29", - "signature": "6437fef76feb829553aa84fbf3bea009b6ae7c6b56fdd5b59d0ad7feab82653ab36a9dec644f8a1c33aa96acb6499203f4a2105561a26796c8b8e23b8337ea5ff99861b333a6b3cc61d65b01702c6553e8d2b9e4dfc244e4bfc3a2b43f1811ed8da65972ca3ecd2720562132dc056a3cf0d03c4d46639497069aa4183e791af7", + "latest": "2014.03.30", + "signature": "7a07f39b635f5cc712e238704b674a2d9e106acd4cd30d17fe313026fe94e9a78eab773d608b3928794fe49148bb53cbce58ccc662ac18b9832a0d1e51ff9a2028b5d8e960215e0e70ee8296ac382277718671ad058f91f6d1e855ba655d85212882994ba30043a348e356631c67dcff09a161c03108ae95a5649670a04bf24b", "versions": { "2012.02.22": { "bin": [ @@ -3801,6 +3801,20 @@ "https://yt-dl.org/downloads/2014.03.29/youtube-dl-2014.03.29.tar.gz", "5afdcdcb4789bf79bc9916360e128365098f60740c7faeaecc8c4bcf60457cf9" ] + }, + "2014.03.30": { + "bin": [ + "https://yt-dl.org/downloads/2014.03.30/youtube-dl", + "c08a913a14fdf9881a7ee2391d675380d47b206533f7efa86c21912e9ccdfb70" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.03.30/youtube-dl.exe", + "abcd6248219f38021706fdabe1619d70b02420b5341fe794e5075a404f852b22" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.03.30/youtube-dl-2014.03.30.tar.gz", + "a0836ed961c2265446016fbe9ef10fa34010787820ff497a0078261821815867" + ] } } } \ No newline at end of file From 08d4cab829e0a30b845db6891d10b4b0c8ec0825 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Sun, 30 Mar 2014 16:04:42 +0200 Subject: [PATCH 091/138] release 2014.03.30.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 bc9087a21..f56a1f042 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

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

    -

    2014.03.30 (sig)

    +

    2014.03.30.1 (sig)

      -
    • MD5: 791f56227068ac2faad9e9b2938c2368
    • -
    • SHA1: 343ad4ff7d9b732a543c04c8240c94d010423742
    • -
    • SHA256: c08a913a14fdf9881a7ee2391d675380d47b206533f7efa86c21912e9ccdfb70
    • +
    • MD5: e759a5a3af481337ae128df0b34a3051
    • +
    • SHA1: 41d8091e563ed8c4cf448ab3aca9d25522faa71b
    • +
    • SHA256: 2ab00ac77a71f74df9946dfc8239835931c30b64fa557a964b0631410dde7ca7

    - Windows exe (sig - abcd6248219f38021706fdabe1619d70b02420b5341fe794e5075a404f852b22)
    - Full source + docs + binary tarball (sig - a0836ed961c2265446016fbe9ef10fa34010787820ff497a0078261821815867) + Windows exe (sig - deb15da44faa7424958a4a03a69609e53a74bfad439ca5a242c232e7bc46f498)
    + Full source + docs + binary tarball (sig - fd65beb35966e6ce8e8ca0a1382e55a6026afa8691f1ae265e273f2dd883ad1f)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.03.30/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2014.03.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/2014.03.30/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2014.03.30.1/youtube-dl -O /usr/local/bin/youtube-dl
    sudo chmod a+x /usr/local/bin/youtube-dl

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

    To check the signature, type: -sudo wget https://yt-dl.org/downloads/2014.03.30/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/2014.03.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/update/LATEST_VERSION b/update/LATEST_VERSION index 606afcf52..5365bb160 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.03.30 \ No newline at end of file +2014.03.30.1 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index b128fd7eb..058b68a5e 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 - 2014-03-30T07:28:25.845283Z + 2014-03-30T16:04:40.650030Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -4085,4 +4085,19 @@ 2014-03-30T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.03.30.1 + New version 2014.03.30.1 + + +
    + Downloads available at https://yt-dl.org/downloads/2014.03.30.1/ +
    +
    + + The youtube-dl maintainers + + 2014-03-30T00:00:01Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index c94f4c8d1..6acefb421 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.03.30", - "signature": "7a07f39b635f5cc712e238704b674a2d9e106acd4cd30d17fe313026fe94e9a78eab773d608b3928794fe49148bb53cbce58ccc662ac18b9832a0d1e51ff9a2028b5d8e960215e0e70ee8296ac382277718671ad058f91f6d1e855ba655d85212882994ba30043a348e356631c67dcff09a161c03108ae95a5649670a04bf24b", + "latest": "2014.03.30.1", + "signature": "96ab767f9f68cc25162c0ed1eaffe19b98286edcda5923eb3eb44078694fd42d2b64a1e0b68f61254dec08c8a68c5bc716d4d1203f1a3f581eaf8e91070c92a73bec090465ef18ed865b434657c2085acf69537098b188fb42be57a66c1311dfad65232997d297b60f26c5ac2d5822d98665efa22742e5cc779c37c89282f225", "versions": { "2012.02.22": { "bin": [ @@ -3815,6 +3815,20 @@ "https://yt-dl.org/downloads/2014.03.30/youtube-dl-2014.03.30.tar.gz", "a0836ed961c2265446016fbe9ef10fa34010787820ff497a0078261821815867" ] + }, + "2014.03.30.1": { + "bin": [ + "https://yt-dl.org/downloads/2014.03.30.1/youtube-dl", + "2ab00ac77a71f74df9946dfc8239835931c30b64fa557a964b0631410dde7ca7" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.03.30.1/youtube-dl.exe", + "deb15da44faa7424958a4a03a69609e53a74bfad439ca5a242c232e7bc46f498" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.03.30.1/youtube-dl-2014.03.30.1.tar.gz", + "fd65beb35966e6ce8e8ca0a1382e55a6026afa8691f1ae265e273f2dd883ad1f" + ] } } } \ No newline at end of file From 68cba3e46ae664847cb3b42b32dd5d138ea45812 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Tue, 1 Apr 2014 00:06:09 +0200 Subject: [PATCH 092/138] release 2014.04.01 --- 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 f56a1f042..8b628c0fe 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

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

    -

    2014.03.30.1 (sig)

    +

    2014.04.01 (sig)

      -
    • MD5: e759a5a3af481337ae128df0b34a3051
    • -
    • SHA1: 41d8091e563ed8c4cf448ab3aca9d25522faa71b
    • -
    • SHA256: 2ab00ac77a71f74df9946dfc8239835931c30b64fa557a964b0631410dde7ca7
    • +
    • MD5: 98f2cb61a251b82213b470f290b6041d
    • +
    • SHA1: 6b8fd84a3d69b82a49c9bdffdfb8bf89691d1d2b
    • +
    • SHA256: 6e2de13c5d59ab2dc8b36c7efa5d84e9dd654bc68cc570ad67c6dc0651493c30

    - Windows exe (sig - deb15da44faa7424958a4a03a69609e53a74bfad439ca5a242c232e7bc46f498)
    - Full source + docs + binary tarball (sig - fd65beb35966e6ce8e8ca0a1382e55a6026afa8691f1ae265e273f2dd883ad1f) + Windows exe (sig - f7447e65536f9a5a939625a552c95912cbd52172a1bd3c7cba05444f4ee15ff5)
    + Full source + docs + binary tarball (sig - 06fad300afaa7186564b3d675aad8b9566caf552b8757285203e473d92db1888)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.03.30.1/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2014.04.01/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/2014.03.30.1/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2014.04.01/youtube-dl -O /usr/local/bin/youtube-dl
    sudo chmod a+x /usr/local/bin/youtube-dl

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

    To check the signature, type: -sudo wget https://yt-dl.org/downloads/2014.03.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/2014.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/update/LATEST_VERSION b/update/LATEST_VERSION index 5365bb160..d756d415f 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.03.30.1 \ No newline at end of file +2014.04.01 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 058b68a5e..6cf69aa72 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 - 2014-03-30T16:04:40.650030Z + 2014-04-01T00:06:07.428663Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -4100,4 +4100,19 @@ 2014-03-30T00:00:01Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.04.01 + New version 2014.04.01 + + +
    + Downloads available at https://yt-dl.org/downloads/2014.04.01/ +
    +
    + + The youtube-dl maintainers + + 2014-04-01T00:00:00Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 6acefb421..073f32336 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.03.30.1", - "signature": "96ab767f9f68cc25162c0ed1eaffe19b98286edcda5923eb3eb44078694fd42d2b64a1e0b68f61254dec08c8a68c5bc716d4d1203f1a3f581eaf8e91070c92a73bec090465ef18ed865b434657c2085acf69537098b188fb42be57a66c1311dfad65232997d297b60f26c5ac2d5822d98665efa22742e5cc779c37c89282f225", + "latest": "2014.04.01", + "signature": "017565f80a455d7f83038033bdfb92b19180e42bba9180a72acd22f2c2faf0368fa789c4d4b48a09f04ed7fb978cdf5da1cccac2a8e51afc612e0a1486eee117aa8f426464da6fa2e12434a234e1e6de32cc501a135c6394afd03f59f5091f28c0b0e15d2458207816b6ed2ea67dccece66c4bd412bf602909a763e886b947ab", "versions": { "2012.02.22": { "bin": [ @@ -3829,6 +3829,20 @@ "https://yt-dl.org/downloads/2014.03.30.1/youtube-dl-2014.03.30.1.tar.gz", "fd65beb35966e6ce8e8ca0a1382e55a6026afa8691f1ae265e273f2dd883ad1f" ] + }, + "2014.04.01": { + "bin": [ + "https://yt-dl.org/downloads/2014.04.01/youtube-dl", + "6e2de13c5d59ab2dc8b36c7efa5d84e9dd654bc68cc570ad67c6dc0651493c30" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.04.01/youtube-dl.exe", + "f7447e65536f9a5a939625a552c95912cbd52172a1bd3c7cba05444f4ee15ff5" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.04.01/youtube-dl-2014.04.01.tar.gz", + "06fad300afaa7186564b3d675aad8b9566caf552b8757285203e473d92db1888" + ] } } } \ No newline at end of file From 934e86ff0c980cd4cdebdd5f25a3143277300bf2 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Tue, 1 Apr 2014 00:27:55 +0200 Subject: [PATCH 093/138] release 2014.04.01.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 8b628c0fe..062b609e3 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

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

    -

    2014.04.01 (sig)

    +

    2014.04.01.1 (sig)

      -
    • MD5: 98f2cb61a251b82213b470f290b6041d
    • -
    • SHA1: 6b8fd84a3d69b82a49c9bdffdfb8bf89691d1d2b
    • -
    • SHA256: 6e2de13c5d59ab2dc8b36c7efa5d84e9dd654bc68cc570ad67c6dc0651493c30
    • +
    • MD5: af3c8472d756459e01dd376834942a4e
    • +
    • SHA1: d9b30245ac8a62f53aeb1ea90358e6cf6b90cb16
    • +
    • SHA256: b0ef8a1c5c0efe4bb41617c592a06cb46fc205826bfd13b3005a00c26f90cc2f

    - Windows exe (sig - f7447e65536f9a5a939625a552c95912cbd52172a1bd3c7cba05444f4ee15ff5)
    - Full source + docs + binary tarball (sig - 06fad300afaa7186564b3d675aad8b9566caf552b8757285203e473d92db1888) + Windows exe (sig - dfd58598ca5db762b8a7c8049ffe98c53bfc0c76482fe64e6fadc0799b6f2706)
    + Full source + docs + binary tarball (sig - f4811be0459fc3f285a2b112f277e1b6487d9d8fde8fde84ef63e681e508bb30)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.04.01/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2014.04.01.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/2014.04.01/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2014.04.01.1/youtube-dl -O /usr/local/bin/youtube-dl
    sudo chmod a+x /usr/local/bin/youtube-dl

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

    To check the signature, type: -sudo wget https://yt-dl.org/downloads/2014.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/2014.04.01.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 d756d415f..1d0701e0e 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.04.01 \ No newline at end of file +2014.04.01.1 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 6cf69aa72..2205a6638 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 - 2014-04-01T00:06:07.428663Z + 2014-04-01T00:27:53.518325Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -4115,4 +4115,19 @@ 2014-04-01T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.04.01.1 + New version 2014.04.01.1 + + +
    + Downloads available at https://yt-dl.org/downloads/2014.04.01.1/ +
    +
    + + The youtube-dl maintainers + + 2014-04-01T00:00:01Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 073f32336..29a61043b 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.04.01", - "signature": "017565f80a455d7f83038033bdfb92b19180e42bba9180a72acd22f2c2faf0368fa789c4d4b48a09f04ed7fb978cdf5da1cccac2a8e51afc612e0a1486eee117aa8f426464da6fa2e12434a234e1e6de32cc501a135c6394afd03f59f5091f28c0b0e15d2458207816b6ed2ea67dccece66c4bd412bf602909a763e886b947ab", + "latest": "2014.04.01.1", + "signature": "7be34d93cd7b3cc2fa4f98ababdf979cfdaae9840d56a717cc182489e4e0013ae4e3e0588d02a49fbbc0dd0c886b8fd5b7237c1780faed90714e38c12ab30cce43174160cb09df549108195f5139953a7d90dc5906f7914f0659322c66fb10b0ffdb071b41ab0f3a5e9ca670ed9a0ff98b1918fa0d0d7658573c89dbd9789017", "versions": { "2012.02.22": { "bin": [ @@ -3843,6 +3843,20 @@ "https://yt-dl.org/downloads/2014.04.01/youtube-dl-2014.04.01.tar.gz", "06fad300afaa7186564b3d675aad8b9566caf552b8757285203e473d92db1888" ] + }, + "2014.04.01.1": { + "bin": [ + "https://yt-dl.org/downloads/2014.04.01.1/youtube-dl", + "b0ef8a1c5c0efe4bb41617c592a06cb46fc205826bfd13b3005a00c26f90cc2f" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.04.01.1/youtube-dl.exe", + "dfd58598ca5db762b8a7c8049ffe98c53bfc0c76482fe64e6fadc0799b6f2706" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.04.01.1/youtube-dl-2014.04.01.1.tar.gz", + "f4811be0459fc3f285a2b112f277e1b6487d9d8fde8fde84ef63e681e508bb30" + ] } } } \ No newline at end of file From 7a22d257191beb211dfdf4e4b8c015599c4cf082 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Tue, 1 Apr 2014 06:04:49 +0200 Subject: [PATCH 094/138] release 2014.04.01.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 062b609e3..0beea8ef2 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

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

    -

    2014.04.01.1 (sig)

    +

    2014.04.01.2 (sig)

      -
    • MD5: af3c8472d756459e01dd376834942a4e
    • -
    • SHA1: d9b30245ac8a62f53aeb1ea90358e6cf6b90cb16
    • -
    • SHA256: b0ef8a1c5c0efe4bb41617c592a06cb46fc205826bfd13b3005a00c26f90cc2f
    • +
    • MD5: ef317632443fb6d36d79883fc092e69b
    • +
    • SHA1: 323861281352707eed2ebc03f23856e46f482726
    • +
    • SHA256: a2d4d248087ca9ea60f48f3d14acdd1a647df765e1250846fff06e07a268f620

    - Windows exe (sig - dfd58598ca5db762b8a7c8049ffe98c53bfc0c76482fe64e6fadc0799b6f2706)
    - Full source + docs + binary tarball (sig - f4811be0459fc3f285a2b112f277e1b6487d9d8fde8fde84ef63e681e508bb30) + Windows exe (sig - 8b2a403e94a7960683db082a415d6e8ea3da509fad0753f9e62f3a88f8134eca)
    + Full source + docs + binary tarball (sig - b8c58dacf244e6895d5f122cc7159223216f2df4d3fe8d0063c8615173336050)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.04.01.1/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2014.04.01.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/2014.04.01.1/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2014.04.01.2/youtube-dl -O /usr/local/bin/youtube-dl
    sudo chmod a+x /usr/local/bin/youtube-dl

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

    To check the signature, type: -sudo wget https://yt-dl.org/downloads/2014.04.01.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/2014.04.01.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 1d0701e0e..73e3c38c2 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.04.01.1 \ No newline at end of file +2014.04.01.2 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 2205a6638..3cbc87d33 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 - 2014-04-01T00:27:53.518325Z + 2014-04-01T06:04:47.249595Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -4130,4 +4130,19 @@ 2014-04-01T00:00:01Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.04.01.2 + New version 2014.04.01.2 + + +
    + Downloads available at https://yt-dl.org/downloads/2014.04.01.2/ +
    +
    + + The youtube-dl maintainers + + 2014-04-01T00:00:02Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 29a61043b..f4e35aaa7 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.04.01.1", - "signature": "7be34d93cd7b3cc2fa4f98ababdf979cfdaae9840d56a717cc182489e4e0013ae4e3e0588d02a49fbbc0dd0c886b8fd5b7237c1780faed90714e38c12ab30cce43174160cb09df549108195f5139953a7d90dc5906f7914f0659322c66fb10b0ffdb071b41ab0f3a5e9ca670ed9a0ff98b1918fa0d0d7658573c89dbd9789017", + "latest": "2014.04.01.2", + "signature": "83c8522fa049f0ec10195a38e29dd21b0138cf03d5a735848a6bf9dcb621e576d49363c0082bf1d848fe48656e96a68262851c3835c85557ef1e439b882938c566fbbf1180dac1ef0f7c1e4740c98587c40ead0dd48a689b00ddc838c98dc01c1daacc73457911c103f72262d8bb4c3db90eedf49522ca4689a3749a4defd271", "versions": { "2012.02.22": { "bin": [ @@ -3857,6 +3857,20 @@ "https://yt-dl.org/downloads/2014.04.01.1/youtube-dl-2014.04.01.1.tar.gz", "f4811be0459fc3f285a2b112f277e1b6487d9d8fde8fde84ef63e681e508bb30" ] + }, + "2014.04.01.2": { + "bin": [ + "https://yt-dl.org/downloads/2014.04.01.2/youtube-dl", + "a2d4d248087ca9ea60f48f3d14acdd1a647df765e1250846fff06e07a268f620" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.04.01.2/youtube-dl.exe", + "8b2a403e94a7960683db082a415d6e8ea3da509fad0753f9e62f3a88f8134eca" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.04.01.2/youtube-dl-2014.04.01.2.tar.gz", + "b8c58dacf244e6895d5f122cc7159223216f2df4d3fe8d0063c8615173336050" + ] } } } \ No newline at end of file From e6c9e944ac1e94cf2e3a8841c1c2c33afa40562a Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Tue, 1 Apr 2014 13:20:58 +0200 Subject: [PATCH 095/138] release 2014.04.01.3 --- 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 0beea8ef2..80db6fee1 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

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

    -

    2014.04.01.2 (sig)

    +

    2014.04.01.3 (sig)

      -
    • MD5: ef317632443fb6d36d79883fc092e69b
    • -
    • SHA1: 323861281352707eed2ebc03f23856e46f482726
    • -
    • SHA256: a2d4d248087ca9ea60f48f3d14acdd1a647df765e1250846fff06e07a268f620
    • +
    • MD5: a1a8874db1839f4b1f1a73d44c826381
    • +
    • SHA1: f62856e2aaebbf27af80e2a813b2c271a473635c
    • +
    • SHA256: 0f70581c325870301b2af339b2de37eda5d6c95d67020ea7b4d3cc2a6276bbe0

    - Windows exe (sig - 8b2a403e94a7960683db082a415d6e8ea3da509fad0753f9e62f3a88f8134eca)
    - Full source + docs + binary tarball (sig - b8c58dacf244e6895d5f122cc7159223216f2df4d3fe8d0063c8615173336050) + Windows exe (sig - 09cabfdbbc062137a1f243c43c28a741586b2b73351d38a6e73348c8e270ca81)
    + Full source + docs + binary tarball (sig - 83d4ca50a8930434555c75fa169f7659da0cb3babba342ee55d4d479287437e3)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.04.01.2/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2014.04.01.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/2014.04.01.2/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2014.04.01.3/youtube-dl -O /usr/local/bin/youtube-dl
    sudo chmod a+x /usr/local/bin/youtube-dl

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

    To check the signature, type: -sudo wget https://yt-dl.org/downloads/2014.04.01.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/2014.04.01.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/update/LATEST_VERSION b/update/LATEST_VERSION index 73e3c38c2..671750c9f 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.04.01.2 \ No newline at end of file +2014.04.01.3 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 3cbc87d33..4cce53452 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 - 2014-04-01T06:04:47.249595Z + 2014-04-01T13:20:57.010643Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -4145,4 +4145,19 @@ 2014-04-01T00:00:02Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.04.01.3 + New version 2014.04.01.3 + + +
    + Downloads available at https://yt-dl.org/downloads/2014.04.01.3/ +
    +
    + + The youtube-dl maintainers + + 2014-04-01T00:00:03Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index f4e35aaa7..24d82409e 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.04.01.2", - "signature": "83c8522fa049f0ec10195a38e29dd21b0138cf03d5a735848a6bf9dcb621e576d49363c0082bf1d848fe48656e96a68262851c3835c85557ef1e439b882938c566fbbf1180dac1ef0f7c1e4740c98587c40ead0dd48a689b00ddc838c98dc01c1daacc73457911c103f72262d8bb4c3db90eedf49522ca4689a3749a4defd271", + "latest": "2014.04.01.3", + "signature": "67171c65a0d6c024561dac5d3c65090af466856da89e016fa0fad8995c632132b9a58441ca80e98c6a3b43959d35bfab7ea656cd66814f9519bbebef977a7aa62c84906f0d0c61f84fd5aa10df1520220545a81c6bc85c75793322ff4b64fed9004a25a65ac5a2b09b8e86c9f8ca100a954dadf4607f9ccd9d30102f350b2b1e", "versions": { "2012.02.22": { "bin": [ @@ -3871,6 +3871,20 @@ "https://yt-dl.org/downloads/2014.04.01.2/youtube-dl-2014.04.01.2.tar.gz", "b8c58dacf244e6895d5f122cc7159223216f2df4d3fe8d0063c8615173336050" ] + }, + "2014.04.01.3": { + "bin": [ + "https://yt-dl.org/downloads/2014.04.01.3/youtube-dl", + "0f70581c325870301b2af339b2de37eda5d6c95d67020ea7b4d3cc2a6276bbe0" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.04.01.3/youtube-dl.exe", + "09cabfdbbc062137a1f243c43c28a741586b2b73351d38a6e73348c8e270ca81" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.04.01.3/youtube-dl-2014.04.01.3.tar.gz", + "83d4ca50a8930434555c75fa169f7659da0cb3babba342ee55d4d479287437e3" + ] } } } \ No newline at end of file From 38c43f6644df3a6d2e95683f731976608cd3c78a Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Wed, 2 Apr 2014 14:33:15 +0200 Subject: [PATCH 096/138] release 2014.04.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 80db6fee1..5687b94c0 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

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

    -

    2014.04.01.3 (sig)

    +

    2014.04.02 (sig)

      -
    • MD5: a1a8874db1839f4b1f1a73d44c826381
    • -
    • SHA1: f62856e2aaebbf27af80e2a813b2c271a473635c
    • -
    • SHA256: 0f70581c325870301b2af339b2de37eda5d6c95d67020ea7b4d3cc2a6276bbe0
    • +
    • MD5: 195f5e1b15e07b51a563b049c0642eae
    • +
    • SHA1: 66de65564ca5afcc30079579ad511955f742f61c
    • +
    • SHA256: 3f20a7e516e93ab25aa99fcf748f31a63f1c0cc101474d7173ec51385ad36368

    - Windows exe (sig - 09cabfdbbc062137a1f243c43c28a741586b2b73351d38a6e73348c8e270ca81)
    - Full source + docs + binary tarball (sig - 83d4ca50a8930434555c75fa169f7659da0cb3babba342ee55d4d479287437e3) + Windows exe (sig - 6794d7ef61ff7a5097c9a977bf25b33aceaa8024dc1561363993d8ec7a901c59)
    + Full source + docs + binary tarball (sig - f5724b2d22ef5a0e3ab76b42d0a7dcc92fde469e8b2383fe76582940252f2db1)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.04.01.3/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2014.04.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/2014.04.01.3/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2014.04.02/youtube-dl -O /usr/local/bin/youtube-dl
    sudo chmod a+x /usr/local/bin/youtube-dl

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

    To check the signature, type: -sudo wget https://yt-dl.org/downloads/2014.04.01.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/2014.04.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 671750c9f..7f74d188c 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.04.01.3 \ No newline at end of file +2014.04.02 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 4cce53452..e9804f3ef 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 - 2014-04-01T13:20:57.010643Z + 2014-04-02T14:33:13.959206Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -4160,4 +4160,19 @@ 2014-04-01T00:00:03Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.04.02 + New version 2014.04.02 + + +
    + Downloads available at https://yt-dl.org/downloads/2014.04.02/ +
    +
    + + The youtube-dl maintainers + + 2014-04-02T00:00:00Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 24d82409e..5d8d39f37 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.04.01.3", - "signature": "67171c65a0d6c024561dac5d3c65090af466856da89e016fa0fad8995c632132b9a58441ca80e98c6a3b43959d35bfab7ea656cd66814f9519bbebef977a7aa62c84906f0d0c61f84fd5aa10df1520220545a81c6bc85c75793322ff4b64fed9004a25a65ac5a2b09b8e86c9f8ca100a954dadf4607f9ccd9d30102f350b2b1e", + "latest": "2014.04.02", + "signature": "3df547fa75ad22823535620d650f6e2f4b425583683ddd8d99599142e478ef7ff7e58c6e6025274a17ea589626660323b9e25e6c3478c978e53f61b16c8f999e3feaae14cc34e0d21f29c6e2a9680b9ac373677d82b781c1cec319ef81845130ec5e1d5f27765710d8fbbf5af665b278936da70f2f63b4c990790869408fbaa4", "versions": { "2012.02.22": { "bin": [ @@ -3885,6 +3885,20 @@ "https://yt-dl.org/downloads/2014.04.01.3/youtube-dl-2014.04.01.3.tar.gz", "83d4ca50a8930434555c75fa169f7659da0cb3babba342ee55d4d479287437e3" ] + }, + "2014.04.02": { + "bin": [ + "https://yt-dl.org/downloads/2014.04.02/youtube-dl", + "3f20a7e516e93ab25aa99fcf748f31a63f1c0cc101474d7173ec51385ad36368" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.04.02/youtube-dl.exe", + "6794d7ef61ff7a5097c9a977bf25b33aceaa8024dc1561363993d8ec7a901c59" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.04.02/youtube-dl-2014.04.02.tar.gz", + "f5724b2d22ef5a0e3ab76b42d0a7dcc92fde469e8b2383fe76582940252f2db1" + ] } } } \ No newline at end of file From 8e5e8656e01c63225f89e72decbaf7c16a04262f Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Thu, 3 Apr 2014 06:15:28 +0200 Subject: [PATCH 097/138] release 2014.04.03 --- 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 5687b94c0..c48a3adab 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

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

    -

    2014.04.02 (sig)

    +

    2014.04.03 (sig)

      -
    • MD5: 195f5e1b15e07b51a563b049c0642eae
    • -
    • SHA1: 66de65564ca5afcc30079579ad511955f742f61c
    • -
    • SHA256: 3f20a7e516e93ab25aa99fcf748f31a63f1c0cc101474d7173ec51385ad36368
    • +
    • MD5: 9b8e605f8f57c45747409b57753802db
    • +
    • SHA1: e5a3b2b80bfde233666fce8ff7b35be61d7d647f
    • +
    • SHA256: a77df4ebbc8240f5e56f7dc6f71420c08202f2c456650ae407bd01a62ee3d4e0

    - Windows exe (sig - 6794d7ef61ff7a5097c9a977bf25b33aceaa8024dc1561363993d8ec7a901c59)
    - Full source + docs + binary tarball (sig - f5724b2d22ef5a0e3ab76b42d0a7dcc92fde469e8b2383fe76582940252f2db1) + Windows exe (sig - f465685ea2c35c26297b2f73f5bbb43ab77c23205e36065ddd1701db28760704)
    + Full source + docs + binary tarball (sig - 0e1c9ba430d6ca000c70641292487222cc7c9eb665a134e9203a0ee4b338420f)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.04.02/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2014.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/2014.04.02/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2014.04.03/youtube-dl -O /usr/local/bin/youtube-dl
    sudo chmod a+x /usr/local/bin/youtube-dl

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

    To check the signature, type: -sudo wget https://yt-dl.org/downloads/2014.04.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/2014.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 19f77bdf8..cafe0cd0c 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -158,6 +158,7 @@
  • MPORA
  • MTV
  • mtviggy.com
  • +
  • MusicPlayOn
  • muzu.tv
  • MySpace
  • MySpass
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 7f74d188c..bb98f6072 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.04.02 \ No newline at end of file +2014.04.03 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index e9804f3ef..73ea9345f 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 - 2014-04-02T14:33:13.959206Z + 2014-04-03T06:15:27.103456Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -4175,4 +4175,19 @@ 2014-04-02T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.04.03 + New version 2014.04.03 + + +
    + Downloads available at https://yt-dl.org/downloads/2014.04.03/ +
    +
    + + The youtube-dl maintainers + + 2014-04-03T00:00:00Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 5d8d39f37..ac593d0d0 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.04.02", - "signature": "3df547fa75ad22823535620d650f6e2f4b425583683ddd8d99599142e478ef7ff7e58c6e6025274a17ea589626660323b9e25e6c3478c978e53f61b16c8f999e3feaae14cc34e0d21f29c6e2a9680b9ac373677d82b781c1cec319ef81845130ec5e1d5f27765710d8fbbf5af665b278936da70f2f63b4c990790869408fbaa4", + "latest": "2014.04.03", + "signature": "3b19eb64683a98474e50b583ab37935d83946c234c685f9f46b8bfd3df495df92b386459d3f4d83c81bf84cc8460a4f7624eefc15ac8497ad7e041b16a8e05cfdf3ec0f7be55a3b9fa448931161e99934592f5bcb1f98ed404a694db95cbb74af5ee790fc788a71118bf16e96d89100bd5aa8f6203b2c459b7389c734bb48723", "versions": { "2012.02.22": { "bin": [ @@ -3899,6 +3899,20 @@ "https://yt-dl.org/downloads/2014.04.02/youtube-dl-2014.04.02.tar.gz", "f5724b2d22ef5a0e3ab76b42d0a7dcc92fde469e8b2383fe76582940252f2db1" ] + }, + "2014.04.03": { + "bin": [ + "https://yt-dl.org/downloads/2014.04.03/youtube-dl", + "a77df4ebbc8240f5e56f7dc6f71420c08202f2c456650ae407bd01a62ee3d4e0" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.04.03/youtube-dl.exe", + "f465685ea2c35c26297b2f73f5bbb43ab77c23205e36065ddd1701db28760704" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.04.03/youtube-dl-2014.04.03.tar.gz", + "0e1c9ba430d6ca000c70641292487222cc7c9eb665a134e9203a0ee4b338420f" + ] } } } \ No newline at end of file From 7b6e6131add1bdb9791a295c6407a9410076cde0 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Thu, 3 Apr 2014 09:06:51 +0200 Subject: [PATCH 098/138] release 2014.04.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 c48a3adab..4414f3c00 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

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

    -

    2014.04.03 (sig)

    +

    2014.04.03.1 (sig)

      -
    • MD5: 9b8e605f8f57c45747409b57753802db
    • -
    • SHA1: e5a3b2b80bfde233666fce8ff7b35be61d7d647f
    • -
    • SHA256: a77df4ebbc8240f5e56f7dc6f71420c08202f2c456650ae407bd01a62ee3d4e0
    • +
    • MD5: e5cac8ffb218b13f751ca4656fc0a996
    • +
    • SHA1: 8c15a89af74a18ce01ae8abbc76f52ce532a7fcb
    • +
    • SHA256: 7643b1cc180c5331f3cbc3c9e6283b15bf60dfc021e7a714db04b5e2a253cec8

    - Windows exe (sig - f465685ea2c35c26297b2f73f5bbb43ab77c23205e36065ddd1701db28760704)
    - Full source + docs + binary tarball (sig - 0e1c9ba430d6ca000c70641292487222cc7c9eb665a134e9203a0ee4b338420f) + Windows exe (sig - 485b481395a76abe35697e7eb1de7e4438fb149a350b656e658a94fe1e764a72)
    + Full source + docs + binary tarball (sig - 3d510362ce6be983438f533d21757c4855c99237082e329f63c5437b34392bbd)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.04.03/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2014.04.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/2014.04.03/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2014.04.03.1/youtube-dl -O /usr/local/bin/youtube-dl
    sudo chmod a+x /usr/local/bin/youtube-dl

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

    To check the signature, type: -sudo wget https://yt-dl.org/downloads/2014.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/2014.04.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 cafe0cd0c..d807622dd 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -99,6 +99,7 @@
  • firsttv: Видеоархив - Первый канал
  • Flickr
  • france2.fr:generation-quoi
  • +
  • FranceCulture
  • FranceInter
  • francetv: France 2, 3, 4, 5 and Ô
  • francetvinfo.fr
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index bb98f6072..4d347af93 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.04.03 \ No newline at end of file +2014.04.03.1 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 73ea9345f..03f26015a 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 - 2014-04-03T06:15:27.103456Z + 2014-04-03T09:06:50.497724Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -4190,4 +4190,19 @@ 2014-04-03T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.04.03.1 + New version 2014.04.03.1 + + +
    + Downloads available at https://yt-dl.org/downloads/2014.04.03.1/ +
    +
    + + The youtube-dl maintainers + + 2014-04-03T00:00:01Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index ac593d0d0..3ab13c26e 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.04.03", - "signature": "3b19eb64683a98474e50b583ab37935d83946c234c685f9f46b8bfd3df495df92b386459d3f4d83c81bf84cc8460a4f7624eefc15ac8497ad7e041b16a8e05cfdf3ec0f7be55a3b9fa448931161e99934592f5bcb1f98ed404a694db95cbb74af5ee790fc788a71118bf16e96d89100bd5aa8f6203b2c459b7389c734bb48723", + "latest": "2014.04.03.1", + "signature": "45b8ec2bcec8c932c936a527378d96cef686b6e5a5cf38a57e832258ac9b1c7677385bd62b278e62d2b59c3af1c9c7e33e41d17f8674ecdfe35851a87f2287d17321e2a0cb856b9e53704b805224fddee08b901c422daa66d06f1e38a8cf8ba4c3359f528fdc7affb67395ccd9db74921968ce436096dd7d493d9c905f7016eb", "versions": { "2012.02.22": { "bin": [ @@ -3913,6 +3913,20 @@ "https://yt-dl.org/downloads/2014.04.03/youtube-dl-2014.04.03.tar.gz", "0e1c9ba430d6ca000c70641292487222cc7c9eb665a134e9203a0ee4b338420f" ] + }, + "2014.04.03.1": { + "bin": [ + "https://yt-dl.org/downloads/2014.04.03.1/youtube-dl", + "7643b1cc180c5331f3cbc3c9e6283b15bf60dfc021e7a714db04b5e2a253cec8" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.04.03.1/youtube-dl.exe", + "485b481395a76abe35697e7eb1de7e4438fb149a350b656e658a94fe1e764a72" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.04.03.1/youtube-dl-2014.04.03.1.tar.gz", + "3d510362ce6be983438f533d21757c4855c99237082e329f63c5437b34392bbd" + ] } } } \ No newline at end of file From 693e0ae049599b547986a0917fda1669673d35dc Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Thu, 3 Apr 2014 15:31:15 +0200 Subject: [PATCH 099/138] release 2014.04.03.2 --- 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 4414f3c00..b9448243a 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

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

    -

    2014.04.03.1 (sig)

    +

    2014.04.03.2 (sig)

      -
    • MD5: e5cac8ffb218b13f751ca4656fc0a996
    • -
    • SHA1: 8c15a89af74a18ce01ae8abbc76f52ce532a7fcb
    • -
    • SHA256: 7643b1cc180c5331f3cbc3c9e6283b15bf60dfc021e7a714db04b5e2a253cec8
    • +
    • MD5: c0ee2c218e9219fe73459d74d47f102b
    • +
    • SHA1: ccc8aa1998e100016350e26bca4b4620432769e3
    • +
    • SHA256: b935e4ffc7afdd26ed0f2fdc5bf90898faea695de92db4c1add401249e210475

    - Windows exe (sig - 485b481395a76abe35697e7eb1de7e4438fb149a350b656e658a94fe1e764a72)
    - Full source + docs + binary tarball (sig - 3d510362ce6be983438f533d21757c4855c99237082e329f63c5437b34392bbd) + Windows exe (sig - 9e74f240ce7de9fee4e47c6302291d93e01e5f98b07013591c8e8a291b61e706)
    + Full source + docs + binary tarball (sig - 17ff14edab3c15612a1d47b058a24123237802c80a880265c9f818d123b528ba)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.04.03.1/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2014.04.03.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/2014.04.03.1/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2014.04.03.2/youtube-dl -O /usr/local/bin/youtube-dl
    sudo chmod a+x /usr/local/bin/youtube-dl

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

    To check the signature, type: -sudo wget https://yt-dl.org/downloads/2014.04.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/2014.04.03.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 d807622dd..b1a37b97f 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -314,7 +314,7 @@
  • youtube:search:date: YouTube.com searches, newest videos first
  • youtube:search_url: YouTube.com search URLs
  • youtube:show: YouTube.com (multi-season) shows
  • -
  • youtube:subscriptions: YouTube.com subscriptions feed, "ytsubs" keyword(requires authentication)
  • +
  • youtube:subscriptions: YouTube.com subscriptions feed, "ytsubs" keyword (requires authentication)
  • youtube:toplist: YouTube.com top lists, "yttoplist:{channel}:{list title}" (Example: "yttoplist:music:Top Tracks")
  • youtube:user: YouTube.com user videos (URL or "ytuser" keyword)
  • youtube:watch_later: Youtube watch later list, "ytwatchlater" keyword (requires authentication)
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 4d347af93..929919ca2 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.04.03.1 \ No newline at end of file +2014.04.03.2 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 03f26015a..fda01460a 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 - 2014-04-03T09:06:50.497724Z + 2014-04-03T15:31:13.472066Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -4205,4 +4205,19 @@ 2014-04-03T00:00:01Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.04.03.2 + New version 2014.04.03.2 + + +
    + Downloads available at https://yt-dl.org/downloads/2014.04.03.2/ +
    +
    + + The youtube-dl maintainers + + 2014-04-03T00:00:02Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 3ab13c26e..55a719f4a 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.04.03.1", - "signature": "45b8ec2bcec8c932c936a527378d96cef686b6e5a5cf38a57e832258ac9b1c7677385bd62b278e62d2b59c3af1c9c7e33e41d17f8674ecdfe35851a87f2287d17321e2a0cb856b9e53704b805224fddee08b901c422daa66d06f1e38a8cf8ba4c3359f528fdc7affb67395ccd9db74921968ce436096dd7d493d9c905f7016eb", + "latest": "2014.04.03.2", + "signature": "1646a33fb0cbef6a145e779469004ad57872e3b0b7cd83c9ebbea6996551890c956dfc786a32f4509df73fbbaf4b081cc5f4b6e9dff55744743b1ba42ff8a53cce14b3ff0e397e3b4cd9d1a5fc8f8b2b6cf18df06d57e74220511d037a648b53d6918c7893e17b17f5c57098d711452414981bd3797944b2f1817d3511f73fd1", "versions": { "2012.02.22": { "bin": [ @@ -3927,6 +3927,20 @@ "https://yt-dl.org/downloads/2014.04.03.1/youtube-dl-2014.04.03.1.tar.gz", "3d510362ce6be983438f533d21757c4855c99237082e329f63c5437b34392bbd" ] + }, + "2014.04.03.2": { + "bin": [ + "https://yt-dl.org/downloads/2014.04.03.2/youtube-dl", + "b935e4ffc7afdd26ed0f2fdc5bf90898faea695de92db4c1add401249e210475" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.04.03.2/youtube-dl.exe", + "9e74f240ce7de9fee4e47c6302291d93e01e5f98b07013591c8e8a291b61e706" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.04.03.2/youtube-dl-2014.04.03.2.tar.gz", + "17ff14edab3c15612a1d47b058a24123237802c80a880265c9f818d123b528ba" + ] } } } \ No newline at end of file From f7156ab56e2d27f83addc6d2f9f6cf3c97825c67 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Thu, 3 Apr 2014 16:25:04 +0200 Subject: [PATCH 100/138] release 2014.04.03.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 b9448243a..dc5d0d916 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

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

    -

    2014.04.03.2 (sig)

    +

    2014.04.03.3 (sig)

      -
    • MD5: c0ee2c218e9219fe73459d74d47f102b
    • -
    • SHA1: ccc8aa1998e100016350e26bca4b4620432769e3
    • -
    • SHA256: b935e4ffc7afdd26ed0f2fdc5bf90898faea695de92db4c1add401249e210475
    • +
    • MD5: 038cfa3f2bdfb903f0a7da681fe94da0
    • +
    • SHA1: ceb854dd830083a94a3662eac6cc9c8be4661242
    • +
    • SHA256: 421cef5f9d6e1d62b71e073102ea82c0ce52fa450c9fb40be663473ac4704332

    - Windows exe (sig - 9e74f240ce7de9fee4e47c6302291d93e01e5f98b07013591c8e8a291b61e706)
    - Full source + docs + binary tarball (sig - 17ff14edab3c15612a1d47b058a24123237802c80a880265c9f818d123b528ba) + Windows exe (sig - 1d456209c677fd93dc033ddea440229ff2c3502ab44b6215f18ef179e2e30a98)
    + Full source + docs + binary tarball (sig - 13a981c30b538f85fc76475cea285770564244bff8df3bf4a71234aa009a6431)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.04.03.2/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2014.04.03.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/2014.04.03.2/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2014.04.03.3/youtube-dl -O /usr/local/bin/youtube-dl
    sudo chmod a+x /usr/local/bin/youtube-dl

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

    To check the signature, type: -sudo wget https://yt-dl.org/downloads/2014.04.03.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/2014.04.03.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 b1a37b97f..e48aedfb9 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -63,6 +63,7 @@
  • cliphunter
  • Clipsyndicate
  • cmt.com
  • +
  • CNET
  • CNN
  • CNNBlogs
  • CollegeHumor
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 929919ca2..ec668f383 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.04.03.2 \ No newline at end of file +2014.04.03.3 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index fda01460a..2b813c733 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 - 2014-04-03T15:31:13.472066Z + 2014-04-03T16:25:02.742360Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -4220,4 +4220,19 @@ 2014-04-03T00:00:02Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.04.03.3 + New version 2014.04.03.3 + + +
    + Downloads available at https://yt-dl.org/downloads/2014.04.03.3/ +
    +
    + + The youtube-dl maintainers + + 2014-04-03T00:00:03Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 55a719f4a..80d3ad70f 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.04.03.2", - "signature": "1646a33fb0cbef6a145e779469004ad57872e3b0b7cd83c9ebbea6996551890c956dfc786a32f4509df73fbbaf4b081cc5f4b6e9dff55744743b1ba42ff8a53cce14b3ff0e397e3b4cd9d1a5fc8f8b2b6cf18df06d57e74220511d037a648b53d6918c7893e17b17f5c57098d711452414981bd3797944b2f1817d3511f73fd1", + "latest": "2014.04.03.3", + "signature": "1e99a12ab766027e13fe77176c4c60f1c1712ccfbac343ef2e79bd780393724ca0bf926a4935baa9d3f2ffe5ec67c938769bc8d17c0fc0c12926f0e37f523fd1b9f59d69c2b26293e6a502ecbdf5b5447bd81ab00ff2137f40920cbaab15294c791b545366d2a28e18a266a521ddceee70202cab0ea67cbb386f9ddc861ea53a", "versions": { "2012.02.22": { "bin": [ @@ -3941,6 +3941,20 @@ "https://yt-dl.org/downloads/2014.04.03.2/youtube-dl-2014.04.03.2.tar.gz", "17ff14edab3c15612a1d47b058a24123237802c80a880265c9f818d123b528ba" ] + }, + "2014.04.03.3": { + "bin": [ + "https://yt-dl.org/downloads/2014.04.03.3/youtube-dl", + "421cef5f9d6e1d62b71e073102ea82c0ce52fa450c9fb40be663473ac4704332" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.04.03.3/youtube-dl.exe", + "1d456209c677fd93dc033ddea440229ff2c3502ab44b6215f18ef179e2e30a98" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.04.03.3/youtube-dl-2014.04.03.3.tar.gz", + "13a981c30b538f85fc76475cea285770564244bff8df3bf4a71234aa009a6431" + ] } } } \ No newline at end of file From f17a9ace3a35a95192d462a9276438976b127a92 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Fri, 4 Apr 2014 00:10:34 +0200 Subject: [PATCH 101/138] release 2014.04.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 dc5d0d916..4027546b9 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

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

    -

    2014.04.03.3 (sig)

    +

    2014.04.04 (sig)

      -
    • MD5: 038cfa3f2bdfb903f0a7da681fe94da0
    • -
    • SHA1: ceb854dd830083a94a3662eac6cc9c8be4661242
    • -
    • SHA256: 421cef5f9d6e1d62b71e073102ea82c0ce52fa450c9fb40be663473ac4704332
    • +
    • MD5: db7affc22a7518dfd99bd3c4d7024cba
    • +
    • SHA1: bb487fee3d4e1baf6280e16200bbed879c1777aa
    • +
    • SHA256: 5fa486655579ce41e2bd6504e0271d5c6de806ea07fa722a37ad0e4c224d9dca

    - Windows exe (sig - 1d456209c677fd93dc033ddea440229ff2c3502ab44b6215f18ef179e2e30a98)
    - Full source + docs + binary tarball (sig - 13a981c30b538f85fc76475cea285770564244bff8df3bf4a71234aa009a6431) + Windows exe (sig - 9d59962c60cc0b71e774560db7310c17775b0952065b3c43568c840b6aab4520)
    + Full source + docs + binary tarball (sig - ad5cc371f259728c27c60a5b4413788296a350af53c77d48df0da0f3d087936c)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.04.03.3/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2014.04.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/2014.04.03.3/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2014.04.04/youtube-dl -O /usr/local/bin/youtube-dl
    sudo chmod a+x /usr/local/bin/youtube-dl

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

    To check the signature, type: -sudo wget https://yt-dl.org/downloads/2014.04.03.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/2014.04.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 e48aedfb9..e3cd5cf55 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -157,6 +157,7 @@
  • mixcloud
  • Mofosex
  • mooshare: Mooshare.biz
  • +
  • Motorsport: motorsport.com
  • MPORA
  • MTV
  • mtviggy.com
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index ec668f383..890e07e3f 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.04.03.3 \ No newline at end of file +2014.04.04 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 2b813c733..e579539dc 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 - 2014-04-03T16:25:02.742360Z + 2014-04-04T00:10:33.202421Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -4235,4 +4235,19 @@ 2014-04-03T00:00:03Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.04.04 + New version 2014.04.04 + + +
    + Downloads available at https://yt-dl.org/downloads/2014.04.04/ +
    +
    + + The youtube-dl maintainers + + 2014-04-04T00:00:00Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 80d3ad70f..59f75ca37 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.04.03.3", - "signature": "1e99a12ab766027e13fe77176c4c60f1c1712ccfbac343ef2e79bd780393724ca0bf926a4935baa9d3f2ffe5ec67c938769bc8d17c0fc0c12926f0e37f523fd1b9f59d69c2b26293e6a502ecbdf5b5447bd81ab00ff2137f40920cbaab15294c791b545366d2a28e18a266a521ddceee70202cab0ea67cbb386f9ddc861ea53a", + "latest": "2014.04.04", + "signature": "83881fad4617a064b2f2c855fbe54c17e7a59139fb9a49a4b592a37441c5e745df8281bbd4d6f5b04502203ba1e2e2cff3ffa7ac5f3ec83cef49a10b1fa4584fe39a8b69cfadcb6b120b0f5fb6a1e56d1d2ac9edc771868679f6146b415db028839b8b379a7a7a3286504d235cb72265a1f62f2e4a9e516b5ff7dfc34a95d2dc", "versions": { "2012.02.22": { "bin": [ @@ -3955,6 +3955,20 @@ "https://yt-dl.org/downloads/2014.04.03.3/youtube-dl-2014.04.03.3.tar.gz", "13a981c30b538f85fc76475cea285770564244bff8df3bf4a71234aa009a6431" ] + }, + "2014.04.04": { + "bin": [ + "https://yt-dl.org/downloads/2014.04.04/youtube-dl", + "5fa486655579ce41e2bd6504e0271d5c6de806ea07fa722a37ad0e4c224d9dca" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.04.04/youtube-dl.exe", + "9d59962c60cc0b71e774560db7310c17775b0952065b3c43568c840b6aab4520" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.04.04/youtube-dl-2014.04.04.tar.gz", + "ad5cc371f259728c27c60a5b4413788296a350af53c77d48df0da0f3d087936c" + ] } } } \ No newline at end of file From 5e6e2c1ac6c530f1fdd73ed1c308fff7e323ca5f Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Fri, 4 Apr 2014 00:31:19 +0200 Subject: [PATCH 102/138] release 2014.04.04.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 4027546b9..ec80c63cd 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

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

    -

    2014.04.04 (sig)

    +

    2014.04.04.1 (sig)

      -
    • MD5: db7affc22a7518dfd99bd3c4d7024cba
    • -
    • SHA1: bb487fee3d4e1baf6280e16200bbed879c1777aa
    • -
    • SHA256: 5fa486655579ce41e2bd6504e0271d5c6de806ea07fa722a37ad0e4c224d9dca
    • +
    • MD5: 0c5b718288befceeddab84b95b8fc49d
    • +
    • SHA1: bb4b3a683c36ee970404c4daa273103ae7d9474f
    • +
    • SHA256: 1dc30d3f9f1829fe24bbe28cf174dff9b7d29d06e69d059cfd8cfc29474433d0

    - Windows exe (sig - 9d59962c60cc0b71e774560db7310c17775b0952065b3c43568c840b6aab4520)
    - Full source + docs + binary tarball (sig - ad5cc371f259728c27c60a5b4413788296a350af53c77d48df0da0f3d087936c) + Windows exe (sig - 36f7e7e5896490106b02645999bc615e98d0ccc74a7d63eda129da7f57eea2fe)
    + Full source + docs + binary tarball (sig - f47a304e4352b9f8b0b6f0e1d5c781fbaaf5a6a9acd0f0b9106e1008ceadf26e)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.04.04/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2014.04.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/2014.04.04/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2014.04.04.1/youtube-dl -O /usr/local/bin/youtube-dl
    sudo chmod a+x /usr/local/bin/youtube-dl

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

    To check the signature, type: -sudo wget https://yt-dl.org/downloads/2014.04.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/2014.04.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 e3cd5cf55..d89d8d901 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -157,6 +157,7 @@
  • mixcloud
  • Mofosex
  • mooshare: Mooshare.biz
  • +
  • Morningstar: morningstar.com
  • Motorsport: motorsport.com
  • MPORA
  • MTV
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 890e07e3f..8d16dda68 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.04.04 \ No newline at end of file +2014.04.04.1 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index e579539dc..904a32b5f 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 - 2014-04-04T00:10:33.202421Z + 2014-04-04T00:31:17.514927Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -4250,4 +4250,19 @@ 2014-04-04T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.04.04.1 + New version 2014.04.04.1 + + +
    + Downloads available at https://yt-dl.org/downloads/2014.04.04.1/ +
    +
    + + The youtube-dl maintainers + + 2014-04-04T00:00:01Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 59f75ca37..b08de7d6b 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.04.04", - "signature": "83881fad4617a064b2f2c855fbe54c17e7a59139fb9a49a4b592a37441c5e745df8281bbd4d6f5b04502203ba1e2e2cff3ffa7ac5f3ec83cef49a10b1fa4584fe39a8b69cfadcb6b120b0f5fb6a1e56d1d2ac9edc771868679f6146b415db028839b8b379a7a7a3286504d235cb72265a1f62f2e4a9e516b5ff7dfc34a95d2dc", + "latest": "2014.04.04.1", + "signature": "5dec13d564b2bf8a8ed4381819d8984767a136f15e973d433ce9e3a27bb28eceb2d0070fc347d488ad82eebb8c42cd8362060623b8f2bbd6941fff3bd87a0052b94db0590491a415076ed594c4f369e8e0a4dbfb568b27bdbb44a649211832e2810ff5480e83f2f4f7671a701779956a1a9fc91e20a913c357564862743c9000", "versions": { "2012.02.22": { "bin": [ @@ -3969,6 +3969,20 @@ "https://yt-dl.org/downloads/2014.04.04/youtube-dl-2014.04.04.tar.gz", "ad5cc371f259728c27c60a5b4413788296a350af53c77d48df0da0f3d087936c" ] + }, + "2014.04.04.1": { + "bin": [ + "https://yt-dl.org/downloads/2014.04.04.1/youtube-dl", + "1dc30d3f9f1829fe24bbe28cf174dff9b7d29d06e69d059cfd8cfc29474433d0" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.04.04.1/youtube-dl.exe", + "36f7e7e5896490106b02645999bc615e98d0ccc74a7d63eda129da7f57eea2fe" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.04.04.1/youtube-dl-2014.04.04.1.tar.gz", + "f47a304e4352b9f8b0b6f0e1d5c781fbaaf5a6a9acd0f0b9106e1008ceadf26e" + ] } } } \ No newline at end of file From bbd7253743626b8cfc1b162252b2e3cfc7e826ee Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Fri, 4 Apr 2014 02:15:41 +0200 Subject: [PATCH 103/138] release 2014.04.04.3 --- 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 ec80c63cd..7696be07e 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

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

    -

    2014.04.04.1 (sig)

    +

    2014.04.04.3 (sig)

      -
    • MD5: 0c5b718288befceeddab84b95b8fc49d
    • -
    • SHA1: bb4b3a683c36ee970404c4daa273103ae7d9474f
    • -
    • SHA256: 1dc30d3f9f1829fe24bbe28cf174dff9b7d29d06e69d059cfd8cfc29474433d0
    • +
    • MD5: e9c2e3165f3d31070d6ef60b94c15ac8
    • +
    • SHA1: 8de21effbeed2b9452334704b8b503bcc44f40dd
    • +
    • SHA256: e14d2e70a20ab086771cde102f527fc78882021fabe3119592312b87a570c9cd

    - Windows exe (sig - 36f7e7e5896490106b02645999bc615e98d0ccc74a7d63eda129da7f57eea2fe)
    - Full source + docs + binary tarball (sig - f47a304e4352b9f8b0b6f0e1d5c781fbaaf5a6a9acd0f0b9106e1008ceadf26e) + Windows exe (sig - 394f9b3aa90c7c89f1df434b4136395baf367dcf71869e34d7d22b1bcf60f5c4)
    + Full source + docs + binary tarball (sig - 274e8b013e8d3d3f81afdb08fa5e6694f734aafe4859ec8ce098bbcf82d3f36e)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.04.04.1/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2014.04.04.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/2014.04.04.1/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2014.04.04.3/youtube-dl -O /usr/local/bin/youtube-dl
    sudo chmod a+x /usr/local/bin/youtube-dl

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

    To check the signature, type: -sudo wget https://yt-dl.org/downloads/2014.04.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/2014.04.04.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/update/LATEST_VERSION b/update/LATEST_VERSION index 8d16dda68..d0ca9c79e 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.04.04.1 \ No newline at end of file +2014.04.04.3 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 904a32b5f..183c31843 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 - 2014-04-04T00:31:17.514927Z + 2014-04-04T02:15:39.901140Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -4265,4 +4265,19 @@ 2014-04-04T00:00:01Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.04.04.3 + New version 2014.04.04.3 + + +
    + Downloads available at https://yt-dl.org/downloads/2014.04.04.3/ +
    +
    + + The youtube-dl maintainers + + 2014-04-04T00:00:03Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index b08de7d6b..0d8af66b4 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.04.04.1", - "signature": "5dec13d564b2bf8a8ed4381819d8984767a136f15e973d433ce9e3a27bb28eceb2d0070fc347d488ad82eebb8c42cd8362060623b8f2bbd6941fff3bd87a0052b94db0590491a415076ed594c4f369e8e0a4dbfb568b27bdbb44a649211832e2810ff5480e83f2f4f7671a701779956a1a9fc91e20a913c357564862743c9000", + "latest": "2014.04.04.3", + "signature": "496f587d31faad303d586982b9385a8d6a86b1cc25f910c3218ccc51725183cb418efef4f78cb0c1dcd2d4eb30819e12a04a51728c5109a14889840a62c83156b313f643315a95301ab5ef1230c079ebce489f8886f342203fad9d33a838c61b8698cfa0f82cccb319cdee961fc399b00aad427ce5401238a6995f9eece296ba", "versions": { "2012.02.22": { "bin": [ @@ -3983,6 +3983,20 @@ "https://yt-dl.org/downloads/2014.04.04.1/youtube-dl-2014.04.04.1.tar.gz", "f47a304e4352b9f8b0b6f0e1d5c781fbaaf5a6a9acd0f0b9106e1008ceadf26e" ] + }, + "2014.04.04.3": { + "bin": [ + "https://yt-dl.org/downloads/2014.04.04.3/youtube-dl", + "e14d2e70a20ab086771cde102f527fc78882021fabe3119592312b87a570c9cd" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.04.04.3/youtube-dl.exe", + "394f9b3aa90c7c89f1df434b4136395baf367dcf71869e34d7d22b1bcf60f5c4" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.04.04.3/youtube-dl-2014.04.04.3.tar.gz", + "274e8b013e8d3d3f81afdb08fa5e6694f734aafe4859ec8ce098bbcf82d3f36e" + ] } } } \ No newline at end of file From 2de3613cd76cd20b9026106c0acad3dd0c863d2c Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Fri, 4 Apr 2014 02:38:36 +0200 Subject: [PATCH 104/138] release 2014.04.04.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 7696be07e..880a925f3 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

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

    -

    2014.04.04.3 (sig)

    +

    2014.04.04.2 (sig)

      -
    • MD5: e9c2e3165f3d31070d6ef60b94c15ac8
    • -
    • SHA1: 8de21effbeed2b9452334704b8b503bcc44f40dd
    • -
    • SHA256: e14d2e70a20ab086771cde102f527fc78882021fabe3119592312b87a570c9cd
    • +
    • MD5: 51c0d2edd2f7e4e2a86c99954d8af5aa
    • +
    • SHA1: 6213cf7741f77ed1097e5a698dba7a99565afabe
    • +
    • SHA256: 953f061143f1d3a1a6e432cdc348f136cc92a96c4a79bb001a10c010feaa1c13

    - Windows exe (sig - 394f9b3aa90c7c89f1df434b4136395baf367dcf71869e34d7d22b1bcf60f5c4)
    - Full source + docs + binary tarball (sig - 274e8b013e8d3d3f81afdb08fa5e6694f734aafe4859ec8ce098bbcf82d3f36e) + Windows exe (sig - 2166845393b1759ea6d8054d192e6282e26fb3580e7a8c747b28179214711152)
    + Full source + docs + binary tarball (sig - 6e89fe11beacd5af6b9478cc90510006fc8583f6fb7f7bb069d81b2e5478542a)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.04.04.3/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2014.04.04.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/2014.04.04.3/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2014.04.04.2/youtube-dl -O /usr/local/bin/youtube-dl
    sudo chmod a+x /usr/local/bin/youtube-dl

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

    To check the signature, type: -sudo wget https://yt-dl.org/downloads/2014.04.04.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/2014.04.04.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 d0ca9c79e..93832a641 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.04.04.3 \ No newline at end of file +2014.04.04.2 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 183c31843..7ec2df777 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 - 2014-04-04T02:15:39.901140Z + 2014-04-04T02:38:34.992151Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -4265,6 +4265,21 @@ 2014-04-04T00:00:01Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.04.04.2 + New version 2014.04.04.2 + + +
    + Downloads available at https://yt-dl.org/downloads/2014.04.04.2/ +
    +
    + + The youtube-dl maintainers + + 2014-04-04T00:00:02Z +
    + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.04.04.3 New version 2014.04.04.3 diff --git a/update/versions.json b/update/versions.json index 0d8af66b4..633d9ea5d 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.04.04.3", - "signature": "496f587d31faad303d586982b9385a8d6a86b1cc25f910c3218ccc51725183cb418efef4f78cb0c1dcd2d4eb30819e12a04a51728c5109a14889840a62c83156b313f643315a95301ab5ef1230c079ebce489f8886f342203fad9d33a838c61b8698cfa0f82cccb319cdee961fc399b00aad427ce5401238a6995f9eece296ba", + "latest": "2014.04.04.2", + "signature": "6b7f7ef27ee86bae397b7ea31db9fc1a30257f498e3903930e153a746bc99c11ae6d93638c4bc1a31fbae499919d7502bbd19e61b203340338fa93b863ba77e8ab57edc184bf6dff1623f244b18374d14c24d835d7d4b3c375b5ae0d903de52a570120c35136a1dd3fe1c4fc6422d49b11485f269e497618848ef49ff4d0a393", "versions": { "2012.02.22": { "bin": [ @@ -3984,6 +3984,20 @@ "f47a304e4352b9f8b0b6f0e1d5c781fbaaf5a6a9acd0f0b9106e1008ceadf26e" ] }, + "2014.04.04.2": { + "bin": [ + "https://yt-dl.org/downloads/2014.04.04.2/youtube-dl", + "953f061143f1d3a1a6e432cdc348f136cc92a96c4a79bb001a10c010feaa1c13" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.04.04.2/youtube-dl.exe", + "2166845393b1759ea6d8054d192e6282e26fb3580e7a8c747b28179214711152" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.04.04.2/youtube-dl-2014.04.04.2.tar.gz", + "6e89fe11beacd5af6b9478cc90510006fc8583f6fb7f7bb069d81b2e5478542a" + ] + }, "2014.04.04.3": { "bin": [ "https://yt-dl.org/downloads/2014.04.04.3/youtube-dl", From 9c323f4926523fef92f678f36507131d8bd0d2f5 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Fri, 4 Apr 2014 22:21:38 +0200 Subject: [PATCH 105/138] release 2014.04.04.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 880a925f3..c6b9e0bd7 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

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

    -

    2014.04.04.2 (sig)

    +

    2014.04.04.4 (sig)

      -
    • MD5: 51c0d2edd2f7e4e2a86c99954d8af5aa
    • -
    • SHA1: 6213cf7741f77ed1097e5a698dba7a99565afabe
    • -
    • SHA256: 953f061143f1d3a1a6e432cdc348f136cc92a96c4a79bb001a10c010feaa1c13
    • +
    • MD5: daa9955cfded94482f628df4e52b1d21
    • +
    • SHA1: ecf4656d0734d2ee851338828c16666a6ec7435c
    • +
    • SHA256: 160699c546502da2a91035e20512ef55d68d49971753d1ee91c31ea97f42f20a

    - Windows exe (sig - 2166845393b1759ea6d8054d192e6282e26fb3580e7a8c747b28179214711152)
    - Full source + docs + binary tarball (sig - 6e89fe11beacd5af6b9478cc90510006fc8583f6fb7f7bb069d81b2e5478542a) + Windows exe (sig - e4d68b8cacee38aea580389c54324ac64f2ee178a8413abca85ab250b5421aaa)
    + Full source + docs + binary tarball (sig - 31765dd17be12205edc7f6ffc5b96019303a4cfab493805b7aa6e5c999a47cf2)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.04.04.2/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2014.04.04.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/2014.04.04.2/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2014.04.04.4/youtube-dl -O /usr/local/bin/youtube-dl
    sudo chmod a+x /usr/local/bin/youtube-dl

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

    To check the signature, type: -sudo wget https://yt-dl.org/downloads/2014.04.04.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/2014.04.04.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 93832a641..07b3eec88 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.04.04.2 \ No newline at end of file +2014.04.04.4 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 7ec2df777..a89d9a09b 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 - 2014-04-04T02:38:34.992151Z + 2014-04-04T22:21:28.905519Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -4295,4 +4295,19 @@ 2014-04-04T00:00:03Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.04.04.4 + New version 2014.04.04.4 + + +
    + Downloads available at https://yt-dl.org/downloads/2014.04.04.4/ +
    +
    + + The youtube-dl maintainers + + 2014-04-04T00:00:04Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 633d9ea5d..3c9d1fd32 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.04.04.2", - "signature": "6b7f7ef27ee86bae397b7ea31db9fc1a30257f498e3903930e153a746bc99c11ae6d93638c4bc1a31fbae499919d7502bbd19e61b203340338fa93b863ba77e8ab57edc184bf6dff1623f244b18374d14c24d835d7d4b3c375b5ae0d903de52a570120c35136a1dd3fe1c4fc6422d49b11485f269e497618848ef49ff4d0a393", + "latest": "2014.04.04.4", + "signature": "768189d345adda5e2c06fd132fa647f7677f438efb324fab1958321d8506e75b859d48ffbceed13ae28867a8fcbf8315c42b0e8733e6d5a9bfed4d443ff5dd65bd0a400155ae956060c5df780ad21e7fb49e7184c2ff087d08ffaa564b9ce9f9b02e0111232fe20075e2be84cf1c899c9be657586b61f3463f4337f15e9aae71", "versions": { "2012.02.22": { "bin": [ @@ -4011,6 +4011,20 @@ "https://yt-dl.org/downloads/2014.04.04.3/youtube-dl-2014.04.04.3.tar.gz", "274e8b013e8d3d3f81afdb08fa5e6694f734aafe4859ec8ce098bbcf82d3f36e" ] + }, + "2014.04.04.4": { + "bin": [ + "https://yt-dl.org/downloads/2014.04.04.4/youtube-dl", + "160699c546502da2a91035e20512ef55d68d49971753d1ee91c31ea97f42f20a" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.04.04.4/youtube-dl.exe", + "e4d68b8cacee38aea580389c54324ac64f2ee178a8413abca85ab250b5421aaa" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.04.04.4/youtube-dl-2014.04.04.4.tar.gz", + "31765dd17be12205edc7f6ffc5b96019303a4cfab493805b7aa6e5c999a47cf2" + ] } } } \ No newline at end of file From 2d2d9d110806d26b71b111f890072af822b860c8 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Fri, 4 Apr 2014 22:32:24 +0200 Subject: [PATCH 106/138] release 2014.04.04.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 c6b9e0bd7..2f159bee0 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

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

    -

    2014.04.04.4 (sig)

    +

    2014.04.04.5 (sig)

      -
    • MD5: daa9955cfded94482f628df4e52b1d21
    • -
    • SHA1: ecf4656d0734d2ee851338828c16666a6ec7435c
    • -
    • SHA256: 160699c546502da2a91035e20512ef55d68d49971753d1ee91c31ea97f42f20a
    • +
    • MD5: 167551fe635942a2b4e3b64851bcf1ae
    • +
    • SHA1: 7cdce9ba84e53233a26683ff6d62b35cec2fc0ae
    • +
    • SHA256: 75dacdc15b69b024050f9d11a289d39444dda025d5aa71eb56d7e1ad7f4d463d

    - Windows exe (sig - e4d68b8cacee38aea580389c54324ac64f2ee178a8413abca85ab250b5421aaa)
    - Full source + docs + binary tarball (sig - 31765dd17be12205edc7f6ffc5b96019303a4cfab493805b7aa6e5c999a47cf2) + Windows exe (sig - d0464d6f29e503d631e4d6aea0352210106553af5a06ce086af6ed995ff0685d)
    + Full source + docs + binary tarball (sig - 2285c86389aebbd311a696ee2e2df19f940c3f55d26b81d4a70ce35aff35b8c0)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.04.04.4/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2014.04.04.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/2014.04.04.4/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2014.04.04.5/youtube-dl -O /usr/local/bin/youtube-dl
    sudo chmod a+x /usr/local/bin/youtube-dl

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

    To check the signature, type: -sudo wget https://yt-dl.org/downloads/2014.04.04.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/2014.04.04.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 07b3eec88..324d1b6ea 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.04.04.4 \ No newline at end of file +2014.04.04.5 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index a89d9a09b..b059bb9ef 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 - 2014-04-04T22:21:28.905519Z + 2014-04-04T22:32:10.265563Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -4310,4 +4310,19 @@ 2014-04-04T00:00:04Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.04.04.5 + New version 2014.04.04.5 + + +
    + Downloads available at https://yt-dl.org/downloads/2014.04.04.5/ +
    +
    + + The youtube-dl maintainers + + 2014-04-04T00:00:05Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 3c9d1fd32..7551d7d9d 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.04.04.4", - "signature": "768189d345adda5e2c06fd132fa647f7677f438efb324fab1958321d8506e75b859d48ffbceed13ae28867a8fcbf8315c42b0e8733e6d5a9bfed4d443ff5dd65bd0a400155ae956060c5df780ad21e7fb49e7184c2ff087d08ffaa564b9ce9f9b02e0111232fe20075e2be84cf1c899c9be657586b61f3463f4337f15e9aae71", + "latest": "2014.04.04.5", + "signature": "34db8832c0c5bb1194ca6e9756bfb5852e46e0930b93057632de9a7e3c4f43b14fe65e8d87fbea0f8d414d3a6f996f123fff2ad37e8f45b965e72d46fb2735fb7224e7e35e914b1918b2711c20b50454c798188a35cf049ae6f44bfa1d4ebbb9518d515aebc3f50db7fb1cc9c637f032807144197ceacaebd1a88991d9675e7c", "versions": { "2012.02.22": { "bin": [ @@ -4025,6 +4025,20 @@ "https://yt-dl.org/downloads/2014.04.04.4/youtube-dl-2014.04.04.4.tar.gz", "31765dd17be12205edc7f6ffc5b96019303a4cfab493805b7aa6e5c999a47cf2" ] + }, + "2014.04.04.5": { + "bin": [ + "https://yt-dl.org/downloads/2014.04.04.5/youtube-dl", + "75dacdc15b69b024050f9d11a289d39444dda025d5aa71eb56d7e1ad7f4d463d" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.04.04.5/youtube-dl.exe", + "d0464d6f29e503d631e4d6aea0352210106553af5a06ce086af6ed995ff0685d" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.04.04.5/youtube-dl-2014.04.04.5.tar.gz", + "2285c86389aebbd311a696ee2e2df19f940c3f55d26b81d4a70ce35aff35b8c0" + ] } } } \ No newline at end of file From e32838d54c4192ef08bf88b5193370ae566ad53d Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Fri, 4 Apr 2014 22:51:49 +0200 Subject: [PATCH 107/138] release 2014.04.04.6 --- 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 2f159bee0..40e1ef22b 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

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

    -

    2014.04.04.5 (sig)

    +

    2014.04.04.6 (sig)

      -
    • MD5: 167551fe635942a2b4e3b64851bcf1ae
    • -
    • SHA1: 7cdce9ba84e53233a26683ff6d62b35cec2fc0ae
    • -
    • SHA256: 75dacdc15b69b024050f9d11a289d39444dda025d5aa71eb56d7e1ad7f4d463d
    • +
    • MD5: a6f0aa7b2ea818f328dfd6f485d8fd56
    • +
    • SHA1: 255096f1afce2f70bad93ed35c31b21a90f58bc9
    • +
    • SHA256: 556dab4d64efed6ef86616e656c4899bdac03268886c3a512f74cbe4c17ea4ab

    - Windows exe (sig - d0464d6f29e503d631e4d6aea0352210106553af5a06ce086af6ed995ff0685d)
    - Full source + docs + binary tarball (sig - 2285c86389aebbd311a696ee2e2df19f940c3f55d26b81d4a70ce35aff35b8c0) + Windows exe (sig - 6123d0f75e8d1c32c88b06d49262941678cb2c7c0cfd7b873e2550e13abb2731)
    + Full source + docs + binary tarball (sig - e93fd775cdcbc8a09c128accb92eb22bfea6c7558c9b75895797415d9488c4fe)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.04.04.5/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2014.04.04.6/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/2014.04.04.5/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2014.04.04.6/youtube-dl -O /usr/local/bin/youtube-dl
    sudo chmod a+x /usr/local/bin/youtube-dl

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

    To check the signature, type: -sudo wget https://yt-dl.org/downloads/2014.04.04.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/2014.04.04.6/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 324d1b6ea..e86a559ef 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.04.04.5 \ No newline at end of file +2014.04.04.6 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index b059bb9ef..8e4f24c8d 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 - 2014-04-04T22:32:10.265563Z + 2014-04-04T22:51:47.639548Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -4325,4 +4325,19 @@ 2014-04-04T00:00:05Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.04.04.6 + New version 2014.04.04.6 + + +
    + Downloads available at https://yt-dl.org/downloads/2014.04.04.6/ +
    +
    + + The youtube-dl maintainers + + 2014-04-04T00:00:06Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 7551d7d9d..d932bfbf8 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.04.04.5", - "signature": "34db8832c0c5bb1194ca6e9756bfb5852e46e0930b93057632de9a7e3c4f43b14fe65e8d87fbea0f8d414d3a6f996f123fff2ad37e8f45b965e72d46fb2735fb7224e7e35e914b1918b2711c20b50454c798188a35cf049ae6f44bfa1d4ebbb9518d515aebc3f50db7fb1cc9c637f032807144197ceacaebd1a88991d9675e7c", + "latest": "2014.04.04.6", + "signature": "71adaf2a97386faa02f2d1df392b1f7fb670a4a42e12a67cff3f256f286078a792ccc529b16f83912e2dbfb8b628f3c646d27b80e73b465aaf2e1dc68bb547764e7a2b84d00216983440ac2d57bc02c4d21091044c8b9c7027d06411d99034c7797d866b6263cb6ca1b0f3c1b886555f871b05594e54e63c21a4344ef08d246d", "versions": { "2012.02.22": { "bin": [ @@ -4039,6 +4039,20 @@ "https://yt-dl.org/downloads/2014.04.04.5/youtube-dl-2014.04.04.5.tar.gz", "2285c86389aebbd311a696ee2e2df19f940c3f55d26b81d4a70ce35aff35b8c0" ] + }, + "2014.04.04.6": { + "bin": [ + "https://yt-dl.org/downloads/2014.04.04.6/youtube-dl", + "556dab4d64efed6ef86616e656c4899bdac03268886c3a512f74cbe4c17ea4ab" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.04.04.6/youtube-dl.exe", + "6123d0f75e8d1c32c88b06d49262941678cb2c7c0cfd7b873e2550e13abb2731" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.04.04.6/youtube-dl-2014.04.04.6.tar.gz", + "e93fd775cdcbc8a09c128accb92eb22bfea6c7558c9b75895797415d9488c4fe" + ] } } } \ No newline at end of file From 9c0e70fd32d1acfaa5fe63e0dc0ee1b9bef61e34 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Fri, 4 Apr 2014 23:04:55 +0200 Subject: [PATCH 108/138] release 2014.04.04.7 --- 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 40e1ef22b..a5e919797 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

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

    -

    2014.04.04.6 (sig)

    +

    2014.04.04.7 (sig)

      -
    • MD5: a6f0aa7b2ea818f328dfd6f485d8fd56
    • -
    • SHA1: 255096f1afce2f70bad93ed35c31b21a90f58bc9
    • -
    • SHA256: 556dab4d64efed6ef86616e656c4899bdac03268886c3a512f74cbe4c17ea4ab
    • +
    • MD5: 849d2b0b8337c1362afb76996eb84095
    • +
    • SHA1: e1e886d14905f8c0c50ea7904429f62406a19b0d
    • +
    • SHA256: 8647120ed26e531e25c8a67d3e08f69580fcf6b92119a64b6f22f2e6f6b2031c

    - Windows exe (sig - 6123d0f75e8d1c32c88b06d49262941678cb2c7c0cfd7b873e2550e13abb2731)
    - Full source + docs + binary tarball (sig - e93fd775cdcbc8a09c128accb92eb22bfea6c7558c9b75895797415d9488c4fe) + Windows exe (sig - 49c762c8d10dc016a60f31415bbbafabd4288f64018849a4fc1ac2a19499a353)
    + Full source + docs + binary tarball (sig - 113a7043e2f6b808e94cf584d336c4f2edaeba326ffadbeed3d850b0450fae20)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.04.04.6/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2014.04.04.7/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/2014.04.04.6/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2014.04.04.7/youtube-dl -O /usr/local/bin/youtube-dl
    sudo chmod a+x /usr/local/bin/youtube-dl

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

    To check the signature, type: -sudo wget https://yt-dl.org/downloads/2014.04.04.6/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/2014.04.04.7/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 e86a559ef..46443173e 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.04.04.6 \ No newline at end of file +2014.04.04.7 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 8e4f24c8d..6a6c8c5ff 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 - 2014-04-04T22:51:47.639548Z + 2014-04-04T23:04:53.902267Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -4340,4 +4340,19 @@ 2014-04-04T00:00:06Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.04.04.7 + New version 2014.04.04.7 + + +
    + Downloads available at https://yt-dl.org/downloads/2014.04.04.7/ +
    +
    + + The youtube-dl maintainers + + 2014-04-04T00:00:07Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index d932bfbf8..b3fbe0b0e 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.04.04.6", - "signature": "71adaf2a97386faa02f2d1df392b1f7fb670a4a42e12a67cff3f256f286078a792ccc529b16f83912e2dbfb8b628f3c646d27b80e73b465aaf2e1dc68bb547764e7a2b84d00216983440ac2d57bc02c4d21091044c8b9c7027d06411d99034c7797d866b6263cb6ca1b0f3c1b886555f871b05594e54e63c21a4344ef08d246d", + "latest": "2014.04.04.7", + "signature": "4b8589db68a817c746c66543f634835b37718b6727bec9e125a6192050a1326448c18d63182fef914a628bd33714caa9371205c456307a707bd169ff3f8451f62aa1cced7b9324e5e9abd9b941944f651098f2c511905bcfc3cd96178957d3ff0a99279d0b146c2b19cdfb9b1b0888ddfba3f4c6a50fd4261959bff9e3dcbd98", "versions": { "2012.02.22": { "bin": [ @@ -4053,6 +4053,20 @@ "https://yt-dl.org/downloads/2014.04.04.6/youtube-dl-2014.04.04.6.tar.gz", "e93fd775cdcbc8a09c128accb92eb22bfea6c7558c9b75895797415d9488c4fe" ] + }, + "2014.04.04.7": { + "bin": [ + "https://yt-dl.org/downloads/2014.04.04.7/youtube-dl", + "8647120ed26e531e25c8a67d3e08f69580fcf6b92119a64b6f22f2e6f6b2031c" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.04.04.7/youtube-dl.exe", + "49c762c8d10dc016a60f31415bbbafabd4288f64018849a4fc1ac2a19499a353" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.04.04.7/youtube-dl-2014.04.04.7.tar.gz", + "113a7043e2f6b808e94cf584d336c4f2edaeba326ffadbeed3d850b0450fae20" + ] } } } \ No newline at end of file From 52351c03722cee3b635a794c2df24e4e6724d791 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Mon, 7 Apr 2014 13:49:05 +0200 Subject: [PATCH 109/138] release 2014.04.07 --- 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 a5e919797..cdd2af61e 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

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

    -

    2014.04.04.7 (sig)

    +

    2014.04.07 (sig)

      -
    • MD5: 849d2b0b8337c1362afb76996eb84095
    • -
    • SHA1: e1e886d14905f8c0c50ea7904429f62406a19b0d
    • -
    • SHA256: 8647120ed26e531e25c8a67d3e08f69580fcf6b92119a64b6f22f2e6f6b2031c
    • +
    • MD5: 082f3aac440432e7105372b8084deb84
    • +
    • SHA1: 688b0c74291397b3fa86bf38f45ae24cc839eaa6
    • +
    • SHA256: ddbf91af13ba7add3b64d6e9b9daee0908cb1814d4321366270bb2cd6b7b1ca1

    - Windows exe (sig - 49c762c8d10dc016a60f31415bbbafabd4288f64018849a4fc1ac2a19499a353)
    - Full source + docs + binary tarball (sig - 113a7043e2f6b808e94cf584d336c4f2edaeba326ffadbeed3d850b0450fae20) + Windows exe (sig - 1fdf761cf48103961fa3ebd55f180418870560ad5d85f14abd0ab39fb2125138)
    + Full source + docs + binary tarball (sig - 5fc61943842e41d676425c2818221c4783e89e638ed513d7f563392016abfd0b)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.04.04.7/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2014.04.07/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/2014.04.04.7/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2014.04.07/youtube-dl -O /usr/local/bin/youtube-dl
    sudo chmod a+x /usr/local/bin/youtube-dl

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

    To check the signature, type: -sudo wget https://yt-dl.org/downloads/2014.04.04.7/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/2014.04.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 d89d8d901..803c68fb5 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -55,6 +55,7 @@
  • canalc2.tv
  • canalplus.fr
  • CBS
  • +
  • CBSNews: CBS News
  • CeskaTelevize
  • channel9: Channel 9
  • Chilloutzone
  • @@ -81,6 +82,7 @@
  • daum.net
  • defense.gouv.fr
  • Discovery
  • +
  • divxstage: DivxStage
  • Dotsub
  • Dropbox
  • EbaumsWorld
  • @@ -133,7 +135,7 @@
  • JeuxVideo
  • jpopsuki.tv
  • Jukebox
  • -
  • justin.tv
  • +
  • justin.tv: justin.tv and twitch.tv
  • Kankan
  • keek
  • KeezMovies
  • @@ -159,6 +161,7 @@
  • mooshare: Mooshare.biz
  • Morningstar: morningstar.com
  • Motorsport: motorsport.com
  • +
  • movshare: MovShare
  • MPORA
  • MTV
  • mtviggy.com
  • @@ -278,6 +281,7 @@
  • videofy.me
  • videolectures.net
  • VideoPremium
  • +
  • videoweed: VideoWeed
  • viki
  • vimeo
  • vimeo:album
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 46443173e..0630aa1c3 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.04.04.7 \ No newline at end of file +2014.04.07 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 6a6c8c5ff..0d03d1975 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 - 2014-04-04T23:04:53.902267Z + 2014-04-07T13:49:04.077789Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -4355,4 +4355,19 @@ 2014-04-04T00:00:07Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.04.07 + New version 2014.04.07 + + +
    + Downloads available at https://yt-dl.org/downloads/2014.04.07/ +
    +
    + + The youtube-dl maintainers + + 2014-04-07T00:00:00Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index b3fbe0b0e..05da018f3 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.04.04.7", - "signature": "4b8589db68a817c746c66543f634835b37718b6727bec9e125a6192050a1326448c18d63182fef914a628bd33714caa9371205c456307a707bd169ff3f8451f62aa1cced7b9324e5e9abd9b941944f651098f2c511905bcfc3cd96178957d3ff0a99279d0b146c2b19cdfb9b1b0888ddfba3f4c6a50fd4261959bff9e3dcbd98", + "latest": "2014.04.07", + "signature": "710e53619be18fd12d9f8f65b93b7c3af8276f5a0b005dea8ce8692baa346301f99e6bdfb24989f9f4fdd19db6a06faafc1acaea2eb9282ea078e77b2a8a22fa7549e83ba03cac7c11a54500dc82a6ac6bf536483d11bffc607cc1d1b9ad41a5d33e5d6df21313e8cef81677e7411c053249b8bb83515c0557c143b665deba8e", "versions": { "2012.02.22": { "bin": [ @@ -4067,6 +4067,20 @@ "https://yt-dl.org/downloads/2014.04.04.7/youtube-dl-2014.04.04.7.tar.gz", "113a7043e2f6b808e94cf584d336c4f2edaeba326ffadbeed3d850b0450fae20" ] + }, + "2014.04.07": { + "bin": [ + "https://yt-dl.org/downloads/2014.04.07/youtube-dl", + "ddbf91af13ba7add3b64d6e9b9daee0908cb1814d4321366270bb2cd6b7b1ca1" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.04.07/youtube-dl.exe", + "1fdf761cf48103961fa3ebd55f180418870560ad5d85f14abd0ab39fb2125138" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.04.07/youtube-dl-2014.04.07.tar.gz", + "5fc61943842e41d676425c2818221c4783e89e638ed513d7f563392016abfd0b" + ] } } } \ No newline at end of file From 36152c3da7422ad6e52dba51a17f484adb887c0c Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Mon, 7 Apr 2014 15:46:26 +0200 Subject: [PATCH 110/138] release 2014.04.07.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 cdd2af61e..39238a3f6 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

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

    -

    2014.04.07 (sig)

    +

    2014.04.07.1 (sig)

      -
    • MD5: 082f3aac440432e7105372b8084deb84
    • -
    • SHA1: 688b0c74291397b3fa86bf38f45ae24cc839eaa6
    • -
    • SHA256: ddbf91af13ba7add3b64d6e9b9daee0908cb1814d4321366270bb2cd6b7b1ca1
    • +
    • MD5: 17936c5363c743d2f907552411fcb60d
    • +
    • SHA1: eacd9dd35edcc005b3b86b4427d5605097a9ecd8
    • +
    • SHA256: f368b6831fc10d84c35023f1dccc4169ff72ae0bc408853d7fe4a0ec68eb6729

    - Windows exe (sig - 1fdf761cf48103961fa3ebd55f180418870560ad5d85f14abd0ab39fb2125138)
    - Full source + docs + binary tarball (sig - 5fc61943842e41d676425c2818221c4783e89e638ed513d7f563392016abfd0b) + Windows exe (sig - 52c69e2fb08bcc4beeb4d3914a9e849bda4747ada79620f902ffafc1366d3ac4)
    + Full source + docs + binary tarball (sig - ac5b505b974e036c9265c700d6bb373fc3d1aff22e2314fd55aef355cfe3112c)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.04.07/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2014.04.07.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/2014.04.07/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2014.04.07.1/youtube-dl -O /usr/local/bin/youtube-dl
    sudo chmod a+x /usr/local/bin/youtube-dl

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

    To check the signature, type: -sudo wget https://yt-dl.org/downloads/2014.04.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/2014.04.07.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 0630aa1c3..155ca1a16 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.04.07 \ No newline at end of file +2014.04.07.1 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 0d03d1975..1f39dc5fe 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 - 2014-04-07T13:49:04.077789Z + 2014-04-07T15:46:25.085171Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -4370,4 +4370,19 @@ 2014-04-07T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.04.07.1 + New version 2014.04.07.1 + + +
    + Downloads available at https://yt-dl.org/downloads/2014.04.07.1/ +
    +
    + + The youtube-dl maintainers + + 2014-04-07T00:00:01Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 05da018f3..f9b8e2a4a 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.04.07", - "signature": "710e53619be18fd12d9f8f65b93b7c3af8276f5a0b005dea8ce8692baa346301f99e6bdfb24989f9f4fdd19db6a06faafc1acaea2eb9282ea078e77b2a8a22fa7549e83ba03cac7c11a54500dc82a6ac6bf536483d11bffc607cc1d1b9ad41a5d33e5d6df21313e8cef81677e7411c053249b8bb83515c0557c143b665deba8e", + "latest": "2014.04.07.1", + "signature": "0a576691458cd7a553713e940e5fa4a18f48c18245d627912529f02531fb4cd89463754667f22d9ada77a256679da92193b76717ebe57e0c922c01294db09ad7a7cc1b5cb9e2af2d5dedcf8942d965174d78032dfbeacadcf17814127cbc61c702653275883e2829ffe59d77bf2d6621bb8e6f6c2e57df0596975316e96cb273", "versions": { "2012.02.22": { "bin": [ @@ -4081,6 +4081,20 @@ "https://yt-dl.org/downloads/2014.04.07/youtube-dl-2014.04.07.tar.gz", "5fc61943842e41d676425c2818221c4783e89e638ed513d7f563392016abfd0b" ] + }, + "2014.04.07.1": { + "bin": [ + "https://yt-dl.org/downloads/2014.04.07.1/youtube-dl", + "f368b6831fc10d84c35023f1dccc4169ff72ae0bc408853d7fe4a0ec68eb6729" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.04.07.1/youtube-dl.exe", + "52c69e2fb08bcc4beeb4d3914a9e849bda4747ada79620f902ffafc1366d3ac4" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.04.07.1/youtube-dl-2014.04.07.1.tar.gz", + "ac5b505b974e036c9265c700d6bb373fc3d1aff22e2314fd55aef355cfe3112c" + ] } } } \ No newline at end of file From 9667720e74b9fa0aa0313020129df0a947fdb08f Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Mon, 7 Apr 2014 21:44:20 +0200 Subject: [PATCH 111/138] release 2014.04.07.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 39238a3f6..ae0de7972 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

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

    -

    2014.04.07.1 (sig)

    +

    2014.04.07.2 (sig)

      -
    • MD5: 17936c5363c743d2f907552411fcb60d
    • -
    • SHA1: eacd9dd35edcc005b3b86b4427d5605097a9ecd8
    • -
    • SHA256: f368b6831fc10d84c35023f1dccc4169ff72ae0bc408853d7fe4a0ec68eb6729
    • +
    • MD5: b497030128dedee62b50c673e5822763
    • +
    • SHA1: 2b5e8528e747cf07df1d9e1d3ea2701a87672805
    • +
    • SHA256: bf869d48601cdbd7e46937ddc4fd55ce45d4b27b273539ebdb9904d13125ddcb

    - Windows exe (sig - 52c69e2fb08bcc4beeb4d3914a9e849bda4747ada79620f902ffafc1366d3ac4)
    - Full source + docs + binary tarball (sig - ac5b505b974e036c9265c700d6bb373fc3d1aff22e2314fd55aef355cfe3112c) + Windows exe (sig - a8741351c217791d5fd8f65de1170e001aa92c5fcc7cd8642c367f995b27987b)
    + Full source + docs + binary tarball (sig - 4fd5010575e1b7a183b293d18fb06435afc8219fa06711d89296c12ed9f0a197)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.04.07.1/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2014.04.07.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/2014.04.07.1/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2014.04.07.2/youtube-dl -O /usr/local/bin/youtube-dl
    sudo chmod a+x /usr/local/bin/youtube-dl

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

    To check the signature, type: -sudo wget https://yt-dl.org/downloads/2014.04.07.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/2014.04.07.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 803c68fb5..ba6120240 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -211,6 +211,7 @@
  • Roxwel
  • RTLnow
  • RTS: RTS.ch
  • +
  • rtve.es:alacarta: RTVE a la carta
  • rutube: Rutube videos
  • rutube:channel: Rutube channels
  • rutube:movie: Rutube movies
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 155ca1a16..f2aa44740 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.04.07.1 \ No newline at end of file +2014.04.07.2 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 1f39dc5fe..cbed834ad 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 - 2014-04-07T15:46:25.085171Z + 2014-04-07T21:44:19.532509Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -4385,4 +4385,19 @@ 2014-04-07T00:00:01Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.04.07.2 + New version 2014.04.07.2 + + +
    + Downloads available at https://yt-dl.org/downloads/2014.04.07.2/ +
    +
    + + The youtube-dl maintainers + + 2014-04-07T00:00:02Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index f9b8e2a4a..ff6f75332 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.04.07.1", - "signature": "0a576691458cd7a553713e940e5fa4a18f48c18245d627912529f02531fb4cd89463754667f22d9ada77a256679da92193b76717ebe57e0c922c01294db09ad7a7cc1b5cb9e2af2d5dedcf8942d965174d78032dfbeacadcf17814127cbc61c702653275883e2829ffe59d77bf2d6621bb8e6f6c2e57df0596975316e96cb273", + "latest": "2014.04.07.2", + "signature": "8424250c838f685b63b6703ca9a0375fee6187bc18ec42e2ba289aa37d815aeff5e4701e47edeadc2588896980a2de43c595203f3913dd7d13a42a01585e71781e2159242a7d4793c6d719c340c4e69169fac1cadac0fbf4b02a68ab6d9577c08274b46c3a6465bee63edcea7e36b9ba0942ea5fc2908a2106bf100bac586b5d", "versions": { "2012.02.22": { "bin": [ @@ -4095,6 +4095,20 @@ "https://yt-dl.org/downloads/2014.04.07.1/youtube-dl-2014.04.07.1.tar.gz", "ac5b505b974e036c9265c700d6bb373fc3d1aff22e2314fd55aef355cfe3112c" ] + }, + "2014.04.07.2": { + "bin": [ + "https://yt-dl.org/downloads/2014.04.07.2/youtube-dl", + "bf869d48601cdbd7e46937ddc4fd55ce45d4b27b273539ebdb9904d13125ddcb" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.04.07.2/youtube-dl.exe", + "a8741351c217791d5fd8f65de1170e001aa92c5fcc7cd8642c367f995b27987b" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.04.07.2/youtube-dl-2014.04.07.2.tar.gz", + "4fd5010575e1b7a183b293d18fb06435afc8219fa06711d89296c12ed9f0a197" + ] } } } \ No newline at end of file From 22a41b7d300563e2f9c49fe119d996f166509208 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Mon, 7 Apr 2014 22:50:20 +0200 Subject: [PATCH 112/138] release 2014.04.07.3 --- 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 ae0de7972..75ae0b756 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

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

    -

    2014.04.07.2 (sig)

    +

    2014.04.07.3 (sig)

      -
    • MD5: b497030128dedee62b50c673e5822763
    • -
    • SHA1: 2b5e8528e747cf07df1d9e1d3ea2701a87672805
    • -
    • SHA256: bf869d48601cdbd7e46937ddc4fd55ce45d4b27b273539ebdb9904d13125ddcb
    • +
    • MD5: 9c7294d99cc87b8319acaac5f8d75c94
    • +
    • SHA1: aed998b67c400306204ab333bed468e3d4c752fd
    • +
    • SHA256: 4e018311bcb4c08974041406d68c5a749ae6d76ebc316d754e813eb644c2ce40

    - Windows exe (sig - a8741351c217791d5fd8f65de1170e001aa92c5fcc7cd8642c367f995b27987b)
    - Full source + docs + binary tarball (sig - 4fd5010575e1b7a183b293d18fb06435afc8219fa06711d89296c12ed9f0a197) + Windows exe (sig - 47af4b1eaead40b9271569d255281e129cf4358b2206130893849fc186d9fa95)
    + Full source + docs + binary tarball (sig - 6e1cf642e81baf8503a7715d3696700bc08506fee5dc17304da64718af61645c)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.04.07.2/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2014.04.07.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/2014.04.07.2/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2014.04.07.3/youtube-dl -O /usr/local/bin/youtube-dl
    sudo chmod a+x /usr/local/bin/youtube-dl

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

    To check the signature, type: -sudo wget https://yt-dl.org/downloads/2014.04.07.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/2014.04.07.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/update/LATEST_VERSION b/update/LATEST_VERSION index f2aa44740..3c9f682f7 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.04.07.2 \ No newline at end of file +2014.04.07.3 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index cbed834ad..4fd1b5f6b 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 - 2014-04-07T21:44:19.532509Z + 2014-04-07T22:50:19.842191Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -4400,4 +4400,19 @@ 2014-04-07T00:00:02Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.04.07.3 + New version 2014.04.07.3 + + +
    + Downloads available at https://yt-dl.org/downloads/2014.04.07.3/ +
    +
    + + The youtube-dl maintainers + + 2014-04-07T00:00:03Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index ff6f75332..71d49fac0 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.04.07.2", - "signature": "8424250c838f685b63b6703ca9a0375fee6187bc18ec42e2ba289aa37d815aeff5e4701e47edeadc2588896980a2de43c595203f3913dd7d13a42a01585e71781e2159242a7d4793c6d719c340c4e69169fac1cadac0fbf4b02a68ab6d9577c08274b46c3a6465bee63edcea7e36b9ba0942ea5fc2908a2106bf100bac586b5d", + "latest": "2014.04.07.3", + "signature": "1e975dfcbecade51f1535161df779233b3de99a931643f46f73f6b723d4604a8307c8d1ea05088944f5f5185ab7e294ecae29d54640408f9b9ed9954fdf249b11bbd6765c5450927dff808c9e155681d4ba5fb7012eb66aeed9350a7f543b02260895c7df5a2b6e1010cac21366717da6198b8579a44f9e6a0a89be1c1566560", "versions": { "2012.02.22": { "bin": [ @@ -4109,6 +4109,20 @@ "https://yt-dl.org/downloads/2014.04.07.2/youtube-dl-2014.04.07.2.tar.gz", "4fd5010575e1b7a183b293d18fb06435afc8219fa06711d89296c12ed9f0a197" ] + }, + "2014.04.07.3": { + "bin": [ + "https://yt-dl.org/downloads/2014.04.07.3/youtube-dl", + "4e018311bcb4c08974041406d68c5a749ae6d76ebc316d754e813eb644c2ce40" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.04.07.3/youtube-dl.exe", + "47af4b1eaead40b9271569d255281e129cf4358b2206130893849fc186d9fa95" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.04.07.3/youtube-dl-2014.04.07.3.tar.gz", + "6e1cf642e81baf8503a7715d3696700bc08506fee5dc17304da64718af61645c" + ] } } } \ No newline at end of file From 030c5d014a506dae999c703db55ed4746c916f5c Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Mon, 7 Apr 2014 23:25:49 +0200 Subject: [PATCH 113/138] release 2014.04.07.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 75ae0b756..1b337d0a2 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

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

    -

    2014.04.07.3 (sig)

    +

    2014.04.07.4 (sig)

      -
    • MD5: 9c7294d99cc87b8319acaac5f8d75c94
    • -
    • SHA1: aed998b67c400306204ab333bed468e3d4c752fd
    • -
    • SHA256: 4e018311bcb4c08974041406d68c5a749ae6d76ebc316d754e813eb644c2ce40
    • +
    • MD5: e91593c528852f0443fff8178969e865
    • +
    • SHA1: 7babd794510c2292db605315baa11945d15b52c1
    • +
    • SHA256: 4095080adca722311432e9ddf8b5e2fd568aebc37adf57afbb8b7c71ec5bd922

    - Windows exe (sig - 47af4b1eaead40b9271569d255281e129cf4358b2206130893849fc186d9fa95)
    - Full source + docs + binary tarball (sig - 6e1cf642e81baf8503a7715d3696700bc08506fee5dc17304da64718af61645c) + Windows exe (sig - c925a9e3d44a4ecbf81ae63ded0f7fe749805d796a1ca515e3b64b9652551d8f)
    + Full source + docs + binary tarball (sig - 65ff47e3d82a998b4cdf86f73caee11508e9668a7b34376ee70cf2a7336d3a72)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.04.07.3/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2014.04.07.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/2014.04.07.3/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2014.04.07.4/youtube-dl -O /usr/local/bin/youtube-dl
    sudo chmod a+x /usr/local/bin/youtube-dl

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

    To check the signature, type: -sudo wget https://yt-dl.org/downloads/2014.04.07.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/2014.04.07.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 3c9f682f7..3438c64e5 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.04.07.3 \ No newline at end of file +2014.04.07.4 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 4fd1b5f6b..db93286a3 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 - 2014-04-07T22:50:19.842191Z + 2014-04-07T23:25:48.618796Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -4415,4 +4415,19 @@ 2014-04-07T00:00:03Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.04.07.4 + New version 2014.04.07.4 + + +
    + Downloads available at https://yt-dl.org/downloads/2014.04.07.4/ +
    +
    + + The youtube-dl maintainers + + 2014-04-07T00:00:04Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 71d49fac0..b6b65ab2b 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.04.07.3", - "signature": "1e975dfcbecade51f1535161df779233b3de99a931643f46f73f6b723d4604a8307c8d1ea05088944f5f5185ab7e294ecae29d54640408f9b9ed9954fdf249b11bbd6765c5450927dff808c9e155681d4ba5fb7012eb66aeed9350a7f543b02260895c7df5a2b6e1010cac21366717da6198b8579a44f9e6a0a89be1c1566560", + "latest": "2014.04.07.4", + "signature": "0bc961b14e7976c602063b9e0738e7f6936d9a658c743a0528ba00114d2e789466cf199fb2cd705625704961ef1f7383c23914a877fc48e634b219db76bb918d7317e216774a0322e8a9b32bba3f8d233b1f9a121d7a88601e0cbd77fb048901f4ed7ae31af4b72a64891b818bad6ae3fed570cc7c57821d7cb93b72ec2c2a16", "versions": { "2012.02.22": { "bin": [ @@ -4123,6 +4123,20 @@ "https://yt-dl.org/downloads/2014.04.07.3/youtube-dl-2014.04.07.3.tar.gz", "6e1cf642e81baf8503a7715d3696700bc08506fee5dc17304da64718af61645c" ] + }, + "2014.04.07.4": { + "bin": [ + "https://yt-dl.org/downloads/2014.04.07.4/youtube-dl", + "4095080adca722311432e9ddf8b5e2fd568aebc37adf57afbb8b7c71ec5bd922" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.04.07.4/youtube-dl.exe", + "c925a9e3d44a4ecbf81ae63ded0f7fe749805d796a1ca515e3b64b9652551d8f" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.04.07.4/youtube-dl-2014.04.07.4.tar.gz", + "65ff47e3d82a998b4cdf86f73caee11508e9668a7b34376ee70cf2a7336d3a72" + ] } } } \ No newline at end of file From 685b35763147cc4dec2693584312d2a6ee41fa53 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Fri, 11 Apr 2014 01:34:16 +0200 Subject: [PATCH 114/138] release 2014.04.11.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 1b337d0a2..61bd49dfb 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

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

    -

    2014.04.07.4 (sig)

    +

    2014.04.11.1 (sig)

      -
    • MD5: e91593c528852f0443fff8178969e865
    • -
    • SHA1: 7babd794510c2292db605315baa11945d15b52c1
    • -
    • SHA256: 4095080adca722311432e9ddf8b5e2fd568aebc37adf57afbb8b7c71ec5bd922
    • +
    • MD5: 974fab32bb79285150fb2c6504d8d47c
    • +
    • SHA1: 0894cd065cc6d78c42f2d144628609d1b62c1775
    • +
    • SHA256: 4e814311b5c51ac6fdcfb45989208f6da81eec90e18517b9624c3ed6dca10fdb

    - Windows exe (sig - c925a9e3d44a4ecbf81ae63ded0f7fe749805d796a1ca515e3b64b9652551d8f)
    - Full source + docs + binary tarball (sig - 65ff47e3d82a998b4cdf86f73caee11508e9668a7b34376ee70cf2a7336d3a72) + Windows exe (sig - 2c1271eb135ebedba46c9490082523dd4892f7e57d607c3d8234e4d7a78c10df)
    + Full source + docs + binary tarball (sig - bc901cfd29602260c7bdc25b875bbe9dadafecedb03bd2c6b5cf82330f532889)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.04.07.4/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2014.04.11.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/2014.04.07.4/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2014.04.11.1/youtube-dl -O /usr/local/bin/youtube-dl
    sudo chmod a+x /usr/local/bin/youtube-dl

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

    To check the signature, type: -sudo wget https://yt-dl.org/downloads/2014.04.07.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/2014.04.11.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 3438c64e5..1697dea25 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.04.07.4 \ No newline at end of file +2014.04.11.1 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index db93286a3..9e9629301 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 - 2014-04-07T23:25:48.618796Z + 2014-04-11T01:34:14.603369Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -4430,4 +4430,19 @@ 2014-04-07T00:00:04Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.04.11.1 + New version 2014.04.11.1 + + +
    + Downloads available at https://yt-dl.org/downloads/2014.04.11.1/ +
    +
    + + The youtube-dl maintainers + + 2014-04-11T00:00:01Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index b6b65ab2b..6d14f4c5e 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.04.07.4", - "signature": "0bc961b14e7976c602063b9e0738e7f6936d9a658c743a0528ba00114d2e789466cf199fb2cd705625704961ef1f7383c23914a877fc48e634b219db76bb918d7317e216774a0322e8a9b32bba3f8d233b1f9a121d7a88601e0cbd77fb048901f4ed7ae31af4b72a64891b818bad6ae3fed570cc7c57821d7cb93b72ec2c2a16", + "latest": "2014.04.11.1", + "signature": "8032c9240168bb6a558b25263cef64a23094959e2a026955fa953a3cd115ca250f4d8896c9b9ce770506085420d34c8a11e6a41f2b0c380bc1635b38a002b6aa55178790a29e6905d9a21bd63a9f8dc8893e540d2f49ea95cf24e4b14fd143285de4dd6ca41d93956fcd73009b4e8e0e8148f7d4fcd788d40d41b89166d0f7ce", "versions": { "2012.02.22": { "bin": [ @@ -4137,6 +4137,20 @@ "https://yt-dl.org/downloads/2014.04.07.4/youtube-dl-2014.04.07.4.tar.gz", "65ff47e3d82a998b4cdf86f73caee11508e9668a7b34376ee70cf2a7336d3a72" ] + }, + "2014.04.11.1": { + "bin": [ + "https://yt-dl.org/downloads/2014.04.11.1/youtube-dl", + "4e814311b5c51ac6fdcfb45989208f6da81eec90e18517b9624c3ed6dca10fdb" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.04.11.1/youtube-dl.exe", + "2c1271eb135ebedba46c9490082523dd4892f7e57d607c3d8234e4d7a78c10df" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.04.11.1/youtube-dl-2014.04.11.1.tar.gz", + "bc901cfd29602260c7bdc25b875bbe9dadafecedb03bd2c6b5cf82330f532889" + ] } } } \ No newline at end of file From 783436dda9dc6a3facc3be664d138bc5968594e9 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Fri, 11 Apr 2014 09:49:02 +0200 Subject: [PATCH 115/138] release 2014.04.11.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 61bd49dfb..73c42902b 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

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

    -

    2014.04.11.1 (sig)

    +

    2014.04.11.2 (sig)

      -
    • MD5: 974fab32bb79285150fb2c6504d8d47c
    • -
    • SHA1: 0894cd065cc6d78c42f2d144628609d1b62c1775
    • -
    • SHA256: 4e814311b5c51ac6fdcfb45989208f6da81eec90e18517b9624c3ed6dca10fdb
    • +
    • MD5: 000d7a9c3b42ce319ce338379b40d897
    • +
    • SHA1: 55dfcf2b346c6e7d972ba8f61ff2da08f58f5d64
    • +
    • SHA256: e9ee533c579de3b348000a8cf5347190e13f224ce2eb462c20b87902b27be221

    - Windows exe (sig - 2c1271eb135ebedba46c9490082523dd4892f7e57d607c3d8234e4d7a78c10df)
    - Full source + docs + binary tarball (sig - bc901cfd29602260c7bdc25b875bbe9dadafecedb03bd2c6b5cf82330f532889) + Windows exe (sig - be2f545c6a10776bd378bd1acf07a4bcced0060a30dde8587e55ba180a640bc4)
    + Full source + docs + binary tarball (sig - b5ac770f8ecff6add8acd6b6f552462df2bc82b86c33ba7138156b49f338a7f2)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.04.11.1/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2014.04.11.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/2014.04.11.1/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2014.04.11.2/youtube-dl -O /usr/local/bin/youtube-dl
    sudo chmod a+x /usr/local/bin/youtube-dl

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

    To check the signature, type: -sudo wget https://yt-dl.org/downloads/2014.04.11.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/2014.04.11.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 1697dea25..12514538e 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.04.11.1 \ No newline at end of file +2014.04.11.2 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 9e9629301..c42d950d4 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 - 2014-04-11T01:34:14.603369Z + 2014-04-11T09:48:55.310844Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -4445,4 +4445,19 @@ 2014-04-11T00:00:01Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.04.11.2 + New version 2014.04.11.2 + + +
    + Downloads available at https://yt-dl.org/downloads/2014.04.11.2/ +
    +
    + + The youtube-dl maintainers + + 2014-04-11T00:00:02Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 6d14f4c5e..568fc54a4 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.04.11.1", - "signature": "8032c9240168bb6a558b25263cef64a23094959e2a026955fa953a3cd115ca250f4d8896c9b9ce770506085420d34c8a11e6a41f2b0c380bc1635b38a002b6aa55178790a29e6905d9a21bd63a9f8dc8893e540d2f49ea95cf24e4b14fd143285de4dd6ca41d93956fcd73009b4e8e0e8148f7d4fcd788d40d41b89166d0f7ce", + "latest": "2014.04.11.2", + "signature": "29a79de56f02ea8af7637030a9397c90da9007b618f7707a37d9bf491d7017b4fa6d71663f916550844531847c95f8b13e631cc10ca65caef87f0ff5ca45072ee8ce9052c57f8a638f48f072f768b9a0797d1d0b67f37731df7753e6b958f42243f880a7835365e3e7fbb7a54aaa835dcb157c75f3f6eb18832da5ce2ed63199", "versions": { "2012.02.22": { "bin": [ @@ -4151,6 +4151,20 @@ "https://yt-dl.org/downloads/2014.04.11.1/youtube-dl-2014.04.11.1.tar.gz", "bc901cfd29602260c7bdc25b875bbe9dadafecedb03bd2c6b5cf82330f532889" ] + }, + "2014.04.11.2": { + "bin": [ + "https://yt-dl.org/downloads/2014.04.11.2/youtube-dl", + "e9ee533c579de3b348000a8cf5347190e13f224ce2eb462c20b87902b27be221" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.04.11.2/youtube-dl.exe", + "be2f545c6a10776bd378bd1acf07a4bcced0060a30dde8587e55ba180a640bc4" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.04.11.2/youtube-dl-2014.04.11.2.tar.gz", + "b5ac770f8ecff6add8acd6b6f552462df2bc82b86c33ba7138156b49f338a7f2" + ] } } } \ No newline at end of file From 6773911609fdf1ceaf21b21663655d74e24d4b7b Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Sun, 13 Apr 2014 03:27:36 +0200 Subject: [PATCH 116/138] release 2014.04.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 73c42902b..a3eeb8fa3 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

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

    -

    2014.04.11.2 (sig)

    +

    2014.04.13 (sig)

      -
    • MD5: 000d7a9c3b42ce319ce338379b40d897
    • -
    • SHA1: 55dfcf2b346c6e7d972ba8f61ff2da08f58f5d64
    • -
    • SHA256: e9ee533c579de3b348000a8cf5347190e13f224ce2eb462c20b87902b27be221
    • +
    • MD5: 76d536b0f96a44bd32f25d5f4a11306a
    • +
    • SHA1: dc857cd413f0a952fe5195ffd4b79cfe92df612d
    • +
    • SHA256: a4415ec7b360c4e0d7b925cbb6eec51bd8ec80e8a1246cfba2847f4273e96370

    - Windows exe (sig - be2f545c6a10776bd378bd1acf07a4bcced0060a30dde8587e55ba180a640bc4)
    - Full source + docs + binary tarball (sig - b5ac770f8ecff6add8acd6b6f552462df2bc82b86c33ba7138156b49f338a7f2) + Windows exe (sig - 9a5a1e0e60e248cc01cf9a762a077581690af0b826e1723ef18ff2a1f02f1406)
    + Full source + docs + binary tarball (sig - 582ddfb0c4f008c7e9a9d2f9f8752851bdb47c119c51f3b77500ad3dadf560e1)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.04.11.2/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2014.04.13/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/2014.04.11.2/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2014.04.13/youtube-dl -O /usr/local/bin/youtube-dl
    sudo chmod a+x /usr/local/bin/youtube-dl

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

    To check the signature, type: -sudo wget https://yt-dl.org/downloads/2014.04.11.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/2014.04.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 ba6120240..0cb05636a 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -98,7 +98,7 @@
  • faz.net
  • fernsehkritik.tv
  • fernsehkritik.tv:postecke
  • -
  • Firstpost.com
  • +
  • Firstpost
  • firsttv: Видеоархив - Первый канал
  • Flickr
  • france2.fr:generation-quoi
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 12514538e..6378ae777 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.04.11.2 \ No newline at end of file +2014.04.13 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index c42d950d4..04bd54b61 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 - 2014-04-11T09:48:55.310844Z + 2014-04-13T03:27:35.180979Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -4460,4 +4460,19 @@ 2014-04-11T00:00:02Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.04.13 + New version 2014.04.13 + + +
    + Downloads available at https://yt-dl.org/downloads/2014.04.13/ +
    +
    + + The youtube-dl maintainers + + 2014-04-13T00:00:00Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 568fc54a4..5b5fed30c 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.04.11.2", - "signature": "29a79de56f02ea8af7637030a9397c90da9007b618f7707a37d9bf491d7017b4fa6d71663f916550844531847c95f8b13e631cc10ca65caef87f0ff5ca45072ee8ce9052c57f8a638f48f072f768b9a0797d1d0b67f37731df7753e6b958f42243f880a7835365e3e7fbb7a54aaa835dcb157c75f3f6eb18832da5ce2ed63199", + "latest": "2014.04.13", + "signature": "01cda041eadc11028db37d2170269f2371d681838d27b35e245860be97dcc51d72bdfcf8bd4d50483517de98e9edc4b399b214c715fd0bf2720ed0d37b0fc5731955f9121e20d0f2bae2bbe4bb9ad88d56b27e29a66285d73929773006d0d10815786252940c0123a3f71b8cc7f2acc1e6ce7544f51b6f532c53b8b4369677e3", "versions": { "2012.02.22": { "bin": [ @@ -4165,6 +4165,20 @@ "https://yt-dl.org/downloads/2014.04.11.2/youtube-dl-2014.04.11.2.tar.gz", "b5ac770f8ecff6add8acd6b6f552462df2bc82b86c33ba7138156b49f338a7f2" ] + }, + "2014.04.13": { + "bin": [ + "https://yt-dl.org/downloads/2014.04.13/youtube-dl", + "a4415ec7b360c4e0d7b925cbb6eec51bd8ec80e8a1246cfba2847f4273e96370" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.04.13/youtube-dl.exe", + "9a5a1e0e60e248cc01cf9a762a077581690af0b826e1723ef18ff2a1f02f1406" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.04.13/youtube-dl-2014.04.13.tar.gz", + "582ddfb0c4f008c7e9a9d2f9f8752851bdb47c119c51f3b77500ad3dadf560e1" + ] } } } \ No newline at end of file From 3612000f81005392dc6837e49aaf4d4aa7fc9f18 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Sat, 19 Apr 2014 12:46:42 +0200 Subject: [PATCH 117/138] release 2014.04.19 --- 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 a3eeb8fa3..819724bc7 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

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

    -

    2014.04.13 (sig)

    +

    2014.04.19 (sig)

      -
    • MD5: 76d536b0f96a44bd32f25d5f4a11306a
    • -
    • SHA1: dc857cd413f0a952fe5195ffd4b79cfe92df612d
    • -
    • SHA256: a4415ec7b360c4e0d7b925cbb6eec51bd8ec80e8a1246cfba2847f4273e96370
    • +
    • MD5: 1d1e0d0ba2cfec54588aecc4a167c486
    • +
    • SHA1: 18780f0e703ef29fece2f56b99a5354eeba95a51
    • +
    • SHA256: 89c9ea1a4eeeef782fbbcb3923fe7fdf5e6ec8e4b41d68245f7e7c771d484326

    - Windows exe (sig - 9a5a1e0e60e248cc01cf9a762a077581690af0b826e1723ef18ff2a1f02f1406)
    - Full source + docs + binary tarball (sig - 582ddfb0c4f008c7e9a9d2f9f8752851bdb47c119c51f3b77500ad3dadf560e1) + Windows exe (sig - 0488ad8348c0b51e263e5316ec50a6bc2b7fb465449ef3d0f4b09592fce412ee)
    + Full source + docs + binary tarball (sig - 83051e796758b023b53de3c5bff61fa78c9a6e17ea1ca22d9b6777d9de3c2553)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.04.13/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2014.04.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/2014.04.13/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2014.04.19/youtube-dl -O /usr/local/bin/youtube-dl
    sudo chmod a+x /usr/local/bin/youtube-dl

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

    To check the signature, type: -sudo wget https://yt-dl.org/downloads/2014.04.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/2014.04.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 0cb05636a..731df9d89 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -181,6 +181,7 @@
  • nhl.com
  • nhl.com:videocenter: NHL videocenter category
  • niconico: ニコニコ動画
  • +
  • Noco
  • Normalboots
  • novamov: NovaMov
  • Nowness
  • @@ -251,6 +252,8 @@
  • ThePlatform
  • ThisAV
  • tinypic: tinypic.com videos
  • +
  • tlc.com
  • +
  • tlc.de
  • tou.tv
  • Toypics: Toypics user profile
  • ToypicsUser: Toypics user profile
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 6378ae777..e5473ade1 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.04.13 \ No newline at end of file +2014.04.19 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 04bd54b61..8761e5542 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 - 2014-04-13T03:27:35.180979Z + 2014-04-19T12:46:40.934022Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -4475,4 +4475,19 @@ 2014-04-13T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.04.19 + New version 2014.04.19 + + +
    + Downloads available at https://yt-dl.org/downloads/2014.04.19/ +
    +
    + + The youtube-dl maintainers + + 2014-04-19T00:00:00Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 5b5fed30c..95a7bc905 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.04.13", - "signature": "01cda041eadc11028db37d2170269f2371d681838d27b35e245860be97dcc51d72bdfcf8bd4d50483517de98e9edc4b399b214c715fd0bf2720ed0d37b0fc5731955f9121e20d0f2bae2bbe4bb9ad88d56b27e29a66285d73929773006d0d10815786252940c0123a3f71b8cc7f2acc1e6ce7544f51b6f532c53b8b4369677e3", + "latest": "2014.04.19", + "signature": "3f55d3e374e6d3672742499cfb7bb031dbd3ffc14b1b6503c19578c0f04e771c0e1f44e458dfc6b205168c1a7b195a365d5ee0f773cfeb3027f8dabd5fa16e618eadf155fdc84a3c0b3b6923806192fd2cc089b89a8415fa7a4528819f8facffefa0fa15f1e1ebadabbf6099b10501aae8175d78c44c07e28cb9dc3ceaed74af", "versions": { "2012.02.22": { "bin": [ @@ -4179,6 +4179,20 @@ "https://yt-dl.org/downloads/2014.04.13/youtube-dl-2014.04.13.tar.gz", "582ddfb0c4f008c7e9a9d2f9f8752851bdb47c119c51f3b77500ad3dadf560e1" ] + }, + "2014.04.19": { + "bin": [ + "https://yt-dl.org/downloads/2014.04.19/youtube-dl", + "89c9ea1a4eeeef782fbbcb3923fe7fdf5e6ec8e4b41d68245f7e7c771d484326" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.04.19/youtube-dl.exe", + "0488ad8348c0b51e263e5316ec50a6bc2b7fb465449ef3d0f4b09592fce412ee" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.04.19/youtube-dl-2014.04.19.tar.gz", + "83051e796758b023b53de3c5bff61fa78c9a6e17ea1ca22d9b6777d9de3c2553" + ] } } } \ No newline at end of file From 0fb9d3e3f85d5da4bf9d4c16fe191ad789b38ae5 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Mon, 21 Apr 2014 02:49:04 +0200 Subject: [PATCH 118/138] release 2014.04.21 --- 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 819724bc7..52fc1a04c 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

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

    -

    2014.04.19 (sig)

    +

    2014.04.21 (sig)

      -
    • MD5: 1d1e0d0ba2cfec54588aecc4a167c486
    • -
    • SHA1: 18780f0e703ef29fece2f56b99a5354eeba95a51
    • -
    • SHA256: 89c9ea1a4eeeef782fbbcb3923fe7fdf5e6ec8e4b41d68245f7e7c771d484326
    • +
    • MD5: 4de7677afa94b391e2d3130127311bdc
    • +
    • SHA1: 49ac7aae6ce4bf2afa76911595464bfa26364ded
    • +
    • SHA256: 25ef4e3b954bc96dde149805922c3471bc7b902504e484d9788320539a8c6592

    - Windows exe (sig - 0488ad8348c0b51e263e5316ec50a6bc2b7fb465449ef3d0f4b09592fce412ee)
    - Full source + docs + binary tarball (sig - 83051e796758b023b53de3c5bff61fa78c9a6e17ea1ca22d9b6777d9de3c2553) + Windows exe (sig - 6e17720756751fc6c528b3895b3c2104d9824d12ea9b291a740543fd8a04fe56)
    + Full source + docs + binary tarball (sig - 829943adb56f927386c6d8a762a58a595a3d9d62d4c68034089f6260fcf3a393)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.04.19/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2014.04.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/2014.04.19/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2014.04.21/youtube-dl -O /usr/local/bin/youtube-dl
    sudo chmod a+x /usr/local/bin/youtube-dl

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

    To check the signature, type: -sudo wget https://yt-dl.org/downloads/2014.04.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/2014.04.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/update/LATEST_VERSION b/update/LATEST_VERSION index e5473ade1..085858404 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.04.19 \ No newline at end of file +2014.04.21 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 8761e5542..35ad3e849 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 - 2014-04-19T12:46:40.934022Z + 2014-04-21T02:49:02.900567Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -4490,4 +4490,19 @@ 2014-04-19T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.04.21 + New version 2014.04.21 + + +
    + Downloads available at https://yt-dl.org/downloads/2014.04.21/ +
    +
    + + The youtube-dl maintainers + + 2014-04-21T00:00:00Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 95a7bc905..46d35d137 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.04.19", - "signature": "3f55d3e374e6d3672742499cfb7bb031dbd3ffc14b1b6503c19578c0f04e771c0e1f44e458dfc6b205168c1a7b195a365d5ee0f773cfeb3027f8dabd5fa16e618eadf155fdc84a3c0b3b6923806192fd2cc089b89a8415fa7a4528819f8facffefa0fa15f1e1ebadabbf6099b10501aae8175d78c44c07e28cb9dc3ceaed74af", + "latest": "2014.04.21", + "signature": "01f7a373535605837e91aaa84e910d06ff18d68d71ac6f1ae89037d5a4efbdad8a2c746fddbb08788abcd171745909ebf87fd1a4ade76c6698a21d21b4fa7cbef84ca86411dfec0ecb27b51aa278359fa76c513bf3819af0ab937af0beff02f077401b3fd61c98fef9499c173c27b906f955d7d71e88d83fc39b9b884bf703d3", "versions": { "2012.02.22": { "bin": [ @@ -4193,6 +4193,20 @@ "https://yt-dl.org/downloads/2014.04.19/youtube-dl-2014.04.19.tar.gz", "83051e796758b023b53de3c5bff61fa78c9a6e17ea1ca22d9b6777d9de3c2553" ] + }, + "2014.04.21": { + "bin": [ + "https://yt-dl.org/downloads/2014.04.21/youtube-dl", + "25ef4e3b954bc96dde149805922c3471bc7b902504e484d9788320539a8c6592" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.04.21/youtube-dl.exe", + "6e17720756751fc6c528b3895b3c2104d9824d12ea9b291a740543fd8a04fe56" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.04.21/youtube-dl-2014.04.21.tar.gz", + "829943adb56f927386c6d8a762a58a595a3d9d62d4c68034089f6260fcf3a393" + ] } } } \ No newline at end of file From db831975a2d1e47e559ed8bdf22b3730e41e4441 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Mon, 21 Apr 2014 06:40:19 +0200 Subject: [PATCH 119/138] release 2014.04.21.1 --- download.html | 18 +++++++++--------- supportedsites.html | 6 +++--- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 45 insertions(+), 16 deletions(-) diff --git a/download.html b/download.html index 52fc1a04c..b32dcf08a 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

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

    -

    2014.04.21 (sig)

    +

    2014.04.21.1 (sig)

      -
    • MD5: 4de7677afa94b391e2d3130127311bdc
    • -
    • SHA1: 49ac7aae6ce4bf2afa76911595464bfa26364ded
    • -
    • SHA256: 25ef4e3b954bc96dde149805922c3471bc7b902504e484d9788320539a8c6592
    • +
    • MD5: b9e0500bc174f817c61dabba6c742124
    • +
    • SHA1: 0e99dded4e1ec794e49d2169edec490e5ed8c5e5
    • +
    • SHA256: be09008c93dd4918d3fde82e85b4a1051debc7627ac71cd0b1b519045df3ea71

    - Windows exe (sig - 6e17720756751fc6c528b3895b3c2104d9824d12ea9b291a740543fd8a04fe56)
    - Full source + docs + binary tarball (sig - 829943adb56f927386c6d8a762a58a595a3d9d62d4c68034089f6260fcf3a393) + Windows exe (sig - 74498d22159e514dc5e008e56e7d570034553383c26f189eadb8a5303b5edbe3)
    + Full source + docs + binary tarball (sig - 5b303211e424dda6b123cea0c9ba87a935e7ff072fca3e661a6ef3e315d814e3)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.04.21/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2014.04.21.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/2014.04.21/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2014.04.21.1/youtube-dl -O /usr/local/bin/youtube-dl
    sudo chmod a+x /usr/local/bin/youtube-dl

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

    To check the signature, type: -sudo wget https://yt-dl.org/downloads/2014.04.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/2014.04.21.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 731df9d89..051edb701 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -70,7 +70,7 @@
  • CollegeHumor
  • ComedyCentral
  • ComedyCentralShows: The Daily Show / The Colbert Report
  • -
  • CondeNast: Condé Nast media group: GQ, Glamour, Vanity Fair, Vogue, W Magazine, WIRED
  • +
  • CondeNast: Condé Nast media group: Condé Nast, GQ, Glamour, Vanity Fair, Vogue, W Magazine, WIRED
  • Criterion
  • Crunchyroll
  • CSpan: C-SPAN
  • @@ -310,8 +310,8 @@
  • XTube
  • XTubeUser: XTube user profile
  • XVideos
  • -
  • Yahoo: Yahoo screen
  • -
  • yahoo:news: Yahoo screen
  • +
  • Yahoo: Yahoo screen and movies
  • +
  • yahoo:news: Yahoo screen and movies
  • YouJizz
  • Youku
  • YouPorn
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 085858404..324059bd5 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.04.21 \ No newline at end of file +2014.04.21.1 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 35ad3e849..6187e94c2 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 - 2014-04-21T02:49:02.900567Z + 2014-04-21T06:40:18.246069Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -4505,4 +4505,19 @@ 2014-04-21T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.04.21.1 + New version 2014.04.21.1 + + +
    + Downloads available at https://yt-dl.org/downloads/2014.04.21.1/ +
    +
    + + The youtube-dl maintainers + + 2014-04-21T00:00:01Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 46d35d137..8522cec38 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.04.21", - "signature": "01f7a373535605837e91aaa84e910d06ff18d68d71ac6f1ae89037d5a4efbdad8a2c746fddbb08788abcd171745909ebf87fd1a4ade76c6698a21d21b4fa7cbef84ca86411dfec0ecb27b51aa278359fa76c513bf3819af0ab937af0beff02f077401b3fd61c98fef9499c173c27b906f955d7d71e88d83fc39b9b884bf703d3", + "latest": "2014.04.21.1", + "signature": "7a6d4051c62f4f64e27430ac941a06aab20dec9211c333e7af3ccbf7ef9c4d26e14582bbb0a87d11fe1f862e71c76cdbe0039de1116cf3bd96a1252d55a17daf84db835452096011eacae24fca62ff40c3ca9af361a4a7e1a7a79c8c3ad18f79569cf32069f140e07f17349970bacbb5844a615858874c8162855cc853239176", "versions": { "2012.02.22": { "bin": [ @@ -4207,6 +4207,20 @@ "https://yt-dl.org/downloads/2014.04.21/youtube-dl-2014.04.21.tar.gz", "829943adb56f927386c6d8a762a58a595a3d9d62d4c68034089f6260fcf3a393" ] + }, + "2014.04.21.1": { + "bin": [ + "https://yt-dl.org/downloads/2014.04.21.1/youtube-dl", + "be09008c93dd4918d3fde82e85b4a1051debc7627ac71cd0b1b519045df3ea71" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.04.21.1/youtube-dl.exe", + "74498d22159e514dc5e008e56e7d570034553383c26f189eadb8a5303b5edbe3" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.04.21.1/youtube-dl-2014.04.21.1.tar.gz", + "5b303211e424dda6b123cea0c9ba87a935e7ff072fca3e661a6ef3e315d814e3" + ] } } } \ No newline at end of file From 455f4dbd65863682d19eb460b05e4467d3c5bdec Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Mon, 21 Apr 2014 07:17:26 +0200 Subject: [PATCH 120/138] release 2014.04.21.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 b32dcf08a..1df9f02a7 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

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

    -

    2014.04.21.1 (sig)

    +

    2014.04.21.2 (sig)

      -
    • MD5: b9e0500bc174f817c61dabba6c742124
    • -
    • SHA1: 0e99dded4e1ec794e49d2169edec490e5ed8c5e5
    • -
    • SHA256: be09008c93dd4918d3fde82e85b4a1051debc7627ac71cd0b1b519045df3ea71
    • +
    • MD5: 99e7da57ad94fa77500bf57c2cfd93ca
    • +
    • SHA1: e03449ae09e5e1f9ddd48c4e1c6568b2539f5b97
    • +
    • SHA256: c0f6c5b64d009b31a5b2395fb0f37a59cc05b8a97175c285c2e9fa5bf3e53af3

    - Windows exe (sig - 74498d22159e514dc5e008e56e7d570034553383c26f189eadb8a5303b5edbe3)
    - Full source + docs + binary tarball (sig - 5b303211e424dda6b123cea0c9ba87a935e7ff072fca3e661a6ef3e315d814e3) + Windows exe (sig - 44027f33f25fef78dd32ce9319c747e10f144c7c7a8e646369da7981f5b0a75d)
    + Full source + docs + binary tarball (sig - 7bf01c889a9f4b96bac05217c56702984a149e51c08d8e29439eee38729fa34c)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.04.21.1/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2014.04.21.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/2014.04.21.1/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2014.04.21.2/youtube-dl -O /usr/local/bin/youtube-dl
    sudo chmod a+x /usr/local/bin/youtube-dl

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

    To check the signature, type: -sudo wget https://yt-dl.org/downloads/2014.04.21.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/2014.04.21.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 051edb701..4508d8188 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -63,6 +63,7 @@
  • clipfish
  • cliphunter
  • Clipsyndicate
  • +
  • Clubic
  • cmt.com
  • CNET
  • CNN
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 324059bd5..b3333a6a4 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.04.21.1 \ No newline at end of file +2014.04.21.2 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 6187e94c2..f3f826ee4 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 - 2014-04-21T06:40:18.246069Z + 2014-04-21T07:17:24.481570Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -4520,4 +4520,19 @@ 2014-04-21T00:00:01Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.04.21.2 + New version 2014.04.21.2 + + +
    + Downloads available at https://yt-dl.org/downloads/2014.04.21.2/ +
    +
    + + The youtube-dl maintainers + + 2014-04-21T00:00:02Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 8522cec38..887dcdab6 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.04.21.1", - "signature": "7a6d4051c62f4f64e27430ac941a06aab20dec9211c333e7af3ccbf7ef9c4d26e14582bbb0a87d11fe1f862e71c76cdbe0039de1116cf3bd96a1252d55a17daf84db835452096011eacae24fca62ff40c3ca9af361a4a7e1a7a79c8c3ad18f79569cf32069f140e07f17349970bacbb5844a615858874c8162855cc853239176", + "latest": "2014.04.21.2", + "signature": "822125a022f822b07fb95994265c46e7c1c894aac535d572a659eddd64b1d2fc1d454ed511d18d7a0086127d1fd2a0eeae9d02ed69de2d2cbb967e75a6191aa53b59cff30e525f165e4143ef79c835f2c68e39b974327493a36319b33c318dbafc2bfdaae57b0ae9fe550d8069e1f1785381be27b80de71e4ca4a8e464a76602", "versions": { "2012.02.22": { "bin": [ @@ -4221,6 +4221,20 @@ "https://yt-dl.org/downloads/2014.04.21.1/youtube-dl-2014.04.21.1.tar.gz", "5b303211e424dda6b123cea0c9ba87a935e7ff072fca3e661a6ef3e315d814e3" ] + }, + "2014.04.21.2": { + "bin": [ + "https://yt-dl.org/downloads/2014.04.21.2/youtube-dl", + "c0f6c5b64d009b31a5b2395fb0f37a59cc05b8a97175c285c2e9fa5bf3e53af3" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.04.21.2/youtube-dl.exe", + "44027f33f25fef78dd32ce9319c747e10f144c7c7a8e646369da7981f5b0a75d" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.04.21.2/youtube-dl-2014.04.21.2.tar.gz", + "7bf01c889a9f4b96bac05217c56702984a149e51c08d8e29439eee38729fa34c" + ] } } } \ No newline at end of file From 14af0080eafef5c3c154c7ddd634fdf75a0354e6 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Mon, 21 Apr 2014 12:42:49 +0200 Subject: [PATCH 121/138] release 2014.04.21.3 --- 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 1df9f02a7..11fbec638 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

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

    -

    2014.04.21.2 (sig)

    +

    2014.04.21.3 (sig)

      -
    • MD5: 99e7da57ad94fa77500bf57c2cfd93ca
    • -
    • SHA1: e03449ae09e5e1f9ddd48c4e1c6568b2539f5b97
    • -
    • SHA256: c0f6c5b64d009b31a5b2395fb0f37a59cc05b8a97175c285c2e9fa5bf3e53af3
    • +
    • MD5: 69af2432cb3e2b1252a53eadcf553505
    • +
    • SHA1: c2c6c20a63f42631b11caaa5d1ceb5e9b9c53bed
    • +
    • SHA256: f1c3076a20bd5362df37617e56e21169b91e9f67696c4e5b3d43933e43cf56e5

    - Windows exe (sig - 44027f33f25fef78dd32ce9319c747e10f144c7c7a8e646369da7981f5b0a75d)
    - Full source + docs + binary tarball (sig - 7bf01c889a9f4b96bac05217c56702984a149e51c08d8e29439eee38729fa34c) + Windows exe (sig - 156ce21ce1f6a1709979eb34b96ad10cfef047302240c835c350fdd4484bb6f9)
    + Full source + docs + binary tarball (sig - e0a795e12b084a8bae8aa24e23ab38c78cb3d688f53962ab028663d224431ca4)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.04.21.2/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2014.04.21.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/2014.04.21.2/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2014.04.21.3/youtube-dl -O /usr/local/bin/youtube-dl
    sudo chmod a+x /usr/local/bin/youtube-dl

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

    To check the signature, type: -sudo wget https://yt-dl.org/downloads/2014.04.21.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/2014.04.21.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/update/LATEST_VERSION b/update/LATEST_VERSION index b3333a6a4..2d40f263b 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.04.21.2 \ No newline at end of file +2014.04.21.3 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index f3f826ee4..ab79f1aa8 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 - 2014-04-21T07:17:24.481570Z + 2014-04-21T12:42:47.860355Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -4535,4 +4535,19 @@ 2014-04-21T00:00:02Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.04.21.3 + New version 2014.04.21.3 + + +
    + Downloads available at https://yt-dl.org/downloads/2014.04.21.3/ +
    +
    + + The youtube-dl maintainers + + 2014-04-21T00:00:03Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 887dcdab6..09a16099c 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.04.21.2", - "signature": "822125a022f822b07fb95994265c46e7c1c894aac535d572a659eddd64b1d2fc1d454ed511d18d7a0086127d1fd2a0eeae9d02ed69de2d2cbb967e75a6191aa53b59cff30e525f165e4143ef79c835f2c68e39b974327493a36319b33c318dbafc2bfdaae57b0ae9fe550d8069e1f1785381be27b80de71e4ca4a8e464a76602", + "latest": "2014.04.21.3", + "signature": "22531fd478c4a94e048ff6586d38dbd66b99108128b89bd579a782738210a43ad54713f343e8c716b6ec5856b84c7a06209b065ba559a2449775a16ee5a07a4800242b2ae6213c3b7b18c2673597d3ff57a8dda2369dbe11401cacd6ff69b49b9006a43d447997010d3acb8a30a973da9683e6e4539759f229be5411ce881de0", "versions": { "2012.02.22": { "bin": [ @@ -4235,6 +4235,20 @@ "https://yt-dl.org/downloads/2014.04.21.2/youtube-dl-2014.04.21.2.tar.gz", "7bf01c889a9f4b96bac05217c56702984a149e51c08d8e29439eee38729fa34c" ] + }, + "2014.04.21.3": { + "bin": [ + "https://yt-dl.org/downloads/2014.04.21.3/youtube-dl", + "f1c3076a20bd5362df37617e56e21169b91e9f67696c4e5b3d43933e43cf56e5" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.04.21.3/youtube-dl.exe", + "156ce21ce1f6a1709979eb34b96ad10cfef047302240c835c350fdd4484bb6f9" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.04.21.3/youtube-dl-2014.04.21.3.tar.gz", + "e0a795e12b084a8bae8aa24e23ab38c78cb3d688f53962ab028663d224431ca4" + ] } } } \ No newline at end of file From de13322e716e194fefe5d971786ae5ac46afff58 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Mon, 21 Apr 2014 15:28:05 +0200 Subject: [PATCH 122/138] release 2014.04.21.4 --- 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 11fbec638..f219af58e 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

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

    -

    2014.04.21.3 (sig)

    +

    2014.04.21.4 (sig)

      -
    • MD5: 69af2432cb3e2b1252a53eadcf553505
    • -
    • SHA1: c2c6c20a63f42631b11caaa5d1ceb5e9b9c53bed
    • -
    • SHA256: f1c3076a20bd5362df37617e56e21169b91e9f67696c4e5b3d43933e43cf56e5
    • +
    • MD5: 06b1a12086ed4c32c2813ba9e854ab3a
    • +
    • SHA1: 2a01a964cb109f9aa6618bf8cbffec71d2e7cabc
    • +
    • SHA256: d16ef869862041d5357ac0f39e2a0472a38ccd8b2a304f034352bd6b374deb66

    - Windows exe (sig - 156ce21ce1f6a1709979eb34b96ad10cfef047302240c835c350fdd4484bb6f9)
    - Full source + docs + binary tarball (sig - e0a795e12b084a8bae8aa24e23ab38c78cb3d688f53962ab028663d224431ca4) + Windows exe (sig - 52bfcd9768fe0be24a8afdddfafa46cde84db34719ed82967d452e5144a1342f)
    + Full source + docs + binary tarball (sig - 38d12d042488ea506235272ed9489cd178a591abe706ea8065426d2fb638ab31)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.04.21.3/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2014.04.21.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/2014.04.21.3/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2014.04.21.4/youtube-dl -O /usr/local/bin/youtube-dl
    sudo chmod a+x /usr/local/bin/youtube-dl

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

    To check the signature, type: -sudo wget https://yt-dl.org/downloads/2014.04.21.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/2014.04.21.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 4508d8188..613020ea5 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -43,6 +43,7 @@
  • Bandcamp
  • Bandcamp:album
  • bbc.co.uk: BBC iPlayer
  • +
  • BiliBili
  • blinkx
  • blip.tv:user
  • BlipTV
  • @@ -297,6 +298,7 @@
  • Vine
  • vk.com
  • vube: Vube.com
  • +
  • VuClip
  • WashingtonPost
  • wat.tv
  • WDR
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 2d40f263b..fca190acf 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.04.21.3 \ No newline at end of file +2014.04.21.4 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index ab79f1aa8..aca22bec8 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 - 2014-04-21T12:42:47.860355Z + 2014-04-21T15:28:03.592332Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -4550,4 +4550,19 @@ 2014-04-21T00:00:03Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.04.21.4 + New version 2014.04.21.4 + + +
    + Downloads available at https://yt-dl.org/downloads/2014.04.21.4/ +
    +
    + + The youtube-dl maintainers + + 2014-04-21T00:00:04Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 09a16099c..aa8cbd239 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.04.21.3", - "signature": "22531fd478c4a94e048ff6586d38dbd66b99108128b89bd579a782738210a43ad54713f343e8c716b6ec5856b84c7a06209b065ba559a2449775a16ee5a07a4800242b2ae6213c3b7b18c2673597d3ff57a8dda2369dbe11401cacd6ff69b49b9006a43d447997010d3acb8a30a973da9683e6e4539759f229be5411ce881de0", + "latest": "2014.04.21.4", + "signature": "403c0ac00e99d9f2d387aa8d5f1da40f0d001a3a219a99d6f0e587dd8799a4865ecaebddba65fd389f1fd9e9281a6c416097af3f561451330f07a3d4f97942f2baac0f91bd638aae76a70efa720d8cabfc5d27f5b8dde1170f46412cf873beed915d764699d48654a321afdfa12178a7cd0348f225de615f5454004567d886d0", "versions": { "2012.02.22": { "bin": [ @@ -4249,6 +4249,20 @@ "https://yt-dl.org/downloads/2014.04.21.3/youtube-dl-2014.04.21.3.tar.gz", "e0a795e12b084a8bae8aa24e23ab38c78cb3d688f53962ab028663d224431ca4" ] + }, + "2014.04.21.4": { + "bin": [ + "https://yt-dl.org/downloads/2014.04.21.4/youtube-dl", + "d16ef869862041d5357ac0f39e2a0472a38ccd8b2a304f034352bd6b374deb66" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.04.21.4/youtube-dl.exe", + "52bfcd9768fe0be24a8afdddfafa46cde84db34719ed82967d452e5144a1342f" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.04.21.4/youtube-dl-2014.04.21.4.tar.gz", + "38d12d042488ea506235272ed9489cd178a591abe706ea8065426d2fb638ab31" + ] } } } \ No newline at end of file From c78dff01192b25e2e474ae6dfd737c6d819a5094 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Mon, 21 Apr 2014 16:00:19 +0200 Subject: [PATCH 123/138] release 2014.04.21.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 f219af58e..e3c7eb7a1 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

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

    -

    2014.04.21.4 (sig)

    +

    2014.04.21.5 (sig)

      -
    • MD5: 06b1a12086ed4c32c2813ba9e854ab3a
    • -
    • SHA1: 2a01a964cb109f9aa6618bf8cbffec71d2e7cabc
    • -
    • SHA256: d16ef869862041d5357ac0f39e2a0472a38ccd8b2a304f034352bd6b374deb66
    • +
    • MD5: 6e069310efdaaa21dea0d4f0e9789330
    • +
    • SHA1: 2c2f1d7922b62fe0da571ac5bcd53db2ed6a3e78
    • +
    • SHA256: d3e0bdce1aa2f2a68d7c9ff083169441e8b1158b398e57ffb5479cd0a26a88a8

    - Windows exe (sig - 52bfcd9768fe0be24a8afdddfafa46cde84db34719ed82967d452e5144a1342f)
    - Full source + docs + binary tarball (sig - 38d12d042488ea506235272ed9489cd178a591abe706ea8065426d2fb638ab31) + Windows exe (sig - 9b5c9111cd2f99781460410e5a90599f5aa7eb88e7263e8426eee2afd1a943af)
    + Full source + docs + binary tarball (sig - 92bfdb0c7de6eb293f0d2b872ad762b52b40534eb60a89ad72da93b4f46cb1ef)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.04.21.4/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2014.04.21.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/2014.04.21.4/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2014.04.21.5/youtube-dl -O /usr/local/bin/youtube-dl
    sudo chmod a+x /usr/local/bin/youtube-dl

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

    To check the signature, type: -sudo wget https://yt-dl.org/downloads/2014.04.21.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/2014.04.21.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 fca190acf..18b6f0035 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.04.21.4 \ No newline at end of file +2014.04.21.5 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index aca22bec8..44710c5e1 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 - 2014-04-21T15:28:03.592332Z + 2014-04-21T16:00:17.529653Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -4565,4 +4565,19 @@ 2014-04-21T00:00:04Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.04.21.5 + New version 2014.04.21.5 + + +
    + Downloads available at https://yt-dl.org/downloads/2014.04.21.5/ +
    +
    + + The youtube-dl maintainers + + 2014-04-21T00:00:05Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index aa8cbd239..d106fdbbc 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.04.21.4", - "signature": "403c0ac00e99d9f2d387aa8d5f1da40f0d001a3a219a99d6f0e587dd8799a4865ecaebddba65fd389f1fd9e9281a6c416097af3f561451330f07a3d4f97942f2baac0f91bd638aae76a70efa720d8cabfc5d27f5b8dde1170f46412cf873beed915d764699d48654a321afdfa12178a7cd0348f225de615f5454004567d886d0", + "latest": "2014.04.21.5", + "signature": "9c827feb78d14fda0052774e64e16d357f349b8c04fb84e488bfb8fb592ec127f621db78eab687dccb9381802f5b65ea84658548f2e84dcf275dc96fcdd8057d59fa4fb2b2dccf01580d3acacf0b1e5f480f3e2d3a33ebe6a94f98b351d8b1956d9caab919559ba28c5a381629db9492715606be4b9d4cb4a9aa98e39aee40ad", "versions": { "2012.02.22": { "bin": [ @@ -4263,6 +4263,20 @@ "https://yt-dl.org/downloads/2014.04.21.4/youtube-dl-2014.04.21.4.tar.gz", "38d12d042488ea506235272ed9489cd178a591abe706ea8065426d2fb638ab31" ] + }, + "2014.04.21.5": { + "bin": [ + "https://yt-dl.org/downloads/2014.04.21.5/youtube-dl", + "d3e0bdce1aa2f2a68d7c9ff083169441e8b1158b398e57ffb5479cd0a26a88a8" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.04.21.5/youtube-dl.exe", + "9b5c9111cd2f99781460410e5a90599f5aa7eb88e7263e8426eee2afd1a943af" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.04.21.5/youtube-dl-2014.04.21.5.tar.gz", + "92bfdb0c7de6eb293f0d2b872ad762b52b40534eb60a89ad72da93b4f46cb1ef" + ] } } } \ No newline at end of file From 3228c709d47fa6321e89fd3f8fa9d8b7c8660df9 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Mon, 21 Apr 2014 16:20:52 +0200 Subject: [PATCH 124/138] release 2014.04.21.6 --- 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 e3c7eb7a1..4b18c0060 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

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

    -

    2014.04.21.5 (sig)

    +

    2014.04.21.6 (sig)

      -
    • MD5: 6e069310efdaaa21dea0d4f0e9789330
    • -
    • SHA1: 2c2f1d7922b62fe0da571ac5bcd53db2ed6a3e78
    • -
    • SHA256: d3e0bdce1aa2f2a68d7c9ff083169441e8b1158b398e57ffb5479cd0a26a88a8
    • +
    • MD5: 6acb03c9507dd622301423d6e082b5fd
    • +
    • SHA1: 20acffc43278ba0b6f9a7302e36136e90bd2b871
    • +
    • SHA256: 472a2ae4dfb5f87356ee58856a292b02e9242d4bf361220e77591e923e14a371

    - Windows exe (sig - 9b5c9111cd2f99781460410e5a90599f5aa7eb88e7263e8426eee2afd1a943af)
    - Full source + docs + binary tarball (sig - 92bfdb0c7de6eb293f0d2b872ad762b52b40534eb60a89ad72da93b4f46cb1ef) + Windows exe (sig - 03319955f137f1d98ec05d739360c2d60d668880f380c15d1e151d2dcb721546)
    + Full source + docs + binary tarball (sig - 8df2a8300a6e333a637f655181216097839992b384f2eafa93f1ee9cfd2f1e1a)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.04.21.5/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2014.04.21.6/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/2014.04.21.5/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2014.04.21.6/youtube-dl -O /usr/local/bin/youtube-dl
    sudo chmod a+x /usr/local/bin/youtube-dl

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

    To check the signature, type: -sudo wget https://yt-dl.org/downloads/2014.04.21.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/2014.04.21.6/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 18b6f0035..7e6d699bb 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.04.21.5 \ No newline at end of file +2014.04.21.6 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 44710c5e1..467666302 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 - 2014-04-21T16:00:17.529653Z + 2014-04-21T16:20:51.301671Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -4580,4 +4580,19 @@ 2014-04-21T00:00:05Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.04.21.6 + New version 2014.04.21.6 + + +
    + Downloads available at https://yt-dl.org/downloads/2014.04.21.6/ +
    +
    + + The youtube-dl maintainers + + 2014-04-21T00:00:06Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index d106fdbbc..ecdf9155f 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.04.21.5", - "signature": "9c827feb78d14fda0052774e64e16d357f349b8c04fb84e488bfb8fb592ec127f621db78eab687dccb9381802f5b65ea84658548f2e84dcf275dc96fcdd8057d59fa4fb2b2dccf01580d3acacf0b1e5f480f3e2d3a33ebe6a94f98b351d8b1956d9caab919559ba28c5a381629db9492715606be4b9d4cb4a9aa98e39aee40ad", + "latest": "2014.04.21.6", + "signature": "7b1487e51c0207fd136b6b15eb91695563ee66f447474890332a45004a00ca74694c462565a82b989e6308f855f0bd49d3580e6b3e023cf73eea3d618161ed23f818e789109fbf4feb9ed41a84743c1933cfb0cf734106168a6f9c0b73bdea982628d0e1cbd5e9005214deda9ea670a0d48eb5df25b9f6b75bdc6202aa979205", "versions": { "2012.02.22": { "bin": [ @@ -4277,6 +4277,20 @@ "https://yt-dl.org/downloads/2014.04.21.5/youtube-dl-2014.04.21.5.tar.gz", "92bfdb0c7de6eb293f0d2b872ad762b52b40534eb60a89ad72da93b4f46cb1ef" ] + }, + "2014.04.21.6": { + "bin": [ + "https://yt-dl.org/downloads/2014.04.21.6/youtube-dl", + "472a2ae4dfb5f87356ee58856a292b02e9242d4bf361220e77591e923e14a371" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.04.21.6/youtube-dl.exe", + "03319955f137f1d98ec05d739360c2d60d668880f380c15d1e151d2dcb721546" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.04.21.6/youtube-dl-2014.04.21.6.tar.gz", + "8df2a8300a6e333a637f655181216097839992b384f2eafa93f1ee9cfd2f1e1a" + ] } } } \ No newline at end of file From 524b6a2fd02a5aabc9ebecfc2e8b4c1b6137c4de Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Wed, 30 Apr 2014 02:11:34 +0200 Subject: [PATCH 125/138] release 2014.04.30 --- 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 4b18c0060..8cae1bc56 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

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

    -

    2014.04.21.6 (sig)

    +

    2014.04.30 (sig)

      -
    • MD5: 6acb03c9507dd622301423d6e082b5fd
    • -
    • SHA1: 20acffc43278ba0b6f9a7302e36136e90bd2b871
    • -
    • SHA256: 472a2ae4dfb5f87356ee58856a292b02e9242d4bf361220e77591e923e14a371
    • +
    • MD5: a4d65decc6f8bb568253c9c16b0553f2
    • +
    • SHA1: fb3be5f73ae736c4e7ceac607520c80b5767669e
    • +
    • SHA256: 78cae96e4dc827c257f47c932d3ae10fe7133e1f8a9e09363fe55f5c80a592e3

    - Windows exe (sig - 03319955f137f1d98ec05d739360c2d60d668880f380c15d1e151d2dcb721546)
    - Full source + docs + binary tarball (sig - 8df2a8300a6e333a637f655181216097839992b384f2eafa93f1ee9cfd2f1e1a) + Windows exe (sig - 235a818b14643c1344fecb5a7846ddc5ca3061cf55f67246485b699c556a71b6)
    + Full source + docs + binary tarball (sig - 39cfe73aa8791464efee0fac52563d9c6063e6df802b5316bdf8e7aee9e4bbd7)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.04.21.6/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2014.04.30/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/2014.04.21.6/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2014.04.30/youtube-dl -O /usr/local/bin/youtube-dl
    sudo chmod a+x /usr/local/bin/youtube-dl

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

    To check the signature, type: -sudo wget https://yt-dl.org/downloads/2014.04.21.6/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/2014.04.30/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 613020ea5..2dbbb573a 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -163,6 +163,7 @@
  • mooshare: Mooshare.biz
  • Morningstar: morningstar.com
  • Motorsport: motorsport.com
  • +
  • Moviezine
  • movshare: MovShare
  • MPORA
  • MTV
  • @@ -188,6 +189,7 @@
  • novamov: NovaMov
  • Nowness
  • nowvideo: NowVideo
  • +
  • NRK
  • NTV
  • ocw.mit.edu
  • OE1: oe1.orf.at
  • @@ -212,6 +214,7 @@
  • RingTV
  • RottenTomatoes
  • Roxwel
  • +
  • RTBF
  • RTLnow
  • RTS: RTS.ch
  • rtve.es:alacarta: RTVE a la carta
  • @@ -221,6 +224,7 @@
  • rutube:person: Rutube person videos
  • RUTV: RUTV.RU
  • savefrom.net
  • +
  • SciVee
  • screen.yahoo:search: Yahoo screen search
  • ServingSys
  • Sina
  • @@ -295,6 +299,7 @@
  • vimeo:group
  • vimeo:review: Review pages on vimeo
  • vimeo:user
  • +
  • vimeo:watchlater: Vimeo watch later list, "vimeowatchlater" keyword (requires authentication)
  • Vine
  • vk.com
  • vube: Vube.com
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 7e6d699bb..d5a463e9e 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.04.21.6 \ No newline at end of file +2014.04.30 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 467666302..30d221aa0 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 - 2014-04-21T16:20:51.301671Z + 2014-04-30T02:11:32.816771Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -4595,4 +4595,19 @@ 2014-04-21T00:00:06Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.04.30 + New version 2014.04.30 + + +
    + Downloads available at https://yt-dl.org/downloads/2014.04.30/ +
    +
    + + The youtube-dl maintainers + + 2014-04-30T00:00:00Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index ecdf9155f..b8acb81a6 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.04.21.6", - "signature": "7b1487e51c0207fd136b6b15eb91695563ee66f447474890332a45004a00ca74694c462565a82b989e6308f855f0bd49d3580e6b3e023cf73eea3d618161ed23f818e789109fbf4feb9ed41a84743c1933cfb0cf734106168a6f9c0b73bdea982628d0e1cbd5e9005214deda9ea670a0d48eb5df25b9f6b75bdc6202aa979205", + "latest": "2014.04.30", + "signature": "9ae49bdfa6ae72026e2eb6723fdb0c058576e8e0c08bfd246d07c1b4446391f6110bcd379af8c5085afbc20043de633bf727a636e0a23241b84d4984179ba1d3e7fdcffd992dee23580cd5f676164d55c69ef1b3f143ea316ec07114fb01df287193d24695249048c5c7f7c88a3e33d3d8c4f9a92437b3c53181c8d9fedd790f", "versions": { "2012.02.22": { "bin": [ @@ -4291,6 +4291,20 @@ "https://yt-dl.org/downloads/2014.04.21.6/youtube-dl-2014.04.21.6.tar.gz", "8df2a8300a6e333a637f655181216097839992b384f2eafa93f1ee9cfd2f1e1a" ] + }, + "2014.04.30": { + "bin": [ + "https://yt-dl.org/downloads/2014.04.30/youtube-dl", + "78cae96e4dc827c257f47c932d3ae10fe7133e1f8a9e09363fe55f5c80a592e3" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.04.30/youtube-dl.exe", + "235a818b14643c1344fecb5a7846ddc5ca3061cf55f67246485b699c556a71b6" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.04.30/youtube-dl-2014.04.30.tar.gz", + "39cfe73aa8791464efee0fac52563d9c6063e6df802b5316bdf8e7aee9e4bbd7" + ] } } } \ No newline at end of file From 57f7d997aa80549cfd68d26c1d4ce5c875eff6f9 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Wed, 30 Apr 2014 10:14:35 +0200 Subject: [PATCH 126/138] release 2014.04.30.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 8cae1bc56..1ab69ae68 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

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

    -

    2014.04.30 (sig)

    +

    2014.04.30.1 (sig)

      -
    • MD5: a4d65decc6f8bb568253c9c16b0553f2
    • -
    • SHA1: fb3be5f73ae736c4e7ceac607520c80b5767669e
    • -
    • SHA256: 78cae96e4dc827c257f47c932d3ae10fe7133e1f8a9e09363fe55f5c80a592e3
    • +
    • MD5: 636b2e6a518a4bd44716441391bff44c
    • +
    • SHA1: 7841413396da576aa6759a4acbded16f9180c6e1
    • +
    • SHA256: b6643efa629029dd1235548bba78508a3d761a9858bb9fc981415b4bce6a93c9

    - Windows exe (sig - 235a818b14643c1344fecb5a7846ddc5ca3061cf55f67246485b699c556a71b6)
    - Full source + docs + binary tarball (sig - 39cfe73aa8791464efee0fac52563d9c6063e6df802b5316bdf8e7aee9e4bbd7) + Windows exe (sig - c96627095a532768f90c5e7d37d4d729ad63324ff4deb186585a21b58caff4a8)
    + Full source + docs + binary tarball (sig - 43061bb49b42dfd4dd2328cf8ef5215b3b3ba025a48ebc65d655fe1f1a3b0aee)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.04.30/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2014.04.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/2014.04.30/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2014.04.30.1/youtube-dl -O /usr/local/bin/youtube-dl
    sudo chmod a+x /usr/local/bin/youtube-dl

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

    To check the signature, type: -sudo wget https://yt-dl.org/downloads/2014.04.30/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/2014.04.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/update/LATEST_VERSION b/update/LATEST_VERSION index d5a463e9e..e758a3477 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.04.30 \ No newline at end of file +2014.04.30.1 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 30d221aa0..4b0c967e6 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 - 2014-04-30T02:11:32.816771Z + 2014-04-30T10:14:33.644499Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -4610,4 +4610,19 @@ 2014-04-30T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.04.30.1 + New version 2014.04.30.1 + + +
    + Downloads available at https://yt-dl.org/downloads/2014.04.30.1/ +
    +
    + + The youtube-dl maintainers + + 2014-04-30T00:00:01Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index b8acb81a6..c536422dc 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.04.30", - "signature": "9ae49bdfa6ae72026e2eb6723fdb0c058576e8e0c08bfd246d07c1b4446391f6110bcd379af8c5085afbc20043de633bf727a636e0a23241b84d4984179ba1d3e7fdcffd992dee23580cd5f676164d55c69ef1b3f143ea316ec07114fb01df287193d24695249048c5c7f7c88a3e33d3d8c4f9a92437b3c53181c8d9fedd790f", + "latest": "2014.04.30.1", + "signature": "7c4900098974e031b959c410e30fc0b94962d3b802757e27f49da1c09d6950bc2420a1078826d33211054c090f0d7ca5cd5266c735f8f5fe3e52931a1eced7bc9773db8a559f37fbdc632943cce8c277ce91b7bd8525696edeaf7f918f021f6e1ebf6fd9e2a0dab804a556409e26ac9368543f21b15dae69e6c366c913a1b9db", "versions": { "2012.02.22": { "bin": [ @@ -4305,6 +4305,20 @@ "https://yt-dl.org/downloads/2014.04.30/youtube-dl-2014.04.30.tar.gz", "39cfe73aa8791464efee0fac52563d9c6063e6df802b5316bdf8e7aee9e4bbd7" ] + }, + "2014.04.30.1": { + "bin": [ + "https://yt-dl.org/downloads/2014.04.30.1/youtube-dl", + "b6643efa629029dd1235548bba78508a3d761a9858bb9fc981415b4bce6a93c9" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.04.30.1/youtube-dl.exe", + "c96627095a532768f90c5e7d37d4d729ad63324ff4deb186585a21b58caff4a8" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.04.30.1/youtube-dl-2014.04.30.1.tar.gz", + "43061bb49b42dfd4dd2328cf8ef5215b3b3ba025a48ebc65d655fe1f1a3b0aee" + ] } } } \ No newline at end of file From ee5d9511607bd0fb1608e09ce2e7c8a699c82f83 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Mon, 5 May 2014 03:17:54 +0200 Subject: [PATCH 127/138] release 2014.05.05 --- 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 1ab69ae68..28638f741 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

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

    -

    2014.04.30.1 (sig)

    +

    2014.05.05 (sig)

      -
    • MD5: 636b2e6a518a4bd44716441391bff44c
    • -
    • SHA1: 7841413396da576aa6759a4acbded16f9180c6e1
    • -
    • SHA256: b6643efa629029dd1235548bba78508a3d761a9858bb9fc981415b4bce6a93c9
    • +
    • MD5: 66661dd532ec5d799cec8d7b5554ae52
    • +
    • SHA1: 8ec9454f889c66a6995848c5a67eb21126384669
    • +
    • SHA256: 308277f96ec259375d563de11a1ba337db0b66c4b74e1b3f1014fdbb37c7dc57

    - Windows exe (sig - c96627095a532768f90c5e7d37d4d729ad63324ff4deb186585a21b58caff4a8)
    - Full source + docs + binary tarball (sig - 43061bb49b42dfd4dd2328cf8ef5215b3b3ba025a48ebc65d655fe1f1a3b0aee) + Windows exe (sig - df39c410231d200481673b47ca7cf9df9eb0ddf39fa7c32670a1aa5b70268041)
    + Full source + docs + binary tarball (sig - 6f02362cfa618d78f55f18d13baea4ebfa1ad15f1e3fef2e93a9d2a652e23d0f)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.04.30.1/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2014.05.05/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/2014.04.30.1/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2014.05.05/youtube-dl -O /usr/local/bin/youtube-dl
    sudo chmod a+x /usr/local/bin/youtube-dl

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

    To check the signature, type: -sudo wget https://yt-dl.org/downloads/2014.04.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/2014.05.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 2dbbb573a..15ecc0dc8 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -122,6 +122,7 @@
  • Howcast
  • HuffPost: Huffington Post
  • Hypem
  • +
  • Iconosquare
  • ign.com
  • imdb: Internet Movie Database trailers
  • imdb:list: Internet Movie Database lists
  • @@ -180,6 +181,7 @@
  • ndr: NDR.de - Mediathek
  • NDTV
  • Newgrounds
  • +
  • Newstube
  • nfb: National Film Board of Canada
  • nhl.com
  • nhl.com:videocenter: NHL videocenter category
  • @@ -191,6 +193,7 @@
  • nowvideo: NowVideo
  • NRK
  • NTV
  • +
  • NYTimes
  • ocw.mit.edu
  • OE1: oe1.orf.at
  • on.aol.com
  • @@ -235,6 +238,7 @@
  • smotri:user: Smotri.com user videos
  • Sohu
  • soundcloud
  • +
  • soundcloud:playlist
  • soundcloud:set
  • soundcloud:user
  • southpark.de
  • @@ -244,7 +248,6 @@
  • Spiegel
  • Spike
  • stanfordoc: Stanford Open ClassRoom
  • -
  • Statigram
  • Steam
  • streamcloud.eu
  • StreamCZ
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index e758a3477..553f4c794 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.04.30.1 \ No newline at end of file +2014.05.05 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 4b0c967e6..ac5680654 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 - 2014-04-30T10:14:33.644499Z + 2014-05-05T03:17:52.467328Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -4625,4 +4625,19 @@ 2014-04-30T00:00:01Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.05.05 + New version 2014.05.05 + + +
    + Downloads available at https://yt-dl.org/downloads/2014.05.05/ +
    +
    + + The youtube-dl maintainers + + 2014-05-05T00:00:00Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index c536422dc..efb8e07ad 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.04.30.1", - "signature": "7c4900098974e031b959c410e30fc0b94962d3b802757e27f49da1c09d6950bc2420a1078826d33211054c090f0d7ca5cd5266c735f8f5fe3e52931a1eced7bc9773db8a559f37fbdc632943cce8c277ce91b7bd8525696edeaf7f918f021f6e1ebf6fd9e2a0dab804a556409e26ac9368543f21b15dae69e6c366c913a1b9db", + "latest": "2014.05.05", + "signature": "64a514d76827afec80823488f62c593e32810ddde1b114b1c4bbbd4c4131c94c496ab615e1fdda9db2f27030eb57134eaada8b9876183d854648df9a3692ae8696ee67862637fb005ab3d9c30aa99ba7720f2c8ba2923f1a8be710fc0adb2715d50e95c2f53639469c0cda617ac5471564c08847c12350bb4f3da144ea1600b1", "versions": { "2012.02.22": { "bin": [ @@ -4319,6 +4319,20 @@ "https://yt-dl.org/downloads/2014.04.30.1/youtube-dl-2014.04.30.1.tar.gz", "43061bb49b42dfd4dd2328cf8ef5215b3b3ba025a48ebc65d655fe1f1a3b0aee" ] + }, + "2014.05.05": { + "bin": [ + "https://yt-dl.org/downloads/2014.05.05/youtube-dl", + "308277f96ec259375d563de11a1ba337db0b66c4b74e1b3f1014fdbb37c7dc57" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.05.05/youtube-dl.exe", + "df39c410231d200481673b47ca7cf9df9eb0ddf39fa7c32670a1aa5b70268041" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.05.05/youtube-dl-2014.05.05.tar.gz", + "6f02362cfa618d78f55f18d13baea4ebfa1ad15f1e3fef2e93a9d2a652e23d0f" + ] } } } \ No newline at end of file From 9190a734e6e0bc818b5220c4a2e056675a845eec Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Mon, 12 May 2014 16:42:31 +0200 Subject: [PATCH 128/138] release 2014.05.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 28638f741..34d6f3fed 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

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

    -

    2014.05.05 (sig)

    +

    2014.05.12 (sig)

      -
    • MD5: 66661dd532ec5d799cec8d7b5554ae52
    • -
    • SHA1: 8ec9454f889c66a6995848c5a67eb21126384669
    • -
    • SHA256: 308277f96ec259375d563de11a1ba337db0b66c4b74e1b3f1014fdbb37c7dc57
    • +
    • MD5: 7ca8d59e513b4464365e645338c49bd9
    • +
    • SHA1: 9210f08a1e3b31bbbb4c222d533c08a3d9508e32
    • +
    • SHA256: d89b3d08abb91b1e79000909c101d0decb2390f17aa7f377ee8875d23e737a5b

    - Windows exe (sig - df39c410231d200481673b47ca7cf9df9eb0ddf39fa7c32670a1aa5b70268041)
    - Full source + docs + binary tarball (sig - 6f02362cfa618d78f55f18d13baea4ebfa1ad15f1e3fef2e93a9d2a652e23d0f) + Windows exe (sig - 21166bdf249c601ed7b01c461e248b62bbe5be721ecd4114538f6e48635c881b)
    + Full source + docs + binary tarball (sig - 61796e4448a3a030a64298cee64075e508904f0d9dcb98ddf21335c2123349b5)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.05.05/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2014.05.12/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/2014.05.05/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2014.05.12/youtube-dl -O /usr/local/bin/youtube-dl
    sudo chmod a+x /usr/local/bin/youtube-dl

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

    To check the signature, type: -sudo wget https://yt-dl.org/downloads/2014.05.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/2014.05.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 15ecc0dc8..12b1c42cc 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -294,6 +294,7 @@
  • videofy.me
  • videolectures.net
  • VideoPremium
  • +
  • VideoTt: video.tt - Your True Tube
  • videoweed: VideoWeed
  • viki
  • vimeo
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 553f4c794..9d02edd93 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.05.05 \ No newline at end of file +2014.05.12 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index ac5680654..6be077c07 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 - 2014-05-05T03:17:52.467328Z + 2014-05-12T16:42:30.274667Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -4640,4 +4640,19 @@ 2014-05-05T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.05.12 + New version 2014.05.12 + + +
    + Downloads available at https://yt-dl.org/downloads/2014.05.12/ +
    +
    + + The youtube-dl maintainers + + 2014-05-12T00:00:00Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index efb8e07ad..70fa6e45e 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.05.05", - "signature": "64a514d76827afec80823488f62c593e32810ddde1b114b1c4bbbd4c4131c94c496ab615e1fdda9db2f27030eb57134eaada8b9876183d854648df9a3692ae8696ee67862637fb005ab3d9c30aa99ba7720f2c8ba2923f1a8be710fc0adb2715d50e95c2f53639469c0cda617ac5471564c08847c12350bb4f3da144ea1600b1", + "latest": "2014.05.12", + "signature": "00024332804506d8defebae78223df4003ecba88afb8bc0f7e0034efc7ed9d1da8452e75fc3e028d737ec90d7fda8c84bc9eae7f467e55a1dea39255e76d7ab61de619b67f73af6ddc79b36ab4de1d5f193f71052deae9f31d039b42740b948dee168e8e53ba6ef5f4be553363b9807bee3d8b131aa35d598c21d9ebc576afad", "versions": { "2012.02.22": { "bin": [ @@ -4333,6 +4333,20 @@ "https://yt-dl.org/downloads/2014.05.05/youtube-dl-2014.05.05.tar.gz", "6f02362cfa618d78f55f18d13baea4ebfa1ad15f1e3fef2e93a9d2a652e23d0f" ] + }, + "2014.05.12": { + "bin": [ + "https://yt-dl.org/downloads/2014.05.12/youtube-dl", + "d89b3d08abb91b1e79000909c101d0decb2390f17aa7f377ee8875d23e737a5b" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.05.12/youtube-dl.exe", + "21166bdf249c601ed7b01c461e248b62bbe5be721ecd4114538f6e48635c881b" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.05.12/youtube-dl-2014.05.12.tar.gz", + "61796e4448a3a030a64298cee64075e508904f0d9dcb98ddf21335c2123349b5" + ] } } } \ No newline at end of file From a67fe93cd614e81557ab81432878c1d5a40c14d8 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Tue, 13 May 2014 10:25:12 +0200 Subject: [PATCH 129/138] release 2014.05.13 --- download.html | 18 +++++++++--------- supportedsites.html | 7 +++++++ update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 49 insertions(+), 13 deletions(-) diff --git a/download.html b/download.html index 34d6f3fed..974c386ec 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

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

    -

    2014.05.12 (sig)

    +

    2014.05.13 (sig)

      -
    • MD5: 7ca8d59e513b4464365e645338c49bd9
    • -
    • SHA1: 9210f08a1e3b31bbbb4c222d533c08a3d9508e32
    • -
    • SHA256: d89b3d08abb91b1e79000909c101d0decb2390f17aa7f377ee8875d23e737a5b
    • +
    • MD5: 9601512203612ae8ef3a114429168ab3
    • +
    • SHA1: 22081d1883cab447224815f98032a42a466f4d12
    • +
    • SHA256: 4f469c4ebca0b37581ca6aecf3a6b057e1c385281d0823cfbb3490022cfc6e3d

    - Windows exe (sig - 21166bdf249c601ed7b01c461e248b62bbe5be721ecd4114538f6e48635c881b)
    - Full source + docs + binary tarball (sig - 61796e4448a3a030a64298cee64075e508904f0d9dcb98ddf21335c2123349b5) + Windows exe (sig - 3f2fa981b8300274c5beb0cb8aa2fa12b9eb5ec7e9bf2da82d7f1842b386e978)
    + Full source + docs + binary tarball (sig - 7fb1b52fa25b942c197c55b99c05992ac10aeb7402f6559d62a1d108028d18db)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.05.12/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2014.05.13/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/2014.05.12/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2014.05.13/youtube-dl -O /usr/local/bin/youtube-dl
    sudo chmod a+x /usr/local/bin/youtube-dl

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

    To check the signature, type: -sudo wget https://yt-dl.org/downloads/2014.05.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/2014.05.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 12b1c42cc..011435645 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -91,6 +91,7 @@
  • eHow
  • eitb.tv
  • ElPais: El País
  • +
  • Empflix
  • Engadget
  • Escapist
  • EveryonesMixtape
  • @@ -98,6 +99,7 @@
  • ExtremeTube
  • facebook
  • faz.net
  • +
  • fc2
  • fernsehkritik.tv
  • fernsehkritik.tv:postecke
  • Firstpost
  • @@ -118,6 +120,7 @@
  • generic: Generic downloader that works on some sites
  • Hark
  • Helsinki: helsinki.fi
  • +
  • HentaiStigma
  • HotNewHipHop
  • Howcast
  • HuffPost: Huffington Post
  • @@ -193,6 +196,7 @@
  • nowvideo: NowVideo
  • NRK
  • NTV
  • +
  • Nuvid
  • NYTimes
  • ocw.mit.edu
  • OE1: oe1.orf.at
  • @@ -232,6 +236,7 @@
  • ServingSys
  • Sina
  • Slideshare
  • +
  • Slutload
  • smotri: Smotri.com
  • smotri:broadcast: Smotri.com broadcasts
  • smotri:community: Smotri.com community videos
  • @@ -305,12 +310,14 @@
  • vimeo:user
  • vimeo:watchlater: Vimeo watch later list, "vimeowatchlater" keyword (requires authentication)
  • Vine
  • +
  • vine:user
  • vk.com
  • vube: Vube.com
  • VuClip
  • WashingtonPost
  • wat.tv
  • WDR
  • +
  • wdr:mobile
  • WDRMaus: Sendung mit der Maus
  • Weibo
  • Wimp
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 9d02edd93..614f74db2 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.05.12 \ No newline at end of file +2014.05.13 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 6be077c07..143db7f7a 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 - 2014-05-12T16:42:30.274667Z + 2014-05-13T10:25:10.350678Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -4655,4 +4655,19 @@ 2014-05-12T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.05.13 + New version 2014.05.13 + + +
    + Downloads available at https://yt-dl.org/downloads/2014.05.13/ +
    +
    + + The youtube-dl maintainers + + 2014-05-13T00:00:00Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 70fa6e45e..7f55a17dd 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.05.12", - "signature": "00024332804506d8defebae78223df4003ecba88afb8bc0f7e0034efc7ed9d1da8452e75fc3e028d737ec90d7fda8c84bc9eae7f467e55a1dea39255e76d7ab61de619b67f73af6ddc79b36ab4de1d5f193f71052deae9f31d039b42740b948dee168e8e53ba6ef5f4be553363b9807bee3d8b131aa35d598c21d9ebc576afad", + "latest": "2014.05.13", + "signature": "28bb65be33cdf368fa626ad200fa09328c3a88d582a431897d0faf6688485a8226285b376cf056d4040e975293c97680ade811ff145c793ec3c2e0211141b2ccbea5cabeb44271a908b167cc185124ad34b00f793d8c6c8f3dc6a1c3d75519688ae03ccebd5be0c3622d7c9956f9450a8bd2563c17c5f2b75e935d28ff6fa413", "versions": { "2012.02.22": { "bin": [ @@ -4347,6 +4347,20 @@ "https://yt-dl.org/downloads/2014.05.12/youtube-dl-2014.05.12.tar.gz", "61796e4448a3a030a64298cee64075e508904f0d9dcb98ddf21335c2123349b5" ] + }, + "2014.05.13": { + "bin": [ + "https://yt-dl.org/downloads/2014.05.13/youtube-dl", + "4f469c4ebca0b37581ca6aecf3a6b057e1c385281d0823cfbb3490022cfc6e3d" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.05.13/youtube-dl.exe", + "3f2fa981b8300274c5beb0cb8aa2fa12b9eb5ec7e9bf2da82d7f1842b386e978" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.05.13/youtube-dl-2014.05.13.tar.gz", + "7fb1b52fa25b942c197c55b99c05992ac10aeb7402f6559d62a1d108028d18db" + ] } } } \ No newline at end of file From 3081d368bcdad60eec6b586f715970bcfeedd835 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Fri, 16 May 2014 12:20:34 +0200 Subject: [PATCH 130/138] release 2014.05.16 --- 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 974c386ec..30a0fac36 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

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

    -

    2014.05.13 (sig)

    +

    2014.05.16 (sig)

      -
    • MD5: 9601512203612ae8ef3a114429168ab3
    • -
    • SHA1: 22081d1883cab447224815f98032a42a466f4d12
    • -
    • SHA256: 4f469c4ebca0b37581ca6aecf3a6b057e1c385281d0823cfbb3490022cfc6e3d
    • +
    • MD5: 61ea2793d50aafc1f081d69ee043ce47
    • +
    • SHA1: a3c10c17c8052baefe0bfb4a528789194c34f41a
    • +
    • SHA256: 2393b545567a103a5c5c8c04819bc471d335c0ff4c7fcfae807331d60264a247

    - Windows exe (sig - 3f2fa981b8300274c5beb0cb8aa2fa12b9eb5ec7e9bf2da82d7f1842b386e978)
    - Full source + docs + binary tarball (sig - 7fb1b52fa25b942c197c55b99c05992ac10aeb7402f6559d62a1d108028d18db) + Windows exe (sig - 21af0dba685ee2ab3346d99730c07eaac0676e2fdffb0470c6f74740d0e75622)
    + Full source + docs + binary tarball (sig - 40b78abec2d30064f28a4dca112dc3d52f2a61c9ea1709416a0935d8272a4cc2)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.05.13/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2014.05.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/2014.05.13/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2014.05.16/youtube-dl -O /usr/local/bin/youtube-dl
    sudo chmod a+x /usr/local/bin/youtube-dl

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

    To check the signature, type: -sudo wget https://yt-dl.org/downloads/2014.05.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/2014.05.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/update/LATEST_VERSION b/update/LATEST_VERSION index 614f74db2..3c3e47462 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.05.13 \ No newline at end of file +2014.05.16 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 143db7f7a..b25595cb6 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 - 2014-05-13T10:25:10.350678Z + 2014-05-16T12:20:28.000662Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -4670,4 +4670,19 @@ 2014-05-13T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.05.16 + New version 2014.05.16 + + +
    + Downloads available at https://yt-dl.org/downloads/2014.05.16/ +
    +
    + + The youtube-dl maintainers + + 2014-05-16T00:00:00Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 7f55a17dd..2b6f79d0d 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.05.13", - "signature": "28bb65be33cdf368fa626ad200fa09328c3a88d582a431897d0faf6688485a8226285b376cf056d4040e975293c97680ade811ff145c793ec3c2e0211141b2ccbea5cabeb44271a908b167cc185124ad34b00f793d8c6c8f3dc6a1c3d75519688ae03ccebd5be0c3622d7c9956f9450a8bd2563c17c5f2b75e935d28ff6fa413", + "latest": "2014.05.16", + "signature": "9c693597f55ef7f4932a4992e83d4b50432828b32719dc69ebbe5fadd17d0c9fb3d4384d901abae183f88a5a65a7168a0f443ada7a1cbcb655ee08a22a4ede0701002e877f9b83cedf17b75c3c3f829be824ff51ad69690c5fefcb9d9fff271b8acc71d5fb4d4060a5469aaac0916e98b97e2947e3b73ad62eaa80018dd2d25f", "versions": { "2012.02.22": { "bin": [ @@ -4361,6 +4361,20 @@ "https://yt-dl.org/downloads/2014.05.13/youtube-dl-2014.05.13.tar.gz", "7fb1b52fa25b942c197c55b99c05992ac10aeb7402f6559d62a1d108028d18db" ] + }, + "2014.05.16": { + "bin": [ + "https://yt-dl.org/downloads/2014.05.16/youtube-dl", + "2393b545567a103a5c5c8c04819bc471d335c0ff4c7fcfae807331d60264a247" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.05.16/youtube-dl.exe", + "21af0dba685ee2ab3346d99730c07eaac0676e2fdffb0470c6f74740d0e75622" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.05.16/youtube-dl-2014.05.16.tar.gz", + "40b78abec2d30064f28a4dca112dc3d52f2a61c9ea1709416a0935d8272a4cc2" + ] } } } \ No newline at end of file From 081cc94583374fee4dd35097aac85d43f7bf68dd Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Fri, 16 May 2014 15:57:29 +0200 Subject: [PATCH 131/138] release 2014.05.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 30a0fac36..e5b0afadb 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

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

    -

    2014.05.16 (sig)

    +

    2014.05.16.1 (sig)

      -
    • MD5: 61ea2793d50aafc1f081d69ee043ce47
    • -
    • SHA1: a3c10c17c8052baefe0bfb4a528789194c34f41a
    • -
    • SHA256: 2393b545567a103a5c5c8c04819bc471d335c0ff4c7fcfae807331d60264a247
    • +
    • MD5: f0cf03a29b35a61448a1378ffe235c98
    • +
    • SHA1: c5bc295d176f196d62903f60becd65d0d94b9696
    • +
    • SHA256: 4ac8b57fc36d94df7394868e92a48714f857007aae013c089c00bb812f163d77

    - Windows exe (sig - 21af0dba685ee2ab3346d99730c07eaac0676e2fdffb0470c6f74740d0e75622)
    - Full source + docs + binary tarball (sig - 40b78abec2d30064f28a4dca112dc3d52f2a61c9ea1709416a0935d8272a4cc2) + Windows exe (sig - 3f0d9afe1509f778adb23d2c92a9e03de102a9f59f421dd9aea1629c71b7d7f4)
    + Full source + docs + binary tarball (sig - 2554e74f8f874903d775635ca5f3241e99cdd56201dab6a7718852805f2d0bad)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.05.16/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2014.05.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/2014.05.16/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2014.05.16.1/youtube-dl -O /usr/local/bin/youtube-dl
    sudo chmod a+x /usr/local/bin/youtube-dl

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

    To check the signature, type: -sudo wget https://yt-dl.org/downloads/2014.05.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/2014.05.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 3c3e47462..bb28e52f5 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.05.16 \ No newline at end of file +2014.05.16.1 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index b25595cb6..e58537441 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 - 2014-05-16T12:20:28.000662Z + 2014-05-16T15:57:28.353955Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -4685,4 +4685,19 @@ 2014-05-16T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.05.16.1 + New version 2014.05.16.1 + + +
    + Downloads available at https://yt-dl.org/downloads/2014.05.16.1/ +
    +
    + + The youtube-dl maintainers + + 2014-05-16T00:00:01Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 2b6f79d0d..c5d8457ea 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.05.16", - "signature": "9c693597f55ef7f4932a4992e83d4b50432828b32719dc69ebbe5fadd17d0c9fb3d4384d901abae183f88a5a65a7168a0f443ada7a1cbcb655ee08a22a4ede0701002e877f9b83cedf17b75c3c3f829be824ff51ad69690c5fefcb9d9fff271b8acc71d5fb4d4060a5469aaac0916e98b97e2947e3b73ad62eaa80018dd2d25f", + "latest": "2014.05.16.1", + "signature": "07ab91614fcd5bfdb01582a56a80d9ebdb7f116903fff5538a93c3fe526ab72e23ef863c3f262075e0cbfafad26b5d0f125d40521d93e28c56d71a2342841e8c18d0c86e5cac4bc906d595d77c5e064cd525e483e2b3bb3e08c485998433b4d873e9c4b50b2f30f450ac7bab4ee5d3a9288867f32e4b5353a77d44c3989ab2bd", "versions": { "2012.02.22": { "bin": [ @@ -4375,6 +4375,20 @@ "https://yt-dl.org/downloads/2014.05.16/youtube-dl-2014.05.16.tar.gz", "40b78abec2d30064f28a4dca112dc3d52f2a61c9ea1709416a0935d8272a4cc2" ] + }, + "2014.05.16.1": { + "bin": [ + "https://yt-dl.org/downloads/2014.05.16.1/youtube-dl", + "4ac8b57fc36d94df7394868e92a48714f857007aae013c089c00bb812f163d77" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.05.16.1/youtube-dl.exe", + "3f0d9afe1509f778adb23d2c92a9e03de102a9f59f421dd9aea1629c71b7d7f4" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.05.16.1/youtube-dl-2014.05.16.1.tar.gz", + "2554e74f8f874903d775635ca5f3241e99cdd56201dab6a7718852805f2d0bad" + ] } } } \ No newline at end of file From 20bb589883595f7f28ffef352ed0a966f27a35cc Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Mon, 19 May 2014 11:57:22 +0200 Subject: [PATCH 132/138] release 2014.05.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 e5b0afadb..4ef6a3324 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

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

    -

    2014.05.16.1 (sig)

    +

    2014.05.19 (sig)

      -
    • MD5: f0cf03a29b35a61448a1378ffe235c98
    • -
    • SHA1: c5bc295d176f196d62903f60becd65d0d94b9696
    • -
    • SHA256: 4ac8b57fc36d94df7394868e92a48714f857007aae013c089c00bb812f163d77
    • +
    • MD5: aa9a3add27d289940728ef66b73a43bc
    • +
    • SHA1: 069ac0685c2bee8e28fed0841ee63f6e5a454c49
    • +
    • SHA256: 49c12830ca01f05589485aa5129d38974c1e2893abda65c308a0b0153719bc4d

    - Windows exe (sig - 3f0d9afe1509f778adb23d2c92a9e03de102a9f59f421dd9aea1629c71b7d7f4)
    - Full source + docs + binary tarball (sig - 2554e74f8f874903d775635ca5f3241e99cdd56201dab6a7718852805f2d0bad) + Windows exe (sig - d4ff78edeae6ea5182687a5ec124a6d51d41f94938ea398b5a3c5cd9527910a0)
    + Full source + docs + binary tarball (sig - da50c1f56e07e1c9c36a83f045a97d075fbd115023b813585ce29ad9b7f31e68)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.05.16.1/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2014.05.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/2014.05.16.1/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2014.05.19/youtube-dl -O /usr/local/bin/youtube-dl
    sudo chmod a+x /usr/local/bin/youtube-dl

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

    To check the signature, type: -sudo wget https://yt-dl.org/downloads/2014.05.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/2014.05.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 bb28e52f5..845d34f05 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.05.16.1 \ No newline at end of file +2014.05.19 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index e58537441..bedf92804 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 - 2014-05-16T15:57:28.353955Z + 2014-05-19T11:57:20.980384Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -4700,4 +4700,19 @@ 2014-05-16T00:00:01Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.05.19 + New version 2014.05.19 + + +
    + Downloads available at https://yt-dl.org/downloads/2014.05.19/ +
    +
    + + The youtube-dl maintainers + + 2014-05-19T00:00:00Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index c5d8457ea..ac2401c3a 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.05.16.1", - "signature": "07ab91614fcd5bfdb01582a56a80d9ebdb7f116903fff5538a93c3fe526ab72e23ef863c3f262075e0cbfafad26b5d0f125d40521d93e28c56d71a2342841e8c18d0c86e5cac4bc906d595d77c5e064cd525e483e2b3bb3e08c485998433b4d873e9c4b50b2f30f450ac7bab4ee5d3a9288867f32e4b5353a77d44c3989ab2bd", + "latest": "2014.05.19", + "signature": "88305836decbeec579d94d9aa6465d3f213604293d7e5a5473868410502d18fb66780a62e2395228df28519956d17f9dc953bee16a89c5034904d90c08cca590e7d10f6936a52fb4c40762d101cbc5b6187d189759cf748a3eb334f5472a3863a69849fce5f864c91a724e2940f2a101f8b60f8cd9bc380c2b55a1e8dc6cc349", "versions": { "2012.02.22": { "bin": [ @@ -4389,6 +4389,20 @@ "https://yt-dl.org/downloads/2014.05.16.1/youtube-dl-2014.05.16.1.tar.gz", "2554e74f8f874903d775635ca5f3241e99cdd56201dab6a7718852805f2d0bad" ] + }, + "2014.05.19": { + "bin": [ + "https://yt-dl.org/downloads/2014.05.19/youtube-dl", + "49c12830ca01f05589485aa5129d38974c1e2893abda65c308a0b0153719bc4d" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.05.19/youtube-dl.exe", + "d4ff78edeae6ea5182687a5ec124a6d51d41f94938ea398b5a3c5cd9527910a0" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.05.19/youtube-dl-2014.05.19.tar.gz", + "da50c1f56e07e1c9c36a83f045a97d075fbd115023b813585ce29ad9b7f31e68" + ] } } } \ No newline at end of file From 389588e362d98e8b9054975af2f4317e84e57c10 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Sat, 31 May 2014 20:48:00 +0200 Subject: [PATCH 133/138] release 2014.05.31.4 --- download.html | 18 +- supportedsites.html | 2 + update/LATEST_VERSION | 2 +- update/releases.atom | 17 +- update/versions.json | 3788 +++++++++++++++++++++-------------------- 5 files changed, 1929 insertions(+), 1898 deletions(-) diff --git a/download.html b/download.html index 4ef6a3324..9010ab56d 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

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

    -

    2014.05.19 (sig)

    +

    2014.05.31.4 (sig)

      -
    • MD5: aa9a3add27d289940728ef66b73a43bc
    • -
    • SHA1: 069ac0685c2bee8e28fed0841ee63f6e5a454c49
    • -
    • SHA256: 49c12830ca01f05589485aa5129d38974c1e2893abda65c308a0b0153719bc4d
    • +
    • MD5: 3027ed65d7a2544b0ba9595163388832
    • +
    • SHA1: 2416f288533e97365e3a34a8e47b33f656b49ced
    • +
    • SHA256: 07f868fd41f4a2b592eb69e8351fbcfa00a04138abd843f4737484d75d3f75ec

    - Windows exe (sig - d4ff78edeae6ea5182687a5ec124a6d51d41f94938ea398b5a3c5cd9527910a0)
    - Full source + docs + binary tarball (sig - da50c1f56e07e1c9c36a83f045a97d075fbd115023b813585ce29ad9b7f31e68) + Windows exe (sig - 5fdb86364c1514a70daaaf1f4c99eb781cddb2dc1053fb61b405fe38cefcc10a)
    + Full source + docs + binary tarball (sig - 9eeaf07051a7a0d6dd6f4203249df34358cae2b8ac945a82c95bb83eafba4cb5)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.05.19/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2014.05.31.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/2014.05.19/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2014.05.31.4/youtube-dl -O /usr/local/bin/youtube-dl
    sudo chmod a+x /usr/local/bin/youtube-dl

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

    To check the signature, type: -sudo wget https://yt-dl.org/downloads/2014.05.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/2014.05.31.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 011435645..9c8a1eeb2 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -195,6 +195,7 @@
  • Nowness
  • nowvideo: NowVideo
  • NRK
  • +
  • NRKTV
  • NTV
  • Nuvid
  • NYTimes
  • @@ -256,6 +257,7 @@
  • Steam
  • streamcloud.eu
  • StreamCZ
  • +
  • SWRMediathek
  • Syfy
  • SztvHu
  • Teamcoco
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 845d34f05..a803e7975 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.05.19 \ No newline at end of file +2014.05.31.4 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index bedf92804..be9d59f9a 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 - 2014-05-19T11:57:20.980384Z + 2014-05-31T20:47:58.954491Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -4715,4 +4715,19 @@ 2014-05-19T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.05.31.4 + New version 2014.05.31.4 + + +
    + Downloads available at https://yt-dl.org/downloads/2014.05.31.4/ +
    +
    + + The youtube-dl maintainers + + 2014-05-31T00:00:04Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index ac2401c3a..6924435b9 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,4408 +1,4422 @@ { - "latest": "2014.05.19", - "signature": "88305836decbeec579d94d9aa6465d3f213604293d7e5a5473868410502d18fb66780a62e2395228df28519956d17f9dc953bee16a89c5034904d90c08cca590e7d10f6936a52fb4c40762d101cbc5b6187d189759cf748a3eb334f5472a3863a69849fce5f864c91a724e2940f2a101f8b60f8cd9bc380c2b55a1e8dc6cc349", + "latest": "2014.05.31.4", + "signature": "0ad30593049138df767acab918b4b51f240b5a258f6769859c0d9120d99943baa77680391f56e1fde0be62c39c6c7c1fb2f3eb816976b6bfd0b017492b0ffe73f3a6ab699275fa91ca1184049a627d217cc98fb76348de0f04a2fa0b1ce4ba1ad3abda0b5422c95f187e9c9c577fcb72a8e3f49b585180ec8cc99977e392e7fa", "versions": { "2012.02.22": { "bin": [ - "http://youtube-dl.org/downloads/2012.02.22/youtube-dl", + "http://youtube-dl.org/downloads/2012.02.22/youtube-dl", "3a1d4065b84ae1f1b86d384de145c9d6c0adcaa5e11210c20024bfa63b7cfba7" - ], + ], "exe": [ - "http://youtube-dl.org/downloads/2012.02.22/youtube-dl.exe", + "http://youtube-dl.org/downloads/2012.02.22/youtube-dl.exe", "f99f9b1f55a91353dfb3a643342256d6b28150a81613b10a5c4f55e1a193b03b" - ], + ], "tar": [ - "http://youtube-dl.org/downloads/2012.02.22/youtube-dl-2012.02.22.tar.gz", + "http://youtube-dl.org/downloads/2012.02.22/youtube-dl-2012.02.22.tar.gz", "a61d978aca6552aa5c3ea0de0e3c3671ff62cc8474059181aafd36c025baba42" ] - }, + }, "2013.01.02": { "bin": [ - "http://youtube-dl.org/downloads/2013.01.02/youtube-dl", + "http://youtube-dl.org/downloads/2013.01.02/youtube-dl", "f5b502f8aaa77675c4884938b1e4871ebca2611813a0c0e74f60c0fbd6dcca6b" - ], + ], "exe": [ - "http://youtube-dl.org/downloads/2013.01.02/youtube-dl.exe", + "http://youtube-dl.org/downloads/2013.01.02/youtube-dl.exe", "75fa89d2ce297d102ff27675aa9d92545bbc91013f52ec52868c069f4f9f0422" - ], + ], "tar": [ - "http://youtube-dl.org/downloads/2013.01.02/youtube-dl-2013.01.02.tar.gz", + "http://youtube-dl.org/downloads/2013.01.02/youtube-dl-2013.01.02.tar.gz", "6a66d022ac8e1c13da284036288a133ec8dba003b7bd3a5179d0c0daca8c8196" ] - }, + }, "2013.01.06": { "bin": [ - "http://youtube-dl.org/downloads/2013.01.06/youtube-dl", + "http://youtube-dl.org/downloads/2013.01.06/youtube-dl", "64b6ed8865735c6302e836d4d832577321b4519aa02640dc508580c1ee824049" - ], + ], "exe": [ - "http://youtube-dl.org/downloads/2013.01.06/youtube-dl.exe", + "http://youtube-dl.org/downloads/2013.01.06/youtube-dl.exe", "58609baf91e4389d36e3ba586e21dab882daaaee537e4448b1265392ae86ff84" - ], + ], "tar": [ - "http://youtube-dl.org/downloads/2013.01.06/youtube-dl-2013.01.06.tar.gz", + "http://youtube-dl.org/downloads/2013.01.06/youtube-dl-2013.01.06.tar.gz", "fe77ab20a95d980ed17a659aa67e371fdd4d656d19c4c7950e7b720b0c2f1a86" ] - }, + }, "2013.01.08": { "bin": [ - "http://youtube-dl.org/downloads/2013.01.08/youtube-dl", + "http://youtube-dl.org/downloads/2013.01.08/youtube-dl", "a746f13ae486f49607f10dcd61bb2990aba51c7487eaa3f9e4ffc105e0a53232" - ], + ], "exe": [ - "http://youtube-dl.org/downloads/2013.01.08/youtube-dl.exe", + "http://youtube-dl.org/downloads/2013.01.08/youtube-dl.exe", "7d2d22e719cd0317aadb6ab50d0e90280cd90520ffcd09b2e2b3224557a082ca" - ], + ], "tar": [ - "http://youtube-dl.org/downloads/2013.01.08/youtube-dl-2013.01.08.tar.gz", + "http://youtube-dl.org/downloads/2013.01.08/youtube-dl-2013.01.08.tar.gz", "ff4580a3191328004dcd23ebab740670d1837fde4635fc96785897cbbc31ab73" ] - }, + }, "2013.01.11": { "bin": [ - "http://youtube-dl.org/downloads/2013.01.11/youtube-dl", + "http://youtube-dl.org/downloads/2013.01.11/youtube-dl", "7fc344bb58bc6e1f8ff59463e8af8c00e81155c373bcd4dde0c62988a141e070" - ], + ], "exe": [ - "http://youtube-dl.org/downloads/2013.01.11/youtube-dl.exe", + "http://youtube-dl.org/downloads/2013.01.11/youtube-dl.exe", "223724fd53b820ced68b994aa9cbcdb54d2244537db54a0dcf7e272c833fa24c" - ], + ], "tar": [ - "http://youtube-dl.org/downloads/2013.01.11/youtube-dl-2013.01.11.tar.gz", + "http://youtube-dl.org/downloads/2013.01.11/youtube-dl-2013.01.11.tar.gz", "14bdefeba48a33ba9d62386985664b4032a66bc540cc284ed11ca1a0f2857a7e" ] - }, + }, "2013.01.12": { "bin": [ - "http://youtube-dl.org/downloads/2013.01.12/youtube-dl", + "http://youtube-dl.org/downloads/2013.01.12/youtube-dl", "dedb29a765f00253449aed27d6215dd9f25c40d6e32382b080878422ccab518f" - ], + ], "exe": [ - "http://youtube-dl.org/downloads/2013.01.12/youtube-dl.exe", + "http://youtube-dl.org/downloads/2013.01.12/youtube-dl.exe", "19842ec789e8fdc372a230458c806011f793f1f4981a50ae24063ab5d87dbe13" - ], + ], "tar": [ - "http://youtube-dl.org/downloads/2013.01.12/youtube-dl-2013.01.12.tar.gz", + "http://youtube-dl.org/downloads/2013.01.12/youtube-dl-2013.01.12.tar.gz", "1b1fda2a0f66160c4752e5a4ffc103dd6d2cf4fa61f4f23e43bf85260478f6ef" ] - }, + }, "2013.01.13": { "bin": [ - "http://youtube-dl.org/downloads/2013.01.13/youtube-dl", + "http://youtube-dl.org/downloads/2013.01.13/youtube-dl", "0d811048a744df92647dfc29685b29e4910d310203db710d0a43b183349d38f0" - ], + ], "exe": [ - "http://youtube-dl.org/downloads/2013.01.13/youtube-dl.exe", + "http://youtube-dl.org/downloads/2013.01.13/youtube-dl.exe", "f608dfef514221dc10d41a301a369289411ccd688e42f13d4c78db0486c8b5b4" - ], + ], "tar": [ - "http://youtube-dl.org/downloads/2013.01.13/youtube-dl-2013.01.13.tar.gz", + "http://youtube-dl.org/downloads/2013.01.13/youtube-dl-2013.01.13.tar.gz", "13cc8cffb4206a63be033dfbebcfa637bd489d58d9f54858d9552021aa8f0dd5" ] - }, + }, "2013.01.17": { "bin": [ - "https://yt-dl.org/downloads/2013.01.17/youtube-dl", + "https://yt-dl.org/downloads/2013.01.17/youtube-dl", "9343af62accac216412cbf68ed48def5ef34979fb19a336c13bb042c6b8a365c" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2013.01.17/youtube-dl.exe", + "https://yt-dl.org/downloads/2013.01.17/youtube-dl.exe", "9b7eecd646d414620efa9ee185574341061d845744e4a6c044d3ad2747b58c3c" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2013.01.17/youtube-dl-2013.01.17.tar.gz", + "https://yt-dl.org/downloads/2013.01.17/youtube-dl-2013.01.17.tar.gz", "696f712468cfee1dc9493b9a7dca8ad350bfda8730a68d10f478df89f0714597" ] - }, + }, "2013.01.17.1": { "bin": [ - "https://yt-dl.org/downloads/2013.01.17.1/youtube-dl", + "https://yt-dl.org/downloads/2013.01.17.1/youtube-dl", "7c839d86378cc0d356cebeaaf920747408a2d790eff7720595364c2660a0e637" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2013.01.17.1/youtube-dl.exe", + "https://yt-dl.org/downloads/2013.01.17.1/youtube-dl.exe", "b0154a28ab4fa844bdf6ce94814eb14241b8ec4da7450fc3ceda4bdecddf85fa" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2013.01.17.1/youtube-dl-2013.01.17.1.tar.gz", + "https://yt-dl.org/downloads/2013.01.17.1/youtube-dl-2013.01.17.1.tar.gz", "9f3f5ff2c327ceabcb385d0b10cfbed79be7da0e8fffd67c7cb3afbe4d0bf231" ] - }, + }, "2013.01.28": { "bin": [ - "http://youtube-dl.org/downloads/2013.01.28/youtube-dl", + "http://youtube-dl.org/downloads/2013.01.28/youtube-dl", "d3f365e8fd7d89e0afb389be0e96713f4c572590d478fc2b2e675b1017aea5c8" - ], + ], "exe": [ - "http://youtube-dl.org/downloads/2013.01.28/youtube-dl.exe", + "http://youtube-dl.org/downloads/2013.01.28/youtube-dl.exe", "a7c225dd73c724504105ccf11e43e7c6f77653b0644a3e8804a295a48f8dda95" - ], + ], "tar": [ - "http://youtube-dl.org/downloads/2013.01.28/youtube-dl-2013.01.28.tar.gz", + "http://youtube-dl.org/downloads/2013.01.28/youtube-dl-2013.01.28.tar.gz", "92298669ebf5337987735a1b44c20d3a022f8424321487ac3c72891003f34cf9" ] - }, + }, "2013.02.01": { "bin": [ - "http://youtube-dl.org/downloads/2013.02.01/youtube-dl", + "http://youtube-dl.org/downloads/2013.02.01/youtube-dl", "7fbdc97d9427acda2e56a215ee36c30fb31f58e081ce9300dd71ccfaa2907276" - ], + ], "exe": [ - "http://youtube-dl.org/downloads/2013.02.01/youtube-dl.exe", + "http://youtube-dl.org/downloads/2013.02.01/youtube-dl.exe", "c68bac75baeb2a10f3d0900e1434258b9e080d1853f53830b215774c0b40440c" - ], + ], "tar": [ - "http://youtube-dl.org/downloads/2013.02.01/youtube-dl-2013.02.01.tar.gz", + "http://youtube-dl.org/downloads/2013.02.01/youtube-dl-2013.02.01.tar.gz", "bf2e834ae0ba63c82f7ec8a21ba8f30ff9d742725ea04a9617c5d1cbdba8208c" ] - }, + }, "2013.02.02": { "bin": [ - "http://youtube-dl.org/downloads/2013.02.02/youtube-dl", + "http://youtube-dl.org/downloads/2013.02.02/youtube-dl", "44d02ce29c800f5d5fe5049c9212e6913d0d5b36bff5cc716074f6bb11a2ef30" - ], + ], "exe": [ - "http://youtube-dl.org/downloads/2013.02.02/youtube-dl.exe", + "http://youtube-dl.org/downloads/2013.02.02/youtube-dl.exe", "d24581124366c4b19064d70e8f377c0f0f11395767a4873fc918b863400e1406" - ], + ], "tar": [ - "http://youtube-dl.org/downloads/2013.02.02/youtube-dl-2013.02.02.tar.gz", + "http://youtube-dl.org/downloads/2013.02.02/youtube-dl-2013.02.02.tar.gz", "c062ab5636f443c776d617dd9aa3c9045926f16954fc333660b5aae45f15686f" ] - }, + }, "2013.02.18": { "bin": [ - "http://youtube-dl.org/downloads/2013.02.18/youtube-dl", + "http://youtube-dl.org/downloads/2013.02.18/youtube-dl", "2f432de79cecfdcbc145cb089fb93fd6fd607578ac583d1a0b212bf610da70d1" - ], + ], "exe": [ - "http://youtube-dl.org/downloads/2013.02.18/youtube-dl.exe", + "http://youtube-dl.org/downloads/2013.02.18/youtube-dl.exe", "e2c75094dc7b4f3ad1044c219aa6a3f871852e17ef47066eab88254fef9aac20" - ], + ], "tar": [ - "http://youtube-dl.org/downloads/2013.02.18/youtube-dl-2013.02.18.tar.gz", + "http://youtube-dl.org/downloads/2013.02.18/youtube-dl-2013.02.18.tar.gz", "9bdf7376e3c3beea57c0299dc2ab415a7a8015f7c7e5e93b882e2ac3d3a4f106" ] - }, + }, "2013.02.19": { "bin": [ - "http://youtube-dl.org/downloads/2013.02.19/youtube-dl", + "http://youtube-dl.org/downloads/2013.02.19/youtube-dl", "039b5e5e19277406d74de1e5d7b1cb4d634c722f2b32e222a23bc1b7dda2035d" - ], + ], "exe": [ - "http://youtube-dl.org/downloads/2013.02.19/youtube-dl.exe", + "http://youtube-dl.org/downloads/2013.02.19/youtube-dl.exe", "b363c026411fe0beb837489fbcdf67cad46cde0330470f8456174dcc463f4c00" - ], + ], "notes": [ "We will change the default filename template in one of the next releases. If you want the old behavior (\"9bZkp7q19f0.mp4\" instead of \"PSY - Gangnam Style.mp4\"), pass in the --id switch." - ], + ], "tar": [ - "http://youtube-dl.org/downloads/2013.02.19/youtube-dl-2013.02.19.tar.gz", + "http://youtube-dl.org/downloads/2013.02.19/youtube-dl-2013.02.19.tar.gz", "d95505e9856d944655b1e2a8dd515fd43ff4d7e18cd07bd4016cb186feec62bb" ] - }, + }, "2013.02.22": { "bin": [ - "http://youtube-dl.org/downloads/2013.02.22/youtube-dl", + "http://youtube-dl.org/downloads/2013.02.22/youtube-dl", "29e979de75d47c1d7c55adb5eaf0f84ed5fe91f369e6b2ee295adf1d7f28f05b" - ], + ], "exe": [ - "http://youtube-dl.org/downloads/2013.02.22/youtube-dl.exe", + "http://youtube-dl.org/downloads/2013.02.22/youtube-dl.exe", "7c15abbeba405e79651f2633ead268dacf22da339f8c7d846047f79f179b533c" - ], + ], "tar": [ - "http://youtube-dl.org/downloads/2013.02.22/youtube-dl-2013.02.22.tar.gz", + "http://youtube-dl.org/downloads/2013.02.22/youtube-dl-2013.02.22.tar.gz", "822aa93448aa8a72ff9639299d4d6f282246c0cecbedf2aacf22f254eef99bac" ] - }, + }, "2013.02.25": { "bin": [ - "http://youtube-dl.org/downloads/2013.02.25/youtube-dl", + "http://youtube-dl.org/downloads/2013.02.25/youtube-dl", "06a9cc6e8219a941511ba9ccd905eca34d77c5d4c61f43038dd1b38ae1469726" - ], + ], "exe": [ - "http://youtube-dl.org/downloads/2013.02.25/youtube-dl.exe", + "http://youtube-dl.org/downloads/2013.02.25/youtube-dl.exe", "d764f49dfaaba8841b7ae757645b4dc1fc2c78e87433b6b95414774db9e4214c" - ], + ], "tar": [ - "http://youtube-dl.org/downloads/2013.02.25/youtube-dl-2013.02.25.tar.gz", + "http://youtube-dl.org/downloads/2013.02.25/youtube-dl-2013.02.25.tar.gz", "b7e2803f9a7f05f282bacc015b2a4f44c658587e19be076329c7f346093c2008" ] - }, + }, "2013.03.24": { "bin": [ - "https://yt-dl.org/downloads/2013.03.24/youtube-dl", + "https://yt-dl.org/downloads/2013.03.24/youtube-dl", "39343ac043bc4eb0a730ed97fee8abe4500f43e0de7c4316a721f16f41076cc6" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2013.03.24/youtube-dl.exe", + "https://yt-dl.org/downloads/2013.03.24/youtube-dl.exe", "b047d39b7b39acc01ac32136589e6100c640f0af123cce9eb598f74be18bd0f8" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2013.03.24/youtube-dl-2013.03.24.tar.gz", + "https://yt-dl.org/downloads/2013.03.24/youtube-dl-2013.03.24.tar.gz", "68fa33f8e8a4f56c3a8a0502d743c367bc3adc89d378d07ef3346558217c4255" ] - }, + }, "2013.03.24.2": { "bin": [ - "https://yt-dl.org/downloads/2013.03.24.2/youtube-dl", + "https://yt-dl.org/downloads/2013.03.24.2/youtube-dl", "ede906cdbdf6ed6e26bd9e9d253f3395f37e2fe07af66d4100f7f543fcb895f3" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2013.03.24.2/youtube-dl.exe", + "https://yt-dl.org/downloads/2013.03.24.2/youtube-dl.exe", "1f435e22d388f73ef9f2c9995085c58e21700cf2028d47bd7e000c6e7280e01b" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2013.03.24.2/youtube-dl-2013.03.24.2.tar.gz", + "https://yt-dl.org/downloads/2013.03.24.2/youtube-dl-2013.03.24.2.tar.gz", "0b01ac2f120015aa1142d841a9b6a822607f7de4b4d7333c5991c7becc60e752" ] - }, + }, "2013.03.29": { "bin": [ - "http://youtube-dl.org/downloads/2013.03.29/youtube-dl", + "http://youtube-dl.org/downloads/2013.03.29/youtube-dl", "d99205257e5ae0e96da78e2cf46f8aba93ce739388f866fb3f976ffdd892f312" - ], + ], "exe": [ - "http://youtube-dl.org/downloads/2013.03.29/youtube-dl.exe", + "http://youtube-dl.org/downloads/2013.03.29/youtube-dl.exe", "4fd949775d7e6118b6233dbb8996d87e1a852b1d6ecccf9e5665ac3870150192" - ], + ], "tar": [ - "http://youtube-dl.org/downloads/2013.03.29/youtube-dl-2013.03.29.tar.gz", + "http://youtube-dl.org/downloads/2013.03.29/youtube-dl-2013.03.29.tar.gz", "763d612906b039abb969f9ed320f47cca1a6bed7cce08ba4751529826663002a" ] - }, + }, "2013.04.03": { "bin": [ - "http://youtube-dl.org/downloads/2013.04.03/youtube-dl", + "http://youtube-dl.org/downloads/2013.04.03/youtube-dl", "fe24147864c0e17abe99166932682eb62b9abca898ab32a4ca2ff1c99bd56967" - ], + ], "exe": [ - "http://youtube-dl.org/downloads/2013.04.03/youtube-dl.exe", + "http://youtube-dl.org/downloads/2013.04.03/youtube-dl.exe", "663e38a8c60efa40926d2a0022b0835dcbecbc897934097815e713f8a186ccc3" - ], + ], "tar": [ - "http://youtube-dl.org/downloads/2013.04.03/youtube-dl-2013.04.03.tar.gz", + "http://youtube-dl.org/downloads/2013.04.03/youtube-dl-2013.04.03.tar.gz", "a2b9b7690710637f05de456ba0e817accd021f9987d760f354da21c4f32be149" ] - }, + }, "2013.04.11": { "bin": [ - "http://youtube-dl.org/downloads/2013.04.11/youtube-dl", + "http://youtube-dl.org/downloads/2013.04.11/youtube-dl", "e99b45844d0e3a1425d2a25128203343f2ab53c52ba57cf71cf3784897e68baa" - ], + ], "exe": [ - "http://youtube-dl.org/downloads/2013.04.11/youtube-dl.exe", + "http://youtube-dl.org/downloads/2013.04.11/youtube-dl.exe", "7676aa04bb2a480c63c7821ac99f5fb02b315607779542797b9b75a7e65814cd" - ], + ], "tar": [ - "http://youtube-dl.org/downloads/2013.04.11/youtube-dl-2013.04.11.tar.gz", + "http://youtube-dl.org/downloads/2013.04.11/youtube-dl-2013.04.11.tar.gz", "c777532107cf70f16bdf1682dba1eca9dab562bb8fbd2603e3b50460e24ff098" ] - }, + }, "2013.04.18": { "bin": [ - "http://youtube-dl.org/downloads/2013.04.18/youtube-dl", + "http://youtube-dl.org/downloads/2013.04.18/youtube-dl", "485171b55114981a89137022dbbdc122d358f087d670eab680718fa468ae488d" - ], + ], "exe": [ - "http://youtube-dl.org/downloads/2013.04.18/youtube-dl.exe", + "http://youtube-dl.org/downloads/2013.04.18/youtube-dl.exe", "012b627885af69a32add0e024cbc6add592add669ca88855d43461c3aa7a2830" - ], + ], "tar": [ - "http://youtube-dl.org/downloads/2013.04.18/youtube-dl-2013.04.18.tar.gz", + "http://youtube-dl.org/downloads/2013.04.18/youtube-dl-2013.04.18.tar.gz", "f01aaac1fb65da4e47500d473ce5eca6c6e157c7eb84c81219d7bba1eff489af" ] - }, + }, "2013.04.21": { "bin": [ - "http://youtube-dl.org/downloads/2013.04.21/youtube-dl", + "http://youtube-dl.org/downloads/2013.04.21/youtube-dl", "1068a46d67b745b46f1f64d46cc976216b4c117eeb1959be656bcb8f85af91bb" - ], + ], "exe": [ - "http://youtube-dl.org/downloads/2013.04.21/youtube-dl.exe", + "http://youtube-dl.org/downloads/2013.04.21/youtube-dl.exe", "6d92c0574fc0421aebd47e784bf513a14d52d92e72a285da08a614911c8e6d83" - ], + ], "tar": [ - "http://youtube-dl.org/downloads/2013.04.21/youtube-dl-2013.04.21.tar.gz", + "http://youtube-dl.org/downloads/2013.04.21/youtube-dl-2013.04.21.tar.gz", "2b69325eb06fec89acb9d82dab87ceb4d97ab5b3d1e98ebd16aae241b78fa100" ] - }, + }, "2013.04.22": { "bin": [ - "http://youtube-dl.org/downloads/2013.04.22/youtube-dl", + "http://youtube-dl.org/downloads/2013.04.22/youtube-dl", "3ce523ffa87337b7d5641c85fcc5d569ae665648c5364ddddfb7d313e13df735" - ], + ], "exe": [ - "http://youtube-dl.org/downloads/2013.04.22/youtube-dl.exe", + "http://youtube-dl.org/downloads/2013.04.22/youtube-dl.exe", "434c20531f513fddfb969268df9a912d4dbc3ee5978dc91031d43696258c327c" - ], + ], "notes_disabled_see_46a127eecbd3aac52b063ff11813cc7994160e27": [ "Starting with youtube-dl 2013.4.28, --title is the default. Pass in --id to get the old behavior." - ], + ], "tar": [ - "http://youtube-dl.org/downloads/2013.04.22/youtube-dl-2013.04.22.tar.gz", + "http://youtube-dl.org/downloads/2013.04.22/youtube-dl-2013.04.22.tar.gz", "51456555c8b8f116bf738e60fdf2eb3cf75e441e3150195ab3a0182eab4c29d3" ] - }, + }, "2013.04.27": { "bin": [ - "http://youtube-dl.org/downloads/2013.04.27/youtube-dl", + "http://youtube-dl.org/downloads/2013.04.27/youtube-dl", "de8dfd2194a3c0d9a5cc5bdf2b6afcdec0070d76ac7507774ea4d30ea568177d" - ], + ], "exe": [ - "http://youtube-dl.org/downloads/2013.04.27/youtube-dl.exe", + "http://youtube-dl.org/downloads/2013.04.27/youtube-dl.exe", "6e51da3256378c855d6fc7c16b53529b7a203e0a31235e3fca488bb61af01454" - ], + ], "tar": [ - "http://youtube-dl.org/downloads/2013.04.27/youtube-dl-2013.04.27.tar.gz", + "http://youtube-dl.org/downloads/2013.04.27/youtube-dl-2013.04.27.tar.gz", "4f925fe414cb6fbfbd20557f768355c0c4d3de2d51136b424be98bf61dbb36b3" ] - }, + }, "2013.04.28": { "bin": [ - "http://youtube-dl.org/downloads/2013.04.28/youtube-dl", + "http://youtube-dl.org/downloads/2013.04.28/youtube-dl", "eb91097ae41fe21d7190dccaaf5d86f72b19c35f9d752f1d8988d308426abcce" - ], + ], "exe": [ - "http://youtube-dl.org/downloads/2013.04.28/youtube-dl.exe", + "http://youtube-dl.org/downloads/2013.04.28/youtube-dl.exe", "5483c8038c86b4dbe8c1de876f8bfd5f3ebfa77be7d4c87fd8a00780057c8a01" - ], + ], "tar": [ - "http://youtube-dl.org/downloads/2013.04.28/youtube-dl-2013.04.28.tar.gz", + "http://youtube-dl.org/downloads/2013.04.28/youtube-dl-2013.04.28.tar.gz", "c5e160c18bb6bd95168535873f89139e4b1098f73bf158f8b9886075d3f6507d" ] - }, + }, "2013.04.30": { "bin": [ - "http://youtube-dl.org/downloads/2013.04.30/youtube-dl", + "http://youtube-dl.org/downloads/2013.04.30/youtube-dl", "0a6c666d521ee301ed660070a1e96519e61626abc4ec70f364d1e570c52fed66" - ], + ], "exe": [ - "http://youtube-dl.org/downloads/2013.04.30/youtube-dl.exe", + "http://youtube-dl.org/downloads/2013.04.30/youtube-dl.exe", "78c2e7f5f131eca131894891b3527eb0a2a0bddb55d247d73ce77e070231390a" - ], + ], "tar": [ - "http://youtube-dl.org/downloads/2013.04.30/youtube-dl-2013.04.30.tar.gz", + "http://youtube-dl.org/downloads/2013.04.30/youtube-dl-2013.04.30.tar.gz", "bb09c66acfc837fdae0d2b7be2d4b952edb3abdc08947d7396f01edeb9e9da48" ] - }, + }, "2013.04.31": { "bin": [ - "http://youtube-dl.org/downloads/2013.04.31/youtube-dl", + "http://youtube-dl.org/downloads/2013.04.31/youtube-dl", "0f7a69460db9f1384d974bd2fc0a232ed089b0a6b0de4a8a45b241aef36b9936" - ], + ], "exe": [ - "http://youtube-dl.org/downloads/2013.04.31/youtube-dl.exe", + "http://youtube-dl.org/downloads/2013.04.31/youtube-dl.exe", "676641b9fb3896f764c69253f6c7435cc0169274dff6e41237722b6389948eab" - ], + ], "tar": [ - "http://youtube-dl.org/downloads/2013.04.31/youtube-dl-2013.04.31.tar.gz", + "http://youtube-dl.org/downloads/2013.04.31/youtube-dl-2013.04.31.tar.gz", "42c2e7689f0efc7c9e35d2377ea49dcf572601efe41bc0d6a639488585bbbb50" ] - }, + }, "2013.05.01": { "bin": [ - "http://youtube-dl.org/downloads/2013.05.01/youtube-dl", + "http://youtube-dl.org/downloads/2013.05.01/youtube-dl", "6ade090ffdfe057d09e1a0b62075fb8924a20738035e78818f8c679cdae5cdcf" - ], + ], "exe": [ - "http://youtube-dl.org/downloads/2013.05.01/youtube-dl.exe", + "http://youtube-dl.org/downloads/2013.05.01/youtube-dl.exe", "9f30264f99a298a1e40af3c64679228507a8a58ccecbe498801002e4bd60134c" - ], + ], "tar": [ - "http://youtube-dl.org/downloads/2013.05.01/youtube-dl-2013.05.01.tar.gz", + "http://youtube-dl.org/downloads/2013.05.01/youtube-dl-2013.05.01.tar.gz", "6e4f9e74fa8a1c5924a393150e0ee7013851450cd7f08c474ee17de2a19f762d" ] - }, + }, "2013.05.04": { "bin": [ - "http://youtube-dl.org/downloads/2013.05.04/youtube-dl", + "http://youtube-dl.org/downloads/2013.05.04/youtube-dl", "5787541723eedeae5e5bf3bad6b54065a676f6ead9adac700b59eae898f92995" - ], + ], "exe": [ - "http://youtube-dl.org/downloads/2013.05.04/youtube-dl.exe", + "http://youtube-dl.org/downloads/2013.05.04/youtube-dl.exe", "7523fdbbf262e58635c35f8bc905b5cfd4877cbcb7e40367e06ad3f85656b1ea" - ], + ], "tar": [ - "http://youtube-dl.org/downloads/2013.05.04/youtube-dl-2013.05.04.tar.gz", + "http://youtube-dl.org/downloads/2013.05.04/youtube-dl-2013.05.04.tar.gz", "bdd61463b9ba7820fa97fd2b4c4bc57b7191261bb2f3ff31cf61b6b53e389894" ] - }, + }, "2013.05.05": { "bin": [ - "http://youtube-dl.org/downloads/2013.05.05/youtube-dl", + "http://youtube-dl.org/downloads/2013.05.05/youtube-dl", "0a27058c5f40f7a119783815d98adc775e063dcf59ad9dcab63234cd54697b1b" - ], + ], "exe": [ - "http://youtube-dl.org/downloads/2013.05.05/youtube-dl.exe", + "http://youtube-dl.org/downloads/2013.05.05/youtube-dl.exe", "6c10389e6c88fc0516988df8145710ab44e4d63fd5ed2266e1801204b9171003" - ], + ], "tar": [ - "http://youtube-dl.org/downloads/2013.05.05/youtube-dl-2013.05.05.tar.gz", + "http://youtube-dl.org/downloads/2013.05.05/youtube-dl-2013.05.05.tar.gz", "ecba30f213505ece6a6fe7862fdc1b69b32911f717d98e5981f5913cfa5b7855" ] - }, + }, "2013.05.07": { "bin": [ - "http://youtube-dl.org/downloads/2013.05.07/youtube-dl", + "http://youtube-dl.org/downloads/2013.05.07/youtube-dl", "372e524b09f4a1bb1efb36342c86233dec272fd3b22a8e1ec085947768c7e498" - ], + ], "exe": [ - "http://youtube-dl.org/downloads/2013.05.07/youtube-dl.exe", + "http://youtube-dl.org/downloads/2013.05.07/youtube-dl.exe", "e45ed68013d1b8d6f74e275f488a869e7a83a40c5a0a013584d9931ed9c0c1cf" - ], + ], "tar": [ - "http://youtube-dl.org/downloads/2013.05.07/youtube-dl-2013.05.07.tar.gz", + "http://youtube-dl.org/downloads/2013.05.07/youtube-dl-2013.05.07.tar.gz", "7d3f556fea249efdba5a8ab3a43a1743f0622e8229017e5f19a455740d562e45" ] - }, + }, "2013.05.10": { "bin": [ - "http://youtube-dl.org/downloads/2013.05.10/youtube-dl", + "http://youtube-dl.org/downloads/2013.05.10/youtube-dl", "b1000ab4fefa7d85d3031eb6d95ac4e38b7d81cf043a66c175fc74d1a2a56a4a" - ], + ], "exe": [ - "http://youtube-dl.org/downloads/2013.05.10/youtube-dl.exe", + "http://youtube-dl.org/downloads/2013.05.10/youtube-dl.exe", "85076d15c15c775839a9eba11b2b0e1dee7ffa08edb9886f47b3dd691dafa470" - ], + ], "tar": [ - "http://youtube-dl.org/downloads/2013.05.10/youtube-dl-2013.05.10.tar.gz", + "http://youtube-dl.org/downloads/2013.05.10/youtube-dl-2013.05.10.tar.gz", "0f0c28f0a3d681805ead4c60073e532741a74d588dccfe8451cc38ec1bd306f8" ] - }, + }, "2013.05.14": { "bin": [ - "http://youtube-dl.org/downloads/2013.05.14/youtube-dl", + "http://youtube-dl.org/downloads/2013.05.14/youtube-dl", "6b27f6fc0139430860e75d069fb400716e5d43f3dd7ba64e83eeb846179c55f6" - ], + ], "exe": [ - "http://youtube-dl.org/downloads/2013.05.14/youtube-dl.exe", + "http://youtube-dl.org/downloads/2013.05.14/youtube-dl.exe", "6098448959ee207c847ced8231a4905c0ab72f5ceb5f861ce61a74b552890707" - ], + ], "tar": [ - "http://youtube-dl.org/downloads/2013.05.14/youtube-dl-2013.05.14.tar.gz", + "http://youtube-dl.org/downloads/2013.05.14/youtube-dl-2013.05.14.tar.gz", "d697981eb21362427a6cd1a217019b8549fc723dbe06583672e4e9e202369980" ] - }, + }, "2013.05.23": { "bin": [ - "http://youtube-dl.org/downloads/2013.05.23/youtube-dl", + "http://youtube-dl.org/downloads/2013.05.23/youtube-dl", "e18a553b74f4f2e991ed13455744cea3448cf2163684f7aaedbe243f39307fff" - ], + ], "exe": [ - "http://youtube-dl.org/downloads/2013.05.23/youtube-dl.exe", + "http://youtube-dl.org/downloads/2013.05.23/youtube-dl.exe", "ce36cc0652d354dbbb51c0cfa436be17998bc22b4be314ddb287a5a28a664d79" - ], + ], "tar": [ - "http://youtube-dl.org/downloads/2013.05.23/youtube-dl-2013.05.23.tar.gz", + "http://youtube-dl.org/downloads/2013.05.23/youtube-dl-2013.05.23.tar.gz", "5d31a5f5371dd7852acf68dd49bfb8068fe73a885fdb544ea28a9055369f6392" ] - }, + }, "2013.06.21": { "bin": [ - "http://youtube-dl.org/downloads/2013.06.21/youtube-dl", + "http://youtube-dl.org/downloads/2013.06.21/youtube-dl", "e72aa501a3b1d99ac69959ff443f4b36fa7895357656824f3b1d705474c18470" - ], + ], "exe": [ - "http://youtube-dl.org/downloads/2013.06.21/youtube-dl.exe", + "http://youtube-dl.org/downloads/2013.06.21/youtube-dl.exe", "5098f2faf5539fab940bb377b7d45fc691e0e34da760e1d4d10dc4cbf4ccaa2d" - ], + ], "tar": [ - "http://youtube-dl.org/downloads/2013.06.21/youtube-dl-2013.06.21.tar.gz", + "http://youtube-dl.org/downloads/2013.06.21/youtube-dl-2013.06.21.tar.gz", "3d4e9cc38af3c2fccfafd83d0c6382080531fd03e9067ceccc6864dfbea92b1e" ] - }, + }, "2013.06.23": { "bin": [ - "http://youtube-dl.org/downloads/2013.06.23/youtube-dl", + "http://youtube-dl.org/downloads/2013.06.23/youtube-dl", "d9c0bb8f4f5404f3e3584be8ced83c45fb6aab2386fe3e4fd1fd000573a59901" - ], + ], "exe": [ - "http://youtube-dl.org/downloads/2013.06.23/youtube-dl.exe", + "http://youtube-dl.org/downloads/2013.06.23/youtube-dl.exe", "e9d0a2b7cc54d3ced252ed589883a00c3b4834a08f13e760721ed008c0696a07" - ], + ], "tar": [ - "http://youtube-dl.org/downloads/2013.06.23/youtube-dl-2013.06.23.tar.gz", + "http://youtube-dl.org/downloads/2013.06.23/youtube-dl-2013.06.23.tar.gz", "3c2f815a77adba3722a4b76bc61c7a4c131a76ae20350670f20c87ca42081ee4" ] - }, + }, "2013.06.25": { "bin": [ - "http://youtube-dl.org/downloads/2013.06.25/youtube-dl", + "http://youtube-dl.org/downloads/2013.06.25/youtube-dl", "5c0ee79b9a802eabfb5bb222500ba229cd85ac4da3fc2ee799f3e7c187ac2160" - ], + ], "exe": [ - "http://youtube-dl.org/downloads/2013.06.25/youtube-dl.exe", + "http://youtube-dl.org/downloads/2013.06.25/youtube-dl.exe", "c2f61a6f5afb2bb24a8d84b8b3f57373a323c5783e42fbe0206c39aed7ecc02a" - ], + ], "tar": [ - "http://youtube-dl.org/downloads/2013.06.25/youtube-dl-2013.06.25.tar.gz", + "http://youtube-dl.org/downloads/2013.06.25/youtube-dl-2013.06.25.tar.gz", "63313eb2bb5bed2fa03f16a21cb6ea86d1f3dce156fd8f97d0b5effad00ca95a" ] - }, + }, "2013.06.26": { "bin": [ - "http://youtube-dl.org/downloads/2013.06.26/youtube-dl", + "http://youtube-dl.org/downloads/2013.06.26/youtube-dl", "13184ec4f7747dec5813ed35cbff64b0c7edc6a314e2465cad1f698fd0ceaf01" - ], + ], "exe": [ - "http://youtube-dl.org/downloads/2013.06.26/youtube-dl.exe", + "http://youtube-dl.org/downloads/2013.06.26/youtube-dl.exe", "0001454e44069eb35355b3c524f42239299bb650faf5f1c7c37be0036a027dd1" - ], + ], "tar": [ - "http://youtube-dl.org/downloads/2013.06.26/youtube-dl-2013.06.26.tar.gz", + "http://youtube-dl.org/downloads/2013.06.26/youtube-dl-2013.06.26.tar.gz", "7692de7a8f4d79ca37754c4bf4a6224c155e2e8ceb6f0cd038fbdb7184f20fd6" ] - }, + }, "2013.06.27": { "bin": [ - "http://youtube-dl.org/downloads/2013.06.27/youtube-dl", + "http://youtube-dl.org/downloads/2013.06.27/youtube-dl", "942730e0d6152c4a51c98a0f47298b84a31f6528b9dd4c7c994ce18133fc55d3" - ], + ], "exe": [ - "http://youtube-dl.org/downloads/2013.06.27/youtube-dl.exe", + "http://youtube-dl.org/downloads/2013.06.27/youtube-dl.exe", "4dafbb4b50de8078c3c4deb0197504be33c090f0053e55a5abb1f9a25526d0f0" - ], + ], "tar": [ - "http://youtube-dl.org/downloads/2013.06.27/youtube-dl-2013.06.27.tar.gz", + "http://youtube-dl.org/downloads/2013.06.27/youtube-dl-2013.06.27.tar.gz", "010dced8e17c81232d0e63e0b2e13ec9574d426034bb9e1bdea601b19dfc40e8" ] - }, + }, "2013.06.28": { "bin": [ - "http://youtube-dl.org/downloads/2013.06.28/youtube-dl", + "http://youtube-dl.org/downloads/2013.06.28/youtube-dl", "67df98d9de8840b4e6531256bdda65c54f82a98779efcf5007b3b97d892d18d8" - ], + ], "exe": [ - "http://youtube-dl.org/downloads/2013.06.28/youtube-dl.exe", + "http://youtube-dl.org/downloads/2013.06.28/youtube-dl.exe", "20722a74e99a5c62e0eefa2c30cd00c6ee82b6c034b7abc4a0ea13b09ab113b6" - ], + ], "tar": [ - "http://youtube-dl.org/downloads/2013.06.28/youtube-dl-2013.06.28.tar.gz", + "http://youtube-dl.org/downloads/2013.06.28/youtube-dl-2013.06.28.tar.gz", "e9099a2328e47135746a046e134b1be93750c0ad7345a82a7cd73685eb2ccd81" ] - }, + }, "2013.06.29": { "bin": [ - "http://youtube-dl.org/downloads/2013.06.29/youtube-dl", + "http://youtube-dl.org/downloads/2013.06.29/youtube-dl", "f3b89448f2112ec098db2fa7d92490273972ec187bfcd02ba1817209c889d637" - ], + ], "exe": [ - "http://youtube-dl.org/downloads/2013.06.29/youtube-dl.exe", + "http://youtube-dl.org/downloads/2013.06.29/youtube-dl.exe", "b52d04672c071c9322a2b58fab5e37b9d71dcaac860b570d12c142917113a886" - ], + ], "tar": [ - "http://youtube-dl.org/downloads/2013.06.29/youtube-dl-2013.06.29.tar.gz", + "http://youtube-dl.org/downloads/2013.06.29/youtube-dl-2013.06.29.tar.gz", "0ee0e1b0146aacfca6182597a2e4236efdf6c55a3e4f066836176171d8fac655" ] - }, + }, "2013.06.30": { "bin": [ - "http://youtube-dl.org/downloads/2013.06.30/youtube-dl", + "http://youtube-dl.org/downloads/2013.06.30/youtube-dl", "20f85100bb7df32bed6994770517a2901dea862ef78b47643089ea9e86d3f693" - ], + ], "exe": [ - "http://youtube-dl.org/downloads/2013.06.30/youtube-dl.exe", + "http://youtube-dl.org/downloads/2013.06.30/youtube-dl.exe", "d7ab163b346822b8b3f653ae96fba25b01664d11c0fa1f4d785ff6dfee3719b2" - ], + ], "tar": [ - "http://youtube-dl.org/downloads/2013.06.30/youtube-dl-2013.06.30.tar.gz", + "http://youtube-dl.org/downloads/2013.06.30/youtube-dl-2013.06.30.tar.gz", "4b925a355287bb77076cff4f46798194067ae75a517aefc438e60bb5423eab1a" ] - }, + }, "2013.06.31": { "bin": [ - "http://youtube-dl.org/downloads/2013.06.31/youtube-dl", + "http://youtube-dl.org/downloads/2013.06.31/youtube-dl", "ba495911e5afe500544e07e75f5dae1a7509f67d0cbfb8dcfb49973b7b18a97d" - ], + ], "exe": [ - "http://youtube-dl.org/downloads/2013.06.31/youtube-dl.exe", + "http://youtube-dl.org/downloads/2013.06.31/youtube-dl.exe", "fb933e701f5de5cf48461b3f1c9930156f51ae32eefcc33ac3232b4b3136db70" - ], + ], "tar": [ - "http://youtube-dl.org/downloads/2013.06.31/youtube-dl-2013.06.31.tar.gz", + "http://youtube-dl.org/downloads/2013.06.31/youtube-dl-2013.06.31.tar.gz", "59253f467427450bf79f9676f09fb79fc27b08b9c5f69ef238d1721aaa40b213" ] - }, + }, "2013.06.32": { "bin": [ - "http://youtube-dl.org/downloads/2013.06.32/youtube-dl", + "http://youtube-dl.org/downloads/2013.06.32/youtube-dl", "b2da47d58154ae1f41cc4fb7066e0ff2f370eab2116faeef6826183f2bf0d17d" - ], + ], "exe": [ - "http://youtube-dl.org/downloads/2013.06.32/youtube-dl.exe", + "http://youtube-dl.org/downloads/2013.06.32/youtube-dl.exe", "ae91b74f73d95edec21e7e434aa287d405df7e87804be22a4e745e0681fe6ae7" - ], + ], "tar": [ - "http://youtube-dl.org/downloads/2013.06.32/youtube-dl-2013.06.32.tar.gz", + "http://youtube-dl.org/downloads/2013.06.32/youtube-dl-2013.06.32.tar.gz", "20d5dce288d92478631a48c16009464c4e0d13ab954c2f3bff5aedad404f7b8c" ] - }, + }, "2013.06.33": { "bin": [ - "http://youtube-dl.org/downloads/2013.06.33/youtube-dl", + "http://youtube-dl.org/downloads/2013.06.33/youtube-dl", "6db1f46d54426f4e349550285c401a7770cb720323af2343884174d2a0137359" - ], + ], "exe": [ - "http://youtube-dl.org/downloads/2013.06.33/youtube-dl.exe", + "http://youtube-dl.org/downloads/2013.06.33/youtube-dl.exe", "e9964afd2a69b8895e2c88aa06ee7829a64845cf28da53ba000e7baf017517a4" - ], + ], "tar": [ - "http://youtube-dl.org/downloads/2013.06.33/youtube-dl-2013.06.33.tar.gz", + "http://youtube-dl.org/downloads/2013.06.33/youtube-dl-2013.06.33.tar.gz", "4174df480276f74dce1213663668cce73dbc495b4e3b84259ab709f7d2bb9a46" ] - }, + }, "2013.06.34": { "bin": [ - "http://youtube-dl.org/downloads/2013.06.34/youtube-dl", + "http://youtube-dl.org/downloads/2013.06.34/youtube-dl", "206289edefa8944f2b12d17d4431441dd960f1af19bfa622bbab7fe1429d7398" - ], + ], "exe": [ - "http://youtube-dl.org/downloads/2013.06.34/youtube-dl.exe", + "http://youtube-dl.org/downloads/2013.06.34/youtube-dl.exe", "0cd250a709ba9367c324c1f41277a6032d8c31c444d63ed3fb0e7e52a67bee13" - ], + ], "tar": [ - "http://youtube-dl.org/downloads/2013.06.34/youtube-dl-2013.06.34.tar.gz", + "http://youtube-dl.org/downloads/2013.06.34/youtube-dl-2013.06.34.tar.gz", "cdb903e9e801d6eaee5dab8855fd8f6902df0b158a473dcd84cb6ee50b97b8f1" ] - }, + }, "2013.06.34.1": { "bin": [ - "http://youtube-dl.org/downloads/2013.06.34.1/youtube-dl", + "http://youtube-dl.org/downloads/2013.06.34.1/youtube-dl", "72ff68f39c9b4d0fc7fdb2da2ac3179b74d46bcf0e562cb769d9fd7dced34ffa" - ], + ], "exe": [ - "http://youtube-dl.org/downloads/2013.06.34.1/youtube-dl.exe", + "http://youtube-dl.org/downloads/2013.06.34.1/youtube-dl.exe", "449836a5f4f8ca9af35afaf7e3b33c20496110d3be6f28d01b48f85464ab04eb" - ], + ], "tar": [ - "http://youtube-dl.org/downloads/2013.06.34.1/youtube-dl-2013.06.34.1.tar.gz", + "http://youtube-dl.org/downloads/2013.06.34.1/youtube-dl-2013.06.34.1.tar.gz", "cb2f751ef15090994de56308e0f3814db52ffe22eb53c76a3f43fde95ce57dea" ] - }, + }, "2013.06.34.2": { "bin": [ - "http://youtube-dl.org/downloads/2013.06.34.2/youtube-dl", + "http://youtube-dl.org/downloads/2013.06.34.2/youtube-dl", "a618d4951ef353253d828384d51289e24ab00f1266c9d60224e02517eea464b4" - ], + ], "exe": [ - "http://youtube-dl.org/downloads/2013.06.34.2/youtube-dl.exe", + "http://youtube-dl.org/downloads/2013.06.34.2/youtube-dl.exe", "9c096410a1d950319218bc12ccb2307a3396f6e1843d8b517270698fe5da7d5e" - ], + ], "tar": [ - "http://youtube-dl.org/downloads/2013.06.34.2/youtube-dl-2013.06.34.2.tar.gz", + "http://youtube-dl.org/downloads/2013.06.34.2/youtube-dl-2013.06.34.2.tar.gz", "f94b6f3daccb45d21d8cc66d8b4357f986825ca4059f734b8c2a82f134785ca3" ] - }, + }, "2013.06.34.3": { "bin": [ - "http://youtube-dl.org/downloads/2013.06.34.3/youtube-dl", + "http://youtube-dl.org/downloads/2013.06.34.3/youtube-dl", "5e11808fd8a0c0ec8a6b7f655eb6d6f1d52213a00331dc9c5226c2036689fa17" - ], + ], "exe": [ - "http://youtube-dl.org/downloads/2013.06.34.3/youtube-dl.exe", + "http://youtube-dl.org/downloads/2013.06.34.3/youtube-dl.exe", "7b003bba0945b014b70ebc5791f7aeafd076d3953bb8af28ccd2599fabf0e77b" - ], + ], "tar": [ - "http://youtube-dl.org/downloads/2013.06.34.3/youtube-dl-2013.06.34.3.tar.gz", + "http://youtube-dl.org/downloads/2013.06.34.3/youtube-dl-2013.06.34.3.tar.gz", "b199645ac18cb9b5b8d0de5d83691c295b96f582b23ae4aafc0885dfea6fa579" ] - }, + }, "2013.06.34.4": { "bin": [ - "http://youtube-dl.org/downloads/2013.06.34.4/youtube-dl", + "http://youtube-dl.org/downloads/2013.06.34.4/youtube-dl", "5a8afacb956657f3fcfd6ae513be2652bb729edcf2635f48ce1f5b4c28731854" - ], + ], "exe": [ - "http://youtube-dl.org/downloads/2013.06.34.4/youtube-dl.exe", + "http://youtube-dl.org/downloads/2013.06.34.4/youtube-dl.exe", "f30c73a48e6acb9c2bb39865c2cc725a9662d8c9e7786c32d374b437857cfd80" - ], + ], "tar": [ - "http://youtube-dl.org/downloads/2013.06.34.4/youtube-dl-2013.06.34.4.tar.gz", + "http://youtube-dl.org/downloads/2013.06.34.4/youtube-dl-2013.06.34.4.tar.gz", "fea1a1e3c160138fe6542e92c04581d71b97a3623665436128a541412757f75f" ] - }, + }, "2013.07.02": { "bin": [ - "http://youtube-dl.org/downloads/2013.07.02/youtube-dl", + "http://youtube-dl.org/downloads/2013.07.02/youtube-dl", "0abcf59e26305f867c5c864c113bb95563a22b1376ec6ea81b2323f7d3937b00" - ], + ], "exe": [ - "http://youtube-dl.org/downloads/2013.07.02/youtube-dl.exe", + "http://youtube-dl.org/downloads/2013.07.02/youtube-dl.exe", "26152170beb60e0f420bca1a58895400c043a45198ce0be88fa40c8bda65c16e" - ], + ], "tar": [ - "http://youtube-dl.org/downloads/2013.07.02/youtube-dl-2013.07.02.tar.gz", + "http://youtube-dl.org/downloads/2013.07.02/youtube-dl-2013.07.02.tar.gz", "655fd9b093080fc7b892c1ddfe2eb6bdb7fd30d3e3e14d760957447af2f85911" ] - }, + }, "2013.07.04": { "bin": [ - "http://youtube-dl.org/downloads/2013.07.04/youtube-dl", + "http://youtube-dl.org/downloads/2013.07.04/youtube-dl", "330d893743aa35e3d0ba2da1763f407a4e5c199c6fae5402595323432a179040" - ], + ], "exe": [ - "http://youtube-dl.org/downloads/2013.07.04/youtube-dl.exe", + "http://youtube-dl.org/downloads/2013.07.04/youtube-dl.exe", "75e571249425eaf2e7e709b0e459f8f002f15d2c3673e821353ea336f42e93d9" - ], + ], "tar": [ - "http://youtube-dl.org/downloads/2013.07.04/youtube-dl-2013.07.04.tar.gz", + "http://youtube-dl.org/downloads/2013.07.04/youtube-dl-2013.07.04.tar.gz", "6fb75369167b134ac2ec703e6330740eb3167ecd965d206da70625df290fd4ee" ] - }, + }, "2013.07.05": { "bin": [ - "http://youtube-dl.org/downloads/2013.07.05/youtube-dl", + "http://youtube-dl.org/downloads/2013.07.05/youtube-dl", "b690494ceb6d79e52c58c8703c552ee8845ea4814a2fa94130b0e597e3037d53" - ], + ], "exe": [ - "http://youtube-dl.org/downloads/2013.07.05/youtube-dl.exe", + "http://youtube-dl.org/downloads/2013.07.05/youtube-dl.exe", "d437804a3d8b0f41bcba1db3e20ca22edb65052c2ef4df91e7d167b1342cd394" - ], + ], "tar": [ - "http://youtube-dl.org/downloads/2013.07.05/youtube-dl-2013.07.05.tar.gz", + "http://youtube-dl.org/downloads/2013.07.05/youtube-dl-2013.07.05.tar.gz", "ed816e0d7fdc4ad7d1df2541572a37c2890ff42fbcda5bbec62ba40d34918cd9" ] - }, + }, "2013.07.07.01": { "bin": [ - "http://youtube-dl.org/downloads/2013.07.07.01/youtube-dl", + "http://youtube-dl.org/downloads/2013.07.07.01/youtube-dl", "7638d952adb12fe784e88f2d4b984ff41ff960e172f139ede467fca8a770fca9" - ], + ], "exe": [ - "http://youtube-dl.org/downloads/2013.07.07.01/youtube-dl.exe", + "http://youtube-dl.org/downloads/2013.07.07.01/youtube-dl.exe", "71380ad5d038808b9f6e22bc997a1f2305312ba0aa8df99b9b847b501e40b25b" - ], + ], "tar": [ - "http://youtube-dl.org/downloads/2013.07.07.01/youtube-dl-2013.07.07.01.tar.gz", + "http://youtube-dl.org/downloads/2013.07.07.01/youtube-dl-2013.07.07.01.tar.gz", "9862f509ff6ec99a6271d7b31e0bccbe476d723fed556deb2fd2cbea3b6b3bd9" ] - }, + }, "2013.07.08": { "bin": [ - "http://youtube-dl.org/downloads/2013.07.08/youtube-dl", + "http://youtube-dl.org/downloads/2013.07.08/youtube-dl", "c53db9f370db76515ca5c37975c36ac0012c2dcad4107e44c32453ac2265951a" - ], + ], "exe": [ - "http://youtube-dl.org/downloads/2013.07.08/youtube-dl.exe", + "http://youtube-dl.org/downloads/2013.07.08/youtube-dl.exe", "200ba53c2f77dc65bddee2648d6173827295f9c1cb0d17fcfb1edd32de333184" - ], + ], "tar": [ - "http://youtube-dl.org/downloads/2013.07.08/youtube-dl-2013.07.08.tar.gz", + "http://youtube-dl.org/downloads/2013.07.08/youtube-dl-2013.07.08.tar.gz", "84aacc1e8031e82f6e48db169b802e830bc1a555dbb03ffaad9f10d4fbd110c5" ] - }, + }, "2013.07.08.1": { "bin": [ - "http://youtube-dl.org/downloads/2013.07.08.1/youtube-dl", + "http://youtube-dl.org/downloads/2013.07.08.1/youtube-dl", "3f39d3c9811f53064056b9b2cb4622fc2ae3bddddb44965dde5e388204787a6c" - ], + ], "exe": [ - "http://youtube-dl.org/downloads/2013.07.08.1/youtube-dl.exe", + "http://youtube-dl.org/downloads/2013.07.08.1/youtube-dl.exe", "27a7a5ab7a2dd22654d60617d580887f52200d77ec774020c179715a6c57e71f" - ], + ], "tar": [ - "http://youtube-dl.org/downloads/2013.07.08.1/youtube-dl-2013.07.08.1.tar.gz", + "http://youtube-dl.org/downloads/2013.07.08.1/youtube-dl-2013.07.08.1.tar.gz", "8035b5e6e7ba63aa8cd46b93cc0a31ff1d28bbfe2d97eb5fe0490dd7fa087cf5" ] - }, + }, "2013.07.10": { "bin": [ - "http://youtube-dl.org/downloads/2013.07.10/youtube-dl", + "http://youtube-dl.org/downloads/2013.07.10/youtube-dl", "8030d2db061e8fb8dc99f5448491cdb52857a7a5ca1a090f324b53f053473daf" - ], + ], "exe": [ - "http://youtube-dl.org/downloads/2013.07.10/youtube-dl.exe", + "http://youtube-dl.org/downloads/2013.07.10/youtube-dl.exe", "4ec695f32d911b65f57d7f7345188483205ae1e06c9d59411586d4825791b41b" - ], + ], "tar": [ - "http://youtube-dl.org/downloads/2013.07.10/youtube-dl-2013.07.10.tar.gz", + "http://youtube-dl.org/downloads/2013.07.10/youtube-dl-2013.07.10.tar.gz", "7d2dc8213ce50603432fe4b691f98c87b8e0c8c3d738b2beb7074c8c40c99bdd" ] - }, + }, "2013.07.11": { "bin": [ - "http://youtube-dl.org/downloads/2013.07.11/youtube-dl", + "http://youtube-dl.org/downloads/2013.07.11/youtube-dl", "3a0bf0346395abeff5d18dd2f41f77a7f878f30a7cef6e39b927c48a5db94164" - ], + ], "exe": [ - "http://youtube-dl.org/downloads/2013.07.11/youtube-dl.exe", + "http://youtube-dl.org/downloads/2013.07.11/youtube-dl.exe", "c565ae615a0726276925d8e581a41449ac502fe98cc560bf49e911608d2fa49b" - ], + ], "tar": [ - "http://youtube-dl.org/downloads/2013.07.11/youtube-dl-2013.07.11.tar.gz", + "http://youtube-dl.org/downloads/2013.07.11/youtube-dl-2013.07.11.tar.gz", "d09c53b24c853b782598f410f7279b2bcbcd3e43c01fd017ddde8dc9471e5d1d" ] - }, + }, "2013.07.12": { "bin": [ - "http://youtube-dl.org/downloads/2013.07.12/youtube-dl", + "http://youtube-dl.org/downloads/2013.07.12/youtube-dl", "a363409098cb2d64444db0552edd1b4d512400e83dad6d4a149a525b5778f571" - ], + ], "exe": [ - "http://youtube-dl.org/downloads/2013.07.12/youtube-dl.exe", + "http://youtube-dl.org/downloads/2013.07.12/youtube-dl.exe", "0ed3f3c4293e3aa49f66c1a92bbfdc934460b9ef0dbc53cd64241ccb7f273b4b" - ], + ], "tar": [ - "http://youtube-dl.org/downloads/2013.07.12/youtube-dl-2013.07.12.tar.gz", + "http://youtube-dl.org/downloads/2013.07.12/youtube-dl-2013.07.12.tar.gz", "2dc09ce1931a5b6188cc1ec89e9471c58fd87f6e49e055b87b85b0c691b1a227" ] - }, + }, "2013.07.17": { "bin": [ - "http://youtube-dl.org/downloads/2013.07.17/youtube-dl", + "http://youtube-dl.org/downloads/2013.07.17/youtube-dl", "d0ec3b1cbfed0eccb168fe477c25182a35cd1411652c7079fabe792730b91301" - ], + ], "exe": [ - "http://youtube-dl.org/downloads/2013.07.17/youtube-dl.exe", + "http://youtube-dl.org/downloads/2013.07.17/youtube-dl.exe", "c5d42235168306f2d2ad3337c0ae37e4918c26b46225dbe4d4c6e27e82d656ec" - ], + ], "tar": [ - "http://youtube-dl.org/downloads/2013.07.17/youtube-dl-2013.07.17.tar.gz", + "http://youtube-dl.org/downloads/2013.07.17/youtube-dl-2013.07.17.tar.gz", "b8bc77c1a034a0ab22b61a577542e67f4bc4631160d02839dd51c865c537be36" ] - }, + }, "2013.07.17.1": { "bin": [ - "http://youtube-dl.org/downloads/2013.07.17.1/youtube-dl", + "http://youtube-dl.org/downloads/2013.07.17.1/youtube-dl", "39f3b9706177e89452ecbb0f5b31038d357e60903ef94b3fc24d98f7b825e8e6" - ], + ], "exe": [ - "http://youtube-dl.org/downloads/2013.07.17.1/youtube-dl.exe", + "http://youtube-dl.org/downloads/2013.07.17.1/youtube-dl.exe", "eb16b5f5b42603928291e1c226d899c4b24490c30594f42e3695e57b9cc529e9" - ], + ], "tar": [ - "http://youtube-dl.org/downloads/2013.07.17.1/youtube-dl-2013.07.17.1.tar.gz", + "http://youtube-dl.org/downloads/2013.07.17.1/youtube-dl-2013.07.17.1.tar.gz", "2b232520920e1cdfdec93182af1895cbc3976e7e6a1df10f9167d7b74c966102" ] - }, + }, "2013.07.18": { "bin": [ - "http://youtube-dl.org/downloads/2013.07.18/youtube-dl", + "http://youtube-dl.org/downloads/2013.07.18/youtube-dl", "df303aba862f2de9f87ec06ddbe70dcb6b5a4f727da9cb49f112d70f405ef3c4" - ], + ], "exe": [ - "http://youtube-dl.org/downloads/2013.07.18/youtube-dl.exe", + "http://youtube-dl.org/downloads/2013.07.18/youtube-dl.exe", "042a1e0e36b69e8630b7fad6abc92f1c3ff61f475194e2988481f99db2a995da" - ], + ], "tar": [ - "http://youtube-dl.org/downloads/2013.07.18/youtube-dl-2013.07.18.tar.gz", + "http://youtube-dl.org/downloads/2013.07.18/youtube-dl-2013.07.18.tar.gz", "1bf2b04207e10788d6dc04c90f781fe05a2512717c1f6fcc212b1bcfbcec412c" ] - }, + }, "2013.07.19": { "bin": [ - "http://youtube-dl.org/downloads/2013.07.19/youtube-dl", + "http://youtube-dl.org/downloads/2013.07.19/youtube-dl", "54b2c50551f0d080bbcd9954a7c14c7ff540f8d31a1afbee53b4e3bec192e011" - ], + ], "exe": [ - "http://youtube-dl.org/downloads/2013.07.19/youtube-dl.exe", + "http://youtube-dl.org/downloads/2013.07.19/youtube-dl.exe", "bbeea2086ae32d874cf087d6a66c46d589cea76ac3e8a749dded7d29b7ebf194" - ], + ], "tar": [ - "http://youtube-dl.org/downloads/2013.07.19/youtube-dl-2013.07.19.tar.gz", + "http://youtube-dl.org/downloads/2013.07.19/youtube-dl-2013.07.19.tar.gz", "bbe600377bd59131271c26ad05f86de809553b298f83bb32cf648e409513b7a9" ] - }, + }, "2013.07.23": { "bin": [ - "http://youtube-dl.org/downloads/2013.07.23/youtube-dl", + "http://youtube-dl.org/downloads/2013.07.23/youtube-dl", "e0f63c9de03d281ca5b98cc5549fb73e1466e549d5035b1ff72c0153c2c6c9d9" - ], + ], "exe": [ - "http://youtube-dl.org/downloads/2013.07.23/youtube-dl.exe", + "http://youtube-dl.org/downloads/2013.07.23/youtube-dl.exe", "32adbcb7e645cdc8bf214704e0b4625c00e947c0e430b76917e38f991c36f2a5" - ], + ], "tar": [ - "http://youtube-dl.org/downloads/2013.07.23/youtube-dl-2013.07.23.tar.gz", + "http://youtube-dl.org/downloads/2013.07.23/youtube-dl-2013.07.23.tar.gz", "57dfbd0d3cda77fb4397ddab44291b2ec66fd89d693a5c5f066e58c357c9d099" ] - }, + }, "2013.07.23.1": { "bin": [ - "http://youtube-dl.org/downloads/2013.07.23.1/youtube-dl", + "http://youtube-dl.org/downloads/2013.07.23.1/youtube-dl", "f123889fa7bdfc906d84d18be67da404a07e695178d2f2064d37473942fcc048" - ], + ], "exe": [ - "http://youtube-dl.org/downloads/2013.07.23.1/youtube-dl.exe", + "http://youtube-dl.org/downloads/2013.07.23.1/youtube-dl.exe", "fde926e64c68a5e8b8acf3ee35c5da6a0e3f752653ae6f2fa3567f03de18fc26" - ], + ], "tar": [ - "http://youtube-dl.org/downloads/2013.07.23.1/youtube-dl-2013.07.23.1.tar.gz", + "http://youtube-dl.org/downloads/2013.07.23.1/youtube-dl-2013.07.23.1.tar.gz", "fefc0401a893f296c49f4481dd3397aca38ffbb24e6fb43c8d5f810760f35ab4" ] - }, + }, "2013.07.24.2": { "bin": [ - "http://youtube-dl.org/downloads/2013.07.24.2/youtube-dl", + "http://youtube-dl.org/downloads/2013.07.24.2/youtube-dl", "c9701ba19b93e5f135051c59e96e8ab5459661e1dbedbc3a6d72f5f6e36daff0" - ], + ], "exe": [ - "http://youtube-dl.org/downloads/2013.07.24.2/youtube-dl.exe", + "http://youtube-dl.org/downloads/2013.07.24.2/youtube-dl.exe", "5c22e25d8407b29b8a54a11a939e98eff87c5ce1165db4d87ffb5751b0aeb403" - ], + ], "tar": [ - "http://youtube-dl.org/downloads/2013.07.24.2/youtube-dl-2013.07.24.2.tar.gz", + "http://youtube-dl.org/downloads/2013.07.24.2/youtube-dl-2013.07.24.2.tar.gz", "c4dbff74d55b56359d50b3a004ad3995a8e36ac0dc03a9394f8787f4d57a444f" ] - }, + }, "2013.07.25": { "bin": [ - "http://youtube-dl.org/downloads/2013.07.25/youtube-dl", + "http://youtube-dl.org/downloads/2013.07.25/youtube-dl", "2c97f2f2f1117f47ae844d885539dc27da0c3c81d7d612fb0284823c16993130" - ], + ], "exe": [ - "http://youtube-dl.org/downloads/2013.07.25/youtube-dl.exe", + "http://youtube-dl.org/downloads/2013.07.25/youtube-dl.exe", "b6bc5b673421653d3a08804f183ea9c4747d76ba7be34a9366c38a574c3a64d1" - ], + ], "tar": [ - "http://youtube-dl.org/downloads/2013.07.25/youtube-dl-2013.07.25.tar.gz", + "http://youtube-dl.org/downloads/2013.07.25/youtube-dl-2013.07.25.tar.gz", "35365f41da51acce08c1af07e942a195f7bf4179ac7e2c188af66ab6ba1f61f9" ] - }, + }, "2013.07.25.1": { "bin": [ - "http://youtube-dl.org/downloads/2013.07.25.1/youtube-dl", + "http://youtube-dl.org/downloads/2013.07.25.1/youtube-dl", "91ec7fce466223df474b10e262ed43a08c5ffa3974c9bbba29fb2a429de27d3e" - ], + ], "exe": [ - "http://youtube-dl.org/downloads/2013.07.25.1/youtube-dl.exe", + "http://youtube-dl.org/downloads/2013.07.25.1/youtube-dl.exe", "45c211302a863bdf508640c56a68da2bbebb41832009814fd4642454bcc6b019" - ], + ], "tar": [ - "http://youtube-dl.org/downloads/2013.07.25.1/youtube-dl-2013.07.25.1.tar.gz", + "http://youtube-dl.org/downloads/2013.07.25.1/youtube-dl-2013.07.25.1.tar.gz", "7ec9e8811eee8088a00728b01fd70cc8d14e25bd33b0ad174c9dc214f034c342" ] - }, + }, "2013.07.25.2": { "bin": [ - "http://youtube-dl.org/downloads/2013.07.25.2/youtube-dl", + "http://youtube-dl.org/downloads/2013.07.25.2/youtube-dl", "60731e2e40f1ad6d01dd329f3565643673568ed6fdf987d840288e5e9b734fbd" - ], + ], "exe": [ - "http://youtube-dl.org/downloads/2013.07.25.2/youtube-dl.exe", + "http://youtube-dl.org/downloads/2013.07.25.2/youtube-dl.exe", "a9b7400f0485e0ba0d9679d6dbe97bb46be1ea88ac664721b4103bf82ec12a3f" - ], + ], "tar": [ - "http://youtube-dl.org/downloads/2013.07.25.2/youtube-dl-2013.07.25.2.tar.gz", + "http://youtube-dl.org/downloads/2013.07.25.2/youtube-dl-2013.07.25.2.tar.gz", "44ce8439620d0741e3a778577b57c1e6bbd024edd5edf8175b525c8a468807d8" ] - }, + }, "2013.07.31": { "bin": [ - "http://youtube-dl.org/downloads/2013.07.31/youtube-dl", + "http://youtube-dl.org/downloads/2013.07.31/youtube-dl", "1b07a0fd591311d67b8556fbe59a9cc311d09363b07b3ea511fef6318d51d3c7" - ], + ], "exe": [ - "http://youtube-dl.org/downloads/2013.07.31/youtube-dl.exe", + "http://youtube-dl.org/downloads/2013.07.31/youtube-dl.exe", "23dc40506c2c1a7d7e15adcc8a59413a4c66a73952b1b1bc62c1387e27904f73" - ], + ], "tar": [ - "http://youtube-dl.org/downloads/2013.07.31/youtube-dl-2013.07.31.tar.gz", + "http://youtube-dl.org/downloads/2013.07.31/youtube-dl-2013.07.31.tar.gz", "d75f341fdb9729b2f54e88a7ad02adacc2a8d9a5a20e0507eeb56b0688d467a8" ] - }, + }, "2013.08.02": { "bin": [ - "http://youtube-dl.org/downloads/2013.08.02/youtube-dl", + "http://youtube-dl.org/downloads/2013.08.02/youtube-dl", "f5bf72fcb524efd6abc2983fb8b7c91ff8b22aad6bdea182f3f1175ea60b4545" - ], + ], "exe": [ - "http://youtube-dl.org/downloads/2013.08.02/youtube-dl.exe", + "http://youtube-dl.org/downloads/2013.08.02/youtube-dl.exe", "95aa607b35f3b1757d33160a4a828383d1edf0a822664d4574c5e9a085a98d28" - ], + ], "tar": [ - "http://youtube-dl.org/downloads/2013.08.02/youtube-dl-2013.08.02.tar.gz", + "http://youtube-dl.org/downloads/2013.08.02/youtube-dl-2013.08.02.tar.gz", "fb74cc8937ca667b6dd029404bd5d011837f0ed284612188d66729b72796c57f" ] - }, + }, "2013.08.08": { "bin": [ - "http://youtube-dl.org/downloads/2013.08.08/youtube-dl", + "http://youtube-dl.org/downloads/2013.08.08/youtube-dl", "eb3f7cb935e3c8da61ba9eb271d393c1a54bd7e0880e5cc4f9f7fdd361f18905" - ], + ], "exe": [ - "http://youtube-dl.org/downloads/2013.08.08/youtube-dl.exe", + "http://youtube-dl.org/downloads/2013.08.08/youtube-dl.exe", "b73359e81df7ee2d432b286c1fb9bd1a0920ef4e8e8b89278d94f913ebe5a0a4" - ], + ], "tar": [ - "http://youtube-dl.org/downloads/2013.08.08/youtube-dl-2013.08.08.tar.gz", + "http://youtube-dl.org/downloads/2013.08.08/youtube-dl-2013.08.08.tar.gz", "779d3271ebcbb604e81c5ceccac3426867e79cd0d1351c4bd541394028ee0b19" ] - }, + }, "2013.08.08.1": { "bin": [ - "http://youtube-dl.org/downloads/2013.08.08.1/youtube-dl", + "http://youtube-dl.org/downloads/2013.08.08.1/youtube-dl", "a50ea465ea7ac5928f3f58ee34b984005f58df945f4a5568464a294ff7aa1c91" - ], + ], "exe": [ - "http://youtube-dl.org/downloads/2013.08.08.1/youtube-dl.exe", + "http://youtube-dl.org/downloads/2013.08.08.1/youtube-dl.exe", "05728cc44eb29ca609b1022db59c0bb6ffbe0e2e183b6762b4db5410768d481f" - ], + ], "tar": [ - "http://youtube-dl.org/downloads/2013.08.08.1/youtube-dl-2013.08.08.1.tar.gz", + "http://youtube-dl.org/downloads/2013.08.08.1/youtube-dl-2013.08.08.1.tar.gz", "00bd57fc231a21dc428776cc0e9baabf221de255f8f3b30d94bff468172d17f5" ] - }, + }, "2013.08.09": { "bin": [ - "http://youtube-dl.org/downloads/2013.08.09/youtube-dl", + "http://youtube-dl.org/downloads/2013.08.09/youtube-dl", "6844d73d33b517fb9a2dc381f59868ad7952edea9104c73a1199e93f105a4bed" - ], + ], "exe": [ - "http://youtube-dl.org/downloads/2013.08.09/youtube-dl.exe", + "http://youtube-dl.org/downloads/2013.08.09/youtube-dl.exe", "0325cac8686a4bd24e05d703dfc88d35e4dfce849681d404cc7800275fd500fd" - ], + ], "tar": [ - "http://youtube-dl.org/downloads/2013.08.09/youtube-dl-2013.08.09.tar.gz", + "http://youtube-dl.org/downloads/2013.08.09/youtube-dl-2013.08.09.tar.gz", "f53db27f8a5bba875117be048206f69db33482a161482fa3589bf3d46952f901" ] - }, + }, "2013.08.14": { "bin": [ - "http://youtube-dl.org/downloads/2013.08.14/youtube-dl", + "http://youtube-dl.org/downloads/2013.08.14/youtube-dl", "544796628d10dac151f8e2ba93b7737754ff01959337f0e6f2392f70c3f18ab5" - ], + ], "exe": [ - "http://youtube-dl.org/downloads/2013.08.14/youtube-dl.exe", + "http://youtube-dl.org/downloads/2013.08.14/youtube-dl.exe", "91246d5c9baa2439eaa6346a478194f01c1db4230e92d67f4e1e1f5391fdeb0d" - ], + ], "tar": [ - "http://youtube-dl.org/downloads/2013.08.14/youtube-dl-2013.08.14.tar.gz", + "http://youtube-dl.org/downloads/2013.08.14/youtube-dl-2013.08.14.tar.gz", "c1436671ed3b07db2bdc3647ac8c3392177db6028771c6df9d7b341e5cbb4a6d" ] - }, + }, "2013.08.15": { "bin": [ - "http://youtube-dl.org/downloads/2013.08.15/youtube-dl", + "http://youtube-dl.org/downloads/2013.08.15/youtube-dl", "53f2cfa16c259cd3f6a3a28ce89be4f516d45579ac48452b4ebb4224fcbe5eb9" - ], + ], "exe": [ - "http://youtube-dl.org/downloads/2013.08.15/youtube-dl.exe", + "http://youtube-dl.org/downloads/2013.08.15/youtube-dl.exe", "2aa8b29a7cfd121ca1c88f68f3dc463b3d919e97899b30a6e7133b9ea7c72fda" - ], + ], "tar": [ - "http://youtube-dl.org/downloads/2013.08.15/youtube-dl-2013.08.15.tar.gz", + "http://youtube-dl.org/downloads/2013.08.15/youtube-dl-2013.08.15.tar.gz", "0fb42abb974fec46f9532b09d547bd9e1468547e7c24f9f15289eae4aca1b5d2" ] - }, + }, "2013.08.17": { "bin": [ - "http://youtube-dl.org/downloads/2013.08.17/youtube-dl", + "http://youtube-dl.org/downloads/2013.08.17/youtube-dl", "78ce59a39301594565e386aa7f06223e28d7ee5730e8b1da3f12608610744f3b" - ], + ], "exe": [ - "http://youtube-dl.org/downloads/2013.08.17/youtube-dl.exe", + "http://youtube-dl.org/downloads/2013.08.17/youtube-dl.exe", "e26a85f5d2a649a29f2df3a6a2fcfda627a0ab443ffc58b60bfdbbf974adeb7c" - ], + ], "tar": [ - "http://youtube-dl.org/downloads/2013.08.17/youtube-dl-2013.08.17.tar.gz", + "http://youtube-dl.org/downloads/2013.08.17/youtube-dl-2013.08.17.tar.gz", "2fac57ca756daaf3c771bb883fa87d99e3818dba6635577ff6079921bd74e1f4" ] - }, + }, "2013.08.22": { "bin": [ - "http://youtube-dl.org/downloads/2013.08.22/youtube-dl", + "http://youtube-dl.org/downloads/2013.08.22/youtube-dl", "574ce47b3b5e46d63118c333025ce944339f4119a36530f3b0830f3bac893174" - ], + ], "exe": [ - "http://youtube-dl.org/downloads/2013.08.22/youtube-dl.exe", + "http://youtube-dl.org/downloads/2013.08.22/youtube-dl.exe", "9f1b8ae6ea4ddcb28065a07dbc2903ddc91e5db8eff4182fd6fd6ef2dcc4ead6" - ], + ], "tar": [ - "http://youtube-dl.org/downloads/2013.08.22/youtube-dl-2013.08.22.tar.gz", + "http://youtube-dl.org/downloads/2013.08.22/youtube-dl-2013.08.22.tar.gz", "9fec63dcd192d8975efd92cb6e382d119f2f2c4f69806992c8204015f80fd12b" ] - }, + }, "2013.08.23": { "bin": [ - "http://youtube-dl.org/downloads/2013.08.23/youtube-dl", + "http://youtube-dl.org/downloads/2013.08.23/youtube-dl", "88ac4140f5198ed24c908b29c4d7aa382d1b2871b4ad08a564180a5d809d265a" - ], + ], "exe": [ - "http://youtube-dl.org/downloads/2013.08.23/youtube-dl.exe", + "http://youtube-dl.org/downloads/2013.08.23/youtube-dl.exe", "ac80ab067d6091cdc4492fd21f30f8bdcfc34b34bb90692be2e5109aba73e56e" - ], + ], "tar": [ - "http://youtube-dl.org/downloads/2013.08.23/youtube-dl-2013.08.23.tar.gz", + "http://youtube-dl.org/downloads/2013.08.23/youtube-dl-2013.08.23.tar.gz", "54d7624ce602681e631f2470dcd389d0f8aeb98be489c16dff0e5b5e2d2b752a" ] - }, + }, "2013.08.27": { "bin": [ - "https://yt-dl.org/downloads/2013.08.27/youtube-dl", + "https://yt-dl.org/downloads/2013.08.27/youtube-dl", "afce46163b8b73534932aa5f7dd2f04000d1377fff5f6d280e4a33148337dc1c" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2013.08.27/youtube-dl.exe", + "https://yt-dl.org/downloads/2013.08.27/youtube-dl.exe", "17186159937d9c6dc07e0785e9bbc8194502b34a806858110623abd68c2cddb6" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2013.08.27/youtube-dl-2013.08.27.tar.gz", + "https://yt-dl.org/downloads/2013.08.27/youtube-dl-2013.08.27.tar.gz", "10a09e5f49d1127b4618ed91080ac2c1c3104ad517dee361dd555521439b9fbf" ] - }, + }, "2013.08.28": { "bin": [ - "https://yt-dl.org/downloads/2013.08.28/youtube-dl", + "https://yt-dl.org/downloads/2013.08.28/youtube-dl", "50206fa743ef2b4e324df68ea876a17390e1e30579ce402ca6b541421c7ba947" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2013.08.28/youtube-dl.exe", + "https://yt-dl.org/downloads/2013.08.28/youtube-dl.exe", "130c56652a41ec3dc2d61002002d1b834e6c96a42c9f58eb31006f8d9a6fffa2" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2013.08.28/youtube-dl-2013.08.28.tar.gz", + "https://yt-dl.org/downloads/2013.08.28/youtube-dl-2013.08.28.tar.gz", "3b4c6acbe0329e673d8a10038d6d67eeb3dfe1d64f89e10c0c6e1a8befe0f2c5" ] - }, + }, "2013.08.28.1": { "bin": [ - "https://yt-dl.org/downloads/2013.08.28.1/youtube-dl", + "https://yt-dl.org/downloads/2013.08.28.1/youtube-dl", "7f1947644fb62f171366345444dd73b8c6363b1b76bdd2d8d203fe7c0d7d676d" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2013.08.28.1/youtube-dl.exe", + "https://yt-dl.org/downloads/2013.08.28.1/youtube-dl.exe", "c5808b8f4cdfedba74eae81ce2094ccfe64db62665262a95f374ffdd8780de0e" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2013.08.28.1/youtube-dl-2013.08.28.1.tar.gz", + "https://yt-dl.org/downloads/2013.08.28.1/youtube-dl-2013.08.28.1.tar.gz", "a6ed1a60299f4f8df3b73015d84eed23db6ac400d607a97ebfec867821253c27" ] - }, + }, "2013.08.29": { "bin": [ - "https://yt-dl.org/downloads/2013.08.29/youtube-dl", + "https://yt-dl.org/downloads/2013.08.29/youtube-dl", "7b2fb9b1401faacf0d1cf5f603c34d48af77bfa8d239a531a38c363c28c9f6a7" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2013.08.29/youtube-dl.exe", + "https://yt-dl.org/downloads/2013.08.29/youtube-dl.exe", "999521d7b24e3f598bb839a81c178818bd72d503f94417fbfaebebe37db0c428" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2013.08.29/youtube-dl-2013.08.29.tar.gz", + "https://yt-dl.org/downloads/2013.08.29/youtube-dl-2013.08.29.tar.gz", "937cfd1c16e6e8570a89aae21441aa14580c6ec4c9d0f828a0722ecd48ab7943" ] - }, + }, "2013.08.30": { "bin": [ - "https://yt-dl.org/downloads/2013.08.30/youtube-dl", + "https://yt-dl.org/downloads/2013.08.30/youtube-dl", "3623de75559aec84caae87f3ab468b6084e62377241d1e5a90bcfcee33ee4298" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2013.08.30/youtube-dl.exe", + "https://yt-dl.org/downloads/2013.08.30/youtube-dl.exe", "2cda06dd0fe501cd67fbad5272b32101eda9dbe6ed5681091620e8f782c27910" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2013.08.30/youtube-dl-2013.08.30.tar.gz", + "https://yt-dl.org/downloads/2013.08.30/youtube-dl-2013.08.30.tar.gz", "5d10cf23619f094d9809d5afec1b3ddfb8d14db5d744b8ca9ac283ff710acbfe" ] - }, + }, "2013.09.04": { "bin": [ - "https://yt-dl.org/downloads/2013.09.04/youtube-dl", + "https://yt-dl.org/downloads/2013.09.04/youtube-dl", "0b04e5578f498a0d8846cb16d6928027736f992e03cf6d999d571f88354b7f4b" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2013.09.04/youtube-dl.exe", + "https://yt-dl.org/downloads/2013.09.04/youtube-dl.exe", "c8e6b475c4681a2455ab6dbe80c7b00ebeb72628ce466caf8ecc0e5c37a9a857" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2013.09.04/youtube-dl-2013.09.04.tar.gz", + "https://yt-dl.org/downloads/2013.09.04/youtube-dl-2013.09.04.tar.gz", "b02335c4ed59a1dc7562989df413e2af480c2de798ebe5353aea760ddcf957e8" ] - }, + }, "2013.09.05": { "bin": [ - "https://yt-dl.org/downloads/2013.09.05/youtube-dl", + "https://yt-dl.org/downloads/2013.09.05/youtube-dl", "97bd56accf6747a77a929c3e0870eceebd5abd7236b1928a0066560eff216f10" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2013.09.05/youtube-dl.exe", + "https://yt-dl.org/downloads/2013.09.05/youtube-dl.exe", "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2013.09.05/youtube-dl-2013.09.05.tar.gz", + "https://yt-dl.org/downloads/2013.09.05/youtube-dl-2013.09.05.tar.gz", "46a93d8a9f982c9df91c7f04e00487bbb021e3eccb7697b2ffa353608d6cd591" ] - }, + }, "2013.09.06": { "bin": [ - "https://yt-dl.org/downloads/2013.09.06/youtube-dl", + "https://yt-dl.org/downloads/2013.09.06/youtube-dl", "5c3d5ad9abc10eb9fd2a8daaa1ebea65ca206101fd57132a7a710a32139f892d" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2013.09.06/youtube-dl.exe", + "https://yt-dl.org/downloads/2013.09.06/youtube-dl.exe", "67f238375ca70839f3bc78075dc2f5f108a6a3cb2673b1871c63462a18309dc4" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2013.09.06/youtube-dl-2013.09.06.tar.gz", + "https://yt-dl.org/downloads/2013.09.06/youtube-dl-2013.09.06.tar.gz", "9b089d1654b997ad90195343ab62c17f513ce6f93d9c346437ab49de05e6a7dc" ] - }, + }, "2013.09.06.1": { "bin": [ - "https://yt-dl.org/downloads/2013.09.06.1/youtube-dl", + "https://yt-dl.org/downloads/2013.09.06.1/youtube-dl", "8d19fc7280b17bb72c755262c623762f151c8862673615457cf193e16b884bc8" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2013.09.06.1/youtube-dl.exe", + "https://yt-dl.org/downloads/2013.09.06.1/youtube-dl.exe", "1e8d606e76b2551163f9aa0c4a7ecae960d77a8021896b4809839b8d09b89ebd" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2013.09.06.1/youtube-dl-2013.09.06.1.tar.gz", + "https://yt-dl.org/downloads/2013.09.06.1/youtube-dl-2013.09.06.1.tar.gz", "9ef08eaa28d692a556a50d506ea5b86cd3314cd591e2cdcdfdaa447cac1568ab" ] - }, + }, "2013.09.07": { "bin": [ - "https://yt-dl.org/downloads/2013.09.07/youtube-dl", + "https://yt-dl.org/downloads/2013.09.07/youtube-dl", "32a7aecba97115c4136ab2a64f58f5ba4fc6d7adf6ee2a660854a6f62a208505" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2013.09.07/youtube-dl.exe", + "https://yt-dl.org/downloads/2013.09.07/youtube-dl.exe", "5fe2630cdfedfabf603302ef5a5908b871cba837e6a0fac33cf192f8938d792b" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2013.09.07/youtube-dl-2013.09.07.tar.gz", + "https://yt-dl.org/downloads/2013.09.07/youtube-dl-2013.09.07.tar.gz", "4b7c09ef5216565950d8633a5e5c1e056a06d76eb5ffd2b7aeda12f10a2b9ad7" ] - }, + }, "2013.09.10": { "bin": [ - "https://yt-dl.org/downloads/2013.09.10/youtube-dl", + "https://yt-dl.org/downloads/2013.09.10/youtube-dl", "bfa428e9a3f2b16f3f19ef7e3c6cbc48749bf4c7a4384bf9a40acd84542300f4" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2013.09.10/youtube-dl.exe", + "https://yt-dl.org/downloads/2013.09.10/youtube-dl.exe", "0fcc9b50185cfcfa0f5d3941808300c04c212ed0c3ea27847bce9ab4ca8ef60b" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2013.09.10/youtube-dl-2013.09.10.tar.gz", + "https://yt-dl.org/downloads/2013.09.10/youtube-dl-2013.09.10.tar.gz", "0c347abf6be6147c216b270a0edef3125058257d41451080b643fcecdea8dbef" ] - }, + }, "2013.09.16": { "bin": [ - "https://yt-dl.org/downloads/2013.09.16/youtube-dl", + "https://yt-dl.org/downloads/2013.09.16/youtube-dl", "7cace10e9edfc5149efe0428f76b61236e1552d3458eb078e8272798ef649ca4" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2013.09.16/youtube-dl.exe", + "https://yt-dl.org/downloads/2013.09.16/youtube-dl.exe", "b2b056a2a75c3d3bb9d26f4115c8e896073d65f6a9cd44104febb16fb549ead3" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2013.09.16/youtube-dl-2013.09.16.tar.gz", + "https://yt-dl.org/downloads/2013.09.16/youtube-dl-2013.09.16.tar.gz", "88c4d8883a9ff74d6bfb06bc1cdf6298c1316259063e16adfa2a7788252ea43c" ] - }, + }, "2013.09.17": { "bin": [ - "https://yt-dl.org/downloads/2013.09.17/youtube-dl", + "https://yt-dl.org/downloads/2013.09.17/youtube-dl", "149c1ffdfe02eb7ab8fe00b1bab493fbcf006de457f904f6d310ac40a29d48f6" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2013.09.17/youtube-dl.exe", + "https://yt-dl.org/downloads/2013.09.17/youtube-dl.exe", "bb520f94538eeab1957f7d7da04cafb7115da01680d7751dcf26d48caff3b3f7" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2013.09.17/youtube-dl-2013.09.17.tar.gz", + "https://yt-dl.org/downloads/2013.09.17/youtube-dl-2013.09.17.tar.gz", "b2f6fc2b065acb772afe36179d1465439c902ec61ef6990f8fafb7b6c638b2c6" ] - }, + }, "2013.09.20": { "bin": [ - "https://yt-dl.org/downloads/2013.09.20/youtube-dl", + "https://yt-dl.org/downloads/2013.09.20/youtube-dl", "49ec188ebd554b0a35ce8f311b5befc09125e9ef318b6b4a29731e44f19dc7d8" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2013.09.20/youtube-dl.exe", + "https://yt-dl.org/downloads/2013.09.20/youtube-dl.exe", "8a8b105897fc05d7b936669c28ab20f2f6870a61e6640afedb713a0e2f0bf26c" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2013.09.20/youtube-dl-2013.09.20.tar.gz", + "https://yt-dl.org/downloads/2013.09.20/youtube-dl-2013.09.20.tar.gz", "7c8563b67fe4983f043660b1a57cc1e7ea2c32037754efc73a1e23465d29b8b0" ] - }, + }, "2013.09.20.1": { "bin": [ - "https://yt-dl.org/downloads/2013.09.20.1/youtube-dl", + "https://yt-dl.org/downloads/2013.09.20.1/youtube-dl", "eab81b94a28a6b928c1f45726242c9fae36b1a4cec320e699f19332d040b78a0" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2013.09.20.1/youtube-dl.exe", + "https://yt-dl.org/downloads/2013.09.20.1/youtube-dl.exe", "1ecfef16f544b88ba0ccc5c044799dd57836d4217abd64ac7eca2de49041e7e4" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2013.09.20.1/youtube-dl-2013.09.20.1.tar.gz", + "https://yt-dl.org/downloads/2013.09.20.1/youtube-dl-2013.09.20.1.tar.gz", "c6ac3e6d3f42c70441603cda4831c915315d6ee3e2d6071b11950901bd6e4d0e" ] - }, + }, "2013.09.24": { "bin": [ - "https://yt-dl.org/downloads/2013.09.24/youtube-dl", + "https://yt-dl.org/downloads/2013.09.24/youtube-dl", "90ce11b4eb0dedd590b4d524a25bd15cea162c3e3ee5d5bf2fad74bf78dd2e20" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2013.09.24/youtube-dl.exe", + "https://yt-dl.org/downloads/2013.09.24/youtube-dl.exe", "ebba59c7b2e1c4a623aafcf59fa5f5f07b7c89bdff8985ee2299cfc7b6640e78" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2013.09.24/youtube-dl-2013.09.24.tar.gz", + "https://yt-dl.org/downloads/2013.09.24/youtube-dl-2013.09.24.tar.gz", "8360456d1c22569de2528a6e372103e0cc23171f9c97f6633d4fcea693dc3917" ] - }, + }, "2013.09.24.1": { "bin": [ - "https://yt-dl.org/downloads/2013.09.24.1/youtube-dl", + "https://yt-dl.org/downloads/2013.09.24.1/youtube-dl", "2dccd578b8bc72112f7b19e56937001ef41fc7a91f77e9393150574cd9153563" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2013.09.24.1/youtube-dl.exe", + "https://yt-dl.org/downloads/2013.09.24.1/youtube-dl.exe", "7350f1202a3d042f361eb963b1ee21216dcaa4e67b96dbf299fff6ffe1a202a1" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2013.09.24.1/youtube-dl-2013.09.24.1.tar.gz", + "https://yt-dl.org/downloads/2013.09.24.1/youtube-dl-2013.09.24.1.tar.gz", "6e73be6fe8a8650d7a1beb66df905a9e69fc07841fc5783f64dafd2d5730e0c3" ] - }, + }, "2013.09.24.2": { "bin": [ - "https://yt-dl.org/downloads/2013.09.24.2/youtube-dl", + "https://yt-dl.org/downloads/2013.09.24.2/youtube-dl", "e6e4bdcbc70a3e915b07732fff0c23346fde83f2f58ede07bc92405ac3f666eb" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2013.09.24.2/youtube-dl.exe", + "https://yt-dl.org/downloads/2013.09.24.2/youtube-dl.exe", "0c55aa061ecf0f2fd82ba2ddd75de5d42708547c2ba6245fc7ee1684b9e1fa76" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2013.09.24.2/youtube-dl-2013.09.24.2.tar.gz", + "https://yt-dl.org/downloads/2013.09.24.2/youtube-dl-2013.09.24.2.tar.gz", "0ff095bd09f30c7c77758f6a74feaf163b88b06eefed5b865caedcf4623f7708" ] - }, + }, "2013.09.29": { "bin": [ - "https://yt-dl.org/downloads/2013.09.29/youtube-dl", + "https://yt-dl.org/downloads/2013.09.29/youtube-dl", "db05dd8e287926c701cf499b67acfb5f6398b3c9dfe8bc80dcd2266641d80a6b" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2013.09.29/youtube-dl.exe", + "https://yt-dl.org/downloads/2013.09.29/youtube-dl.exe", "c737e70f6ac91a23b670c25324e17c92326e145f5c5e67e46c415cde02721813" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2013.09.29/youtube-dl-2013.09.29.tar.gz", + "https://yt-dl.org/downloads/2013.09.29/youtube-dl-2013.09.29.tar.gz", "07eac71230aeff01b4513f695ff1b5a32f014aa1bb6db6e80dd8c38ee1ec8335" ] - }, + }, "2013.10.01": { "bin": [ - "https://yt-dl.org/downloads/2013.10.01/youtube-dl", + "https://yt-dl.org/downloads/2013.10.01/youtube-dl", "84c15ed5b5981af001a47467f26d3b54e9ee2c61759d88b50d6c6f18451abb2c" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2013.10.01/youtube-dl.exe", + "https://yt-dl.org/downloads/2013.10.01/youtube-dl.exe", "276d68b42453cb23177c86f608e4ee64a5a602e2e9cae9870c38ae34d9be2615" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2013.10.01/youtube-dl-2013.10.01.tar.gz", + "https://yt-dl.org/downloads/2013.10.01/youtube-dl-2013.10.01.tar.gz", "e5ffccf77724a6e81a82c0b94c49ffc06915469ef0799ef890ecaf5c3fe1a12d" ] - }, + }, "2013.10.01.1": { "bin": [ - "https://yt-dl.org/downloads/2013.10.01.1/youtube-dl", + "https://yt-dl.org/downloads/2013.10.01.1/youtube-dl", "0814eb1a532ffadcd44e95641e69a37e06d7f80d3d20c062eafb5d81a9a06258" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2013.10.01.1/youtube-dl.exe", + "https://yt-dl.org/downloads/2013.10.01.1/youtube-dl.exe", "af397826b7b0770052ffef017bfc98400dcf7e7846681bf52bec515c95d3e2fe" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2013.10.01.1/youtube-dl-2013.10.01.1.tar.gz", + "https://yt-dl.org/downloads/2013.10.01.1/youtube-dl-2013.10.01.1.tar.gz", "1570bab654b23f3617eccfda30a63257c729353e027cd6228ac9ccc7256602ab" ] - }, + }, "2013.10.04": { "bin": [ - "https://yt-dl.org/downloads/2013.10.04/youtube-dl", + "https://yt-dl.org/downloads/2013.10.04/youtube-dl", "778c1cbc96cd9828043cdc3109b669cabfdaec48f148fc04a7a4201da16b9d3c" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2013.10.04/youtube-dl.exe", + "https://yt-dl.org/downloads/2013.10.04/youtube-dl.exe", "9d0147e97925cc24bc719604465d8369c6d969570882dc1a43b46526daa12d24" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2013.10.04/youtube-dl-2013.10.04.tar.gz", + "https://yt-dl.org/downloads/2013.10.04/youtube-dl-2013.10.04.tar.gz", "9a39a5cce59fa457ec7925c4a165c51e38be179437bd26f33735015b5e4a8f03" ] - }, + }, "2013.10.06": { "bin": [ - "https://yt-dl.org/downloads/2013.10.06/youtube-dl", + "https://yt-dl.org/downloads/2013.10.06/youtube-dl", "cac3cb573be2b0fa10ee0c035334f9ccc6d4e61dcc0726567e53ad2b12c24f9c" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2013.10.06/youtube-dl.exe", + "https://yt-dl.org/downloads/2013.10.06/youtube-dl.exe", "7c19121ea48d0b26e30035e348610148e8110f6274bf8f3841aa5303a0f9dcee" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2013.10.06/youtube-dl-2013.10.06.tar.gz", + "https://yt-dl.org/downloads/2013.10.06/youtube-dl-2013.10.06.tar.gz", "5d6882e200292b40d20cab3b1003efe72d0ab1622d29c09b281a47b9fda6de19" ] - }, + }, "2013.10.07": { "bin": [ - "https://yt-dl.org/downloads/2013.10.07/youtube-dl", + "https://yt-dl.org/downloads/2013.10.07/youtube-dl", "2396edfb65a8eaa1e4d4f533f0f5f83a9fea18561c224d6083bd9232a35d1d11" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2013.10.07/youtube-dl.exe", + "https://yt-dl.org/downloads/2013.10.07/youtube-dl.exe", "2e95fc4af81d92b5eb75dc3ab1c82a954d9b67ff23341d2d5323453635a43d81" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2013.10.07/youtube-dl-2013.10.07.tar.gz", + "https://yt-dl.org/downloads/2013.10.07/youtube-dl-2013.10.07.tar.gz", "ee003e0008cfb414a794d5a113ac6dd0caf04428ae3423e35fa83b9130f63d85" ] - }, + }, "2013.10.09": { "bin": [ - "https://yt-dl.org/downloads/2013.10.09/youtube-dl", + "https://yt-dl.org/downloads/2013.10.09/youtube-dl", "ed7a0f371cf8806a54adab39f133922b944f8d08238f5c8c084e1aaa445b2381" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2013.10.09/youtube-dl.exe", + "https://yt-dl.org/downloads/2013.10.09/youtube-dl.exe", "3371d72e4c25a24b84d60c169e8f393fbcdb7a419b58282cd74f5b4b92150833" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2013.10.09/youtube-dl-2013.10.09.tar.gz", + "https://yt-dl.org/downloads/2013.10.09/youtube-dl-2013.10.09.tar.gz", "7f08ebb841530cccc4550d0468f8a5e53a83c5e95464c74b42032668b85a44a6" ] - }, + }, "2013.10.15": { "bin": [ - "https://yt-dl.org/downloads/2013.10.15/youtube-dl", + "https://yt-dl.org/downloads/2013.10.15/youtube-dl", "f1303676bfda8aa4ee622036c145baf43338783c8730ce3b4ec8c45dfb128487" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2013.10.15/youtube-dl.exe", + "https://yt-dl.org/downloads/2013.10.15/youtube-dl.exe", "867ecf9d933fbe2b14287d1cf8e6027e0c43efce89fcb4b4821bbcda2eb2df9b" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2013.10.15/youtube-dl-2013.10.15.tar.gz", + "https://yt-dl.org/downloads/2013.10.15/youtube-dl-2013.10.15.tar.gz", "f09a629f2d16f591413e9c1bcf62de3188792b638ae8bec005a0fa002404d717" ] - }, + }, "2013.10.17": { "bin": [ - "https://yt-dl.org/downloads/2013.10.17/youtube-dl", + "https://yt-dl.org/downloads/2013.10.17/youtube-dl", "93fb6b232b55ff82256e3d31e49fc572633cd7ee6ad14f232c10498ec44bcb1b" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2013.10.17/youtube-dl.exe", + "https://yt-dl.org/downloads/2013.10.17/youtube-dl.exe", "f6698ddfa1578399fe7730fce0511884b0ffee10f68ed6d7faa3e0b78babab99" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2013.10.17/youtube-dl-2013.10.17.tar.gz", + "https://yt-dl.org/downloads/2013.10.17/youtube-dl-2013.10.17.tar.gz", "789aa2d66379a9dd2f541b4c210348e83d0b6eea61925564b064f98105087927" ] - }, + }, "2013.10.18": { "bin": [ - "https://yt-dl.org/downloads/2013.10.18/youtube-dl", + "https://yt-dl.org/downloads/2013.10.18/youtube-dl", "e481f19a36be4accbb75c6be4b5e26df038e9b998fdfdd9affe8babced07a06c" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2013.10.18/youtube-dl.exe", + "https://yt-dl.org/downloads/2013.10.18/youtube-dl.exe", "7fd5d798a52c83155fb657a6d941aec1b8f496b25aff58d147e141f389df4fa3" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2013.10.18/youtube-dl-2013.10.18.tar.gz", + "https://yt-dl.org/downloads/2013.10.18/youtube-dl-2013.10.18.tar.gz", "06e86e0a7633c5cfe9c5792b36f43a9acd2fd3070d74468a8a2f1385f7db987d" ] - }, + }, "2013.10.18.1": { "bin": [ - "https://yt-dl.org/downloads/2013.10.18.1/youtube-dl", + "https://yt-dl.org/downloads/2013.10.18.1/youtube-dl", "4095496ea706720f756d943f3ea2d9a1df32b4b23df6241954c1633018f62dba" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2013.10.18.1/youtube-dl.exe", + "https://yt-dl.org/downloads/2013.10.18.1/youtube-dl.exe", "6d1d0a656f76d5f0ccb3cb537f88e17998f08387d1ddc618a80dc4d5ab12a802" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2013.10.18.1/youtube-dl-2013.10.18.1.tar.gz", + "https://yt-dl.org/downloads/2013.10.18.1/youtube-dl-2013.10.18.1.tar.gz", "bc025bda569b0f98caf9b411fb63406787014983a35f771409d3f0020dc7a960" ] - }, + }, "2013.10.18.2": { "bin": [ - "https://yt-dl.org/downloads/2013.10.18.2/youtube-dl", + "https://yt-dl.org/downloads/2013.10.18.2/youtube-dl", "5a99b98b90c5fe63fce74c8dbce477a1a810574b8133d333920ecde7549284b7" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2013.10.18.2/youtube-dl.exe", + "https://yt-dl.org/downloads/2013.10.18.2/youtube-dl.exe", "32481126a7227d1e278d1a1c826d833614a2cfbef5b82b07e41351ee0673fc0c" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2013.10.18.2/youtube-dl-2013.10.18.2.tar.gz", + "https://yt-dl.org/downloads/2013.10.18.2/youtube-dl-2013.10.18.2.tar.gz", "3577bd3dcf50c2220c6d1e30b8fe20ec0d535b96be8c24ce61a18ad923a91524" ] - }, + }, "2013.10.22": { "bin": [ - "https://yt-dl.org/downloads/2013.10.22/youtube-dl", + "https://yt-dl.org/downloads/2013.10.22/youtube-dl", "4657b8c028c0d8411d9e00fc313e33d899177bbd374e45b06cf9f77e48da1a94" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2013.10.22/youtube-dl.exe", + "https://yt-dl.org/downloads/2013.10.22/youtube-dl.exe", "14cd52feb41198d458236147511f1cf8f68a9f57f9b32af8699e656c0a7b51c1" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2013.10.22/youtube-dl-2013.10.22.tar.gz", + "https://yt-dl.org/downloads/2013.10.22/youtube-dl-2013.10.22.tar.gz", "390ee0d2cc389cdd3280c15c9df243a0146cac92df049507a262e300bc40606a" ] - }, + }, "2013.10.23": { "bin": [ - "https://yt-dl.org/downloads/2013.10.23/youtube-dl", + "https://yt-dl.org/downloads/2013.10.23/youtube-dl", "3f8b1b241db6a9f430f614354ca4ef3f7783479cbce3120c2ee3273ea84f9d4d" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2013.10.23/youtube-dl.exe", + "https://yt-dl.org/downloads/2013.10.23/youtube-dl.exe", "795c47a2cd63dba07d2700456615dd69b11160f6572a22fe0ecb2fca2202aaec" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2013.10.23/youtube-dl-2013.10.23.tar.gz", + "https://yt-dl.org/downloads/2013.10.23/youtube-dl-2013.10.23.tar.gz", "223c56760e7123e761fb3f9ae0e365b3fac18d5d5c2426752aab648f7e739f61" ] - }, + }, "2013.10.23.1": { "bin": [ - "https://yt-dl.org/downloads/2013.10.23.1/youtube-dl", + "https://yt-dl.org/downloads/2013.10.23.1/youtube-dl", "6c88c77b1cd94048369740d3281562232958e520effa5db80950aef6efed8f56" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2013.10.23.1/youtube-dl.exe", + "https://yt-dl.org/downloads/2013.10.23.1/youtube-dl.exe", "12b2f9910ac37b67ea3a020bc5acf3310ab80c0a357214fe903cb30dd3096096" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2013.10.23.1/youtube-dl-2013.10.23.1.tar.gz", + "https://yt-dl.org/downloads/2013.10.23.1/youtube-dl-2013.10.23.1.tar.gz", "5048757cc7e300312d7c58cca9a43d8c2fea3ac23092d93bebc55a47f9c13a56" ] - }, + }, "2013.10.23.2": { "bin": [ - "https://yt-dl.org/downloads/2013.10.23.2/youtube-dl", + "https://yt-dl.org/downloads/2013.10.23.2/youtube-dl", "69543298209a507b76e2812bfa8f0cc6f39959e39753115cf6dbb7bfc14896dd" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2013.10.23.2/youtube-dl.exe", + "https://yt-dl.org/downloads/2013.10.23.2/youtube-dl.exe", "02ccc5cd2f198243bc7e128089ca1194c0bfe901995f65bad1ab0900c7b8bd1f" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2013.10.23.2/youtube-dl-2013.10.23.2.tar.gz", + "https://yt-dl.org/downloads/2013.10.23.2/youtube-dl-2013.10.23.2.tar.gz", "d3f4c9e0da165395856e690314caa5eef4382bd994dd46f041a520bf9747c35d" ] - }, + }, "2013.10.28": { "bin": [ - "https://yt-dl.org/downloads/2013.10.28/youtube-dl", + "https://yt-dl.org/downloads/2013.10.28/youtube-dl", "14c22908c42f7bddb78405a16dd97bbf6829934edb91fc5fd98bfaee86ecdbe3" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2013.10.28/youtube-dl.exe", + "https://yt-dl.org/downloads/2013.10.28/youtube-dl.exe", "5da821e74080a1b1fca7da1266930cb3357f9d5d8274f761e571a7309fc0059f" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2013.10.28/youtube-dl-2013.10.28.tar.gz", + "https://yt-dl.org/downloads/2013.10.28/youtube-dl-2013.10.28.tar.gz", "30f6ff1bce244d478a173375e5b7b641f0798107b00a8d4a70b7a6e157286b65" ] - }, + }, "2013.10.29": { "bin": [ - "https://yt-dl.org/downloads/2013.10.29/youtube-dl", + "https://yt-dl.org/downloads/2013.10.29/youtube-dl", "86f476d96efcfad5084a033fffdd7740f528165777b397e43b19cda6e083e19c" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2013.10.29/youtube-dl.exe", + "https://yt-dl.org/downloads/2013.10.29/youtube-dl.exe", "34569c4636952e3eb436f14ab10df7c9fba7a47532d467a4778402e68f82e170" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2013.10.29/youtube-dl-2013.10.29.tar.gz", + "https://yt-dl.org/downloads/2013.10.29/youtube-dl-2013.10.29.tar.gz", "dfa7e4bc84c6a393019753f002f0e7e14ac04958395798d74dd151a50362c5e6" ] - }, + }, "2013.10.30": { "bin": [ - "https://yt-dl.org/downloads/2013.10.30/youtube-dl", + "https://yt-dl.org/downloads/2013.10.30/youtube-dl", "fc8d2dd33a267b8a9ee751f2feab11888462fc2ccf3b5a8a0f15db62e8bb45fe" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2013.10.30/youtube-dl.exe", + "https://yt-dl.org/downloads/2013.10.30/youtube-dl.exe", "9703ec1ddb2ad065e21076b188a5b576923937a03a06c1c125bfa6c9329b70f6" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2013.10.30/youtube-dl-2013.10.30.tar.gz", + "https://yt-dl.org/downloads/2013.10.30/youtube-dl-2013.10.30.tar.gz", "54dd4293975a69c46fadf2948de9226b79a0b524884ef23e96daab307dea792d" ] - }, + }, "2013.11.02": { "bin": [ - "https://yt-dl.org/downloads/2013.11.02/youtube-dl", + "https://yt-dl.org/downloads/2013.11.02/youtube-dl", "c15492885484c3b8ff97593e4b802ede211d28259385b3d7b84092f79c35a93e" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2013.11.02/youtube-dl.exe", + "https://yt-dl.org/downloads/2013.11.02/youtube-dl.exe", "1f4bef20126eb5e1bc240ffe76e706d8f4ef43d342a34c33ae2cf2ed6d9ac756" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2013.11.02/youtube-dl-2013.11.02.tar.gz", + "https://yt-dl.org/downloads/2013.11.02/youtube-dl-2013.11.02.tar.gz", "60963c0d45873d41bc97c3c28fd4e23d1c637b4b1ef4d4f9d150a31e1a65c1b0" ] - }, + }, "2013.11.03": { "bin": [ - "https://yt-dl.org/downloads/2013.11.03/youtube-dl", + "https://yt-dl.org/downloads/2013.11.03/youtube-dl", "ec8d08c680cca47230da4ab8166666ec41947a8a278ecf4d7876476d6570f92a" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2013.11.03/youtube-dl.exe", + "https://yt-dl.org/downloads/2013.11.03/youtube-dl.exe", "a0ec173f1daa6c78b7fc3e693b0d5f8e27e22c7abda7241068d6ee1a1270df8c" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2013.11.03/youtube-dl-2013.11.03.tar.gz", + "https://yt-dl.org/downloads/2013.11.03/youtube-dl-2013.11.03.tar.gz", "652726c77ebbccb580dd4180721a0bb83db0dc83e0ccf4c21a61606755c8fd45" ] - }, + }, "2013.11.06": { "bin": [ - "https://yt-dl.org/downloads/2013.11.06/youtube-dl", + "https://yt-dl.org/downloads/2013.11.06/youtube-dl", "54eb4e7e84be3467970331f280f1606272ab150c56b610611788f67178f222da" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2013.11.06/youtube-dl.exe", + "https://yt-dl.org/downloads/2013.11.06/youtube-dl.exe", "1bcf12b0a31351c6ff554b8578913a189d9e0c94a2cc66f8d7f05d547002e0ec" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2013.11.06/youtube-dl-2013.11.06.tar.gz", + "https://yt-dl.org/downloads/2013.11.06/youtube-dl-2013.11.06.tar.gz", "2cc981d150757272e5d739a098cbdd3165bdbad64832854e955e3ac918aa6631" ] - }, + }, "2013.11.06.1": { "bin": [ - "https://yt-dl.org/downloads/2013.11.06.1/youtube-dl", + "https://yt-dl.org/downloads/2013.11.06.1/youtube-dl", "65233a39b8ed83d83f68eba2f58ebb2c38f384a940f9ec8fa4670800df4332fe" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2013.11.06.1/youtube-dl.exe", + "https://yt-dl.org/downloads/2013.11.06.1/youtube-dl.exe", "678ce1eb5ab11c75a4ee899fae94bf18c196ababd7b64e4f0831504e28c0f93c" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2013.11.06.1/youtube-dl-2013.11.06.1.tar.gz", + "https://yt-dl.org/downloads/2013.11.06.1/youtube-dl-2013.11.06.1.tar.gz", "8c5a9426aa42bbc5311a2934778cfb227a80d6e3021f284417da51ff11ede2fe" ] - }, + }, "2013.11.07": { "bin": [ - "https://yt-dl.org/downloads/2013.11.07/youtube-dl", + "https://yt-dl.org/downloads/2013.11.07/youtube-dl", "b044b9460bd23b858d4007c979ae706380bd359771d5fb05ecc06660c730cf66" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2013.11.07/youtube-dl.exe", + "https://yt-dl.org/downloads/2013.11.07/youtube-dl.exe", "acd060d1b1bf8a4fdba6863e837319c84ad53f385fc2596e8e3cfe01dd583703" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2013.11.07/youtube-dl-2013.11.07.tar.gz", + "https://yt-dl.org/downloads/2013.11.07/youtube-dl-2013.11.07.tar.gz", "11537cf289a0ee9eb555647c7743d3989c5e16759ec526b3b31382a2852c8c4b" ] - }, + }, "2013.11.09": { "bin": [ - "https://yt-dl.org/downloads/2013.11.09/youtube-dl", + "https://yt-dl.org/downloads/2013.11.09/youtube-dl", "81e7ed0f14cc3af332b58dd727b5ad4cecf54442c8a8e347331fb523d3b75a71" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2013.11.09/youtube-dl.exe", + "https://yt-dl.org/downloads/2013.11.09/youtube-dl.exe", "a7ca99bb68b4130a5c82028c62444545c8742495b2b333eb8b9803b41bcf6e25" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2013.11.09/youtube-dl-2013.11.09.tar.gz", + "https://yt-dl.org/downloads/2013.11.09/youtube-dl-2013.11.09.tar.gz", "1704dbec3492c55ae68d2bf59dca60aafa51461da164438bed90ad835d41f8b3" ] - }, + }, "2013.11.11": { "bin": [ - "https://yt-dl.org/downloads/2013.11.11/youtube-dl", + "https://yt-dl.org/downloads/2013.11.11/youtube-dl", "fa512f08c395e18ad8fe453d28c7b73d4ed7d252ad8cb2a300208391204db994" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2013.11.11/youtube-dl.exe", + "https://yt-dl.org/downloads/2013.11.11/youtube-dl.exe", "a6eed02daa0fa81f6d5ef43cd14e96257dd2c75b27571f2128902d92153b5337" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2013.11.11/youtube-dl-2013.11.11.tar.gz", + "https://yt-dl.org/downloads/2013.11.11/youtube-dl-2013.11.11.tar.gz", "a1e3d6ca134abe02fa2e27be184e6dd932554f81d933d8baaa80740d51fd2584" ] - }, + }, "2013.11.13": { "bin": [ - "https://yt-dl.org/downloads/2013.11.13/youtube-dl", + "https://yt-dl.org/downloads/2013.11.13/youtube-dl", "2ad45d0535de2d1e0b987748762305369a605096d07eff3a3fb2afe1587476e7" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2013.11.13/youtube-dl.exe", + "https://yt-dl.org/downloads/2013.11.13/youtube-dl.exe", "3b7d19d34dc65273214833cccf6b29dcab9d5bb779f59c323cbab70c1691fa6d" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2013.11.13/youtube-dl-2013.11.13.tar.gz", + "https://yt-dl.org/downloads/2013.11.13/youtube-dl-2013.11.13.tar.gz", "0a14c045d4a093f2c06d80596b34060043bdcebd4099ec0163fc02d2c45ac249" ] - }, + }, "2013.11.15": { "bin": [ - "https://yt-dl.org/downloads/2013.11.15/youtube-dl", + "https://yt-dl.org/downloads/2013.11.15/youtube-dl", "d1063da4acd3839052f3903cbe0e696b53020a036e4894f969ec25e4cee4b6ab" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2013.11.15/youtube-dl.exe", + "https://yt-dl.org/downloads/2013.11.15/youtube-dl.exe", "c91e504232bffca390bef1f5453c43d1044ed937ba9994ef704d6a761c020a9e" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2013.11.15/youtube-dl-2013.11.15.tar.gz", + "https://yt-dl.org/downloads/2013.11.15/youtube-dl-2013.11.15.tar.gz", "caf2486bec022a84633f05b4951b9ddd33d3db6a1358ac27de3d06215eb161ac" ] - }, + }, "2013.11.15.1": { "bin": [ - "https://yt-dl.org/downloads/2013.11.15.1/youtube-dl", + "https://yt-dl.org/downloads/2013.11.15.1/youtube-dl", "e9da0a1e085782611730c3321211e41062fb1993940341f202af9e1b06f7e7b6" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2013.11.15.1/youtube-dl.exe", + "https://yt-dl.org/downloads/2013.11.15.1/youtube-dl.exe", "cbca442a2a335c0d9c0e1c123d6c48d6a1374bf18046599951a4db6f57ef30b5" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2013.11.15.1/youtube-dl-2013.11.15.1.tar.gz", + "https://yt-dl.org/downloads/2013.11.15.1/youtube-dl-2013.11.15.1.tar.gz", "816c8207d735cda72ea9f97327cf765e039c1a0075078de6dc0e2f6c7f114229" ] - }, + }, "2013.11.17": { "bin": [ - "https://yt-dl.org/downloads/2013.11.17/youtube-dl", + "https://yt-dl.org/downloads/2013.11.17/youtube-dl", "e0790e1d2175c461240853d6c878059285ff689bd709315663c29739980d3a26" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2013.11.17/youtube-dl.exe", + "https://yt-dl.org/downloads/2013.11.17/youtube-dl.exe", "45363412d3083cd9a127488abe1396b302d9ed433df4259e00a26e585c3b8c0e" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2013.11.17/youtube-dl-2013.11.17.tar.gz", + "https://yt-dl.org/downloads/2013.11.17/youtube-dl-2013.11.17.tar.gz", "e78e8e6f05d5e61b3af8b2bf387ecb442582059d86a97646c2d4294e8e787bd4" ] - }, + }, "2013.11.18": { "bin": [ - "https://yt-dl.org/downloads/2013.11.18/youtube-dl", + "https://yt-dl.org/downloads/2013.11.18/youtube-dl", "ac8da1d41426d51adb66643abc61b406103f2759c37c5e556216bb1727ee4108" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2013.11.18/youtube-dl.exe", + "https://yt-dl.org/downloads/2013.11.18/youtube-dl.exe", "74ccf5c71a1ff16c503ba239f5a36a82be18de8c1a09314be9d55ce2d27ea64c" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2013.11.18/youtube-dl-2013.11.18.tar.gz", + "https://yt-dl.org/downloads/2013.11.18/youtube-dl-2013.11.18.tar.gz", "765c8213b0f646bb4fcc514643ce132bea80ce0048a641e8a2fe006459e8bce2" ] - }, + }, "2013.11.18.1": { "bin": [ - "https://yt-dl.org/downloads/2013.11.18.1/youtube-dl", + "https://yt-dl.org/downloads/2013.11.18.1/youtube-dl", "e545eeb1ac9f556780c45db7844db404657ab4798170816bd4e942668d377945" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2013.11.18.1/youtube-dl.exe", + "https://yt-dl.org/downloads/2013.11.18.1/youtube-dl.exe", "29e34dba2d47a3deba1bec8318eeff8a76d69feedffb691fffc2bc9a3b957837" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2013.11.18.1/youtube-dl-2013.11.18.1.tar.gz", + "https://yt-dl.org/downloads/2013.11.18.1/youtube-dl-2013.11.18.1.tar.gz", "b2a46b0c78635dbdc6c0654b156db7c1d03a7db5b0cedc744f1e82bade849e42" ] - }, + }, "2013.11.19": { "bin": [ - "https://yt-dl.org/downloads/2013.11.19/youtube-dl", + "https://yt-dl.org/downloads/2013.11.19/youtube-dl", "41a6f612b311bfdd1bc4eddb6470646a260097fa541b4a68d3e26dad43af02ea" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2013.11.19/youtube-dl.exe", + "https://yt-dl.org/downloads/2013.11.19/youtube-dl.exe", "627659c752eac4895a17417cea6e44a8fb9280f777d230bb865a5ce60e9ffb06" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2013.11.19/youtube-dl-2013.11.19.tar.gz", + "https://yt-dl.org/downloads/2013.11.19/youtube-dl-2013.11.19.tar.gz", "59d503475a0fa4059fc7c65130b6c6311e3621cb93930ede63aa4960e9ae0754" ] - }, + }, "2013.11.20": { "bin": [ - "https://yt-dl.org/downloads/2013.11.20/youtube-dl", + "https://yt-dl.org/downloads/2013.11.20/youtube-dl", "2c61e76856bca01237a051294fef6763a8e86e022d95a66760a1be31d440ff7a" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2013.11.20/youtube-dl.exe", + "https://yt-dl.org/downloads/2013.11.20/youtube-dl.exe", "0fa081a7a73e91eb1318504b1c2f84a2f8e19d7947a1c7d0f730196f7e484637" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2013.11.20/youtube-dl-2013.11.20.tar.gz", + "https://yt-dl.org/downloads/2013.11.20/youtube-dl-2013.11.20.tar.gz", "26f456ec8fb0e2e65eee2d7f1f4acc6d30ff2b7ee961444c93a41ba51c9da179" ] - }, + }, "2013.11.21": { "bin": [ - "https://yt-dl.org/downloads/2013.11.21/youtube-dl", + "https://yt-dl.org/downloads/2013.11.21/youtube-dl", "5bf44a6dd12e35acd2ec0993228477338d33c0769d2bc82d1c1ebd65e3fe5062" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2013.11.21/youtube-dl.exe", + "https://yt-dl.org/downloads/2013.11.21/youtube-dl.exe", "66535c20cfd0fe64aeaee0ffc4999bf089303c552d68dd8b0197ecbf5c17597c" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2013.11.21/youtube-dl-2013.11.21.tar.gz", + "https://yt-dl.org/downloads/2013.11.21/youtube-dl-2013.11.21.tar.gz", "9cc0e3d3116791ba6966e546a24922523549305488bb73b7194ba10102c78625" ] - }, + }, "2013.11.22": { "bin": [ - "https://yt-dl.org/downloads/2013.11.22/youtube-dl", + "https://yt-dl.org/downloads/2013.11.22/youtube-dl", "5dd2ba5f005bd08f732e34a752c59c94819ac7a09b1d977e4cd82f6203f0a4f4" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2013.11.22/youtube-dl.exe", + "https://yt-dl.org/downloads/2013.11.22/youtube-dl.exe", "25bcbcbb0731b78b5e0dba901c8a8272e071174b3241eea82aa8e5f96981901c" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2013.11.22/youtube-dl-2013.11.22.tar.gz", + "https://yt-dl.org/downloads/2013.11.22/youtube-dl-2013.11.22.tar.gz", "e99de431cc0b58d350f73f74d221811a6ee6843036c51aa24b95dfb7de145c45" ] - }, + }, "2013.11.22.1": { "bin": [ - "https://yt-dl.org/downloads/2013.11.22.1/youtube-dl", + "https://yt-dl.org/downloads/2013.11.22.1/youtube-dl", "697e79f323442d5e4ce378bb17b970a54333efbe35759a9d100536f81467096a" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2013.11.22.1/youtube-dl.exe", + "https://yt-dl.org/downloads/2013.11.22.1/youtube-dl.exe", "8973598b2f2568c42620924a8e41db76e4d3c395e33f001b07045abfdba40ae4" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2013.11.22.1/youtube-dl-2013.11.22.1.tar.gz", + "https://yt-dl.org/downloads/2013.11.22.1/youtube-dl-2013.11.22.1.tar.gz", "84b4ef233b6584ab33fe07d9a535a9820f185c2a0e4a1050cb559d6be0d9100e" ] - }, + }, "2013.11.22.2": { "bin": [ - "https://yt-dl.org/downloads/2013.11.22.2/youtube-dl", + "https://yt-dl.org/downloads/2013.11.22.2/youtube-dl", "1a3e1770724a2ee1846043d9b706373b28c367f13f83bc4a18bf70391b5ac01b" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2013.11.22.2/youtube-dl.exe", + "https://yt-dl.org/downloads/2013.11.22.2/youtube-dl.exe", "2e0a9132d11ca844fe7f4ceb2bef1811ad6476ef595ee7316da9b8cd5ca7354a" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2013.11.22.2/youtube-dl-2013.11.22.2.tar.gz", + "https://yt-dl.org/downloads/2013.11.22.2/youtube-dl-2013.11.22.2.tar.gz", "cb4a68565c27c73e7088f9da764a2996505ca06459d36e2f5176fa0dda89659e" ] - }, + }, "2013.11.24": { "bin": [ - "https://yt-dl.org/downloads/2013.11.24/youtube-dl", + "https://yt-dl.org/downloads/2013.11.24/youtube-dl", "2b55ccf8feb85da9707ebaaaad00f93856783856acb2f4635df8d84882a02930" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2013.11.24/youtube-dl.exe", + "https://yt-dl.org/downloads/2013.11.24/youtube-dl.exe", "72c72938e4730994fc40c0f712f8f281d552b3222c93265ecb4737c6a8f1cb19" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2013.11.24/youtube-dl-2013.11.24.tar.gz", + "https://yt-dl.org/downloads/2013.11.24/youtube-dl-2013.11.24.tar.gz", "c7391dcda712f07ae0cfcfe8adf639aba2f4afb3d23ef2242e0751c954654ccb" ] - }, + }, "2013.11.24.1": { "bin": [ - "https://yt-dl.org/downloads/2013.11.24.1/youtube-dl", + "https://yt-dl.org/downloads/2013.11.24.1/youtube-dl", "14d9adb433c9ee8210651d491a0957cb0bcddd15614377fc17c3ba1efe78537f" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2013.11.24.1/youtube-dl.exe", + "https://yt-dl.org/downloads/2013.11.24.1/youtube-dl.exe", "884ee3a11c19246666ce7a343a645b0b06f8ddbb47bdf5466923906bdc89b9d0" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2013.11.24.1/youtube-dl-2013.11.24.1.tar.gz", + "https://yt-dl.org/downloads/2013.11.24.1/youtube-dl-2013.11.24.1.tar.gz", "5649de849fd9ba2a8a7edb195a825d4644c0ddb41190cb9e6a739543c2b1003a" ] - }, + }, "2013.11.25": { "bin": [ - "https://yt-dl.org/downloads/2013.11.25/youtube-dl", + "https://yt-dl.org/downloads/2013.11.25/youtube-dl", "262454753a8c65ae5bb0dd575f3f04331a091379c895beaa61af28f476d4a2ae" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2013.11.25/youtube-dl.exe", + "https://yt-dl.org/downloads/2013.11.25/youtube-dl.exe", "2f39008de71ab8a65022967446a677991e94ff2ba1e0f53c8c83a65518d7ad20" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2013.11.25/youtube-dl-2013.11.25.tar.gz", + "https://yt-dl.org/downloads/2013.11.25/youtube-dl-2013.11.25.tar.gz", "d14f9d00aaab19d4647d5f05c831999cad48db093def13785ce7175c110fe5cd" ] - }, + }, "2013.11.25.1": { "bin": [ - "https://yt-dl.org/downloads/2013.11.25.1/youtube-dl", + "https://yt-dl.org/downloads/2013.11.25.1/youtube-dl", "915027c219578b4d287a298b32e5b4437aa13cb8b165b2173d32f8453c66473e" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2013.11.25.1/youtube-dl.exe", + "https://yt-dl.org/downloads/2013.11.25.1/youtube-dl.exe", "6f75c2023fd8c3ddf3d9484360a97e680c27efb67ecc5bd5541b4230658ff341" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2013.11.25.1/youtube-dl-2013.11.25.1.tar.gz", + "https://yt-dl.org/downloads/2013.11.25.1/youtube-dl-2013.11.25.1.tar.gz", "28d6ab4d9f726cf3144e19d8d659566ed53eb5f322458be44b184167a2d7a0f1" ] - }, + }, "2013.11.25.2": { "bin": [ - "https://yt-dl.org/downloads/2013.11.25.2/youtube-dl", + "https://yt-dl.org/downloads/2013.11.25.2/youtube-dl", "9de74812fe16cde2493b9012d55ea82bf770624f7740db31c171bf583bfdff2c" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2013.11.25.2/youtube-dl.exe", + "https://yt-dl.org/downloads/2013.11.25.2/youtube-dl.exe", "bb0e526ba0ffe4599c728e18ac8127939fc8bd06f545b56706d4ee6f81b40183" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2013.11.25.2/youtube-dl-2013.11.25.2.tar.gz", + "https://yt-dl.org/downloads/2013.11.25.2/youtube-dl-2013.11.25.2.tar.gz", "9b660be4c2c6888ecbfcfcb56870a55b7af9103c485d070121b5eefa4d5f0bc5" ] - }, + }, "2013.11.25.3": { "bin": [ - "https://yt-dl.org/downloads/2013.11.25.3/youtube-dl", + "https://yt-dl.org/downloads/2013.11.25.3/youtube-dl", "13ad9f5552825591b64d6e67668d6fc6c77348aead5a6ef27a161c7c308f31c7" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2013.11.25.3/youtube-dl.exe", + "https://yt-dl.org/downloads/2013.11.25.3/youtube-dl.exe", "9e6052603c2bc556caf0f1826744b89131042ae9b3c8d18296bb90cb9ed80f6d" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2013.11.25.3/youtube-dl-2013.11.25.3.tar.gz", + "https://yt-dl.org/downloads/2013.11.25.3/youtube-dl-2013.11.25.3.tar.gz", "1f222bad96965ba2a22dd9a08e407d2ba54f1bb2dd696845c939944d822a1f60" ] - }, + }, "2013.11.26": { "bin": [ - "https://yt-dl.org/downloads/2013.11.26/youtube-dl", + "https://yt-dl.org/downloads/2013.11.26/youtube-dl", "6efbe1d3e53b8a9341ab785b04c7463ddc41ec8180ab56411ee9884dd875b1e7" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2013.11.26/youtube-dl.exe", + "https://yt-dl.org/downloads/2013.11.26/youtube-dl.exe", "9b3c8927acfaddf91f5a4af7f6562d0a086a23987718cfc0d1c5c269d7f6e1a4" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2013.11.26/youtube-dl-2013.11.26.tar.gz", + "https://yt-dl.org/downloads/2013.11.26/youtube-dl-2013.11.26.tar.gz", "eb38ace616da80f3adb4613faea36d3085e7874a27b933f9fc48b32b930f1922" ] - }, + }, "2013.11.28": { "bin": [ - "https://yt-dl.org/downloads/2013.11.28/youtube-dl", + "https://yt-dl.org/downloads/2013.11.28/youtube-dl", "d1fe019e4cc17881db31fbc51e4ee7309dd6887b6ac36d5944ab4e3b03b810ef" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2013.11.28/youtube-dl.exe", + "https://yt-dl.org/downloads/2013.11.28/youtube-dl.exe", "f45eebac389d301ba4697c97a638acddd7e2e29585b841270be424a20964de24" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2013.11.28/youtube-dl-2013.11.28.tar.gz", + "https://yt-dl.org/downloads/2013.11.28/youtube-dl-2013.11.28.tar.gz", "ea9fd7af5bf020fee16920ff5fe0ceecc0d51fdf83554f876a3a8f2208429b12" ] - }, + }, "2013.11.28.1": { "bin": [ - "https://yt-dl.org/downloads/2013.11.28.1/youtube-dl", + "https://yt-dl.org/downloads/2013.11.28.1/youtube-dl", "3eda203e269ac9429786ec96bd12be97373fa21d7bc347cafe9ea48a0cc9d723" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2013.11.28.1/youtube-dl.exe", + "https://yt-dl.org/downloads/2013.11.28.1/youtube-dl.exe", "12cf9023fcb53eac75a1dbed03ebcb6703db6105f1e32ef313b86b7cc93ac56f" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2013.11.28.1/youtube-dl-2013.11.28.1.tar.gz", + "https://yt-dl.org/downloads/2013.11.28.1/youtube-dl-2013.11.28.1.tar.gz", "93a5b1047f5c91b00afd0f5fcbf0183cf859b7e810edea2a90f84ff2386de770" ] - }, + }, "2013.11.29": { "bin": [ - "https://yt-dl.org/downloads/2013.11.29/youtube-dl", + "https://yt-dl.org/downloads/2013.11.29/youtube-dl", "ecef14a0272ebbccb3782492ace284d09cf7a54e3d999d42ab6e51cac74ee909" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2013.11.29/youtube-dl.exe", + "https://yt-dl.org/downloads/2013.11.29/youtube-dl.exe", "7ea0413de468a73f4ea8bba71f8ca0804e7e617ca850fcbe979b988e13a17a68" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2013.11.29/youtube-dl-2013.11.29.tar.gz", + "https://yt-dl.org/downloads/2013.11.29/youtube-dl-2013.11.29.tar.gz", "212c6dcd81c74860f8bab9ec154592bf070478f41451c3da9611da0a794e32bd" ] - }, + }, "2013.12.02": { "bin": [ - "https://yt-dl.org/downloads/2013.12.02/youtube-dl", + "https://yt-dl.org/downloads/2013.12.02/youtube-dl", "a1064866a0597539eebd4e0786d9ae90d77c655914c299a459f26a54a76bd98f" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2013.12.02/youtube-dl.exe", + "https://yt-dl.org/downloads/2013.12.02/youtube-dl.exe", "0ed01e6fb5034e77818c3ff5aa90f1eecc94548e56d17d2e9e98c23ae4573ffa" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2013.12.02/youtube-dl-2013.12.02.tar.gz", + "https://yt-dl.org/downloads/2013.12.02/youtube-dl-2013.12.02.tar.gz", "09661aae5b2c56c5fe4e6d24241553bc9fa46f0d6f9797d94c12fb330fee321d" ] - }, + }, "2013.12.03": { "bin": [ - "https://yt-dl.org/downloads/2013.12.03/youtube-dl", + "https://yt-dl.org/downloads/2013.12.03/youtube-dl", "1c2728cdcfbdd16ccd1b4f8f90f2105b9f8d85351d399265ebaf288bfa89f758" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2013.12.03/youtube-dl.exe", + "https://yt-dl.org/downloads/2013.12.03/youtube-dl.exe", "a6769ab158a76d5393e52f85fb3f8a31d9e85d05dc9bc314508423fe284e50d5" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2013.12.03/youtube-dl-2013.12.03.tar.gz", + "https://yt-dl.org/downloads/2013.12.03/youtube-dl-2013.12.03.tar.gz", "0d8a4e66971949645aedfdef8c9a1b3010aa6abea19875571040eca228fabecf" ] - }, + }, "2013.12.04": { "bin": [ - "https://yt-dl.org/downloads/2013.12.04/youtube-dl", + "https://yt-dl.org/downloads/2013.12.04/youtube-dl", "ae9b47bcba1b66260af23f36dfd1f98dfc1453399a1411d287a643af9229c043" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2013.12.04/youtube-dl.exe", + "https://yt-dl.org/downloads/2013.12.04/youtube-dl.exe", "e8b316d403c2f1c4e843ebee56803d0f0f78afa27788e63bc628762b0195e49e" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2013.12.04/youtube-dl-2013.12.04.tar.gz", + "https://yt-dl.org/downloads/2013.12.04/youtube-dl-2013.12.04.tar.gz", "ae5908ad9fc27b8b2a01ce2ae4294993c6856cbd8d03775ea11e047741eff3a0" ] - }, + }, "2013.12.08": { "bin": [ - "https://yt-dl.org/downloads/2013.12.08/youtube-dl", + "https://yt-dl.org/downloads/2013.12.08/youtube-dl", "a82ca5c6f48a5f41c03241bdf6c5214db0192aabf50f4d57b3526277c41bb49c" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2013.12.08/youtube-dl.exe", + "https://yt-dl.org/downloads/2013.12.08/youtube-dl.exe", "04f8a19ddfc67c8899fda6e16007fe6530d57accab86aa9289f3ac0d4e0b48a3" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2013.12.08/youtube-dl-2013.12.08.tar.gz", + "https://yt-dl.org/downloads/2013.12.08/youtube-dl-2013.12.08.tar.gz", "cdf41b0fd993ee2650df751a2987b05a316e9389b293b8a22adcaa54152b90f3" ] - }, + }, "2013.12.08.1": { "bin": [ - "https://yt-dl.org/downloads/2013.12.08.1/youtube-dl", + "https://yt-dl.org/downloads/2013.12.08.1/youtube-dl", "8066c96dcea78ba41aee30c5be58c1700e4f10fd4a703ac2f4d4ece5e0b09384" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2013.12.08.1/youtube-dl.exe", + "https://yt-dl.org/downloads/2013.12.08.1/youtube-dl.exe", "a13833a11f03b0fc0192ebaae18040f21715e9a603ca37617c51f795a4817bc3" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2013.12.08.1/youtube-dl-2013.12.08.1.tar.gz", + "https://yt-dl.org/downloads/2013.12.08.1/youtube-dl-2013.12.08.1.tar.gz", "5841aefe6284de663f0231ff2f4400d4c69267cac447d14a73b49bb91c600d6b" ] - }, + }, "2013.12.09": { "bin": [ - "https://yt-dl.org/downloads/2013.12.09/youtube-dl", + "https://yt-dl.org/downloads/2013.12.09/youtube-dl", "32f396272510a48acef6074b3de020c88eba398c9e66f4c22a1da8532437c11b" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2013.12.09/youtube-dl.exe", + "https://yt-dl.org/downloads/2013.12.09/youtube-dl.exe", "122d4ebdb485b4d749838b9b4f96afef0f9a219b604ae3633cdd51a4ed1e6dfd" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2013.12.09/youtube-dl-2013.12.09.tar.gz", + "https://yt-dl.org/downloads/2013.12.09/youtube-dl-2013.12.09.tar.gz", "32e7d4c8bdbdf1a5310330c0bc207bbea51d4aac83fd245a66bd9d183b167834" ] - }, + }, "2013.12.09.1": { "bin": [ - "https://yt-dl.org/downloads/2013.12.09.1/youtube-dl", + "https://yt-dl.org/downloads/2013.12.09.1/youtube-dl", "813be9b8f6daa8c87e7d991f71b4a8154118c71a40cd273643737ce0398e057a" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2013.12.09.1/youtube-dl.exe", + "https://yt-dl.org/downloads/2013.12.09.1/youtube-dl.exe", "2e839b03b3729557cd60335f259497e1266d3abf357a341583e00f6609b3927d" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2013.12.09.1/youtube-dl-2013.12.09.1.tar.gz", + "https://yt-dl.org/downloads/2013.12.09.1/youtube-dl-2013.12.09.1.tar.gz", "be18c978ce425c5b4d0c62982b4c956672cd668173c73d9db0214f20ac3d7f23" ] - }, + }, "2013.12.09.2": { "bin": [ - "https://yt-dl.org/downloads/2013.12.09.2/youtube-dl", + "https://yt-dl.org/downloads/2013.12.09.2/youtube-dl", "5ec7406db1ef1dc189c6f01429e5e5b30d26bf80e1a94fd69f47abd6f204aa21" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2013.12.09.2/youtube-dl.exe", + "https://yt-dl.org/downloads/2013.12.09.2/youtube-dl.exe", "8af541fa422e217bd19f8cf7f218bace36d12573260b071fbd2f844834f2d31b" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2013.12.09.2/youtube-dl-2013.12.09.2.tar.gz", + "https://yt-dl.org/downloads/2013.12.09.2/youtube-dl-2013.12.09.2.tar.gz", "da7e52806baecb966ef41fb127ee4dba6449f72261f70270cc7092b0e55ea658" ] - }, + }, "2013.12.09.4": { "bin": [ - "https://yt-dl.org/downloads/2013.12.09.4/youtube-dl", + "https://yt-dl.org/downloads/2013.12.09.4/youtube-dl", "6bae3174720de2c5421134560a80b198b1417df6aea473fecd1d98cd865b6b79" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2013.12.09.4/youtube-dl.exe", + "https://yt-dl.org/downloads/2013.12.09.4/youtube-dl.exe", "1df79c33220c0eb06f2f4be080c6747b44cff2aa8abee9c33d325d2994120841" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2013.12.09.4/youtube-dl-2013.12.09.4.tar.gz", + "https://yt-dl.org/downloads/2013.12.09.4/youtube-dl-2013.12.09.4.tar.gz", "d4659c10a5fe3c7af7f7909a249280b6b95debadab54d86dd3192ac2aa4248b3" ] - }, + }, "2013.12.10": { "bin": [ - "https://yt-dl.org/downloads/2013.12.10/youtube-dl", + "https://yt-dl.org/downloads/2013.12.10/youtube-dl", "1b3154a102d1c5d020318a31a7bc1defebee078a02a9ed459b33c6b4c963ad0e" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2013.12.10/youtube-dl.exe", + "https://yt-dl.org/downloads/2013.12.10/youtube-dl.exe", "babb1d33ad196a37f3d6d74210f59a6b34f6e6f2e04a18377bbc35aedcfe3313" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2013.12.10/youtube-dl-2013.12.10.tar.gz", + "https://yt-dl.org/downloads/2013.12.10/youtube-dl-2013.12.10.tar.gz", "b033f596400141c1bd6601d287a6ee951602e3683fc3456b7abf6d309e66e0ce" ] - }, + }, "2013.12.11": { "bin": [ - "https://yt-dl.org/downloads/2013.12.11/youtube-dl", + "https://yt-dl.org/downloads/2013.12.11/youtube-dl", "dc45c27022f8eeed6f35d2acd50cc4a5fea2d865ba19b0199074f91a4797bd77" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2013.12.11/youtube-dl.exe", + "https://yt-dl.org/downloads/2013.12.11/youtube-dl.exe", "3aa0135b3c37c296914047e17b6f80e0ef32b1f4c8e0726e454bbb204f0cd2d1" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2013.12.11/youtube-dl-2013.12.11.tar.gz", + "https://yt-dl.org/downloads/2013.12.11/youtube-dl-2013.12.11.tar.gz", "815ed3264c17c0c9aa3efd9644215f8a9504623749c25f6bb8ccbbc7f668e8f6" ] - }, + }, "2013.12.11.1": { "bin": [ - "https://yt-dl.org/downloads/2013.12.11.1/youtube-dl", + "https://yt-dl.org/downloads/2013.12.11.1/youtube-dl", "5378e7834c928f58179094e484f156f557521e012c6fbd26789b929e406c83de" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2013.12.11.1/youtube-dl.exe", + "https://yt-dl.org/downloads/2013.12.11.1/youtube-dl.exe", "74c638cab2a23a412086bf94787eb1520176317d2b8560259052874003a31036" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2013.12.11.1/youtube-dl-2013.12.11.1.tar.gz", + "https://yt-dl.org/downloads/2013.12.11.1/youtube-dl-2013.12.11.1.tar.gz", "e43353e84e46335c81d45b06e8df68cc8cc94ab47978096d1fbe98faf006c763" ] - }, + }, "2013.12.11.2": { "bin": [ - "https://yt-dl.org/downloads/2013.12.11.2/youtube-dl", + "https://yt-dl.org/downloads/2013.12.11.2/youtube-dl", "d2c5acc06cfed3b13bd76233cf6dd0a4fc97d916f22fed1b51815428a1c558c6" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2013.12.11.2/youtube-dl.exe", + "https://yt-dl.org/downloads/2013.12.11.2/youtube-dl.exe", "98b5b42cabe57e00ffee7f785db36ad5aaf949aba8f00af4839589029188e919" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2013.12.11.2/youtube-dl-2013.12.11.2.tar.gz", + "https://yt-dl.org/downloads/2013.12.11.2/youtube-dl-2013.12.11.2.tar.gz", "785a08acb19bfac41efcc4a54146dd63b6b357687da27f06b6ae093117d420ab" ] - }, + }, "2013.12.16": { "bin": [ - "https://yt-dl.org/downloads/2013.12.16/youtube-dl", + "https://yt-dl.org/downloads/2013.12.16/youtube-dl", "1464e8eef05444067fb75e46213da9de581caac351e9f192b26017abe0891321" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2013.12.16/youtube-dl.exe", + "https://yt-dl.org/downloads/2013.12.16/youtube-dl.exe", "4931827086e1ca00d929ad4fcb599956bef9c70c0915ce42909e8cc8c5089037" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2013.12.16/youtube-dl-2013.12.16.tar.gz", + "https://yt-dl.org/downloads/2013.12.16/youtube-dl-2013.12.16.tar.gz", "faccc9f73fb5d94d80d0a74328b00f4498f68ef81c85c2f58a47b472b6ab8e78" ] - }, + }, "2013.12.16.1": { "bin": [ - "https://yt-dl.org/downloads/2013.12.16.1/youtube-dl", + "https://yt-dl.org/downloads/2013.12.16.1/youtube-dl", "757567c573fe66a979c90176d54716f53574cb01e677ddb166f88cfacaf31b1a" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2013.12.16.1/youtube-dl.exe", + "https://yt-dl.org/downloads/2013.12.16.1/youtube-dl.exe", "195e72b65c7fdae71a55cfae50843964e0dd27851acf034968957d1b4c10318b" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2013.12.16.1/youtube-dl-2013.12.16.1.tar.gz", + "https://yt-dl.org/downloads/2013.12.16.1/youtube-dl-2013.12.16.1.tar.gz", "c883894fe0c76c38d87be553b3eaf668944d3918b45b5e3e2d4a6e4b6e539486" ] - }, + }, "2013.12.16.2": { "bin": [ - "https://yt-dl.org/downloads/2013.12.16.2/youtube-dl", + "https://yt-dl.org/downloads/2013.12.16.2/youtube-dl", "4c688833034228502e637401aab8545de1707e91da00ff6617a0a28a10c25411" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2013.12.16.2/youtube-dl.exe", + "https://yt-dl.org/downloads/2013.12.16.2/youtube-dl.exe", "b598852a218b6e01fd3132bb6a7e179c3f47b695e18e6f3f15eedd72ebdfbad9" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2013.12.16.2/youtube-dl-2013.12.16.2.tar.gz", + "https://yt-dl.org/downloads/2013.12.16.2/youtube-dl-2013.12.16.2.tar.gz", "de713f778bab51d0b442c539eff4a1a505ba9649e7fe29f4076a364f2e286e03" ] - }, + }, "2013.12.16.3": { "bin": [ - "https://yt-dl.org/downloads/2013.12.16.3/youtube-dl", + "https://yt-dl.org/downloads/2013.12.16.3/youtube-dl", "e2e6a8ace9e3b93483bf75a80c11d53280dea416fc86c73994bca7b55617c8f8" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2013.12.16.3/youtube-dl.exe", + "https://yt-dl.org/downloads/2013.12.16.3/youtube-dl.exe", "3dd4e71577f8373f09927f7f7d672b84432ac1d8de7cf15929b076d90d27c856" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2013.12.16.3/youtube-dl-2013.12.16.3.tar.gz", + "https://yt-dl.org/downloads/2013.12.16.3/youtube-dl-2013.12.16.3.tar.gz", "6f7433e779ae1845e9d730feff104ca1ce506afdb91387f5242ebcd7c9897fae" ] - }, + }, "2013.12.16.4": { "bin": [ - "https://yt-dl.org/downloads/2013.12.16.4/youtube-dl", + "https://yt-dl.org/downloads/2013.12.16.4/youtube-dl", "c1b938f85d89f797da9c322857593eb0ff38463c57b78f18674d6eb3314829b4" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2013.12.16.4/youtube-dl.exe", + "https://yt-dl.org/downloads/2013.12.16.4/youtube-dl.exe", "3a272383344578028d736aee058d06528194c41c38fe4aa907c1cc0c895426b8" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2013.12.16.4/youtube-dl-2013.12.16.4.tar.gz", + "https://yt-dl.org/downloads/2013.12.16.4/youtube-dl-2013.12.16.4.tar.gz", "ac0b74ff50ae1825d8963233c7e272a2fee99206e8d72d13b3cd899c35fe44b2" ] - }, + }, "2013.12.16.6": { "bin": [ - "https://yt-dl.org/downloads/2013.12.16.6/youtube-dl", + "https://yt-dl.org/downloads/2013.12.16.6/youtube-dl", "20cda5842366fd61861fe3df815ff90979abdb4405af62921b15065c40aedd36" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2013.12.16.6/youtube-dl.exe", + "https://yt-dl.org/downloads/2013.12.16.6/youtube-dl.exe", "c504b7e74f9418cae66caee8d22ee478e1d4c4a7ad892b26f10b01105b7162a2" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2013.12.16.6/youtube-dl-2013.12.16.6.tar.gz", + "https://yt-dl.org/downloads/2013.12.16.6/youtube-dl-2013.12.16.6.tar.gz", "bd11dc0d524f1fd90118c445479dcb00bfd5828b17a5464bdf605405569df9b3" ] - }, + }, "2013.12.16.7": { "bin": [ - "https://yt-dl.org/downloads/2013.12.16.7/youtube-dl", + "https://yt-dl.org/downloads/2013.12.16.7/youtube-dl", "b5095440c7afc4a9d4be6410d48e50c173b79b67c50599cfc44478f31949b810" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2013.12.16.7/youtube-dl.exe", + "https://yt-dl.org/downloads/2013.12.16.7/youtube-dl.exe", "bafddd4a7086f660839766925935f3ae2324ff37eb50b6a1b13af45945520799" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2013.12.16.7/youtube-dl-2013.12.16.7.tar.gz", + "https://yt-dl.org/downloads/2013.12.16.7/youtube-dl-2013.12.16.7.tar.gz", "95ceb0aa30a1791efa26e1d285a69283c468aa27cace65b9094d485e785a58e9" ] - }, + }, "2013.12.17": { "bin": [ - "https://yt-dl.org/downloads/2013.12.17/youtube-dl", + "https://yt-dl.org/downloads/2013.12.17/youtube-dl", "dce49d99a472070853bd21174f785f334db1b0a595ac423386c709891d321e09" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2013.12.17/youtube-dl.exe", + "https://yt-dl.org/downloads/2013.12.17/youtube-dl.exe", "2c54a35c503ff3a6e2992dd872da1e700ff0b89e6b714f78f31e4bfe3b31c84e" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2013.12.17/youtube-dl-2013.12.17.tar.gz", + "https://yt-dl.org/downloads/2013.12.17/youtube-dl-2013.12.17.tar.gz", "c917df720ec3d9960067e93388837ce0318afef57ec044bd3a8adce8d9d49461" ] - }, + }, "2013.12.17.1": { "bin": [ - "https://yt-dl.org/downloads/2013.12.17.1/youtube-dl", + "https://yt-dl.org/downloads/2013.12.17.1/youtube-dl", "9956620aab9dd1b57db876480eb0df5c6b1bbfbb12c55651cc518c70539ec244" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2013.12.17.1/youtube-dl.exe", + "https://yt-dl.org/downloads/2013.12.17.1/youtube-dl.exe", "9f8809a34695d248b85115485d3ee8b022e5ea234b8f025350b45e49f6233933" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2013.12.17.1/youtube-dl-2013.12.17.1.tar.gz", + "https://yt-dl.org/downloads/2013.12.17.1/youtube-dl-2013.12.17.1.tar.gz", "f4eeb72e25124a94840c4c9c31476b6f468b13217e5e483cd7d672c7f4cafaee" ] - }, + }, "2013.12.17.2": { "bin": [ - "https://yt-dl.org/downloads/2013.12.17.2/youtube-dl", + "https://yt-dl.org/downloads/2013.12.17.2/youtube-dl", "953409a75086b21aad8118348375b1484fd58441e8b6fb5bd969dbfb4eb3eb7c" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2013.12.17.2/youtube-dl.exe", + "https://yt-dl.org/downloads/2013.12.17.2/youtube-dl.exe", "d718149c2f00aed1155401c66b85584818aa75ce6e719fc76043f0ff230618e3" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2013.12.17.2/youtube-dl-2013.12.17.2.tar.gz", + "https://yt-dl.org/downloads/2013.12.17.2/youtube-dl-2013.12.17.2.tar.gz", "bbf98e81921adbba383caf11f9dcb33aa4d6dc0b3c03ebba53690f613609bbb6" ] - }, + }, "2013.12.20": { "bin": [ - "https://yt-dl.org/downloads/2013.12.20/youtube-dl", + "https://yt-dl.org/downloads/2013.12.20/youtube-dl", "9480b45173b8ee9bd15ba655bcdd06976e0c0adf920c169a5486f638567d037c" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2013.12.20/youtube-dl.exe", + "https://yt-dl.org/downloads/2013.12.20/youtube-dl.exe", "fa44aa17cbcdfa4e45da87e061d2581daf2275dd35e15be37852cb11ea70d764" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2013.12.20/youtube-dl-2013.12.20.tar.gz", + "https://yt-dl.org/downloads/2013.12.20/youtube-dl-2013.12.20.tar.gz", "eb83b2112c7098c32ab66f9051900e2a35d24992ba98e7ca74ef10a16e061933" ] - }, + }, "2013.12.23": { "bin": [ - "https://yt-dl.org/downloads/2013.12.23/youtube-dl", + "https://yt-dl.org/downloads/2013.12.23/youtube-dl", "81eed0dc893f23037fb36d14f5d54c5dfba6ce0864b2b9f95061f41903329b12" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2013.12.23/youtube-dl.exe", + "https://yt-dl.org/downloads/2013.12.23/youtube-dl.exe", "d29e019eb72032c995cee3aa27f66be320b37222ecb3391beb449afd6312b93d" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2013.12.23/youtube-dl-2013.12.23.tar.gz", + "https://yt-dl.org/downloads/2013.12.23/youtube-dl-2013.12.23.tar.gz", "5558b4568289a4e845b40411ef2ce69322d34068116845da055e314c9ea3a4ba" ] - }, + }, "2013.12.23.1": { "bin": [ - "https://yt-dl.org/downloads/2013.12.23.1/youtube-dl", + "https://yt-dl.org/downloads/2013.12.23.1/youtube-dl", "1f1fa9afb24b73bc4d26242d82f30f9da37b0d47b70822275158534f44625bdc" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2013.12.23.1/youtube-dl.exe", + "https://yt-dl.org/downloads/2013.12.23.1/youtube-dl.exe", "76ea1f1bc7e64d098ede02aa60dca23c3fbff066f8a32cf25311302f10e45f63" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2013.12.23.1/youtube-dl-2013.12.23.1.tar.gz", + "https://yt-dl.org/downloads/2013.12.23.1/youtube-dl-2013.12.23.1.tar.gz", "5378686245918cc6101f8d446c8b9380fdf4f746d23765ddf7a0ae9fc9c3d74e" ] - }, + }, "2013.12.23.2": { "bin": [ - "https://yt-dl.org/downloads/2013.12.23.2/youtube-dl", + "https://yt-dl.org/downloads/2013.12.23.2/youtube-dl", "303990cd53a363d93c49bb509e2c668c56859984809f794bf74567f83523ceea" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2013.12.23.2/youtube-dl.exe", + "https://yt-dl.org/downloads/2013.12.23.2/youtube-dl.exe", "44c3893d5865fe4c033f8d7107be5e52fc971b7d940f196df0e117a452d1d203" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2013.12.23.2/youtube-dl-2013.12.23.2.tar.gz", + "https://yt-dl.org/downloads/2013.12.23.2/youtube-dl-2013.12.23.2.tar.gz", "f281b257f3cf5acf6e5b1089e4c31840944f7188a864b4961aacdfc6194ad9fe" ] - }, + }, "2013.12.23.3": { "bin": [ - "https://yt-dl.org/downloads/2013.12.23.3/youtube-dl", + "https://yt-dl.org/downloads/2013.12.23.3/youtube-dl", "1009fd65d1af3730b3a7e435f5827c3c7f89b5660c628c3aa3bc1986f168f646" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2013.12.23.3/youtube-dl.exe", + "https://yt-dl.org/downloads/2013.12.23.3/youtube-dl.exe", "b380248791904be49147c01542e11d27c3a1602596358c14e57e8c84d57f870f" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2013.12.23.3/youtube-dl-2013.12.23.3.tar.gz", + "https://yt-dl.org/downloads/2013.12.23.3/youtube-dl-2013.12.23.3.tar.gz", "f34ecdee736d0d5574583f337e32b8fe8fe71efe93f5a664db2e92c699cdf015" ] - }, + }, "2013.12.23.4": { "bin": [ - "https://yt-dl.org/downloads/2013.12.23.4/youtube-dl", + "https://yt-dl.org/downloads/2013.12.23.4/youtube-dl", "df539cf7608f2a0ef3062fd2cb932fc11376afc5da9ff1d7518ea41fe7ae9a77" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2013.12.23.4/youtube-dl.exe", + "https://yt-dl.org/downloads/2013.12.23.4/youtube-dl.exe", "aef1b71e6d931e4c93520b03b8546c91eac417c13c0307ba3063845d8ba94af3" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2013.12.23.4/youtube-dl-2013.12.23.4.tar.gz", + "https://yt-dl.org/downloads/2013.12.23.4/youtube-dl-2013.12.23.4.tar.gz", "8e5c09a36f0e2ff8a628e27f86cd135e0e1244819f5c6c16862c08b558081a1f" ] - }, + }, "2013.12.26": { "bin": [ - "https://yt-dl.org/downloads/2013.12.26/youtube-dl", + "https://yt-dl.org/downloads/2013.12.26/youtube-dl", "a9701ed0a15667047e2a0e3c26ad8feb263399dfc615691f87335fced9f2a041" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2013.12.26/youtube-dl.exe", + "https://yt-dl.org/downloads/2013.12.26/youtube-dl.exe", "156654bfde81319b87d0a3d26df1265cc21ac3076dc73cb31cd800fab6182de5" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2013.12.26/youtube-dl-2013.12.26.tar.gz", + "https://yt-dl.org/downloads/2013.12.26/youtube-dl-2013.12.26.tar.gz", "ac0d35d32a0f333843da078f26addfcd52c58bb24fe099a2ed481d71f145f3b5" ] - }, + }, "2014.01.03": { "bin": [ - "https://yt-dl.org/downloads/2014.01.03/youtube-dl", + "https://yt-dl.org/downloads/2014.01.03/youtube-dl", "16ddfdf9030f92c3237b9724640b4383ff005bf23ed81091ef53064eda3973ae" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2014.01.03/youtube-dl.exe", + "https://yt-dl.org/downloads/2014.01.03/youtube-dl.exe", "78d5b9e4fa1688395619994135c05d371644d9965e60bec3ea60a1780804496f" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2014.01.03/youtube-dl-2014.01.03.tar.gz", + "https://yt-dl.org/downloads/2014.01.03/youtube-dl-2014.01.03.tar.gz", "ad9f35e9f4ee6db560d1ffda5e893853acaa9a979041dbf98c3ba12e811aef07" ] - }, + }, "2014.01.05.1": { "bin": [ - "https://yt-dl.org/downloads/2014.01.05.1/youtube-dl", + "https://yt-dl.org/downloads/2014.01.05.1/youtube-dl", "b4f879dc2b03ff2cb4c559b4a49ad57d2bd16727f123bd5c94f6e734cbe96021" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2014.01.05.1/youtube-dl.exe", + "https://yt-dl.org/downloads/2014.01.05.1/youtube-dl.exe", "c838c63dfeb4f8fe5291ef17b856649004da5c0810e12e29d3c41cd4ac9e6ebe" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2014.01.05.1/youtube-dl-2014.01.05.1.tar.gz", + "https://yt-dl.org/downloads/2014.01.05.1/youtube-dl-2014.01.05.1.tar.gz", "6c560a073645ee32bb735764467e45089795c6223d4cdc06dbda8f0dbcd3ff4b" ] - }, + }, "2014.01.05.3": { "bin": [ - "https://yt-dl.org/downloads/2014.01.05.3/youtube-dl", + "https://yt-dl.org/downloads/2014.01.05.3/youtube-dl", "2695d7b9da213cea1bd9eb9a7073b5d9f4fdda4355ea860bd59b8447dd7e6997" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2014.01.05.3/youtube-dl.exe", + "https://yt-dl.org/downloads/2014.01.05.3/youtube-dl.exe", "95a3f18047534cc78fd38ffc8553687119e9794ebf07d4548e50f258c6bae7cd" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2014.01.05.3/youtube-dl-2014.01.05.3.tar.gz", + "https://yt-dl.org/downloads/2014.01.05.3/youtube-dl-2014.01.05.3.tar.gz", "81a0f2e0d0ada2ed91b3b1d60791bd2f48995832cd7c26835645301e860e95fd" ] - }, + }, "2014.01.05.4": { "bin": [ - "https://yt-dl.org/downloads/2014.01.05.4/youtube-dl", + "https://yt-dl.org/downloads/2014.01.05.4/youtube-dl", "0390c5aab497bdd6b5984a4618ed6dd029f434adc1310e9231cd1f1b3d202a47" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2014.01.05.4/youtube-dl.exe", + "https://yt-dl.org/downloads/2014.01.05.4/youtube-dl.exe", "7fcd4040874c1ffd2211d1430a2003c024dd607357e9b939a4cfbbb9d7a1b4fd" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2014.01.05.4/youtube-dl-2014.01.05.4.tar.gz", + "https://yt-dl.org/downloads/2014.01.05.4/youtube-dl-2014.01.05.4.tar.gz", "b3ccc5c850c65c28dcb3aa0c2ee0961901405e9669c9c8f6a72dd55f8294d43e" ] - }, + }, "2014.01.05.5": { "bin": [ - "https://yt-dl.org/downloads/2014.01.05.5/youtube-dl", + "https://yt-dl.org/downloads/2014.01.05.5/youtube-dl", "d89e9b9114718860a900ce9a49ec00411fdfc8f32ca00ed8b156e6a4f5548707" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2014.01.05.5/youtube-dl.exe", + "https://yt-dl.org/downloads/2014.01.05.5/youtube-dl.exe", "52294491d10adc5ae40c42a0eda4da9980dfd2ad8067da58d5d07edc744e89ef" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2014.01.05.5/youtube-dl-2014.01.05.5.tar.gz", + "https://yt-dl.org/downloads/2014.01.05.5/youtube-dl-2014.01.05.5.tar.gz", "7bbe87df0e4eefa1af36cd6fc86530bc8e1a78458d2d02d5e208656da4572fa2" ] - }, + }, "2014.01.05.6": { "bin": [ - "https://yt-dl.org/downloads/2014.01.05.6/youtube-dl", + "https://yt-dl.org/downloads/2014.01.05.6/youtube-dl", "f7cd927cb7f287e5ae3c489b2938ff5de17b1074770f03698ce83876180bbbdb" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2014.01.05.6/youtube-dl.exe", + "https://yt-dl.org/downloads/2014.01.05.6/youtube-dl.exe", "37a336c6f9987af4fd5fbc5d8bdf34ac8012346d62b9ded085e43f2c59315c09" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2014.01.05.6/youtube-dl-2014.01.05.6.tar.gz", + "https://yt-dl.org/downloads/2014.01.05.6/youtube-dl-2014.01.05.6.tar.gz", "8b6996f16124be12e432d14b5fb67fc9f253e5f0867d6c919fce39b0f4660ef2" ] - }, + }, "2014.01.06": { "bin": [ - "https://yt-dl.org/downloads/2014.01.06/youtube-dl", + "https://yt-dl.org/downloads/2014.01.06/youtube-dl", "4657b8c028c0d8411d9e00fc313e33d899177bbd374e45b06cf9f77e48da1a94" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2014.01.06/youtube-dl.exe", + "https://yt-dl.org/downloads/2014.01.06/youtube-dl.exe", "79e1046cffe9d2b8999e264259fcfe83b03196e2f2727ea64c7f1fa965e62081" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2014.01.06/youtube-dl-2014.01.06.tar.gz", + "https://yt-dl.org/downloads/2014.01.06/youtube-dl-2014.01.06.tar.gz", "87b806416aa7aef3d8f4ad5d32c6ead95a3e6acc4bf740fa2b4a34a5462e0562" ] - }, + }, "2014.01.06.1": { "bin": [ - "https://yt-dl.org/downloads/2014.01.06.1/youtube-dl", + "https://yt-dl.org/downloads/2014.01.06.1/youtube-dl", "a4efb33d0e9f8a8cbaaae7654e866f420308b4c390a7f31fa55e2c338fe3eca9" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2014.01.06.1/youtube-dl.exe", + "https://yt-dl.org/downloads/2014.01.06.1/youtube-dl.exe", "88535f3cd174a8fb74fbaee6fe5cb671f86152703ed7486a7573b8e36bcf8e94" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2014.01.06.1/youtube-dl-2014.01.06.1.tar.gz", + "https://yt-dl.org/downloads/2014.01.06.1/youtube-dl-2014.01.06.1.tar.gz", "96c707d32bd95de83cba5f8abdac9b6e642070758d32a1a09aac3a96e43ee05c" ] - }, + }, "2014.01.07": { "bin": [ - "https://yt-dl.org/downloads/2014.01.07/youtube-dl", + "https://yt-dl.org/downloads/2014.01.07/youtube-dl", "9b73bd3e428386193f8c11339937a3dd87b951d512f0673871b2eca5215da8c8" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2014.01.07/youtube-dl.exe", + "https://yt-dl.org/downloads/2014.01.07/youtube-dl.exe", "e0f52c960e811857599520c0fab8a9831061e5b0278710b6504b72f8e2b4c221" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2014.01.07/youtube-dl-2014.01.07.tar.gz", + "https://yt-dl.org/downloads/2014.01.07/youtube-dl-2014.01.07.tar.gz", "8becb11ef4f8359bc4e2a9df02bd10d4d6903c9566558710217bb5b7c1b4728f" ] - }, + }, "2014.01.07.1": { "bin": [ - "https://yt-dl.org/downloads/2014.01.07.1/youtube-dl", + "https://yt-dl.org/downloads/2014.01.07.1/youtube-dl", "b54936ff255000cd7aaa392279efcb42a4cf45bf85c73c7287a5f6155e40fedb" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2014.01.07.1/youtube-dl.exe", + "https://yt-dl.org/downloads/2014.01.07.1/youtube-dl.exe", "160b084ec937d8634bf932d1d883f147ef2267359aff57aa44b7e94d88d4e4f7" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2014.01.07.1/youtube-dl-2014.01.07.1.tar.gz", + "https://yt-dl.org/downloads/2014.01.07.1/youtube-dl-2014.01.07.1.tar.gz", "2c4526f3ca6a8cbd27301539bc55c9b1450d45ab9377d14ff0994f681729204b" ] - }, + }, "2014.01.07.3": { "bin": [ - "https://yt-dl.org/downloads/2014.01.07.3/youtube-dl", + "https://yt-dl.org/downloads/2014.01.07.3/youtube-dl", "4de1d19bf2dbec5b8d5607fc8dd0567c0374a12d39d5e7c4ac33adbda43ea1da" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2014.01.07.3/youtube-dl.exe", + "https://yt-dl.org/downloads/2014.01.07.3/youtube-dl.exe", "4b085f781260c1e9d67520f86aa50574c4ddbd81cd18ec81dad40ae96b307da7" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2014.01.07.3/youtube-dl-2014.01.07.3.tar.gz", + "https://yt-dl.org/downloads/2014.01.07.3/youtube-dl-2014.01.07.3.tar.gz", "e6cee62afab02a6e6ef7bdaeea4da672dfe2c79a12319de8d353d4fd1d6badb2" ] - }, + }, "2014.01.07.5": { "bin": [ - "https://yt-dl.org/downloads/2014.01.07.5/youtube-dl", + "https://yt-dl.org/downloads/2014.01.07.5/youtube-dl", "3b5ad311b9d494a86e47937224566f0fe78b01b70f8ca28dca9df4cabfa3e477" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2014.01.07.5/youtube-dl.exe", + "https://yt-dl.org/downloads/2014.01.07.5/youtube-dl.exe", "17e88e405d576c2b77cd233f4ed5d2a62845a183d56c8e23914ba20c3842b277" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2014.01.07.5/youtube-dl-2014.01.07.5.tar.gz", + "https://yt-dl.org/downloads/2014.01.07.5/youtube-dl-2014.01.07.5.tar.gz", "15fc68b7d8cdfa19596eded078ba1d8d736bcae40c69ff4382a1e7082c2f6011" ] - }, + }, "2014.01.08": { "bin": [ - "https://yt-dl.org/downloads/2014.01.08/youtube-dl", + "https://yt-dl.org/downloads/2014.01.08/youtube-dl", "d2e44d9d0c767f5c58517535eebe498847874f501c3cd454f6db61d73d44e457" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2014.01.08/youtube-dl.exe", + "https://yt-dl.org/downloads/2014.01.08/youtube-dl.exe", "c8268e0273d3bc283ee68e5c2b2a467536d14b0b8eb82a21600034abd768e7e2" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2014.01.08/youtube-dl-2014.01.08.tar.gz", + "https://yt-dl.org/downloads/2014.01.08/youtube-dl-2014.01.08.tar.gz", "9b33c9d034d1fb50234719e5ffff948707944dfe406f376e6fae4cc185910329" ] - }, + }, "2014.01.17.2": { "bin": [ - "https://yt-dl.org/downloads/2014.01.17.2/youtube-dl", + "https://yt-dl.org/downloads/2014.01.17.2/youtube-dl", "d8b7c3a7343885304dc205ed287a687da8440b4831c633f95ef2c4bc92b356e7" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2014.01.17.2/youtube-dl.exe", + "https://yt-dl.org/downloads/2014.01.17.2/youtube-dl.exe", "316f655165f3115a282e10153118177ad9887ee252e7e61634a43bdfb5e5af9e" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2014.01.17.2/youtube-dl-2014.01.17.2.tar.gz", + "https://yt-dl.org/downloads/2014.01.17.2/youtube-dl-2014.01.17.2.tar.gz", "0ce26676b755dc761b7356ef0b0ff647d0ea8f7d261d9396855e1cbaeac01ea8" ] - }, + }, "2014.01.20": { "bin": [ - "https://yt-dl.org/downloads/2014.01.20/youtube-dl", + "https://yt-dl.org/downloads/2014.01.20/youtube-dl", "673f27e2982318401bb34644ce17877c5dff9b9c51592047fcf3eb2a00eb033c" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2014.01.20/youtube-dl.exe", + "https://yt-dl.org/downloads/2014.01.20/youtube-dl.exe", "9363861bc9ef6526295811fd06913a6421121d5a98e660613d763055e3bdfe8c" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2014.01.20/youtube-dl-2014.01.20.tar.gz", + "https://yt-dl.org/downloads/2014.01.20/youtube-dl-2014.01.20.tar.gz", "dea67ba74d6e32307c70f32d91df8d01ea7efbb90e2c70b876f3bf1b049e38cf" ] - }, + }, "2014.01.21": { "bin": [ - "https://yt-dl.org/downloads/2014.01.21/youtube-dl", + "https://yt-dl.org/downloads/2014.01.21/youtube-dl", "0cc5cba6b180bee2b81dc689dbe652d6f73040da5264e58d06a5eac6483a770a" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2014.01.21/youtube-dl.exe", + "https://yt-dl.org/downloads/2014.01.21/youtube-dl.exe", "9956875236992a2738e7314b2e03cfe641b42586a9189c205ae8344490f66712" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2014.01.21/youtube-dl-2014.01.21.tar.gz", + "https://yt-dl.org/downloads/2014.01.21/youtube-dl-2014.01.21.tar.gz", "f974e268db8cda9ef3c74b4b7dd3433ddf9c5ccf68b5075a120ecd5979c90527" ] - }, + }, "2014.01.21.1": { "bin": [ - "https://yt-dl.org/downloads/2014.01.21.1/youtube-dl", + "https://yt-dl.org/downloads/2014.01.21.1/youtube-dl", "fe8791862635057bbc64a7855df1566554be669a8e11fb04a9d18a23db8d0dae" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2014.01.21.1/youtube-dl.exe", + "https://yt-dl.org/downloads/2014.01.21.1/youtube-dl.exe", "9e3f716bf86ed79b936d013e1eb0e887afd5383ae52acef3e91299eaffcaec7f" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2014.01.21.1/youtube-dl-2014.01.21.1.tar.gz", + "https://yt-dl.org/downloads/2014.01.21.1/youtube-dl-2014.01.21.1.tar.gz", "da83de365b3499eabfc7f5bc2f21f70900bb04006f8e058459e9f2b5505dffc8" ] - }, + }, "2014.01.22": { "bin": [ - "https://yt-dl.org/downloads/2014.01.22/youtube-dl", + "https://yt-dl.org/downloads/2014.01.22/youtube-dl", "32454b470294823fe299cd127a613709ec8384bac8fce3866119da5fd0fcaa02" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2014.01.22/youtube-dl.exe", + "https://yt-dl.org/downloads/2014.01.22/youtube-dl.exe", "3672cda3c84880d01bd3a52150ebdb2c89556d8ee4aa042c3810ef20796d07b0" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2014.01.22/youtube-dl-2014.01.22.tar.gz", + "https://yt-dl.org/downloads/2014.01.22/youtube-dl-2014.01.22.tar.gz", "140bcb1d890ff322161aa1553d745da6ef94f4ca62e41df00f283a2e5d863270" ] - }, + }, "2014.01.22.1": { "bin": [ - "https://yt-dl.org/downloads/2014.01.22.1/youtube-dl", + "https://yt-dl.org/downloads/2014.01.22.1/youtube-dl", "07910f1871ed2aba9f871be28b18f15cb003f91f8ff4cba1720a0aa76026e466" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2014.01.22.1/youtube-dl.exe", + "https://yt-dl.org/downloads/2014.01.22.1/youtube-dl.exe", "b5dc4e7e1a92c6e95137e7ab59de5e9f8109628dff590c4830bb5afefccc5eaa" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2014.01.22.1/youtube-dl-2014.01.22.1.tar.gz", + "https://yt-dl.org/downloads/2014.01.22.1/youtube-dl-2014.01.22.1.tar.gz", "bc261824ead97bf674650483595dab3529bb0399df4c69cd85ce1a6ffb82627c" ] - }, + }, "2014.01.22.2": { "bin": [ - "https://yt-dl.org/downloads/2014.01.22.2/youtube-dl", + "https://yt-dl.org/downloads/2014.01.22.2/youtube-dl", "30178a605afbc75776d1df9cfa12d329604b5c2a9d8af7f4692a59adcb31eb89" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2014.01.22.2/youtube-dl.exe", + "https://yt-dl.org/downloads/2014.01.22.2/youtube-dl.exe", "40dcdf4780c7d12836544ef455275000e42b3ba20c4553cf7f3cb654fe3d3d5a" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2014.01.22.2/youtube-dl-2014.01.22.2.tar.gz", + "https://yt-dl.org/downloads/2014.01.22.2/youtube-dl-2014.01.22.2.tar.gz", "d23e3f70117f37b8dec8217f4428f453d42d606b82a1487787a2e2b6d234e8cd" ] - }, + }, "2014.01.22.3": { "bin": [ - "https://yt-dl.org/downloads/2014.01.22.3/youtube-dl", + "https://yt-dl.org/downloads/2014.01.22.3/youtube-dl", "ab25d7b94b84b0826d95685242daf1883d18dfcdcafacc0a2651ef672557a01e" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2014.01.22.3/youtube-dl.exe", + "https://yt-dl.org/downloads/2014.01.22.3/youtube-dl.exe", "295386ae4932f474b02f7c7e79055490baf2ef17e2c5a91989bd30c8f0628e7a" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2014.01.22.3/youtube-dl-2014.01.22.3.tar.gz", + "https://yt-dl.org/downloads/2014.01.22.3/youtube-dl-2014.01.22.3.tar.gz", "790694ab5dd39612079cc913dd5ee01972e8b587d0dd3ac0f2fcfdbc58e80ed0" ] - }, + }, "2014.01.22.4": { "bin": [ - "https://yt-dl.org/downloads/2014.01.22.4/youtube-dl", + "https://yt-dl.org/downloads/2014.01.22.4/youtube-dl", "ba40388e617b6bcd29fa4f0a789499647daf01349d997427abb390e4dcc642fa" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2014.01.22.4/youtube-dl.exe", + "https://yt-dl.org/downloads/2014.01.22.4/youtube-dl.exe", "dcbec237cf2216bdb03d6dd73b4f239cef85ce6cb08db82a15ab05c7031c83e8" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2014.01.22.4/youtube-dl-2014.01.22.4.tar.gz", + "https://yt-dl.org/downloads/2014.01.22.4/youtube-dl-2014.01.22.4.tar.gz", "903f6e39758240c70e2ce5ebfe16d4e33069ffeb3308feea61481bd29a37d8a7" ] - }, + }, "2014.01.22.5": { "bin": [ - "https://yt-dl.org/downloads/2014.01.22.5/youtube-dl", + "https://yt-dl.org/downloads/2014.01.22.5/youtube-dl", "5437323cf040a17318e0fb9ed8ab50cb96abc5dc78992c9da1d629ca24a16a8e" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2014.01.22.5/youtube-dl.exe", + "https://yt-dl.org/downloads/2014.01.22.5/youtube-dl.exe", "c779f1515460d58c038c59d0c7ab8d4c901e8c7cfc56f42998ad36995b6042c2" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2014.01.22.5/youtube-dl-2014.01.22.5.tar.gz", + "https://yt-dl.org/downloads/2014.01.22.5/youtube-dl-2014.01.22.5.tar.gz", "9b483a3f8f6810de7ae641a3a7d6c9f2a93a124c356a291e035efbe8777fd430" ] - }, + }, "2014.01.23": { "bin": [ - "https://yt-dl.org/downloads/2014.01.23/youtube-dl", + "https://yt-dl.org/downloads/2014.01.23/youtube-dl", "4202cd2ba56e5a74504dd5e0efa5674210a2a331c8f479f4bc8186a3708ac97b" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2014.01.23/youtube-dl.exe", + "https://yt-dl.org/downloads/2014.01.23/youtube-dl.exe", "686296109fc5f843e6065af5f7612eb00f0cf46520f71c4bb172fa197a8ded5d" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2014.01.23/youtube-dl-2014.01.23.tar.gz", + "https://yt-dl.org/downloads/2014.01.23/youtube-dl-2014.01.23.tar.gz", "3d24716128fe418ae6e8b09733388207e07c213b598f08a7ce5c9b35ef764cb9" ] - }, + }, "2014.01.23.1": { "bin": [ - "https://yt-dl.org/downloads/2014.01.23.1/youtube-dl", + "https://yt-dl.org/downloads/2014.01.23.1/youtube-dl", "a5b68792b1a9cbe6a57791c4bf068f214191196a7d10cf15803a2929403f147e" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2014.01.23.1/youtube-dl.exe", + "https://yt-dl.org/downloads/2014.01.23.1/youtube-dl.exe", "1100fadc704f640fecc718ce3e6c8913f2f7c57ed5b27a9833bf7abfa8223187" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2014.01.23.1/youtube-dl-2014.01.23.1.tar.gz", + "https://yt-dl.org/downloads/2014.01.23.1/youtube-dl-2014.01.23.1.tar.gz", "d91ab013620b89a53f345d803ec124301c7c1bd9153231dd287c983ab8e4df1e" ] - }, + }, "2014.01.23.2": { "bin": [ - "https://yt-dl.org/downloads/2014.01.23.2/youtube-dl", + "https://yt-dl.org/downloads/2014.01.23.2/youtube-dl", "5d2e1b5188aed6d55ec6ba4f2653805d4ca91c83dd1cd83c2997a7159fb55d9f" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2014.01.23.2/youtube-dl.exe", + "https://yt-dl.org/downloads/2014.01.23.2/youtube-dl.exe", "7757279e34b1205d5742ad0f9b94fdbdd845888f509ed61449ce4fc166ed0927" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2014.01.23.2/youtube-dl-2014.01.23.2.tar.gz", + "https://yt-dl.org/downloads/2014.01.23.2/youtube-dl-2014.01.23.2.tar.gz", "8eff767b3b81e6682f2ac302c54355fd02a7d7efdedd258a00a43c88e492dfe0" ] - }, + }, "2014.01.23.3": { "bin": [ - "https://yt-dl.org/downloads/2014.01.23.3/youtube-dl", + "https://yt-dl.org/downloads/2014.01.23.3/youtube-dl", "9e8698d2fd1d4ddaf5b4360cffcb816ec850db7e71053e9494bea3872621859a" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2014.01.23.3/youtube-dl.exe", + "https://yt-dl.org/downloads/2014.01.23.3/youtube-dl.exe", "fb128f8f999cb233be2859cd6b4f5254c2eec3f1796e6ad05b273011cdde8778" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2014.01.23.3/youtube-dl-2014.01.23.3.tar.gz", + "https://yt-dl.org/downloads/2014.01.23.3/youtube-dl-2014.01.23.3.tar.gz", "d64bdef2c06467ae05c04c704456913991f243088c0d9607cc76501c066ae836" ] - }, + }, "2014.01.23.4": { "bin": [ - "https://yt-dl.org/downloads/2014.01.23.4/youtube-dl", + "https://yt-dl.org/downloads/2014.01.23.4/youtube-dl", "22ade759b7522b776a3070e8aadd87038f110b7fc40d40b5474d3fd364b03dfd" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2014.01.23.4/youtube-dl.exe", + "https://yt-dl.org/downloads/2014.01.23.4/youtube-dl.exe", "b381bfdd679d38b2e04abcf14fd97fd4780577b8496c6a7191d6391a330bf8c8" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2014.01.23.4/youtube-dl-2014.01.23.4.tar.gz", + "https://yt-dl.org/downloads/2014.01.23.4/youtube-dl-2014.01.23.4.tar.gz", "a96d562be51aeb817b9952bff8c65ecab737575b7104381ce62185397408dc72" ] - }, + }, "2014.01.27": { "bin": [ - "https://yt-dl.org/downloads/2014.01.27/youtube-dl", + "https://yt-dl.org/downloads/2014.01.27/youtube-dl", "2de6ae7b3e4edb8b6d779ebb625ea3ec8534a1c49c724044263ee36e4278a026" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2014.01.27/youtube-dl.exe", + "https://yt-dl.org/downloads/2014.01.27/youtube-dl.exe", "03599d737bd32e65c061db84db70ce04d16414a7beedc5091bb4b077a33004f7" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2014.01.27/youtube-dl-2014.01.27.tar.gz", + "https://yt-dl.org/downloads/2014.01.27/youtube-dl-2014.01.27.tar.gz", "d93493b250bb0f129701560526d7c193e825959ce1bd442ccead2edb74efdaac" ] - }, + }, "2014.01.27.1": { "bin": [ - "https://yt-dl.org/downloads/2014.01.27.1/youtube-dl", + "https://yt-dl.org/downloads/2014.01.27.1/youtube-dl", "edfaa0bbe6d4a00dfe2631d7ecf21157b17dcb2e33f3e4c722b4c5d2b0409b48" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2014.01.27.1/youtube-dl.exe", + "https://yt-dl.org/downloads/2014.01.27.1/youtube-dl.exe", "df500c8fd1a46738a713413259790b98a36b20f30be6dfda20b903ed1ab34001" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2014.01.27.1/youtube-dl-2014.01.27.1.tar.gz", + "https://yt-dl.org/downloads/2014.01.27.1/youtube-dl-2014.01.27.1.tar.gz", "d52812b635eaa8f3f42a6d75c6ef68fe9694a298afbee3e585e1d2b8c279e9a4" ] - }, + }, "2014.01.27.2": { "bin": [ - "https://yt-dl.org/downloads/2014.01.27.2/youtube-dl", + "https://yt-dl.org/downloads/2014.01.27.2/youtube-dl", "b817b232d9397105531bcd5bd364a26ac1a2e82d827356a485047f9d8dfbb9c6" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2014.01.27.2/youtube-dl.exe", + "https://yt-dl.org/downloads/2014.01.27.2/youtube-dl.exe", "c6c6c65fa0499b065594a230b295ab297a7b1cd3a2a99d4924da52a8138414cd" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2014.01.27.2/youtube-dl-2014.01.27.2.tar.gz", + "https://yt-dl.org/downloads/2014.01.27.2/youtube-dl-2014.01.27.2.tar.gz", "b1aa8fbfe6ad08ca906b87914901f1c2dbeb6948cef17af921bcadb4be1ac307" ] - }, + }, "2014.01.28.1": { "bin": [ - "https://yt-dl.org/downloads/2014.01.28.1/youtube-dl", + "https://yt-dl.org/downloads/2014.01.28.1/youtube-dl", "02a13daa4423c09b51f7372eecee334cc3fe76bfad8346063227261cc4caa922" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2014.01.28.1/youtube-dl.exe", + "https://yt-dl.org/downloads/2014.01.28.1/youtube-dl.exe", "8995463f86bfb7b0634105e3f5d727ed183c81d085d61c9d0fd8e91924232259" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2014.01.28.1/youtube-dl-2014.01.28.1.tar.gz", + "https://yt-dl.org/downloads/2014.01.28.1/youtube-dl-2014.01.28.1.tar.gz", "444980b0623f13904b46ff0866891de6d68883099e5d8c024ecc6be69a8066d0" ] - }, + }, "2014.01.29": { "bin": [ - "https://yt-dl.org/downloads/2014.01.29/youtube-dl", + "https://yt-dl.org/downloads/2014.01.29/youtube-dl", "ad7d448ff73819d5145291f4dd7f02a3dd47a20d38f92c15bb3be33e5683a212" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2014.01.29/youtube-dl.exe", + "https://yt-dl.org/downloads/2014.01.29/youtube-dl.exe", "c0d469fd53134abba56096a11f5e2942ba55d4e7cacbf1258ef02d2879a551a8" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2014.01.29/youtube-dl-2014.01.29.tar.gz", + "https://yt-dl.org/downloads/2014.01.29/youtube-dl-2014.01.29.tar.gz", "40e1fd619dac8abc13194630b83a2d0945cd99baebad57ff14e17e207996b3ea" ] - }, + }, "2014.01.30": { "bin": [ - "https://yt-dl.org/downloads/2014.01.30/youtube-dl", + "https://yt-dl.org/downloads/2014.01.30/youtube-dl", "713b985a08dcc748b72ff81871745eb1abb9d332f84f6448d539947a1352d4df" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2014.01.30/youtube-dl.exe", + "https://yt-dl.org/downloads/2014.01.30/youtube-dl.exe", "ce0284c55f51e8f7d639ef10c1044148572fac898e0a359ba300186597196f2a" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2014.01.30/youtube-dl-2014.01.30.tar.gz", + "https://yt-dl.org/downloads/2014.01.30/youtube-dl-2014.01.30.tar.gz", "269a948773fdf8c7588ab56c0fc5a315648281bb08729d2c726bd51cffed1c95" ] - }, + }, "2014.01.30.1": { "bin": [ - "https://yt-dl.org/downloads/2014.01.30.1/youtube-dl", + "https://yt-dl.org/downloads/2014.01.30.1/youtube-dl", "22a30b4ea77d34046bfab3b9ea302c23a6f638b3d8efd8cbe96007dd2994846f" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2014.01.30.1/youtube-dl.exe", + "https://yt-dl.org/downloads/2014.01.30.1/youtube-dl.exe", "a686283ba992666bd208749a5c84e6cb86d12b5edd9c7504b8c69a6452a347fb" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2014.01.30.1/youtube-dl-2014.01.30.1.tar.gz", + "https://yt-dl.org/downloads/2014.01.30.1/youtube-dl-2014.01.30.1.tar.gz", "dbd0772932588403d6a9721b76f42f26df8025fa109b9f3955bb41ec49f45bf2" ] - }, + }, "2014.01.30.2": { "bin": [ - "https://yt-dl.org/downloads/2014.01.30.2/youtube-dl", + "https://yt-dl.org/downloads/2014.01.30.2/youtube-dl", "11b28f131c63d96f0c1ebc8bc741a0802847da12727fb83037b9a139796f9212" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2014.01.30.2/youtube-dl.exe", + "https://yt-dl.org/downloads/2014.01.30.2/youtube-dl.exe", "6a1ae0ce736706b8490c0c94971b2030cba80846b9fb2aa13e2a6f82fc98fbd8" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2014.01.30.2/youtube-dl-2014.01.30.2.tar.gz", + "https://yt-dl.org/downloads/2014.01.30.2/youtube-dl-2014.01.30.2.tar.gz", "893ae4c05adc0cb94c674defd7e744afeba99690d41305ed29e03ed2c28da4af" ] - }, + }, "2014.02.03": { "bin": [ - "https://yt-dl.org/downloads/2014.02.03/youtube-dl", + "https://yt-dl.org/downloads/2014.02.03/youtube-dl", "648e0b0f15c3fdd6a081ff54448a5eee3c58ea72b87165fbe3715cd72cdab084" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2014.02.03/youtube-dl.exe", + "https://yt-dl.org/downloads/2014.02.03/youtube-dl.exe", "0bf4aad4ed862064ea87e3bc8a379efc00c3e38ed2d2d9224a98accf493ab640" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2014.02.03/youtube-dl-2014.02.03.tar.gz", + "https://yt-dl.org/downloads/2014.02.03/youtube-dl-2014.02.03.tar.gz", "394aac721d49e27039a7cca20c23b92e01346f690e64d528eb071e29ce9b462d" ] - }, + }, "2014.02.03.1": { "bin": [ - "https://yt-dl.org/downloads/2014.02.03.1/youtube-dl", + "https://yt-dl.org/downloads/2014.02.03.1/youtube-dl", "2410d717a4a497a6dcf65cd25eb5d915cd486d838b3f5b05e1c15ec485d254fe" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2014.02.03.1/youtube-dl.exe", + "https://yt-dl.org/downloads/2014.02.03.1/youtube-dl.exe", "169da9e4d609dda551043b4fe68621e51642e5e51b89b18961dfd1138fce38f4" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2014.02.03.1/youtube-dl-2014.02.03.1.tar.gz", + "https://yt-dl.org/downloads/2014.02.03.1/youtube-dl-2014.02.03.1.tar.gz", "ebfe94cf80ee88fc2c34dbc594332432ad2d2db6216cdaae9cbe115e6cfa9bd2" ] - }, + }, "2014.02.04": { "bin": [ - "https://yt-dl.org/downloads/2014.02.04/youtube-dl", + "https://yt-dl.org/downloads/2014.02.04/youtube-dl", "f1e90e6204d31d397a59ad0de78f494aa628dc913a6fb3b898c26c92e2155b5d" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2014.02.04/youtube-dl.exe", + "https://yt-dl.org/downloads/2014.02.04/youtube-dl.exe", "4e14e5b9f5365880b94b1ad240ab59b8fcb71c0d949457fab76c0691c7633cc0" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2014.02.04/youtube-dl-2014.02.04.tar.gz", + "https://yt-dl.org/downloads/2014.02.04/youtube-dl-2014.02.04.tar.gz", "c274a1ee2ed05ccce89f3560f7d01698974c0b2d7d44ece3fdff9b88fcbd5b6b" ] - }, + }, "2014.02.04.1": { "bin": [ - "https://yt-dl.org/downloads/2014.02.04.1/youtube-dl", + "https://yt-dl.org/downloads/2014.02.04.1/youtube-dl", "1f0b80a6d9d8253a1b39d7160c0068edb47bf5bad1750594b9d0ffc19171c850" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2014.02.04.1/youtube-dl.exe", + "https://yt-dl.org/downloads/2014.02.04.1/youtube-dl.exe", "00aef944df5e7f0dda9b66ee370c22420e27f0b5a51db6ac6f9b39c8bd0d386e" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2014.02.04.1/youtube-dl-2014.02.04.1.tar.gz", + "https://yt-dl.org/downloads/2014.02.04.1/youtube-dl-2014.02.04.1.tar.gz", "59bf80c2ec7706728b74dd6df846bf490f635dd8b9f02b6b4eb07e8e37ba3139" ] - }, + }, "2014.02.05": { "bin": [ - "https://yt-dl.org/downloads/2014.02.05/youtube-dl", + "https://yt-dl.org/downloads/2014.02.05/youtube-dl", "f1ec86512177dcaf73a03717963c138a9b046ba45848f114d6446c9509f642de" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2014.02.05/youtube-dl.exe", + "https://yt-dl.org/downloads/2014.02.05/youtube-dl.exe", "d69b4e5dcf840adedcb514352e84fab94fd9eda83383919f3b2a4d122d99fd3e" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2014.02.05/youtube-dl-2014.02.05.tar.gz", + "https://yt-dl.org/downloads/2014.02.05/youtube-dl-2014.02.05.tar.gz", "b7d3eeaf8e71dd8978c5879fab969d0a29dc61cc83ed52082308088a67e9cb2d" ] - }, + }, "2014.02.06": { "bin": [ - "https://yt-dl.org/downloads/2014.02.06/youtube-dl", + "https://yt-dl.org/downloads/2014.02.06/youtube-dl", "d837a6a102453dff3cd93df6bf8ff3656e9b9b9865e9894da301a36e7762f40e" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2014.02.06/youtube-dl.exe", + "https://yt-dl.org/downloads/2014.02.06/youtube-dl.exe", "a904943e9c4f362896a49d946d334667fca43e87fd4d38eb2c8fba605429f95d" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2014.02.06/youtube-dl-2014.02.06.tar.gz", + "https://yt-dl.org/downloads/2014.02.06/youtube-dl-2014.02.06.tar.gz", "2e7dde6368c4a355f6a417dd981715bf8b0e9d6da1458e79b39eabea7c024647" ] - }, + }, "2014.02.06.1": { "bin": [ - "https://yt-dl.org/downloads/2014.02.06.1/youtube-dl", + "https://yt-dl.org/downloads/2014.02.06.1/youtube-dl", "628ff4c909e79032fc13f05480f04f7dec2fddc61a19be642bbbb581026e43e2" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2014.02.06.1/youtube-dl.exe", + "https://yt-dl.org/downloads/2014.02.06.1/youtube-dl.exe", "0ee22749e8a348e0a183bde30e5124b60d7fb699f678c924057b4f9d7910f6d9" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2014.02.06.1/youtube-dl-2014.02.06.1.tar.gz", + "https://yt-dl.org/downloads/2014.02.06.1/youtube-dl-2014.02.06.1.tar.gz", "6789747c43d42aee1850710be8eeb47e8a76698c620752f1aa94393d91f613ed" ] - }, + }, "2014.02.06.2": { "bin": [ - "https://yt-dl.org/downloads/2014.02.06.2/youtube-dl", + "https://yt-dl.org/downloads/2014.02.06.2/youtube-dl", "1ffa7572b0fcfb122a09a0d881fbdee651fce44d48bb0d6eb0c671246cd976ce" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2014.02.06.2/youtube-dl.exe", + "https://yt-dl.org/downloads/2014.02.06.2/youtube-dl.exe", "b22e8f3d17718bc46773ff4debf493b0850d31c2e2b137f4434d6e1e97c8d4aa" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2014.02.06.2/youtube-dl-2014.02.06.2.tar.gz", + "https://yt-dl.org/downloads/2014.02.06.2/youtube-dl-2014.02.06.2.tar.gz", "927809a3c4e7a3e92c5e3d6687c2a544d031bd031032c706ca9e5e311c285259" ] - }, + }, "2014.02.06.3": { "bin": [ - "https://yt-dl.org/downloads/2014.02.06.3/youtube-dl", + "https://yt-dl.org/downloads/2014.02.06.3/youtube-dl", "bf998b957fec6b6ce39ddb71c526e12341492f6328a13e33c3f9a7c2acb3eee3" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2014.02.06.3/youtube-dl.exe", + "https://yt-dl.org/downloads/2014.02.06.3/youtube-dl.exe", "77a34921c96b36f1755ef29898663e9a9a587c286b34f5404fa86a467f3a641a" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2014.02.06.3/youtube-dl-2014.02.06.3.tar.gz", + "https://yt-dl.org/downloads/2014.02.06.3/youtube-dl-2014.02.06.3.tar.gz", "0e49dc11a33c001b68e8669837fe0b838c45454969043c9e7dd8fc160bc9b274" ] - }, + }, "2014.02.08": { "bin": [ - "https://yt-dl.org/downloads/2014.02.08/youtube-dl", + "https://yt-dl.org/downloads/2014.02.08/youtube-dl", "b4d2a8aeeb2a1a482d99a497e34da0b92e51ea1f65e6360d084f9b937811437e" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2014.02.08/youtube-dl.exe", + "https://yt-dl.org/downloads/2014.02.08/youtube-dl.exe", "6faffa914b85f2eeca9b3c85b98f9cd81a107bbedd4157e0a0df30ef9ad8940a" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2014.02.08/youtube-dl-2014.02.08.tar.gz", + "https://yt-dl.org/downloads/2014.02.08/youtube-dl-2014.02.08.tar.gz", "b89bc3671dde2ecf3e195db04d2eb5d075802b59b356a057f3e695f94efd579b" ] - }, + }, "2014.02.08.1": { "bin": [ - "https://yt-dl.org/downloads/2014.02.08.1/youtube-dl", + "https://yt-dl.org/downloads/2014.02.08.1/youtube-dl", "ffc41459906956cc33dfbbcd16c2fbc303e807c35be18f1ead61221b49a4bcb7" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2014.02.08.1/youtube-dl.exe", + "https://yt-dl.org/downloads/2014.02.08.1/youtube-dl.exe", "aad4c80f020de1f0a057b724941219dab1fac99b22ff8d7003c094f666dc7693" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2014.02.08.1/youtube-dl-2014.02.08.1.tar.gz", + "https://yt-dl.org/downloads/2014.02.08.1/youtube-dl-2014.02.08.1.tar.gz", "45346b1c1a900031705a5a11e723267eb7989e12e06338fb1b5ff84c6a939c7b" ] - }, + }, "2014.02.08.2": { "bin": [ - "https://yt-dl.org/downloads/2014.02.08.2/youtube-dl", + "https://yt-dl.org/downloads/2014.02.08.2/youtube-dl", "a9984d7283772ee176502cae0d54bc734fef531e02431c39a6fd578980e5088c" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2014.02.08.2/youtube-dl.exe", + "https://yt-dl.org/downloads/2014.02.08.2/youtube-dl.exe", "cf7f6fece051d4e5f9f9dc484388cadb0062264f85540bc8299f42facbe8df35" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2014.02.08.2/youtube-dl-2014.02.08.2.tar.gz", + "https://yt-dl.org/downloads/2014.02.08.2/youtube-dl-2014.02.08.2.tar.gz", "068e598f32b817d9218bc6998a13112eb9d068942b82f8cda442458e398f4780" ] - }, + }, "2014.02.10": { "bin": [ - "https://yt-dl.org/downloads/2014.02.10/youtube-dl", + "https://yt-dl.org/downloads/2014.02.10/youtube-dl", "f2d9d8c400679855dcd5e1d1de25d9ddd7b8d9503aa0749ab793832e703bc753" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2014.02.10/youtube-dl.exe", + "https://yt-dl.org/downloads/2014.02.10/youtube-dl.exe", "f8f7bde82683818a7953d48da71f2445ed56b71c7bdde08fdb1e4f9278c80cfc" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2014.02.10/youtube-dl-2014.02.10.tar.gz", + "https://yt-dl.org/downloads/2014.02.10/youtube-dl-2014.02.10.tar.gz", "fa037ae7d3a3b47f57b91e57f89689c4277465152267809811ad5bf9f76a3d3f" ] - }, + }, "2014.02.13": { "bin": [ - "https://yt-dl.org/downloads/2014.02.13/youtube-dl", + "https://yt-dl.org/downloads/2014.02.13/youtube-dl", "70c76604368a5cfc1f4bec33ef9d2e16db35e3199a017e09889f5ff22426e59c" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2014.02.13/youtube-dl.exe", + "https://yt-dl.org/downloads/2014.02.13/youtube-dl.exe", "3517ca0b704d5cd52e897392c7a2c2b7995c21be34e9e77509d78a51275eb69a" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2014.02.13/youtube-dl-2014.02.13.tar.gz", + "https://yt-dl.org/downloads/2014.02.13/youtube-dl-2014.02.13.tar.gz", "b8db75d3da5e0e959f0c2ed7e4c7c630f6db32be90b44bfb6e424a9871b00851" ] - }, + }, "2014.02.17": { "bin": [ - "https://yt-dl.org/downloads/2014.02.17/youtube-dl", + "https://yt-dl.org/downloads/2014.02.17/youtube-dl", "e59f40f7e564816b816f647772816e656bf27b5d70e0f8fb0a2202b8b3a15ce5" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2014.02.17/youtube-dl.exe", + "https://yt-dl.org/downloads/2014.02.17/youtube-dl.exe", "055d4639084ab3f25458b4ead20ff840e39029936bddeca61cde0cad62052281" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2014.02.17/youtube-dl-2014.02.17.tar.gz", + "https://yt-dl.org/downloads/2014.02.17/youtube-dl-2014.02.17.tar.gz", "78be990760e74dd3c0329d3dfb1e5165761ead41a2a9b23f8a6367ccd01c617b" ] - }, + }, "2014.02.19": { "bin": [ - "https://yt-dl.org/downloads/2014.02.19/youtube-dl", + "https://yt-dl.org/downloads/2014.02.19/youtube-dl", "e6d46c312eadd4df3fd4f46cb50562688d47f119db9577c87fd19600f2ac20f5" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2014.02.19/youtube-dl.exe", + "https://yt-dl.org/downloads/2014.02.19/youtube-dl.exe", "b0afb117d559d76f651648ae123c158d7be0e6c4c5f4be7efc8707af9a591134" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2014.02.19/youtube-dl-2014.02.19.tar.gz", + "https://yt-dl.org/downloads/2014.02.19/youtube-dl-2014.02.19.tar.gz", "6606a419545ff2a06b8ed13e24c0b574f1a7bff1df51e290bcaf07ef833aeff7" ] - }, + }, "2014.02.19.1": { "bin": [ - "https://yt-dl.org/downloads/2014.02.19.1/youtube-dl", + "https://yt-dl.org/downloads/2014.02.19.1/youtube-dl", "eb694bfb9f41b91b3523a0fc9501452948505039f5df6023d0aadf12a3d0569e" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2014.02.19.1/youtube-dl.exe", + "https://yt-dl.org/downloads/2014.02.19.1/youtube-dl.exe", "cbdd8ea5cacabbaea425222b7284bbe442cf6ab9c78c5ee740aae842e42e431d" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2014.02.19.1/youtube-dl-2014.02.19.1.tar.gz", + "https://yt-dl.org/downloads/2014.02.19.1/youtube-dl-2014.02.19.1.tar.gz", "d611da22b8a067cf1ae41066f86dcdaa669ede02c512fa089fb11bf25a56342e" ] - }, + }, "2014.02.20": { "bin": [ - "https://yt-dl.org/downloads/2014.02.20/youtube-dl", + "https://yt-dl.org/downloads/2014.02.20/youtube-dl", "25ead77447df13c6061a1ce43c644c21c3be3017fed226016a05fe2315d10b99" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2014.02.20/youtube-dl.exe", + "https://yt-dl.org/downloads/2014.02.20/youtube-dl.exe", "81c0e1ed3b5bfd092e3dce28f03d8fff339fd3095ad0e2b1847dac2bbd3ed66b" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2014.02.20/youtube-dl-2014.02.20.tar.gz", + "https://yt-dl.org/downloads/2014.02.20/youtube-dl-2014.02.20.tar.gz", "8c25f305c4a5bb14f7577961852fda2458eacaa5251c22b97de5709068a8387e" ] - }, + }, "2014.02.21": { "bin": [ - "https://yt-dl.org/downloads/2014.02.21/youtube-dl", + "https://yt-dl.org/downloads/2014.02.21/youtube-dl", "ac3730f4a45fdd3bdfaf65aafdb7447793f5f0245aadef0245c83bf9f7898b1f" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2014.02.21/youtube-dl.exe", + "https://yt-dl.org/downloads/2014.02.21/youtube-dl.exe", "07d723878d7a8949f74b55f19b7a0b9c487520165a1d008e6a447c2724504b4d" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2014.02.21/youtube-dl-2014.02.21.tar.gz", + "https://yt-dl.org/downloads/2014.02.21/youtube-dl-2014.02.21.tar.gz", "4840ac9a97d949e097ec2782e7b53111813ae1fe398a646addff48d31473d157" ] - }, + }, "2014.02.21.1": { "bin": [ - "https://yt-dl.org/downloads/2014.02.21.1/youtube-dl", + "https://yt-dl.org/downloads/2014.02.21.1/youtube-dl", "9114748b5597bfa8054ef61a10eba3b5a329715a60360c0c4a8c4b522cbb6f45" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2014.02.21.1/youtube-dl.exe", + "https://yt-dl.org/downloads/2014.02.21.1/youtube-dl.exe", "e46bbdcdc1f83cd58a4b7bf2f11121833fda456fd67e8c6a58c2db09add43eed" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2014.02.21.1/youtube-dl-2014.02.21.1.tar.gz", + "https://yt-dl.org/downloads/2014.02.21.1/youtube-dl-2014.02.21.1.tar.gz", "ce5dc9a8c4ced4b2757916f986183936bfba0c05a3cd9217196e87275e4d2531" ] - }, + }, "2014.02.22": { "bin": [ - "https://yt-dl.org/downloads/2014.02.22/youtube-dl", + "https://yt-dl.org/downloads/2014.02.22/youtube-dl", "be3f7a2ab8d63b646a7bb2862b62382a51db2505037fd9f544489e0d4563de05" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2014.02.22/youtube-dl.exe", + "https://yt-dl.org/downloads/2014.02.22/youtube-dl.exe", "574e6b2bb91c8f4e8b65c8947f8c6b349ab0468031e38ef373269e7980a67ec6" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2014.02.22/youtube-dl-2014.02.22.tar.gz", + "https://yt-dl.org/downloads/2014.02.22/youtube-dl-2014.02.22.tar.gz", "6ea7203b266c68866ae2841876a69a9e862276f6182fd92d1e066dc9218fd772" ] - }, + }, "2014.02.22.1": { "bin": [ - "https://yt-dl.org/downloads/2014.02.22.1/youtube-dl", + "https://yt-dl.org/downloads/2014.02.22.1/youtube-dl", "7400dabf6a5f68e88d702a1c3113a3ed4c32b35b57d28e9f0e5bad8a59eb056d" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2014.02.22.1/youtube-dl.exe", + "https://yt-dl.org/downloads/2014.02.22.1/youtube-dl.exe", "1d9c51174de17820bf0e509ca0c2439f2399adc8a0ebe1df7f7f3fc94acc781b" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2014.02.22.1/youtube-dl-2014.02.22.1.tar.gz", + "https://yt-dl.org/downloads/2014.02.22.1/youtube-dl-2014.02.22.1.tar.gz", "8f70eaec5aa1575755f496a4f83edb8779733dda59f0cf3de486228c970886f9" ] - }, + }, "2014.02.24": { "bin": [ - "https://yt-dl.org/downloads/2014.02.24/youtube-dl", + "https://yt-dl.org/downloads/2014.02.24/youtube-dl", "0553f1884252a7ae550340306978089c0de5f34689fac6b28c3ac6f7259801a5" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2014.02.24/youtube-dl.exe", + "https://yt-dl.org/downloads/2014.02.24/youtube-dl.exe", "11f22aba91ef8703515ebf43850bf990fca8355a18d1cad96421f2414b692e95" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2014.02.24/youtube-dl-2014.02.24.tar.gz", + "https://yt-dl.org/downloads/2014.02.24/youtube-dl-2014.02.24.tar.gz", "3631628ee577776e3c561ce6ff2a3d4f792746a9b764300261f0adaec301e511" ] - }, + }, "2014.02.25": { "bin": [ - "https://yt-dl.org/downloads/2014.02.25/youtube-dl", + "https://yt-dl.org/downloads/2014.02.25/youtube-dl", "78b6000a09702ceb482bd2828bb43e3fb655fedf9e01a0cecd6667cd6e7e09d1" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2014.02.25/youtube-dl.exe", + "https://yt-dl.org/downloads/2014.02.25/youtube-dl.exe", "dc12b69e205da55f6d05fcf2583509f89b35e46e5374f7b57e74978f63eed2ae" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2014.02.25/youtube-dl-2014.02.25.tar.gz", + "https://yt-dl.org/downloads/2014.02.25/youtube-dl-2014.02.25.tar.gz", "9f2750db35a0b20d478cac258288848479a6209cf52fbc1fd149c4453b87f3ad" ] - }, + }, "2014.02.25.1": { "bin": [ - "https://yt-dl.org/downloads/2014.02.25.1/youtube-dl", + "https://yt-dl.org/downloads/2014.02.25.1/youtube-dl", "8a4f74c74b8e886c7194e8accaf86fcabbb6e4cd584179cb674cc84000ab9acf" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2014.02.25.1/youtube-dl.exe", + "https://yt-dl.org/downloads/2014.02.25.1/youtube-dl.exe", "06ad4a3be9d8aa25c6551054e984dd042416da0c58545b734547a79f4f6a58a5" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2014.02.25.1/youtube-dl-2014.02.25.1.tar.gz", + "https://yt-dl.org/downloads/2014.02.25.1/youtube-dl-2014.02.25.1.tar.gz", "43fff2189b105ff4247a74a26c7355bcd62a2e677e5d79b8b20c5065fac24e13" ] - }, + }, "2014.02.26": { "bin": [ - "https://yt-dl.org/downloads/2014.02.26/youtube-dl", + "https://yt-dl.org/downloads/2014.02.26/youtube-dl", "5be0e031ac6686842188bea1de3e1fc9b04ff5179e06cf718f4778f21d854feb" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2014.02.26/youtube-dl.exe", + "https://yt-dl.org/downloads/2014.02.26/youtube-dl.exe", "0ea0732c8119d8739f6d9936d64e2a4b3ae8ece6b90f63dfe40a928e81f5cece" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2014.02.26/youtube-dl-2014.02.26.tar.gz", + "https://yt-dl.org/downloads/2014.02.26/youtube-dl-2014.02.26.tar.gz", "f22cc8f7b58e4a78bff7c27b681f6926225c75d984fe1e933fac9b047d1c3719" ] - }, + }, "2014.02.27": { "bin": [ - "https://yt-dl.org/downloads/2014.02.27/youtube-dl", + "https://yt-dl.org/downloads/2014.02.27/youtube-dl", "24eeca8081427c284be89327de567bbd170816cd9f8c416e9bf0c0863f3c3690" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2014.02.27/youtube-dl.exe", + "https://yt-dl.org/downloads/2014.02.27/youtube-dl.exe", "e8aec72488c457b3d3bfd4b5a67c2fd724feb68427a9980b99a5f2c40afe6e56" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2014.02.27/youtube-dl-2014.02.27.tar.gz", + "https://yt-dl.org/downloads/2014.02.27/youtube-dl-2014.02.27.tar.gz", "9eb5cf9dad372ee5146df94c0b94a4be5ace40d79b0d94deac317c1a24f53a11" ] - }, + }, "2014.02.27.1": { "bin": [ - "https://yt-dl.org/downloads/2014.02.27.1/youtube-dl", + "https://yt-dl.org/downloads/2014.02.27.1/youtube-dl", "7ce1a91f58694960a00727be96f3c811907a8764ba47dc59f4cd404d18bfe4cd" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2014.02.27.1/youtube-dl.exe", + "https://yt-dl.org/downloads/2014.02.27.1/youtube-dl.exe", "8845ed2a0cb8b07be9da63db3472ed383a9d012f518ddbc5370d3315906367cf" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2014.02.27.1/youtube-dl-2014.02.27.1.tar.gz", + "https://yt-dl.org/downloads/2014.02.27.1/youtube-dl-2014.02.27.1.tar.gz", "40693c2632ff5b14d64d7a78e810b367e98e79fec87618016b0f6d9c887d6f2a" ] - }, + }, "2014.02.28": { "bin": [ - "https://yt-dl.org/downloads/2014.02.28/youtube-dl", + "https://yt-dl.org/downloads/2014.02.28/youtube-dl", "80f9e98a17ff3015f25bfb3b20da7f4aca44f5cc954fd2a1eac1ef41136d6532" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2014.02.28/youtube-dl.exe", + "https://yt-dl.org/downloads/2014.02.28/youtube-dl.exe", "a0dd6e23a4ac372df100ffe6464bb8c9b41e339527586404bb8a2cde87b265a3" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2014.02.28/youtube-dl-2014.02.28.tar.gz", + "https://yt-dl.org/downloads/2014.02.28/youtube-dl-2014.02.28.tar.gz", "23a0f2d19a1416518c3e9fc0df7a97776cd2ac8a07695cc30b8d0f77c8c43ff6" ] - }, + }, "2014.03.03": { "bin": [ - "https://yt-dl.org/downloads/2014.03.03/youtube-dl", + "https://yt-dl.org/downloads/2014.03.03/youtube-dl", "bc359841c9aa9aba8b1a2342c7743a99fb3c424b43355c66e91a93a84322640a" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2014.03.03/youtube-dl.exe", + "https://yt-dl.org/downloads/2014.03.03/youtube-dl.exe", "ab703b8d401e3b8cd93f47d825818003924e5e27727800fe366dff79929dec1e" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2014.03.03/youtube-dl-2014.03.03.tar.gz", + "https://yt-dl.org/downloads/2014.03.03/youtube-dl-2014.03.03.tar.gz", "fa4dda1dd056f9d0a487777f05c448d3a45fc64f5d1a71f37b6024985b549930" ] - }, + }, "2014.03.04": { "bin": [ - "https://yt-dl.org/downloads/2014.03.04/youtube-dl", + "https://yt-dl.org/downloads/2014.03.04/youtube-dl", "1aec071bba2d1d102f837e8960179d43ddcaba25df0975079877ff56cac58bfc" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2014.03.04/youtube-dl.exe", + "https://yt-dl.org/downloads/2014.03.04/youtube-dl.exe", "bcdea2e7c5dfadd415482e99dcccda63e751fce2d4adeafdb608faedf5e17bb9" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2014.03.04/youtube-dl-2014.03.04.tar.gz", + "https://yt-dl.org/downloads/2014.03.04/youtube-dl-2014.03.04.tar.gz", "9c24e2b9ff6dfa83eb67dee91f1b83b8c72c5767a54d85720a962ea7498bcf63" ] - }, + }, "2014.03.04.1": { "bin": [ - "https://yt-dl.org/downloads/2014.03.04.1/youtube-dl", + "https://yt-dl.org/downloads/2014.03.04.1/youtube-dl", "0f4d40c9770c6fa178cd53977f0717e6961ff47032b87b96f02ce1d776178d3a" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2014.03.04.1/youtube-dl.exe", + "https://yt-dl.org/downloads/2014.03.04.1/youtube-dl.exe", "f4a1faf37b8ca05d928af99ba9a1e58b7ed15e3b144e27b17baeea99151c3d33" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2014.03.04.1/youtube-dl-2014.03.04.1.tar.gz", + "https://yt-dl.org/downloads/2014.03.04.1/youtube-dl-2014.03.04.1.tar.gz", "c1342d608ae705758e7feb54a9f6a68fc32a8b00510a4503495a9cef0776f7cb" ] - }, + }, "2014.03.04.2": { "bin": [ - "https://yt-dl.org/downloads/2014.03.04.2/youtube-dl", + "https://yt-dl.org/downloads/2014.03.04.2/youtube-dl", "4c3c4f962d2cf9bece7eafdcae9f6f84f90ffe41e388f436e39c93e16130ab6d" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2014.03.04.2/youtube-dl.exe", + "https://yt-dl.org/downloads/2014.03.04.2/youtube-dl.exe", "fde821589d07d87d2ce17e25cd488a39886c989c2ec974acefd17e9d131a4a1a" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2014.03.04.2/youtube-dl-2014.03.04.2.tar.gz", + "https://yt-dl.org/downloads/2014.03.04.2/youtube-dl-2014.03.04.2.tar.gz", "973c197b9ec3a789486a3ce2f9a7cd49cd244968ef1f0389726b937fb4cc98de" ] - }, + }, "2014.03.06": { "bin": [ - "https://yt-dl.org/downloads/2014.03.06/youtube-dl", + "https://yt-dl.org/downloads/2014.03.06/youtube-dl", "0c7f0a77e0ea082f0ec908e8043c51931a6e9dd0da4a06029642497dc2345b37" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2014.03.06/youtube-dl.exe", + "https://yt-dl.org/downloads/2014.03.06/youtube-dl.exe", "dbe1324bf2c85f5fb905cdabd93b8d81a1da4028b354c7e9a266cda8f90dc9f0" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2014.03.06/youtube-dl-2014.03.06.tar.gz", + "https://yt-dl.org/downloads/2014.03.06/youtube-dl-2014.03.06.tar.gz", "01f4e5a9404a73e9fe7e6e1a7bfb1376ab3548c4083611dad02d53f0ad76eb33" ] - }, + }, "2014.03.07": { "bin": [ - "https://yt-dl.org/downloads/2014.03.07/youtube-dl", + "https://yt-dl.org/downloads/2014.03.07/youtube-dl", "0e91eeafc9730b13cef7280631cd5997a08a386800e3d0fb0d00f5f88e9555f8" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2014.03.07/youtube-dl.exe", + "https://yt-dl.org/downloads/2014.03.07/youtube-dl.exe", "190ed724eeabe48fce755b4be6f9128d4e52610be5efbd2dfe94b61fc4fedb57" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2014.03.07/youtube-dl-2014.03.07.tar.gz", + "https://yt-dl.org/downloads/2014.03.07/youtube-dl-2014.03.07.tar.gz", "58a8242e514317a3fbeba78d111ec5046504dba44731fdd21e4d2a8c013f568e" ] - }, + }, "2014.03.07.1": { "bin": [ - "https://yt-dl.org/downloads/2014.03.07.1/youtube-dl", + "https://yt-dl.org/downloads/2014.03.07.1/youtube-dl", "12c2894cfc94514f7283f277a2689cb34460325ab0634867383597ea707a56ad" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2014.03.07.1/youtube-dl.exe", + "https://yt-dl.org/downloads/2014.03.07.1/youtube-dl.exe", "4cf5ce3424fc3b09896a57c01e0a4c8f5d8695d880d2cf03f416660ff1525a85" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2014.03.07.1/youtube-dl-2014.03.07.1.tar.gz", + "https://yt-dl.org/downloads/2014.03.07.1/youtube-dl-2014.03.07.1.tar.gz", "97e499fa137af5eef13d417f01b20ec6605f38bf8608eeca2d7e50335f5912fa" ] - }, + }, "2014.03.10": { "bin": [ - "https://yt-dl.org/downloads/2014.03.10/youtube-dl", + "https://yt-dl.org/downloads/2014.03.10/youtube-dl", "3099ec2d994d0689d4319a4fb92d058c0d63fc7d45cef4790bdd28427763076e" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2014.03.10/youtube-dl.exe", + "https://yt-dl.org/downloads/2014.03.10/youtube-dl.exe", "734dc202f625a6e61d0a7c96b4e3139299707123a72bf44d10c4d602bab541cd" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2014.03.10/youtube-dl-2014.03.10.tar.gz", + "https://yt-dl.org/downloads/2014.03.10/youtube-dl-2014.03.10.tar.gz", "31e4c6af0949da8a50d6d05f472e5a6d8ea28e9c0e6c2cb15c16c3135d7f4d59" ] - }, + }, "2014.03.11": { "bin": [ - "https://yt-dl.org/downloads/2014.03.11/youtube-dl", + "https://yt-dl.org/downloads/2014.03.11/youtube-dl", "520cae68c698de9f3e36ea735c041eac5646d669a99544f41df8a886ba1eb0ec" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2014.03.11/youtube-dl.exe", + "https://yt-dl.org/downloads/2014.03.11/youtube-dl.exe", "1f2113580eaa781be09dbbd81608eb78d94228324cdc18f094ff019e90cdc907" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2014.03.11/youtube-dl-2014.03.11.tar.gz", + "https://yt-dl.org/downloads/2014.03.11/youtube-dl-2014.03.11.tar.gz", "817cad79fb1bbf9ce3828e75d03c18c27be351190b03d72e8fd826312e5e7893" ] - }, + }, "2014.03.12": { "bin": [ - "https://yt-dl.org/downloads/2014.03.12/youtube-dl", + "https://yt-dl.org/downloads/2014.03.12/youtube-dl", "4086db11f01a0584731399cb53a15fb0c700ea173318fdfdf225e617c2d55702" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2014.03.12/youtube-dl.exe", + "https://yt-dl.org/downloads/2014.03.12/youtube-dl.exe", "45e57f9b6acd3f886dcf43927e588e223640d79aa99aa729618ee018839b136d" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2014.03.12/youtube-dl-2014.03.12.tar.gz", + "https://yt-dl.org/downloads/2014.03.12/youtube-dl-2014.03.12.tar.gz", "bd5c116e4f949162e2430d6b45bfd56a5571289cc2967db60cd9d5257a3d57b9" ] - }, + }, "2014.03.17": { "bin": [ - "https://yt-dl.org/downloads/2014.03.17/youtube-dl", + "https://yt-dl.org/downloads/2014.03.17/youtube-dl", "0ca1118ad86031aa49e3cb9e4ea8cc12d97026516950ae0fbbede2ebf8676d39" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2014.03.17/youtube-dl.exe", + "https://yt-dl.org/downloads/2014.03.17/youtube-dl.exe", "9d5b14fca9f22a6ab9e7b6c7483bbcc5c6791c3b6f44e82432f66c34d7d79fce" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2014.03.17/youtube-dl-2014.03.17.tar.gz", + "https://yt-dl.org/downloads/2014.03.17/youtube-dl-2014.03.17.tar.gz", "3ea4a394e05a5984759dba0a4d834837ebe945304bfc4ecd246d9bc1903dd46b" ] - }, + }, "2014.03.18.1": { "bin": [ - "https://yt-dl.org/downloads/2014.03.18.1/youtube-dl", + "https://yt-dl.org/downloads/2014.03.18.1/youtube-dl", "4df8dfb5d67a22e80f9ae16b93361d40cec032addf54e028d887a216a1757ae9" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2014.03.18.1/youtube-dl.exe", + "https://yt-dl.org/downloads/2014.03.18.1/youtube-dl.exe", "f564f7ab6adc152f53f4f46472b55c678e00542cef8bcb028afda4e072c1919d" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2014.03.18.1/youtube-dl-2014.03.18.1.tar.gz", + "https://yt-dl.org/downloads/2014.03.18.1/youtube-dl-2014.03.18.1.tar.gz", "c1deb27e99e6793a2dd00a70f3a9ebac895b13d94ad3de27f28a6c5514dfde7b" ] - }, + }, "2014.03.20": { "bin": [ - "https://yt-dl.org/downloads/2014.03.20/youtube-dl", + "https://yt-dl.org/downloads/2014.03.20/youtube-dl", "20bec848aa1f5df06156bdf82c90d2403204127bf2e1eaf87eba9a547be0cf17" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2014.03.20/youtube-dl.exe", + "https://yt-dl.org/downloads/2014.03.20/youtube-dl.exe", "89d14905a596e3e430932945d5e33911a295cf449527d3e8d0e83210832bb2ca" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2014.03.20/youtube-dl-2014.03.20.tar.gz", + "https://yt-dl.org/downloads/2014.03.20/youtube-dl-2014.03.20.tar.gz", "9f4ae879a8492564e9064a13da267936155320af647174f2fb7e811e9c7a1277" ] - }, + }, "2014.03.21": { "bin": [ - "https://yt-dl.org/downloads/2014.03.21/youtube-dl", + "https://yt-dl.org/downloads/2014.03.21/youtube-dl", "1c6f4b923684aca731fd37436fd8efe9e19699ee6c3cd51d0da3bf1b882e3c56" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2014.03.21/youtube-dl.exe", + "https://yt-dl.org/downloads/2014.03.21/youtube-dl.exe", "ef0e1a5ce8f8f7d1dcf07e19796062faee6fcf67a3566cfd97d3f0f55f25170e" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2014.03.21/youtube-dl-2014.03.21.tar.gz", + "https://yt-dl.org/downloads/2014.03.21/youtube-dl-2014.03.21.tar.gz", "9819dfda4daaab9111c86377d87b1eb043dbfaa88e7215cf7cf0891fb013de3e" ] - }, + }, "2014.03.21.1": { "bin": [ - "https://yt-dl.org/downloads/2014.03.21.1/youtube-dl", + "https://yt-dl.org/downloads/2014.03.21.1/youtube-dl", "4ddefc42c81019cef0879721942b49f9a988f4bde91ecf86602a46dba914fc0c" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2014.03.21.1/youtube-dl.exe", + "https://yt-dl.org/downloads/2014.03.21.1/youtube-dl.exe", "50db43021fe385826ce50b076a6fbf4b3836ce38b7bfd552eff18c9768f05bf3" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2014.03.21.1/youtube-dl-2014.03.21.1.tar.gz", + "https://yt-dl.org/downloads/2014.03.21.1/youtube-dl-2014.03.21.1.tar.gz", "8d8e4e1f5c60435cbefe5a450f88e990ba4b35e7ddf90ba3aa44769542bb4a11" ] - }, + }, "2014.03.21.2": { "bin": [ - "https://yt-dl.org/downloads/2014.03.21.2/youtube-dl", + "https://yt-dl.org/downloads/2014.03.21.2/youtube-dl", "9699e14334e17511c7a610745567f1869f2538ed641340d849c8eff5fd651363" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2014.03.21.2/youtube-dl.exe", + "https://yt-dl.org/downloads/2014.03.21.2/youtube-dl.exe", "f777fd0e1411f5c6ab6d5d24230b0ebf18c106e41987bf4e8425299e097706db" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2014.03.21.2/youtube-dl-2014.03.21.2.tar.gz", + "https://yt-dl.org/downloads/2014.03.21.2/youtube-dl-2014.03.21.2.tar.gz", "771387a5c0467a44968614b8507d209d1a5ccbce7f81675b27d083477b10678e" ] - }, + }, "2014.03.21.3": { "bin": [ - "https://yt-dl.org/downloads/2014.03.21.3/youtube-dl", + "https://yt-dl.org/downloads/2014.03.21.3/youtube-dl", "5ba48a82203b732b4b49bc1757c42f072db1c115025594b8c6a030a386778861" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2014.03.21.3/youtube-dl.exe", + "https://yt-dl.org/downloads/2014.03.21.3/youtube-dl.exe", "f42d6f737be77e2bb683153520b6411a3837443752169b7002286672686f1e1f" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2014.03.21.3/youtube-dl-2014.03.21.3.tar.gz", + "https://yt-dl.org/downloads/2014.03.21.3/youtube-dl-2014.03.21.3.tar.gz", "60903f6bd1106b9c6e498f7b6d4ceb0b7d680584875307d7cb7690cb3c67dc00" ] - }, + }, "2014.03.21.5": { "bin": [ - "https://yt-dl.org/downloads/2014.03.21.5/youtube-dl", + "https://yt-dl.org/downloads/2014.03.21.5/youtube-dl", "23d7cf85c2260ab93efdc4a73425adf412457801ce500e1b42fefd1f4be17b6f" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2014.03.21.5/youtube-dl.exe", + "https://yt-dl.org/downloads/2014.03.21.5/youtube-dl.exe", "4efc7492adcefe197e3188e15a3ff54dfa8dd48a06f4fad24c4d9cb5dcda9ebb" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2014.03.21.5/youtube-dl-2014.03.21.5.tar.gz", + "https://yt-dl.org/downloads/2014.03.21.5/youtube-dl-2014.03.21.5.tar.gz", "82c1c9de140b5030ee836c9b0f3586e812fc5bc5881703322d97ed5eb35b064d" ] - }, + }, "2014.03.23": { "bin": [ - "https://yt-dl.org/downloads/2014.03.23/youtube-dl", + "https://yt-dl.org/downloads/2014.03.23/youtube-dl", "6497f2f7d3a4877da926a0773aa8d42a8ff1837bea69331b221c6e6929740c37" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2014.03.23/youtube-dl.exe", + "https://yt-dl.org/downloads/2014.03.23/youtube-dl.exe", "8901ad5eceb9a0e6b097eff4a1e1dfbc9e85dafccc766c013499830195715670" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2014.03.23/youtube-dl-2014.03.23.tar.gz", + "https://yt-dl.org/downloads/2014.03.23/youtube-dl-2014.03.23.tar.gz", "4f5fa3364ad52fc7219fb31ee894f7f777874978450c56498de387efae2a9926" ] - }, + }, "2014.03.24.1": { "bin": [ - "https://yt-dl.org/downloads/2014.03.24.1/youtube-dl", + "https://yt-dl.org/downloads/2014.03.24.1/youtube-dl", "50a27881d72b23463bd6e6acb959661f4cf2753982189273a2fb775b05d713df" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2014.03.24.1/youtube-dl.exe", + "https://yt-dl.org/downloads/2014.03.24.1/youtube-dl.exe", "ab0014481b4bc43806fbac4c7470285ae9cd9273cfe1790a0c4e3f15396380a0" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2014.03.24.1/youtube-dl-2014.03.24.1.tar.gz", + "https://yt-dl.org/downloads/2014.03.24.1/youtube-dl-2014.03.24.1.tar.gz", "1ead0b3fbbeff5d74733f1fd11eb4aa80bfdd839dd15dec1d9a8964836deb008" ] - }, + }, "2014.03.24.2": { "bin": [ - "https://yt-dl.org/downloads/2014.03.24.2/youtube-dl", + "https://yt-dl.org/downloads/2014.03.24.2/youtube-dl", "57565e86312fe52d852468813c68383a2869149fef0ffcc954815cc12df4b7d0" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2014.03.24.2/youtube-dl.exe", + "https://yt-dl.org/downloads/2014.03.24.2/youtube-dl.exe", "f252bbcc4b2952e80e53b36c8e3fba4264fe52f66dcd23d54255391f965550c2" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2014.03.24.2/youtube-dl-2014.03.24.2.tar.gz", + "https://yt-dl.org/downloads/2014.03.24.2/youtube-dl-2014.03.24.2.tar.gz", "611948d7087089fe12acddafb844e402449b0d50c8436e43f37de6559807638d" ] - }, + }, "2014.03.24.3": { "bin": [ - "https://yt-dl.org/downloads/2014.03.24.3/youtube-dl", + "https://yt-dl.org/downloads/2014.03.24.3/youtube-dl", "76cdf6b05b8bddfe2c6587c056c0f2853b62cb11259041bd66303c6fdd07ad7c" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2014.03.24.3/youtube-dl.exe", + "https://yt-dl.org/downloads/2014.03.24.3/youtube-dl.exe", "0bc70e7ef4219b8cd47022c05bc6b35de1aaf3b1e00f083f2fae88e3bbbc1429" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2014.03.24.3/youtube-dl-2014.03.24.3.tar.gz", + "https://yt-dl.org/downloads/2014.03.24.3/youtube-dl-2014.03.24.3.tar.gz", "e16d42caaa66db16eee1837d74d39320ad769057ccf1ba75e7e8e202c2775969" ] - }, + }, "2014.03.24.4": { "bin": [ - "https://yt-dl.org/downloads/2014.03.24.4/youtube-dl", + "https://yt-dl.org/downloads/2014.03.24.4/youtube-dl", "1b97e73f77231d2a6ca356adc2b587566fe5a7a2f1d90976e73445a0c17928e8" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2014.03.24.4/youtube-dl.exe", + "https://yt-dl.org/downloads/2014.03.24.4/youtube-dl.exe", "c98ef4431e8cb2bef9db004498fbe1dcac8cf726b09db7a970374d6e45ecc8d0" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2014.03.24.4/youtube-dl-2014.03.24.4.tar.gz", + "https://yt-dl.org/downloads/2014.03.24.4/youtube-dl-2014.03.24.4.tar.gz", "097a39cdc29a05edb5e3956f421e172697ab7a6cf9295e818c512c9616efe66d" ] - }, + }, "2014.03.24.5": { "bin": [ - "https://yt-dl.org/downloads/2014.03.24.5/youtube-dl", + "https://yt-dl.org/downloads/2014.03.24.5/youtube-dl", "644e5d2dfad1a197111162bc588c54ee80916127fa5bc956313bf289893bbb28" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2014.03.24.5/youtube-dl.exe", + "https://yt-dl.org/downloads/2014.03.24.5/youtube-dl.exe", "3224e6565d6252e1366e736a6a828aa1e35b7f77522ebe3d2607c593bb1c7478" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2014.03.24.5/youtube-dl-2014.03.24.5.tar.gz", + "https://yt-dl.org/downloads/2014.03.24.5/youtube-dl-2014.03.24.5.tar.gz", "f1258e8f91edb1e47d4e0ef19927faaa8327e834791807488ab21bbc5f3513af" ] - }, + }, "2014.03.25": { "bin": [ - "https://yt-dl.org/downloads/2014.03.25/youtube-dl", + "https://yt-dl.org/downloads/2014.03.25/youtube-dl", "484c4c7f0f1447f8f4396496105de359c9565e72381911b36524e66cb204a26a" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2014.03.25/youtube-dl.exe", + "https://yt-dl.org/downloads/2014.03.25/youtube-dl.exe", "ef4a0e0b35f1ecffc495b3781177ceeb777f9c5dc33aedbdf55123be44fdc31c" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2014.03.25/youtube-dl-2014.03.25.tar.gz", + "https://yt-dl.org/downloads/2014.03.25/youtube-dl-2014.03.25.tar.gz", "9ffbef8016072736f3b9720f9e4f46b9497222440a722875004fd6c53e60f266" ] - }, + }, "2014.03.25.1": { "bin": [ - "https://yt-dl.org/downloads/2014.03.25.1/youtube-dl", + "https://yt-dl.org/downloads/2014.03.25.1/youtube-dl", "160c9d751c1143549d46e19ca2ef54f4ec83f13ffbb7e9cb7e9743d93ead1df6" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2014.03.25.1/youtube-dl.exe", + "https://yt-dl.org/downloads/2014.03.25.1/youtube-dl.exe", "cc8714f78fc5350bab5f9d6e66762f9d48038784372c1c44545ef44b769913b9" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2014.03.25.1/youtube-dl-2014.03.25.1.tar.gz", + "https://yt-dl.org/downloads/2014.03.25.1/youtube-dl-2014.03.25.1.tar.gz", "c818776981e3f8b5a9ddebb5e18c5f0275d148a79feb01cd7d17040b72f44a26" ] - }, + }, "2014.03.27": { "bin": [ - "https://yt-dl.org/downloads/2014.03.27/youtube-dl", + "https://yt-dl.org/downloads/2014.03.27/youtube-dl", "1894430f389282191efabc8937f1edcb8a94123218c2e10d2b201157a96e69e9" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2014.03.27/youtube-dl.exe", + "https://yt-dl.org/downloads/2014.03.27/youtube-dl.exe", "1b2c39009449c6b36ef8c143558040b050b8ca92cccc5e8e4cb4b8a6b9d5b06a" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2014.03.27/youtube-dl-2014.03.27.tar.gz", + "https://yt-dl.org/downloads/2014.03.27/youtube-dl-2014.03.27.tar.gz", "a153d779621678a7e8e6af29217150756d73e538a653fb87f17f31ea07075154" ] - }, + }, "2014.03.27.1": { "bin": [ - "https://yt-dl.org/downloads/2014.03.27.1/youtube-dl", + "https://yt-dl.org/downloads/2014.03.27.1/youtube-dl", "b6d0c3d3a6f865cfbd57d0a27ebd06756609a99ddbadb8b92b31a64991fb8ae9" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2014.03.27.1/youtube-dl.exe", + "https://yt-dl.org/downloads/2014.03.27.1/youtube-dl.exe", "5a94ce80bc3577b6504945c4700a1bbf9ae5eb24fad2b94bea4ac046a040d89d" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2014.03.27.1/youtube-dl-2014.03.27.1.tar.gz", + "https://yt-dl.org/downloads/2014.03.27.1/youtube-dl-2014.03.27.1.tar.gz", "067962a9ad22bd1b0db4310d0c8d1fc06440e2db9785268bcaf286158b403b7b" ] - }, + }, "2014.03.28": { "bin": [ - "https://yt-dl.org/downloads/2014.03.28/youtube-dl", + "https://yt-dl.org/downloads/2014.03.28/youtube-dl", "b8b4216e0d1b228b606272755517e182e96f55a66031f9b42fa736aea2043676" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2014.03.28/youtube-dl.exe", + "https://yt-dl.org/downloads/2014.03.28/youtube-dl.exe", "3305111a4658cb52626355803627d336f748f7b9ee6febff0bfff719786a5711" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2014.03.28/youtube-dl-2014.03.28.tar.gz", + "https://yt-dl.org/downloads/2014.03.28/youtube-dl-2014.03.28.tar.gz", "76662faec3afad3f199014ab31e424a341406d1a95417c395ea770b7ebd4a0a1" ] - }, + }, "2014.03.29": { "bin": [ - "https://yt-dl.org/downloads/2014.03.29/youtube-dl", + "https://yt-dl.org/downloads/2014.03.29/youtube-dl", "c047bf0925765f6c174aa866e439ada55ea484a41ce3fb9c5b34f2147c14e9af" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2014.03.29/youtube-dl.exe", + "https://yt-dl.org/downloads/2014.03.29/youtube-dl.exe", "fe50ffb30d47287745ed2555407c9411853a730c142d586a0a27c50d0f4e24c3" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2014.03.29/youtube-dl-2014.03.29.tar.gz", + "https://yt-dl.org/downloads/2014.03.29/youtube-dl-2014.03.29.tar.gz", "5afdcdcb4789bf79bc9916360e128365098f60740c7faeaecc8c4bcf60457cf9" ] - }, + }, "2014.03.30": { "bin": [ - "https://yt-dl.org/downloads/2014.03.30/youtube-dl", + "https://yt-dl.org/downloads/2014.03.30/youtube-dl", "c08a913a14fdf9881a7ee2391d675380d47b206533f7efa86c21912e9ccdfb70" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2014.03.30/youtube-dl.exe", + "https://yt-dl.org/downloads/2014.03.30/youtube-dl.exe", "abcd6248219f38021706fdabe1619d70b02420b5341fe794e5075a404f852b22" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2014.03.30/youtube-dl-2014.03.30.tar.gz", + "https://yt-dl.org/downloads/2014.03.30/youtube-dl-2014.03.30.tar.gz", "a0836ed961c2265446016fbe9ef10fa34010787820ff497a0078261821815867" ] - }, + }, "2014.03.30.1": { "bin": [ - "https://yt-dl.org/downloads/2014.03.30.1/youtube-dl", + "https://yt-dl.org/downloads/2014.03.30.1/youtube-dl", "2ab00ac77a71f74df9946dfc8239835931c30b64fa557a964b0631410dde7ca7" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2014.03.30.1/youtube-dl.exe", + "https://yt-dl.org/downloads/2014.03.30.1/youtube-dl.exe", "deb15da44faa7424958a4a03a69609e53a74bfad439ca5a242c232e7bc46f498" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2014.03.30.1/youtube-dl-2014.03.30.1.tar.gz", + "https://yt-dl.org/downloads/2014.03.30.1/youtube-dl-2014.03.30.1.tar.gz", "fd65beb35966e6ce8e8ca0a1382e55a6026afa8691f1ae265e273f2dd883ad1f" ] - }, + }, "2014.04.01": { "bin": [ - "https://yt-dl.org/downloads/2014.04.01/youtube-dl", + "https://yt-dl.org/downloads/2014.04.01/youtube-dl", "6e2de13c5d59ab2dc8b36c7efa5d84e9dd654bc68cc570ad67c6dc0651493c30" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2014.04.01/youtube-dl.exe", + "https://yt-dl.org/downloads/2014.04.01/youtube-dl.exe", "f7447e65536f9a5a939625a552c95912cbd52172a1bd3c7cba05444f4ee15ff5" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2014.04.01/youtube-dl-2014.04.01.tar.gz", + "https://yt-dl.org/downloads/2014.04.01/youtube-dl-2014.04.01.tar.gz", "06fad300afaa7186564b3d675aad8b9566caf552b8757285203e473d92db1888" ] - }, + }, "2014.04.01.1": { "bin": [ - "https://yt-dl.org/downloads/2014.04.01.1/youtube-dl", + "https://yt-dl.org/downloads/2014.04.01.1/youtube-dl", "b0ef8a1c5c0efe4bb41617c592a06cb46fc205826bfd13b3005a00c26f90cc2f" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2014.04.01.1/youtube-dl.exe", + "https://yt-dl.org/downloads/2014.04.01.1/youtube-dl.exe", "dfd58598ca5db762b8a7c8049ffe98c53bfc0c76482fe64e6fadc0799b6f2706" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2014.04.01.1/youtube-dl-2014.04.01.1.tar.gz", + "https://yt-dl.org/downloads/2014.04.01.1/youtube-dl-2014.04.01.1.tar.gz", "f4811be0459fc3f285a2b112f277e1b6487d9d8fde8fde84ef63e681e508bb30" ] - }, + }, "2014.04.01.2": { "bin": [ - "https://yt-dl.org/downloads/2014.04.01.2/youtube-dl", + "https://yt-dl.org/downloads/2014.04.01.2/youtube-dl", "a2d4d248087ca9ea60f48f3d14acdd1a647df765e1250846fff06e07a268f620" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2014.04.01.2/youtube-dl.exe", + "https://yt-dl.org/downloads/2014.04.01.2/youtube-dl.exe", "8b2a403e94a7960683db082a415d6e8ea3da509fad0753f9e62f3a88f8134eca" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2014.04.01.2/youtube-dl-2014.04.01.2.tar.gz", + "https://yt-dl.org/downloads/2014.04.01.2/youtube-dl-2014.04.01.2.tar.gz", "b8c58dacf244e6895d5f122cc7159223216f2df4d3fe8d0063c8615173336050" ] - }, + }, "2014.04.01.3": { "bin": [ - "https://yt-dl.org/downloads/2014.04.01.3/youtube-dl", + "https://yt-dl.org/downloads/2014.04.01.3/youtube-dl", "0f70581c325870301b2af339b2de37eda5d6c95d67020ea7b4d3cc2a6276bbe0" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2014.04.01.3/youtube-dl.exe", + "https://yt-dl.org/downloads/2014.04.01.3/youtube-dl.exe", "09cabfdbbc062137a1f243c43c28a741586b2b73351d38a6e73348c8e270ca81" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2014.04.01.3/youtube-dl-2014.04.01.3.tar.gz", + "https://yt-dl.org/downloads/2014.04.01.3/youtube-dl-2014.04.01.3.tar.gz", "83d4ca50a8930434555c75fa169f7659da0cb3babba342ee55d4d479287437e3" ] - }, + }, "2014.04.02": { "bin": [ - "https://yt-dl.org/downloads/2014.04.02/youtube-dl", + "https://yt-dl.org/downloads/2014.04.02/youtube-dl", "3f20a7e516e93ab25aa99fcf748f31a63f1c0cc101474d7173ec51385ad36368" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2014.04.02/youtube-dl.exe", + "https://yt-dl.org/downloads/2014.04.02/youtube-dl.exe", "6794d7ef61ff7a5097c9a977bf25b33aceaa8024dc1561363993d8ec7a901c59" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2014.04.02/youtube-dl-2014.04.02.tar.gz", + "https://yt-dl.org/downloads/2014.04.02/youtube-dl-2014.04.02.tar.gz", "f5724b2d22ef5a0e3ab76b42d0a7dcc92fde469e8b2383fe76582940252f2db1" ] - }, + }, "2014.04.03": { "bin": [ - "https://yt-dl.org/downloads/2014.04.03/youtube-dl", + "https://yt-dl.org/downloads/2014.04.03/youtube-dl", "a77df4ebbc8240f5e56f7dc6f71420c08202f2c456650ae407bd01a62ee3d4e0" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2014.04.03/youtube-dl.exe", + "https://yt-dl.org/downloads/2014.04.03/youtube-dl.exe", "f465685ea2c35c26297b2f73f5bbb43ab77c23205e36065ddd1701db28760704" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2014.04.03/youtube-dl-2014.04.03.tar.gz", + "https://yt-dl.org/downloads/2014.04.03/youtube-dl-2014.04.03.tar.gz", "0e1c9ba430d6ca000c70641292487222cc7c9eb665a134e9203a0ee4b338420f" ] - }, + }, "2014.04.03.1": { "bin": [ - "https://yt-dl.org/downloads/2014.04.03.1/youtube-dl", + "https://yt-dl.org/downloads/2014.04.03.1/youtube-dl", "7643b1cc180c5331f3cbc3c9e6283b15bf60dfc021e7a714db04b5e2a253cec8" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2014.04.03.1/youtube-dl.exe", + "https://yt-dl.org/downloads/2014.04.03.1/youtube-dl.exe", "485b481395a76abe35697e7eb1de7e4438fb149a350b656e658a94fe1e764a72" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2014.04.03.1/youtube-dl-2014.04.03.1.tar.gz", + "https://yt-dl.org/downloads/2014.04.03.1/youtube-dl-2014.04.03.1.tar.gz", "3d510362ce6be983438f533d21757c4855c99237082e329f63c5437b34392bbd" ] - }, + }, "2014.04.03.2": { "bin": [ - "https://yt-dl.org/downloads/2014.04.03.2/youtube-dl", + "https://yt-dl.org/downloads/2014.04.03.2/youtube-dl", "b935e4ffc7afdd26ed0f2fdc5bf90898faea695de92db4c1add401249e210475" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2014.04.03.2/youtube-dl.exe", + "https://yt-dl.org/downloads/2014.04.03.2/youtube-dl.exe", "9e74f240ce7de9fee4e47c6302291d93e01e5f98b07013591c8e8a291b61e706" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2014.04.03.2/youtube-dl-2014.04.03.2.tar.gz", + "https://yt-dl.org/downloads/2014.04.03.2/youtube-dl-2014.04.03.2.tar.gz", "17ff14edab3c15612a1d47b058a24123237802c80a880265c9f818d123b528ba" ] - }, + }, "2014.04.03.3": { "bin": [ - "https://yt-dl.org/downloads/2014.04.03.3/youtube-dl", + "https://yt-dl.org/downloads/2014.04.03.3/youtube-dl", "421cef5f9d6e1d62b71e073102ea82c0ce52fa450c9fb40be663473ac4704332" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2014.04.03.3/youtube-dl.exe", + "https://yt-dl.org/downloads/2014.04.03.3/youtube-dl.exe", "1d456209c677fd93dc033ddea440229ff2c3502ab44b6215f18ef179e2e30a98" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2014.04.03.3/youtube-dl-2014.04.03.3.tar.gz", + "https://yt-dl.org/downloads/2014.04.03.3/youtube-dl-2014.04.03.3.tar.gz", "13a981c30b538f85fc76475cea285770564244bff8df3bf4a71234aa009a6431" ] - }, + }, "2014.04.04": { "bin": [ - "https://yt-dl.org/downloads/2014.04.04/youtube-dl", + "https://yt-dl.org/downloads/2014.04.04/youtube-dl", "5fa486655579ce41e2bd6504e0271d5c6de806ea07fa722a37ad0e4c224d9dca" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2014.04.04/youtube-dl.exe", + "https://yt-dl.org/downloads/2014.04.04/youtube-dl.exe", "9d59962c60cc0b71e774560db7310c17775b0952065b3c43568c840b6aab4520" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2014.04.04/youtube-dl-2014.04.04.tar.gz", + "https://yt-dl.org/downloads/2014.04.04/youtube-dl-2014.04.04.tar.gz", "ad5cc371f259728c27c60a5b4413788296a350af53c77d48df0da0f3d087936c" ] - }, + }, "2014.04.04.1": { "bin": [ - "https://yt-dl.org/downloads/2014.04.04.1/youtube-dl", + "https://yt-dl.org/downloads/2014.04.04.1/youtube-dl", "1dc30d3f9f1829fe24bbe28cf174dff9b7d29d06e69d059cfd8cfc29474433d0" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2014.04.04.1/youtube-dl.exe", + "https://yt-dl.org/downloads/2014.04.04.1/youtube-dl.exe", "36f7e7e5896490106b02645999bc615e98d0ccc74a7d63eda129da7f57eea2fe" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2014.04.04.1/youtube-dl-2014.04.04.1.tar.gz", + "https://yt-dl.org/downloads/2014.04.04.1/youtube-dl-2014.04.04.1.tar.gz", "f47a304e4352b9f8b0b6f0e1d5c781fbaaf5a6a9acd0f0b9106e1008ceadf26e" ] - }, + }, "2014.04.04.2": { "bin": [ - "https://yt-dl.org/downloads/2014.04.04.2/youtube-dl", + "https://yt-dl.org/downloads/2014.04.04.2/youtube-dl", "953f061143f1d3a1a6e432cdc348f136cc92a96c4a79bb001a10c010feaa1c13" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2014.04.04.2/youtube-dl.exe", + "https://yt-dl.org/downloads/2014.04.04.2/youtube-dl.exe", "2166845393b1759ea6d8054d192e6282e26fb3580e7a8c747b28179214711152" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2014.04.04.2/youtube-dl-2014.04.04.2.tar.gz", + "https://yt-dl.org/downloads/2014.04.04.2/youtube-dl-2014.04.04.2.tar.gz", "6e89fe11beacd5af6b9478cc90510006fc8583f6fb7f7bb069d81b2e5478542a" ] - }, + }, "2014.04.04.3": { "bin": [ - "https://yt-dl.org/downloads/2014.04.04.3/youtube-dl", + "https://yt-dl.org/downloads/2014.04.04.3/youtube-dl", "e14d2e70a20ab086771cde102f527fc78882021fabe3119592312b87a570c9cd" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2014.04.04.3/youtube-dl.exe", + "https://yt-dl.org/downloads/2014.04.04.3/youtube-dl.exe", "394f9b3aa90c7c89f1df434b4136395baf367dcf71869e34d7d22b1bcf60f5c4" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2014.04.04.3/youtube-dl-2014.04.04.3.tar.gz", + "https://yt-dl.org/downloads/2014.04.04.3/youtube-dl-2014.04.04.3.tar.gz", "274e8b013e8d3d3f81afdb08fa5e6694f734aafe4859ec8ce098bbcf82d3f36e" ] - }, + }, "2014.04.04.4": { "bin": [ - "https://yt-dl.org/downloads/2014.04.04.4/youtube-dl", + "https://yt-dl.org/downloads/2014.04.04.4/youtube-dl", "160699c546502da2a91035e20512ef55d68d49971753d1ee91c31ea97f42f20a" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2014.04.04.4/youtube-dl.exe", + "https://yt-dl.org/downloads/2014.04.04.4/youtube-dl.exe", "e4d68b8cacee38aea580389c54324ac64f2ee178a8413abca85ab250b5421aaa" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2014.04.04.4/youtube-dl-2014.04.04.4.tar.gz", + "https://yt-dl.org/downloads/2014.04.04.4/youtube-dl-2014.04.04.4.tar.gz", "31765dd17be12205edc7f6ffc5b96019303a4cfab493805b7aa6e5c999a47cf2" ] - }, + }, "2014.04.04.5": { "bin": [ - "https://yt-dl.org/downloads/2014.04.04.5/youtube-dl", + "https://yt-dl.org/downloads/2014.04.04.5/youtube-dl", "75dacdc15b69b024050f9d11a289d39444dda025d5aa71eb56d7e1ad7f4d463d" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2014.04.04.5/youtube-dl.exe", + "https://yt-dl.org/downloads/2014.04.04.5/youtube-dl.exe", "d0464d6f29e503d631e4d6aea0352210106553af5a06ce086af6ed995ff0685d" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2014.04.04.5/youtube-dl-2014.04.04.5.tar.gz", + "https://yt-dl.org/downloads/2014.04.04.5/youtube-dl-2014.04.04.5.tar.gz", "2285c86389aebbd311a696ee2e2df19f940c3f55d26b81d4a70ce35aff35b8c0" ] - }, + }, "2014.04.04.6": { "bin": [ - "https://yt-dl.org/downloads/2014.04.04.6/youtube-dl", + "https://yt-dl.org/downloads/2014.04.04.6/youtube-dl", "556dab4d64efed6ef86616e656c4899bdac03268886c3a512f74cbe4c17ea4ab" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2014.04.04.6/youtube-dl.exe", + "https://yt-dl.org/downloads/2014.04.04.6/youtube-dl.exe", "6123d0f75e8d1c32c88b06d49262941678cb2c7c0cfd7b873e2550e13abb2731" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2014.04.04.6/youtube-dl-2014.04.04.6.tar.gz", + "https://yt-dl.org/downloads/2014.04.04.6/youtube-dl-2014.04.04.6.tar.gz", "e93fd775cdcbc8a09c128accb92eb22bfea6c7558c9b75895797415d9488c4fe" ] - }, + }, "2014.04.04.7": { "bin": [ - "https://yt-dl.org/downloads/2014.04.04.7/youtube-dl", + "https://yt-dl.org/downloads/2014.04.04.7/youtube-dl", "8647120ed26e531e25c8a67d3e08f69580fcf6b92119a64b6f22f2e6f6b2031c" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2014.04.04.7/youtube-dl.exe", + "https://yt-dl.org/downloads/2014.04.04.7/youtube-dl.exe", "49c762c8d10dc016a60f31415bbbafabd4288f64018849a4fc1ac2a19499a353" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2014.04.04.7/youtube-dl-2014.04.04.7.tar.gz", + "https://yt-dl.org/downloads/2014.04.04.7/youtube-dl-2014.04.04.7.tar.gz", "113a7043e2f6b808e94cf584d336c4f2edaeba326ffadbeed3d850b0450fae20" ] - }, + }, "2014.04.07": { "bin": [ - "https://yt-dl.org/downloads/2014.04.07/youtube-dl", + "https://yt-dl.org/downloads/2014.04.07/youtube-dl", "ddbf91af13ba7add3b64d6e9b9daee0908cb1814d4321366270bb2cd6b7b1ca1" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2014.04.07/youtube-dl.exe", + "https://yt-dl.org/downloads/2014.04.07/youtube-dl.exe", "1fdf761cf48103961fa3ebd55f180418870560ad5d85f14abd0ab39fb2125138" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2014.04.07/youtube-dl-2014.04.07.tar.gz", + "https://yt-dl.org/downloads/2014.04.07/youtube-dl-2014.04.07.tar.gz", "5fc61943842e41d676425c2818221c4783e89e638ed513d7f563392016abfd0b" ] - }, + }, "2014.04.07.1": { "bin": [ - "https://yt-dl.org/downloads/2014.04.07.1/youtube-dl", + "https://yt-dl.org/downloads/2014.04.07.1/youtube-dl", "f368b6831fc10d84c35023f1dccc4169ff72ae0bc408853d7fe4a0ec68eb6729" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2014.04.07.1/youtube-dl.exe", + "https://yt-dl.org/downloads/2014.04.07.1/youtube-dl.exe", "52c69e2fb08bcc4beeb4d3914a9e849bda4747ada79620f902ffafc1366d3ac4" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2014.04.07.1/youtube-dl-2014.04.07.1.tar.gz", + "https://yt-dl.org/downloads/2014.04.07.1/youtube-dl-2014.04.07.1.tar.gz", "ac5b505b974e036c9265c700d6bb373fc3d1aff22e2314fd55aef355cfe3112c" ] - }, + }, "2014.04.07.2": { "bin": [ - "https://yt-dl.org/downloads/2014.04.07.2/youtube-dl", + "https://yt-dl.org/downloads/2014.04.07.2/youtube-dl", "bf869d48601cdbd7e46937ddc4fd55ce45d4b27b273539ebdb9904d13125ddcb" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2014.04.07.2/youtube-dl.exe", + "https://yt-dl.org/downloads/2014.04.07.2/youtube-dl.exe", "a8741351c217791d5fd8f65de1170e001aa92c5fcc7cd8642c367f995b27987b" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2014.04.07.2/youtube-dl-2014.04.07.2.tar.gz", + "https://yt-dl.org/downloads/2014.04.07.2/youtube-dl-2014.04.07.2.tar.gz", "4fd5010575e1b7a183b293d18fb06435afc8219fa06711d89296c12ed9f0a197" ] - }, + }, "2014.04.07.3": { "bin": [ - "https://yt-dl.org/downloads/2014.04.07.3/youtube-dl", + "https://yt-dl.org/downloads/2014.04.07.3/youtube-dl", "4e018311bcb4c08974041406d68c5a749ae6d76ebc316d754e813eb644c2ce40" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2014.04.07.3/youtube-dl.exe", + "https://yt-dl.org/downloads/2014.04.07.3/youtube-dl.exe", "47af4b1eaead40b9271569d255281e129cf4358b2206130893849fc186d9fa95" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2014.04.07.3/youtube-dl-2014.04.07.3.tar.gz", + "https://yt-dl.org/downloads/2014.04.07.3/youtube-dl-2014.04.07.3.tar.gz", "6e1cf642e81baf8503a7715d3696700bc08506fee5dc17304da64718af61645c" ] - }, + }, "2014.04.07.4": { "bin": [ - "https://yt-dl.org/downloads/2014.04.07.4/youtube-dl", + "https://yt-dl.org/downloads/2014.04.07.4/youtube-dl", "4095080adca722311432e9ddf8b5e2fd568aebc37adf57afbb8b7c71ec5bd922" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2014.04.07.4/youtube-dl.exe", + "https://yt-dl.org/downloads/2014.04.07.4/youtube-dl.exe", "c925a9e3d44a4ecbf81ae63ded0f7fe749805d796a1ca515e3b64b9652551d8f" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2014.04.07.4/youtube-dl-2014.04.07.4.tar.gz", + "https://yt-dl.org/downloads/2014.04.07.4/youtube-dl-2014.04.07.4.tar.gz", "65ff47e3d82a998b4cdf86f73caee11508e9668a7b34376ee70cf2a7336d3a72" ] - }, + }, "2014.04.11.1": { "bin": [ - "https://yt-dl.org/downloads/2014.04.11.1/youtube-dl", + "https://yt-dl.org/downloads/2014.04.11.1/youtube-dl", "4e814311b5c51ac6fdcfb45989208f6da81eec90e18517b9624c3ed6dca10fdb" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2014.04.11.1/youtube-dl.exe", + "https://yt-dl.org/downloads/2014.04.11.1/youtube-dl.exe", "2c1271eb135ebedba46c9490082523dd4892f7e57d607c3d8234e4d7a78c10df" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2014.04.11.1/youtube-dl-2014.04.11.1.tar.gz", + "https://yt-dl.org/downloads/2014.04.11.1/youtube-dl-2014.04.11.1.tar.gz", "bc901cfd29602260c7bdc25b875bbe9dadafecedb03bd2c6b5cf82330f532889" ] - }, + }, "2014.04.11.2": { "bin": [ - "https://yt-dl.org/downloads/2014.04.11.2/youtube-dl", + "https://yt-dl.org/downloads/2014.04.11.2/youtube-dl", "e9ee533c579de3b348000a8cf5347190e13f224ce2eb462c20b87902b27be221" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2014.04.11.2/youtube-dl.exe", + "https://yt-dl.org/downloads/2014.04.11.2/youtube-dl.exe", "be2f545c6a10776bd378bd1acf07a4bcced0060a30dde8587e55ba180a640bc4" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2014.04.11.2/youtube-dl-2014.04.11.2.tar.gz", + "https://yt-dl.org/downloads/2014.04.11.2/youtube-dl-2014.04.11.2.tar.gz", "b5ac770f8ecff6add8acd6b6f552462df2bc82b86c33ba7138156b49f338a7f2" ] - }, + }, "2014.04.13": { "bin": [ - "https://yt-dl.org/downloads/2014.04.13/youtube-dl", + "https://yt-dl.org/downloads/2014.04.13/youtube-dl", "a4415ec7b360c4e0d7b925cbb6eec51bd8ec80e8a1246cfba2847f4273e96370" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2014.04.13/youtube-dl.exe", + "https://yt-dl.org/downloads/2014.04.13/youtube-dl.exe", "9a5a1e0e60e248cc01cf9a762a077581690af0b826e1723ef18ff2a1f02f1406" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2014.04.13/youtube-dl-2014.04.13.tar.gz", + "https://yt-dl.org/downloads/2014.04.13/youtube-dl-2014.04.13.tar.gz", "582ddfb0c4f008c7e9a9d2f9f8752851bdb47c119c51f3b77500ad3dadf560e1" ] - }, + }, "2014.04.19": { "bin": [ - "https://yt-dl.org/downloads/2014.04.19/youtube-dl", + "https://yt-dl.org/downloads/2014.04.19/youtube-dl", "89c9ea1a4eeeef782fbbcb3923fe7fdf5e6ec8e4b41d68245f7e7c771d484326" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2014.04.19/youtube-dl.exe", + "https://yt-dl.org/downloads/2014.04.19/youtube-dl.exe", "0488ad8348c0b51e263e5316ec50a6bc2b7fb465449ef3d0f4b09592fce412ee" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2014.04.19/youtube-dl-2014.04.19.tar.gz", + "https://yt-dl.org/downloads/2014.04.19/youtube-dl-2014.04.19.tar.gz", "83051e796758b023b53de3c5bff61fa78c9a6e17ea1ca22d9b6777d9de3c2553" ] - }, + }, "2014.04.21": { "bin": [ - "https://yt-dl.org/downloads/2014.04.21/youtube-dl", + "https://yt-dl.org/downloads/2014.04.21/youtube-dl", "25ef4e3b954bc96dde149805922c3471bc7b902504e484d9788320539a8c6592" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2014.04.21/youtube-dl.exe", + "https://yt-dl.org/downloads/2014.04.21/youtube-dl.exe", "6e17720756751fc6c528b3895b3c2104d9824d12ea9b291a740543fd8a04fe56" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2014.04.21/youtube-dl-2014.04.21.tar.gz", + "https://yt-dl.org/downloads/2014.04.21/youtube-dl-2014.04.21.tar.gz", "829943adb56f927386c6d8a762a58a595a3d9d62d4c68034089f6260fcf3a393" ] - }, + }, "2014.04.21.1": { "bin": [ - "https://yt-dl.org/downloads/2014.04.21.1/youtube-dl", + "https://yt-dl.org/downloads/2014.04.21.1/youtube-dl", "be09008c93dd4918d3fde82e85b4a1051debc7627ac71cd0b1b519045df3ea71" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2014.04.21.1/youtube-dl.exe", + "https://yt-dl.org/downloads/2014.04.21.1/youtube-dl.exe", "74498d22159e514dc5e008e56e7d570034553383c26f189eadb8a5303b5edbe3" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2014.04.21.1/youtube-dl-2014.04.21.1.tar.gz", + "https://yt-dl.org/downloads/2014.04.21.1/youtube-dl-2014.04.21.1.tar.gz", "5b303211e424dda6b123cea0c9ba87a935e7ff072fca3e661a6ef3e315d814e3" ] - }, + }, "2014.04.21.2": { "bin": [ - "https://yt-dl.org/downloads/2014.04.21.2/youtube-dl", + "https://yt-dl.org/downloads/2014.04.21.2/youtube-dl", "c0f6c5b64d009b31a5b2395fb0f37a59cc05b8a97175c285c2e9fa5bf3e53af3" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2014.04.21.2/youtube-dl.exe", + "https://yt-dl.org/downloads/2014.04.21.2/youtube-dl.exe", "44027f33f25fef78dd32ce9319c747e10f144c7c7a8e646369da7981f5b0a75d" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2014.04.21.2/youtube-dl-2014.04.21.2.tar.gz", + "https://yt-dl.org/downloads/2014.04.21.2/youtube-dl-2014.04.21.2.tar.gz", "7bf01c889a9f4b96bac05217c56702984a149e51c08d8e29439eee38729fa34c" ] - }, + }, "2014.04.21.3": { "bin": [ - "https://yt-dl.org/downloads/2014.04.21.3/youtube-dl", + "https://yt-dl.org/downloads/2014.04.21.3/youtube-dl", "f1c3076a20bd5362df37617e56e21169b91e9f67696c4e5b3d43933e43cf56e5" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2014.04.21.3/youtube-dl.exe", + "https://yt-dl.org/downloads/2014.04.21.3/youtube-dl.exe", "156ce21ce1f6a1709979eb34b96ad10cfef047302240c835c350fdd4484bb6f9" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2014.04.21.3/youtube-dl-2014.04.21.3.tar.gz", + "https://yt-dl.org/downloads/2014.04.21.3/youtube-dl-2014.04.21.3.tar.gz", "e0a795e12b084a8bae8aa24e23ab38c78cb3d688f53962ab028663d224431ca4" ] - }, + }, "2014.04.21.4": { "bin": [ - "https://yt-dl.org/downloads/2014.04.21.4/youtube-dl", + "https://yt-dl.org/downloads/2014.04.21.4/youtube-dl", "d16ef869862041d5357ac0f39e2a0472a38ccd8b2a304f034352bd6b374deb66" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2014.04.21.4/youtube-dl.exe", + "https://yt-dl.org/downloads/2014.04.21.4/youtube-dl.exe", "52bfcd9768fe0be24a8afdddfafa46cde84db34719ed82967d452e5144a1342f" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2014.04.21.4/youtube-dl-2014.04.21.4.tar.gz", + "https://yt-dl.org/downloads/2014.04.21.4/youtube-dl-2014.04.21.4.tar.gz", "38d12d042488ea506235272ed9489cd178a591abe706ea8065426d2fb638ab31" ] - }, + }, "2014.04.21.5": { "bin": [ - "https://yt-dl.org/downloads/2014.04.21.5/youtube-dl", + "https://yt-dl.org/downloads/2014.04.21.5/youtube-dl", "d3e0bdce1aa2f2a68d7c9ff083169441e8b1158b398e57ffb5479cd0a26a88a8" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2014.04.21.5/youtube-dl.exe", + "https://yt-dl.org/downloads/2014.04.21.5/youtube-dl.exe", "9b5c9111cd2f99781460410e5a90599f5aa7eb88e7263e8426eee2afd1a943af" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2014.04.21.5/youtube-dl-2014.04.21.5.tar.gz", + "https://yt-dl.org/downloads/2014.04.21.5/youtube-dl-2014.04.21.5.tar.gz", "92bfdb0c7de6eb293f0d2b872ad762b52b40534eb60a89ad72da93b4f46cb1ef" ] - }, + }, "2014.04.21.6": { "bin": [ - "https://yt-dl.org/downloads/2014.04.21.6/youtube-dl", + "https://yt-dl.org/downloads/2014.04.21.6/youtube-dl", "472a2ae4dfb5f87356ee58856a292b02e9242d4bf361220e77591e923e14a371" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2014.04.21.6/youtube-dl.exe", + "https://yt-dl.org/downloads/2014.04.21.6/youtube-dl.exe", "03319955f137f1d98ec05d739360c2d60d668880f380c15d1e151d2dcb721546" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2014.04.21.6/youtube-dl-2014.04.21.6.tar.gz", + "https://yt-dl.org/downloads/2014.04.21.6/youtube-dl-2014.04.21.6.tar.gz", "8df2a8300a6e333a637f655181216097839992b384f2eafa93f1ee9cfd2f1e1a" ] - }, + }, "2014.04.30": { "bin": [ - "https://yt-dl.org/downloads/2014.04.30/youtube-dl", + "https://yt-dl.org/downloads/2014.04.30/youtube-dl", "78cae96e4dc827c257f47c932d3ae10fe7133e1f8a9e09363fe55f5c80a592e3" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2014.04.30/youtube-dl.exe", + "https://yt-dl.org/downloads/2014.04.30/youtube-dl.exe", "235a818b14643c1344fecb5a7846ddc5ca3061cf55f67246485b699c556a71b6" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2014.04.30/youtube-dl-2014.04.30.tar.gz", + "https://yt-dl.org/downloads/2014.04.30/youtube-dl-2014.04.30.tar.gz", "39cfe73aa8791464efee0fac52563d9c6063e6df802b5316bdf8e7aee9e4bbd7" ] - }, + }, "2014.04.30.1": { "bin": [ - "https://yt-dl.org/downloads/2014.04.30.1/youtube-dl", + "https://yt-dl.org/downloads/2014.04.30.1/youtube-dl", "b6643efa629029dd1235548bba78508a3d761a9858bb9fc981415b4bce6a93c9" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2014.04.30.1/youtube-dl.exe", + "https://yt-dl.org/downloads/2014.04.30.1/youtube-dl.exe", "c96627095a532768f90c5e7d37d4d729ad63324ff4deb186585a21b58caff4a8" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2014.04.30.1/youtube-dl-2014.04.30.1.tar.gz", + "https://yt-dl.org/downloads/2014.04.30.1/youtube-dl-2014.04.30.1.tar.gz", "43061bb49b42dfd4dd2328cf8ef5215b3b3ba025a48ebc65d655fe1f1a3b0aee" ] - }, + }, "2014.05.05": { "bin": [ - "https://yt-dl.org/downloads/2014.05.05/youtube-dl", + "https://yt-dl.org/downloads/2014.05.05/youtube-dl", "308277f96ec259375d563de11a1ba337db0b66c4b74e1b3f1014fdbb37c7dc57" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2014.05.05/youtube-dl.exe", + "https://yt-dl.org/downloads/2014.05.05/youtube-dl.exe", "df39c410231d200481673b47ca7cf9df9eb0ddf39fa7c32670a1aa5b70268041" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2014.05.05/youtube-dl-2014.05.05.tar.gz", + "https://yt-dl.org/downloads/2014.05.05/youtube-dl-2014.05.05.tar.gz", "6f02362cfa618d78f55f18d13baea4ebfa1ad15f1e3fef2e93a9d2a652e23d0f" ] - }, + }, "2014.05.12": { "bin": [ - "https://yt-dl.org/downloads/2014.05.12/youtube-dl", + "https://yt-dl.org/downloads/2014.05.12/youtube-dl", "d89b3d08abb91b1e79000909c101d0decb2390f17aa7f377ee8875d23e737a5b" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2014.05.12/youtube-dl.exe", + "https://yt-dl.org/downloads/2014.05.12/youtube-dl.exe", "21166bdf249c601ed7b01c461e248b62bbe5be721ecd4114538f6e48635c881b" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2014.05.12/youtube-dl-2014.05.12.tar.gz", + "https://yt-dl.org/downloads/2014.05.12/youtube-dl-2014.05.12.tar.gz", "61796e4448a3a030a64298cee64075e508904f0d9dcb98ddf21335c2123349b5" ] - }, + }, "2014.05.13": { "bin": [ - "https://yt-dl.org/downloads/2014.05.13/youtube-dl", + "https://yt-dl.org/downloads/2014.05.13/youtube-dl", "4f469c4ebca0b37581ca6aecf3a6b057e1c385281d0823cfbb3490022cfc6e3d" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2014.05.13/youtube-dl.exe", + "https://yt-dl.org/downloads/2014.05.13/youtube-dl.exe", "3f2fa981b8300274c5beb0cb8aa2fa12b9eb5ec7e9bf2da82d7f1842b386e978" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2014.05.13/youtube-dl-2014.05.13.tar.gz", + "https://yt-dl.org/downloads/2014.05.13/youtube-dl-2014.05.13.tar.gz", "7fb1b52fa25b942c197c55b99c05992ac10aeb7402f6559d62a1d108028d18db" ] - }, + }, "2014.05.16": { "bin": [ - "https://yt-dl.org/downloads/2014.05.16/youtube-dl", + "https://yt-dl.org/downloads/2014.05.16/youtube-dl", "2393b545567a103a5c5c8c04819bc471d335c0ff4c7fcfae807331d60264a247" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2014.05.16/youtube-dl.exe", + "https://yt-dl.org/downloads/2014.05.16/youtube-dl.exe", "21af0dba685ee2ab3346d99730c07eaac0676e2fdffb0470c6f74740d0e75622" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2014.05.16/youtube-dl-2014.05.16.tar.gz", + "https://yt-dl.org/downloads/2014.05.16/youtube-dl-2014.05.16.tar.gz", "40b78abec2d30064f28a4dca112dc3d52f2a61c9ea1709416a0935d8272a4cc2" ] - }, + }, "2014.05.16.1": { "bin": [ - "https://yt-dl.org/downloads/2014.05.16.1/youtube-dl", + "https://yt-dl.org/downloads/2014.05.16.1/youtube-dl", "4ac8b57fc36d94df7394868e92a48714f857007aae013c089c00bb812f163d77" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2014.05.16.1/youtube-dl.exe", + "https://yt-dl.org/downloads/2014.05.16.1/youtube-dl.exe", "3f0d9afe1509f778adb23d2c92a9e03de102a9f59f421dd9aea1629c71b7d7f4" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2014.05.16.1/youtube-dl-2014.05.16.1.tar.gz", + "https://yt-dl.org/downloads/2014.05.16.1/youtube-dl-2014.05.16.1.tar.gz", "2554e74f8f874903d775635ca5f3241e99cdd56201dab6a7718852805f2d0bad" ] - }, + }, "2014.05.19": { "bin": [ - "https://yt-dl.org/downloads/2014.05.19/youtube-dl", + "https://yt-dl.org/downloads/2014.05.19/youtube-dl", "49c12830ca01f05589485aa5129d38974c1e2893abda65c308a0b0153719bc4d" - ], + ], "exe": [ - "https://yt-dl.org/downloads/2014.05.19/youtube-dl.exe", + "https://yt-dl.org/downloads/2014.05.19/youtube-dl.exe", "d4ff78edeae6ea5182687a5ec124a6d51d41f94938ea398b5a3c5cd9527910a0" - ], + ], "tar": [ - "https://yt-dl.org/downloads/2014.05.19/youtube-dl-2014.05.19.tar.gz", + "https://yt-dl.org/downloads/2014.05.19/youtube-dl-2014.05.19.tar.gz", "da50c1f56e07e1c9c36a83f045a97d075fbd115023b813585ce29ad9b7f31e68" ] + }, + "2014.05.31.4": { + "bin": [ + "https://yt-dl.org/downloads/2014.05.31.4/youtube-dl", + "07f868fd41f4a2b592eb69e8351fbcfa00a04138abd843f4737484d75d3f75ec" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.05.31.4/youtube-dl.exe", + "5fdb86364c1514a70daaaf1f4c99eb781cddb2dc1053fb61b405fe38cefcc10a" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.05.31.4/youtube-dl-2014.05.31.4.tar.gz", + "9eeaf07051a7a0d6dd6f4203249df34358cae2b8ac945a82c95bb83eafba4cb5" + ] } } } \ No newline at end of file From 8629db7f2362b8ce3b2c3bff9a7b457fc4fc6df2 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Mon, 2 Jun 2014 10:50:31 +0200 Subject: [PATCH 134/138] release 2014.06.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 9010ab56d..3bb33cd6f 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

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

    -

    2014.05.31.4 (sig)

    +

    2014.06.02 (sig)

      -
    • MD5: 3027ed65d7a2544b0ba9595163388832
    • -
    • SHA1: 2416f288533e97365e3a34a8e47b33f656b49ced
    • -
    • SHA256: 07f868fd41f4a2b592eb69e8351fbcfa00a04138abd843f4737484d75d3f75ec
    • +
    • MD5: c362c70ed52feb4a8de83a7eba8cf6bb
    • +
    • SHA1: 2adaf0cc95dfa252fddaa2c8e36122416da11eb5
    • +
    • SHA256: 2fea1cba14beeb7b43fef6ac30cfe81f0691556756a351cf89a0e850ac29fb6a

    - Windows exe (sig - 5fdb86364c1514a70daaaf1f4c99eb781cddb2dc1053fb61b405fe38cefcc10a)
    - Full source + docs + binary tarball (sig - 9eeaf07051a7a0d6dd6f4203249df34358cae2b8ac945a82c95bb83eafba4cb5) + Windows exe (sig - f73a75207470822e5a3a3fd77656299f588eacfff6b545ccecef166f12f50e56)
    + Full source + docs + binary tarball (sig - 6dbb8ed9efed8a5eaf1eee5332dd27fa2b8e77246f3f004b538cf750632e9e16)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.05.31.4/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2014.06.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/2014.05.31.4/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2014.06.02/youtube-dl -O /usr/local/bin/youtube-dl
    sudo chmod a+x /usr/local/bin/youtube-dl

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

    To check the signature, type: -sudo wget https://yt-dl.org/downloads/2014.05.31.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/2014.06.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 a803e7975..858c0dfd7 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.05.31.4 \ No newline at end of file +2014.06.02 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index be9d59f9a..38de53b9f 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 - 2014-05-31T20:47:58.954491Z + 2014-06-02T10:50:30.197790Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -4730,4 +4730,19 @@ 2014-05-31T00:00:04Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.06.02 + New version 2014.06.02 + + +
    + Downloads available at https://yt-dl.org/downloads/2014.06.02/ +
    +
    + + The youtube-dl maintainers + + 2014-06-02T00:00:00Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 6924435b9..dce67903b 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.05.31.4", - "signature": "0ad30593049138df767acab918b4b51f240b5a258f6769859c0d9120d99943baa77680391f56e1fde0be62c39c6c7c1fb2f3eb816976b6bfd0b017492b0ffe73f3a6ab699275fa91ca1184049a627d217cc98fb76348de0f04a2fa0b1ce4ba1ad3abda0b5422c95f187e9c9c577fcb72a8e3f49b585180ec8cc99977e392e7fa", + "latest": "2014.06.02", + "signature": "667295664b10908c8d9176dff8f16f7d8bbec0884c80830073f7a2058221f814076fa606958ce848a97a68f71bf33df9399f15eb8623d5adb158c5566fabaf143c86cc15a5a0c90d219dca8bdc2c9656a9aea878b0ac32371f21f7946f611987050c864bdddeeb1fdd83b9817dc401d37c8a8040f3d636b2c92d2f2ad79ca2bc", "versions": { "2012.02.22": { "bin": [ @@ -4417,6 +4417,20 @@ "https://yt-dl.org/downloads/2014.05.31.4/youtube-dl-2014.05.31.4.tar.gz", "9eeaf07051a7a0d6dd6f4203249df34358cae2b8ac945a82c95bb83eafba4cb5" ] + }, + "2014.06.02": { + "bin": [ + "https://yt-dl.org/downloads/2014.06.02/youtube-dl", + "2fea1cba14beeb7b43fef6ac30cfe81f0691556756a351cf89a0e850ac29fb6a" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.06.02/youtube-dl.exe", + "f73a75207470822e5a3a3fd77656299f588eacfff6b545ccecef166f12f50e56" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.06.02/youtube-dl-2014.06.02.tar.gz", + "6dbb8ed9efed8a5eaf1eee5332dd27fa2b8e77246f3f004b538cf750632e9e16" + ] } } } \ No newline at end of file From 864a09fff0c534f74440248f441b8056133ededa Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Wed, 4 Jun 2014 06:52:39 +0200 Subject: [PATCH 135/138] release 2014.06.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 3bb33cd6f..a3429f8bc 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

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

    -

    2014.06.02 (sig)

    +

    2014.06.04 (sig)

      -
    • MD5: c362c70ed52feb4a8de83a7eba8cf6bb
    • -
    • SHA1: 2adaf0cc95dfa252fddaa2c8e36122416da11eb5
    • -
    • SHA256: 2fea1cba14beeb7b43fef6ac30cfe81f0691556756a351cf89a0e850ac29fb6a
    • +
    • MD5: 431574eb50ea7e2ed63d74fc8cf044b5
    • +
    • SHA1: 96bb13f7835681d8673bbc8fc30c682e965b30ce
    • +
    • SHA256: 3ca4a63ead612f99a37638513e289bcc6754f4a499fcf299c87ee968c34ec292

    - Windows exe (sig - f73a75207470822e5a3a3fd77656299f588eacfff6b545ccecef166f12f50e56)
    - Full source + docs + binary tarball (sig - 6dbb8ed9efed8a5eaf1eee5332dd27fa2b8e77246f3f004b538cf750632e9e16) + Windows exe (sig - 46820c5ddc4988ebec0d922a7eb6ded8bb39b5c917946429eda322e388a14be3)
    + Full source + docs + binary tarball (sig - d2842193436d43e1ddac9e7ef8b3d71ddaf4e893150b0a4c3b40da326f7f1d6a)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.06.02/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2014.06.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/2014.06.02/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2014.06.04/youtube-dl -O /usr/local/bin/youtube-dl
    sudo chmod a+x /usr/local/bin/youtube-dl

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

    To check the signature, type: -sudo wget https://yt-dl.org/downloads/2014.06.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/2014.06.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 858c0dfd7..67131fa7d 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.06.02 \ No newline at end of file +2014.06.04 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 38de53b9f..a89fabf67 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 - 2014-06-02T10:50:30.197790Z + 2014-06-04T06:52:37.125946Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -4745,4 +4745,19 @@ 2014-06-02T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.06.04 + New version 2014.06.04 + + +
    + Downloads available at https://yt-dl.org/downloads/2014.06.04/ +
    +
    + + The youtube-dl maintainers + + 2014-06-04T00:00:00Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index dce67903b..2a7f7a6f5 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.06.02", - "signature": "667295664b10908c8d9176dff8f16f7d8bbec0884c80830073f7a2058221f814076fa606958ce848a97a68f71bf33df9399f15eb8623d5adb158c5566fabaf143c86cc15a5a0c90d219dca8bdc2c9656a9aea878b0ac32371f21f7946f611987050c864bdddeeb1fdd83b9817dc401d37c8a8040f3d636b2c92d2f2ad79ca2bc", + "latest": "2014.06.04", + "signature": "3bee0d9ec708093d7c36c62ebf2ed0f2db11de3ef4ad462590d691cad18f23cf10227712c27201a70b55289aab091faee013419cdd169a2efda284d6513736a60ad4d7294b27a4d16902a29573b842e1186d033ab52ab6f438058a76415214f19fcf2da57fbf144bba56c6ab3a2331be7e93bfeedbd6ec12235155cf17a2e1d7", "versions": { "2012.02.22": { "bin": [ @@ -4431,6 +4431,20 @@ "https://yt-dl.org/downloads/2014.06.02/youtube-dl-2014.06.02.tar.gz", "6dbb8ed9efed8a5eaf1eee5332dd27fa2b8e77246f3f004b538cf750632e9e16" ] + }, + "2014.06.04": { + "bin": [ + "https://yt-dl.org/downloads/2014.06.04/youtube-dl", + "3ca4a63ead612f99a37638513e289bcc6754f4a499fcf299c87ee968c34ec292" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.06.04/youtube-dl.exe", + "46820c5ddc4988ebec0d922a7eb6ded8bb39b5c917946429eda322e388a14be3" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.06.04/youtube-dl-2014.06.04.tar.gz", + "d2842193436d43e1ddac9e7ef8b3d71ddaf4e893150b0a4c3b40da326f7f1d6a" + ] } } } \ No newline at end of file From 11aeec39d75ea2ecd6bf903f53b3c9eb15fd9ab8 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Sat, 7 Jun 2014 16:46:01 +0200 Subject: [PATCH 136/138] release 2014.06.07 --- download.html | 18 +++++++++--------- supportedsites.html | 7 +++++++ update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 49 insertions(+), 13 deletions(-) diff --git a/download.html b/download.html index a3429f8bc..b3f3b0ae6 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

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

    -

    2014.06.04 (sig)

    +

    2014.06.07 (sig)

      -
    • MD5: 431574eb50ea7e2ed63d74fc8cf044b5
    • -
    • SHA1: 96bb13f7835681d8673bbc8fc30c682e965b30ce
    • -
    • SHA256: 3ca4a63ead612f99a37638513e289bcc6754f4a499fcf299c87ee968c34ec292
    • +
    • MD5: 5d5f6f8ad2521946510c9edbc0925bbc
    • +
    • SHA1: 8a6697003876be9afe54f1a33ae85dacee245ea6
    • +
    • SHA256: 608c9445e4668beab53acc63952483faccc004b7289665a421db3d6082d45a58

    - Windows exe (sig - 46820c5ddc4988ebec0d922a7eb6ded8bb39b5c917946429eda322e388a14be3)
    - Full source + docs + binary tarball (sig - d2842193436d43e1ddac9e7ef8b3d71ddaf4e893150b0a4c3b40da326f7f1d6a) + Windows exe (sig - c711099924816d1146ea8b7ac25e875c2ed20b3bc0a27c0b7d80b8f7f763c193)
    + Full source + docs + binary tarball (sig - 17f45e32984840f8e038eead72a4d99f3107fc272589cfc5bde9c6fef10f98ab)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.06.04/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2014.06.07/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/2014.06.04/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2014.06.07/youtube-dl -O /usr/local/bin/youtube-dl
    sudo chmod a+x /usr/local/bin/youtube-dl

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

    To check the signature, type: -sudo wget https://yt-dl.org/downloads/2014.06.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/2014.06.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 9c8a1eeb2..b8f0f7298 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -148,6 +148,7 @@
  • KhanAcademy
  • KickStarter
  • kontrtube: KontrTube.ru - Труба зовёт
  • +
  • Ku6
  • la7.tv
  • lifenews: LIFE | NEWS
  • LiveLeak
  • @@ -252,6 +253,7 @@
  • Space
  • Spankwire
  • Spiegel
  • +
  • Spiegeltv
  • Spike
  • stanfordoc: Stanford Open ClassRoom
  • Steam
  • @@ -260,6 +262,10 @@
  • SWRMediathek
  • Syfy
  • SztvHu
  • +
  • Tagesschau
  • +
  • teachertube: teachertube.com videos
  • +
  • teachertube:classroom: teachertube.com online classrooms
  • +
  • TeachingChannel
  • Teamcoco
  • TechTalks
  • techtv.mit.edu
  • @@ -293,6 +299,7 @@
  • Veoh
  • Vesti: Вести.Ru
  • Vevo
  • +
  • vh1.com
  • Viddler
  • video.google:search: Google Video search
  • video.mit.edu
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 67131fa7d..0ed6004de 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.06.04 \ No newline at end of file +2014.06.07 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index a89fabf67..0657330d6 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 - 2014-06-04T06:52:37.125946Z + 2014-06-07T16:46:00.260651Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -4760,4 +4760,19 @@ 2014-06-04T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.06.07 + New version 2014.06.07 + + +
    + Downloads available at https://yt-dl.org/downloads/2014.06.07/ +
    +
    + + The youtube-dl maintainers + + 2014-06-07T00:00:00Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 2a7f7a6f5..a8bb83fe5 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.06.04", - "signature": "3bee0d9ec708093d7c36c62ebf2ed0f2db11de3ef4ad462590d691cad18f23cf10227712c27201a70b55289aab091faee013419cdd169a2efda284d6513736a60ad4d7294b27a4d16902a29573b842e1186d033ab52ab6f438058a76415214f19fcf2da57fbf144bba56c6ab3a2331be7e93bfeedbd6ec12235155cf17a2e1d7", + "latest": "2014.06.07", + "signature": "704cc8b53036eb4cb374b6d1be07673ac34cc2bd57532f9c585719ab1c823a681ff77fe6f60ce6314026603bc2399f44888083a59d21a215198495fa9b384e1cab1f907b40d44c8e2171d2b3c61d53d9f62a693920b0c6824391837f4848eb3ae896f2494491e258d74d91e3b7abf1682c46aa19e3fe1173a6e2a4151c6befc4", "versions": { "2012.02.22": { "bin": [ @@ -4445,6 +4445,20 @@ "https://yt-dl.org/downloads/2014.06.04/youtube-dl-2014.06.04.tar.gz", "d2842193436d43e1ddac9e7ef8b3d71ddaf4e893150b0a4c3b40da326f7f1d6a" ] + }, + "2014.06.07": { + "bin": [ + "https://yt-dl.org/downloads/2014.06.07/youtube-dl", + "608c9445e4668beab53acc63952483faccc004b7289665a421db3d6082d45a58" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.06.07/youtube-dl.exe", + "c711099924816d1146ea8b7ac25e875c2ed20b3bc0a27c0b7d80b8f7f763c193" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.06.07/youtube-dl-2014.06.07.tar.gz", + "17f45e32984840f8e038eead72a4d99f3107fc272589cfc5bde9c6fef10f98ab" + ] } } } \ No newline at end of file From c3cdb616f39fcdede3f0d8c38c5a5377be42c324 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Mon, 9 Jun 2014 23:21:53 +0200 Subject: [PATCH 137/138] release 2014.06.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 b3f3b0ae6..767f7dacc 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

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

    -

    2014.06.07 (sig)

    +

    2014.06.09 (sig)

      -
    • MD5: 5d5f6f8ad2521946510c9edbc0925bbc
    • -
    • SHA1: 8a6697003876be9afe54f1a33ae85dacee245ea6
    • -
    • SHA256: 608c9445e4668beab53acc63952483faccc004b7289665a421db3d6082d45a58
    • +
    • MD5: ae7c399fc40e296929d84d3975759402
    • +
    • SHA1: 76676eda9594e1686464ba8e9dd2446ef94a3c4c
    • +
    • SHA256: 292af8ef4db1892d487515f571bed31b8b46e14e2aef278d2476d82ac23e800c

    - Windows exe (sig - c711099924816d1146ea8b7ac25e875c2ed20b3bc0a27c0b7d80b8f7f763c193)
    - Full source + docs + binary tarball (sig - 17f45e32984840f8e038eead72a4d99f3107fc272589cfc5bde9c6fef10f98ab) + Windows exe (sig - 77b28c439b661a8d216c939855175e457deb11624a6fdf4a0beb0b8204a57eb5)
    + Full source + docs + binary tarball (sig - e7aa2c7b54e17e1e0fb82718f841f98baf0acefd398f7a978be065aa99ca910c)

    To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.06.07/youtube-dl -o /usr/local/bin/youtube-dl
    +sudo curl https://yt-dl.org/downloads/2014.06.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/2014.06.07/youtube-dl -O /usr/local/bin/youtube-dl
    +sudo wget https://yt-dl.org/downloads/2014.06.09/youtube-dl -O /usr/local/bin/youtube-dl
    sudo chmod a+x /usr/local/bin/youtube-dl

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

    To check the signature, type: -sudo wget https://yt-dl.org/downloads/2014.06.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/2014.06.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 b8f0f7298..a01d1687d 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -323,6 +323,7 @@
  • vk.com
  • vube: Vube.com
  • VuClip
  • +
  • vulture.com
  • WashingtonPost
  • wat.tv
  • WDR
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 0ed6004de..fdc0916f0 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.06.07 \ No newline at end of file +2014.06.09 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 0657330d6..982e22b0d 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 - 2014-06-07T16:46:00.260651Z + 2014-06-09T23:21:50.897842Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -4775,4 +4775,19 @@ 2014-06-07T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.06.09 + New version 2014.06.09 + + +
    + Downloads available at https://yt-dl.org/downloads/2014.06.09/ +
    +
    + + The youtube-dl maintainers + + 2014-06-09T00:00:00Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index a8bb83fe5..66cdb3e46 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.06.07", - "signature": "704cc8b53036eb4cb374b6d1be07673ac34cc2bd57532f9c585719ab1c823a681ff77fe6f60ce6314026603bc2399f44888083a59d21a215198495fa9b384e1cab1f907b40d44c8e2171d2b3c61d53d9f62a693920b0c6824391837f4848eb3ae896f2494491e258d74d91e3b7abf1682c46aa19e3fe1173a6e2a4151c6befc4", + "latest": "2014.06.09", + "signature": "6929237ce477db16a5b83bfb1440ab81842f1856b9aace1513cd4dc7c20a56b770e5e0f4021343ab93d870129fa2ec382ec7656acf1d4fe4a7b5e44224ac98e5327f61d671069b53e15633b7abc1dd863be40bfffad654a0bc5a837260c3b7517a58fdeff0e4925d7bd8de385e210b5108c7d56be6bad6fe018dd6e7e89dbbe3", "versions": { "2012.02.22": { "bin": [ @@ -4459,6 +4459,20 @@ "https://yt-dl.org/downloads/2014.06.07/youtube-dl-2014.06.07.tar.gz", "17f45e32984840f8e038eead72a4d99f3107fc272589cfc5bde9c6fef10f98ab" ] + }, + "2014.06.09": { + "bin": [ + "https://yt-dl.org/downloads/2014.06.09/youtube-dl", + "292af8ef4db1892d487515f571bed31b8b46e14e2aef278d2476d82ac23e800c" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.06.09/youtube-dl.exe", + "77b28c439b661a8d216c939855175e457deb11624a6fdf4a0beb0b8204a57eb5" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.06.09/youtube-dl-2014.06.09.tar.gz", + "e7aa2c7b54e17e1e0fb82718f841f98baf0acefd398f7a978be065aa99ca910c" + ] } } } \ No newline at end of file From 2a1c4c2d376b8e16ef4ae2010457a84d0a8dd807 Mon Sep 17 00:00:00 2001 From: Evan Hahn Date: Thu, 12 Jun 2014 10:41:08 -0700 Subject: [PATCH 138/138] Add Homebrew install instructions --- download.html | 4 ++++ download.html.in | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/download.html b/download.html index 767f7dacc..237582754 100644 --- a/download.html +++ b/download.html @@ -48,6 +48,10 @@ This command will update youtube-dl if you have already installed it. See the pypi page for more information.

    +

    You can use Homebrew if you have it: +brew install youtube-dl +

    +

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

    diff --git a/download.html.in b/download.html.in index ebd4bb191..f159cf9fd 100644 --- a/download.html.in +++ b/download.html.in @@ -48,6 +48,10 @@ This command will update youtube-dl if you have already installed it. See the pypi page for more information.

    +

    You can use Homebrew if you have it: +brew install youtube-dl +

    +

    To check the signature, type: sudo wget @PROGRAM_URL@.sig -O youtube-dl.sig
    gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
    rm youtube-dl.sig