Removed legacy scripts

This commit is contained in:
Leonetienne 2022-02-26 14:24:49 +01:00
parent b490164429
commit 5f61808f55
2 changed files with 0 additions and 20 deletions

View File

@ -1,11 +0,0 @@
yt-dlp \
-a linklist-music.txt \
-c \
--extract-audio \
--audio-format mp3 \
--merge-output-format mkv \
-o 'music/%(uploader)s/%(title)s.%(ext)s' \
--extractor-args youtube:player_client=android \
--throttled-rate 100M \
--restrict-filenames \
--download-archive alreadydownloaded-music.txt

View File

@ -1,9 +0,0 @@
yt-dlp \
-a linklist-videos.txt \
-c \
--merge-output-format mkv \
-o 'videos/%(uploader)s/%(title)s.%(ext)s' \
--extractor-args youtube:player_client=android \
--throttled-rate 100M \
--restrict-filenames \
--download-archive alreadydownloaded-videos.txt