Advertisement
fagervan

dl_sub.cmd

Feb 8th, 2019
380
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 0.23 KB | None | 0 0
  1. SET SUBLIMINAL="C:\Users\pepito\AppData\Local\Programs\Python\Python37-32\Scripts\subliminal"
  2. FOR %%a IN ("*.mkv") DO (
  3. %SUBLIMINAL% download -l es "%%a"
  4. )
  5. FOR %%a IN ("*.mp4") DO (
  6. %SUBLIMINAL% download -l es "%%a"
  7. )
  8. pause
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement