Notifications
Clear all
BugOverflow
1
Posty
1
Users
0
Reactions
1,499
Widok
0
15/01/2019 2:24 pm
Topic starter
windows issue
1 Answer
0
15/01/2019 2:24 pm
Topic starter
1.create bat file
2.
1 2 3 |
@echo off set /p YTURL="URL: " youtube-dl.exe %YTURL% --ignore-errors -f bestvideo+bestaudio -o "Z:You TubePlaylists%%(playlist_title)s%%(title)s-%%(id)s.%%(ext)s" |
@echo off set /p YTURL="URL: " youtube-dl.exe %YTURL% --ignore-errors -f bestvideo+bestaudio -o "Z:You TubePlaylists%%(playlist_title)s%%(title)s-%%(id)s.%%(ext)s"