mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-15 21:03:59 +01:00
meta: Remove yt-dl
This is no longer needed since yt-dlp chooses the best formats automatically, which I've been using for a while now.
This commit is contained in:
parent
6cef680d42
commit
c0141aa4e5
@ -1,14 +0,0 @@
|
||||
# New Start: A modern Arch workflow built with an emphasis on functionality.
|
||||
# Copyright (C) 2017 Donovan Glover
|
||||
|
||||
# Always download the best video format and best audio format, up to 2160p
|
||||
--format bestvideo[height<=2160]+bestaudio/best[height<=2160]
|
||||
|
||||
# Save downloaded videos in the Videos directory
|
||||
--output ~/Videos/%(title)s.%(ext)s
|
||||
|
||||
# Do not overwrite files that already exist
|
||||
--no-overwrites
|
||||
|
||||
# Ignore warnings (Such as merging the audio and video into .mkv)
|
||||
--no-warnings
|
@ -1,16 +0,0 @@
|
||||
# yt-dl
|
||||
|
||||
[yt-dl][yt-dl] is a media downloading program.
|
||||
|
||||
## Use Cases
|
||||
|
||||
yt-dl can be used to:
|
||||
|
||||
- Download video from a given URL
|
||||
- Stream video to programs like mpv
|
||||
|
||||
You should not use yt-dl if:
|
||||
|
||||
- You should use yt-dl.
|
||||
|
||||
[yt-dl]: https://github.com/rg3/youtube-dl
|
Loading…
Reference in New Issue
Block a user