Skip to content

Commit 5c75298

Browse files
committed
yt-dlp 2024.12.3
1 parent 7e905bd commit 5c75298

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Formula/y/yt-dlp.rb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ class YtDlp < Formula
33

44
desc "Feature-rich command-line audio/video downloader"
55
homepage "https://github.com/yt-dlp/yt-dlp"
6-
url "https://files.pythonhosted.org/packages/60/5c/906972f44c2057c929c85b9b309bff51847a74aa9f82c7d8dfe350b13225/yt_dlp-2024.11.18.tar.gz"
7-
sha256 "b8a4c23d3c9afd7e476bcdb87f38b6c0e8e12e3a239d7988f13acb434200f54d"
6+
url "https://files.pythonhosted.org/packages/5e/8e/8c7d57d9462f9c5afd06c61c70030e0da65cde80d8ba786e85fd95afaf7b/yt_dlp-2024.12.3.tar.gz"
7+
sha256 "35abff51c5762033103f2330ba0a8a1f48c4388a413a2d8cdc9b84642fe8edd4"
88
license "Unlicense"
99

1010
bottle do
@@ -65,8 +65,8 @@ class YtDlp < Formula
6565
end
6666

6767
resource "websockets" do
68-
url "https://files.pythonhosted.org/packages/e2/73/9223dbc7be3dcaf2a7bbf756c351ec8da04b1fa573edaf545b95f6b0c7fd/websockets-13.1.tar.gz"
69-
sha256 "a3b3366087c1bc0a2795111edcadddb8b3b59509d5db5d7ea3fdd69f954a8878"
68+
url "https://files.pythonhosted.org/packages/f4/1b/380b883ce05bb5f45a905b61790319a28958a9ab1e4b6b95ff5464b60ca1/websockets-14.1.tar.gz"
69+
sha256 "398b10c77d471c0aab20a845e7a60076b6390bfdaac7a6d2edb0d2c59d75e8d8"
7070
end
7171

7272
def install

0 commit comments

Comments
 (0)