diff options
Diffstat (limited to 'update')
-rw-r--r-- | update/LATEST_VERSION | 2 | ||||
-rw-r--r-- | update/releases.atom | 17 | ||||
-rw-r--r-- | update/versions.json | 18 |
3 files changed, 33 insertions, 4 deletions
diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 1f7f8fc11..c86ce05fb 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2020.12.31
\ No newline at end of file +2021.01.03
\ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index b18c7b2cc..ccca42aa9 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -3,7 +3,7 @@ <link rel="self" href="http://ytdl-org.github.io/youtube-dl/update/releases.atom" /> <title>youtube-dl releases</title> <id>https://yt-dl.org/feed/youtube-dl-updates-feed</id> - <updated>2020-12-31T05:19:40.520055Z</updated> + <updated>2021-01-03T09:14:42.045089Z</updated> <entry> <id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22</id> @@ -14390,4 +14390,19 @@ <updated>2020-12-31T00:00:00Z</updated> </entry> + <entry> + <id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2021.01.03</id> + <title>New version 2021.01.03</title> + <link href="http://ytdl-org.github.io/youtube-dl" /> + <content type="xhtml"> + <div xmlns="http://www.w3.org/1999/xhtml"> + Downloads available at <a href="https://yt-dl.org/downloads/2021.01.03/">https://yt-dl.org/downloads/2021.01.03/</a> + </div> + </content> + <author> + <name>The youtube-dl maintainers</name> + </author> + <updated>2021-01-03T00:00:00Z</updated> + </entry> + </feed>
\ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 58c1b4e5c..7591bee8f 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2020.12.31", - "signature": "3c1f202890997b20e960e610b1a68c3f273edb6502025d06829e89a025eb739c8f160ae704634710ce60a20e3b57d209f63b0993a7c73d063742be013df1ce888864e0e8406078a0d02d51d0227c30f3cde4d4034fe4edec2a14a4a70851be0f1ea6141c19ac378b2862164ff7191cfe3da73ede4f991d96ad39c850752e8b51", + "latest": "2021.01.03", + "signature": "3eadeb170688be5a68114fcb284883541da811c35974d88643a27d8dde0a5c6019d6bac88e879ab9f097a2911a6a3f12f544ebeef96217d01a7add48e6f5470248d874402df9e222f228313e5d3337f8c9536cf22eeac6f24eaab7b2c6b434db26224cb6048787bdf8b0033c3ba9553252def6a3f226e80ce6d986e09a80f3f7", "versions": { "2012.02.22": { "bin": [ @@ -13433,6 +13433,20 @@ "https://yt-dl.org/downloads/2020.12.31/youtube-dl-2020.12.31.tar.gz", "094ef8b000a9e9fcaf624eb316ac8d52643224604fdf841a14aa69a5fe9f9859" ] + }, + "2021.01.03": { + "bin": [ + "https://yt-dl.org/downloads/2021.01.03/youtube-dl", + "ed02ecd1591285ecf6645a3b9af33852b12d78b8ea5c5731b6236336d6135796" + ], + "exe": [ + "https://yt-dl.org/downloads/2021.01.03/youtube-dl.exe", + "a4e2e430faf2a005789227c09accb16bae641a28d34c40586eb654910c8566d2" + ], + "tar": [ + "https://yt-dl.org/downloads/2021.01.03/youtube-dl-2021.01.03.tar.gz", + "91de98ce1ad5d53c912eb810dd747ed30825dbf7eacb09a385ce227232eb1163" + ] } } }
\ No newline at end of file |