Skip to content

Commit

Permalink
Replace youtube-dl with yt-dlp
Browse files Browse the repository at this point in the history
youtube-dl is larely dormant, with only infrequent updates
(https://news.ycombinator.com/item?id=29590501). In particular,
youtube-dl *still* hasn’t fixed a six month old bug that causes YouTube
downloads to be dramatically throttled, rendering it largely useless
(ytdl-org/youtube-dl#29326).

yt-dlp is youtube-dl’s spritual successor and appears better maintained
at the moment (ytdl-org/youtube-dl#30317).
  • Loading branch information
zarino committed Dec 30, 2021
1 parent 7a1c635 commit 2668c46
Show file tree
Hide file tree
Showing 3 changed files with 320 additions and 345 deletions.
6 changes: 5 additions & 1 deletion Brewfile
Expand Up @@ -2,9 +2,12 @@

tap "dart-lang/dart"
tap "homebrew-ffmpeg/ffmpeg"
tap "mutagen-io/mutagen"
tap "sass/sass"
tap "yt-dlp/taps"

brew "ansible"
brew "atomicparsley" # https://github.com/yt-dlp/yt-dlp#dependencies
brew "blueutil"
brew "closure-compiler"
brew "dart-lang/dart/dart"
Expand All @@ -17,6 +20,7 @@ brew "imagemagick"
brew "mariadb", restart_service: true
brew "mcrypt"
brew "moreutils"
brew "mutagen-io/mutagen/mutagen" # https://github.com/yt-dlp/yt-dlp#dependencies
brew "node"
brew "php", restart_service: true
brew "phpmyadmin"
Expand All @@ -34,7 +38,7 @@ brew "the_silver_searcher"
brew "watch"
brew "wget"
brew "wp-cli"
brew "youtube-dl"
brew "yt-dlp/taps/yt-dlp"

cask "docker"
# cask "vagrant"
Expand Down

0 comments on commit 2668c46

Please sign in to comment.