Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- SET SUBLIMINAL="C:\Users\pepito\AppData\Local\Programs\Python\Python37-32\Scripts\subliminal"
- FOR %%a IN ("*.mkv") DO (
- %SUBLIMINAL% download -l es "%%a"
- )
- FOR %%a IN ("*.mp4") DO (
- %SUBLIMINAL% download -l es "%%a"
- )
- pause
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement