diff --git a/yt-dl/.config/youtube-dl/config b/yt-dl/.config/youtube-dl/config deleted file mode 100644 index 1f67c961..00000000 --- a/yt-dl/.config/youtube-dl/config +++ /dev/null @@ -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 diff --git a/yt-dl/README.md b/yt-dl/README.md deleted file mode 100644 index f9bdac54..00000000 --- a/yt-dl/README.md +++ /dev/null @@ -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