Skip to content

Instantly share code, notes, and snippets.

@davidsylvestre
Last active May 19, 2017 14:33
Show Gist options
  • Select an option

  • Save davidsylvestre/df07a61d2b3546e86d44779938b6e7f7 to your computer and use it in GitHub Desktop.

Select an option

Save davidsylvestre/df07a61d2b3546e86d44779938b6e7f7 to your computer and use it in GitHub Desktop.
:: 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