ADN Skripte
This commit is contained in:
12
adn_dl.bat
Normal file
12
adn_dl.bat
Normal file
@@ -0,0 +1,12 @@
|
||||
@echo off
|
||||
:: Setze Benutzername und Passwort als Variablen
|
||||
set ADN_USERNAME=E-MAIL
|
||||
set ADN_PASSWORD=PASSWORD
|
||||
|
||||
:loop
|
||||
set /p url="Bitte gib die ADN-URL ein (oder 'exit' zum Beenden): "
|
||||
if "%url%"=="exit" goto :eof
|
||||
set flags=--sub-lang "de" --embed-subs --remux-video mkv -u "%ADN_USERNAME%" -p "%ADN_PASSWORD%" --embed-metadata
|
||||
cd /d H:\Festplatten\Nebulak\Downloads\anime
|
||||
yt-dlp %flags% %url%
|
||||
goto :loop
|
||||
Reference in New Issue
Block a user