Skip to content

Instantly share code, notes, and snippets.

@KristinHenry
Last active June 26, 2018 23:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save KristinHenry/b6ea450bf23ee3c7e53536dc737b4e06 to your computer and use it in GitHub Desktop.
Save KristinHenry/b6ea450bf23ee3c7e53536dc737b4e06 to your computer and use it in GitHub Desktop.
getting options
for url in links:
command = "youtube-dl" + " -o " + '%(title)s-%(view_count)s' + " " + url
return_code = subprocess.call(command, shell=True)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment