youtube-dl 2018.09.18
Closes #32162. Signed-off-by: Chongyu Zhu <i@lembacon.com>
This commit is contained in:
parent
ad0ddcf03d
commit
6c26f601b2
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
||||||
class YoutubeDl < Formula
|
class YoutubeDl < Formula
|
||||||
desc "Download YouTube videos from the command-line"
|
desc "Download YouTube videos from the command-line"
|
||||||
homepage "https://rg3.github.io/youtube-dl/"
|
homepage "https://rg3.github.io/youtube-dl/"
|
||||||
url "https://github.com/rg3/youtube-dl/releases/download/2018.09.10/youtube-dl-2018.09.10.tar.gz"
|
url "https://github.com/rg3/youtube-dl/releases/download/2018.09.18/youtube-dl-2018.09.18.tar.gz"
|
||||||
sha256 "08eab35a5eaa249bf0a90de15369f4494e87e416f940f539f982e5562241ed89"
|
sha256 "4b0f1365ce6bca66e99b83aa80e8098f04dd3a22d398e1b1eac3fbda5a6d9a56"
|
||||||
|
|
||||||
head do
|
head do
|
||||||
url "https://github.com/rg3/youtube-dl.git"
|
url "https://github.com/rg3/youtube-dl.git"
|
||||||
|
|
Loading…
Reference in a new issue