diff options
author | Sergey M․ <[email protected]> | 2021-02-04 13:13:06 +0700 |
---|---|---|
committer | Sergey M․ <[email protected]> | 2021-02-04 13:13:06 +0700 |
commit | 89b207849da518115451f3f9d037f15b317d5924 (patch) | |
tree | 50adcd2bda1d6c9e05c060dd91b89b68cfd3fe55 /update | |
parent | cbf4dee6cb69347b1122a9543161c3960fc3fb99 (diff) | |
download | youtube-dl-89b207849da518115451f3f9d037f15b317d5924.tar.gz youtube-dl-89b207849da518115451f3f9d037f15b317d5924.zip |
release 2021.02.04.1
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 59a59d6c3..d33dd02ee 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2021.02.04
\ No newline at end of file +2021.02.04.1
\ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index bd6042059..488067695 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>2021-02-04T04:50:56.206231Z</updated> + <updated>2021-02-04T13:13:05.525031Z</updated> <entry> <id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22</id> @@ -14465,4 +14465,19 @@ <updated>2021-02-04T00:00:00Z</updated> </entry> + <entry> + <id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2021.02.04.1</id> + <title>New version 2021.02.04.1</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.02.04.1/">https://yt-dl.org/downloads/2021.02.04.1/</a> + </div> + </content> + <author> + <name>The youtube-dl maintainers</name> + </author> + <updated>2021-02-04T00:00:01Z</updated> + </entry> + </feed>
\ No newline at end of file diff --git a/update/versions.json b/update/versions.json index eb966173b..3faf2e3e4 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2021.02.04", - "signature": "9a163f8afff22cddd59f7b0d48ad11166712237f2ea8997c4e664022b11e6a38bc7b080e5e031623db30b9674d4fff3d35913d66ba4ca903bbb6ae0508ae83acfc399fce36a37c74d75ad3573fd1652ed6c917c0d6c8a990c919e1c93be9304ee47d78ee3ada0caa0fb44b26f4e3e09795aeaea015e8b21b2edca2cbfd24b945", + "latest": "2021.02.04.1", + "signature": "1055a57dbc0d4f033db52fb9d44354f7e9e63a427261dfbf4264e2825cde34155018c1b0dbea1a4c740b91bfeeed429af1de8b03b3e41d1b471033b19393d67578bcc431eb1233e059b913b923188b6637a77cab50db1d648edfb560bba02442014333f08c2931241880d3701220d87afd06ae2d60a03ca0e100fb7cf6f7e5e0", "versions": { "2012.02.22": { "bin": [ @@ -13503,6 +13503,20 @@ "https://yt-dl.org/downloads/2021.02.04/youtube-dl-2021.02.04.tar.gz", "c5e4eb3c85dbc38eeecb1921a818e787420d3b871a26c61a36dd4aeb93634ced" ] + }, + "2021.02.04.1": { + "bin": [ + "https://yt-dl.org/downloads/2021.02.04.1/youtube-dl", + "3c4187f06ac35a2e208e1d6a1353d5870e2ff51e2603852dcc37315ffe1908ce" + ], + "exe": [ + "https://yt-dl.org/downloads/2021.02.04.1/youtube-dl.exe", + "9aea246ee9655f9818dd3c4a389273118898b2ece39f6e0adf703213e1a5c074" + ], + "tar": [ + "https://yt-dl.org/downloads/2021.02.04.1/youtube-dl-2021.02.04.1.tar.gz", + "0a4b3865ab0471d26c5977f1390b555e4e222c1cfff5bed9e2f52fd128bdc866" + ] } } }
\ No newline at end of file |