Last active
May 19, 2017 14:33
-
-
Save davidsylvestre/df07a61d2b3546e86d44779938b6e7f7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| :: app location | |
| @set pathYoutube="path youtube-dl[optional]" | |
| :: playlist | |
| @set listName="java-tutorial" | |
| :: auth | |
| @set user="" | |
| @set password="" | |
| ::output location | |
| @set pathOutput="path_output" | |
| @[%pathYoutube%\]youtube-dl -u %user% -p %password% -o "%pathOutput%\%%(playlist)s\%%(chapter_number)s - %%(chapter)s\%%(autonumber)s-%%(title)s.%%(ext)s" "https://www.udemy.com/%listName%" | |
| @pause |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment