diff --git a/download.html b/download.html index 91ae596a8..6cde17d02 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.11.25.1 (sig)

+

2014.11.26 (sig)

- Windows exe (sig - fde4d45dd9e09fed9ac359703db18c125fc129e75cbde3080ffb493e03aada1e)
- Full source + docs + binary tarball (sig - 34ceda4a904e35e7fe38808462fa6b2e14f1ee783ca3cbac2c67b5f5e432a04a) + Windows exe (sig - 155a737db23b5a886c32be29b852b26d110200052352c1bf83d8ded38ae03c4d)
+ Full source + docs + binary tarball (sig - 94cb86603d7a96f9331ed5db09d6adc6842d1729d0f1c8c6461018516b578aa4)

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

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

To check the signature, type: -sudo wget https://yt-dl.org/downloads/2014.11.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.11.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 f27195132..ccbe5a0d2 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -355,6 +355,7 @@
  • SztvHu
  • Tagesschau
  • Tapely
  • +
  • Tass
  • teachertube: teachertube.com videos
  • teachertube:user:collection: teachertube.com user and collection videos
  • TeachingChannel
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 6b324d74e..afdc93a5b 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.11.25.1 \ No newline at end of file +2014.11.26 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 902ab03ad..992fb1477 100644 --- 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-11-25T14:38:08.259122Z + 2014-11-26T10:50:47.435414Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -6485,4 +6485,19 @@ 2014-11-25T00:00:01Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.11.26 + New version 2014.11.26 + + +
    + Downloads available at https://yt-dl.org/downloads/2014.11.26/ +
    +
    + + The youtube-dl maintainers + + 2014-11-26T00:00:00Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index c7491385b..811e866e3 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.11.25.1", - "signature": "8d4b4b201a869c7f1c756f9841aeb55b674f874f52deebc0ba87497f52bd98bb6a853f9250a00c4520458baec7603a73ed66e6f769003932b52172f8dd0eec0102b409867c34616e47909fd4c9eae5c6e21457f2967fd5233c7f254ada934e3cf3fd306b946ff039d8e99bb62fa5fbd8b696791922bd4a3825ea08f0db1e0f8c", + "latest": "2014.11.26", + "signature": "961642d52120efbe56596e43cf155c79a6c4f2a7283a34ac007f1baeec3bc56e3f1c40bb48f8b2dc699292c73b6df9c82e9df04b9f84762f94395ae5018d881af25e5ea71c3272752f57fad5bee7cfe4df7eb31b7b7015980f8d860f6a498e6cfa3286d5399dcc6500d0d39ddb19f0642db2fccc83f7e8941f8c98c8e669fec5", "versions": { "2012.02.22": { "bin": [ @@ -6055,6 +6055,20 @@ "https://yt-dl.org/downloads/2014.11.25.1/youtube-dl-2014.11.25.1.tar.gz", "34ceda4a904e35e7fe38808462fa6b2e14f1ee783ca3cbac2c67b5f5e432a04a" ] + }, + "2014.11.26": { + "bin": [ + "https://yt-dl.org/downloads/2014.11.26/youtube-dl", + "21d953f098f4e6975b13d4307c22f4d54521c72801e1dc2ef6b76799822b8bb0" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.11.26/youtube-dl.exe", + "155a737db23b5a886c32be29b852b26d110200052352c1bf83d8ded38ae03c4d" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.11.26/youtube-dl-2014.11.26.tar.gz", + "94cb86603d7a96f9331ed5db09d6adc6842d1729d0f1c8c6461018516b578aa4" + ] } } } \ No newline at end of file