Skip to content

Instantly share code, notes, and snippets.

@0xConstant
Created March 10, 2020 20:23
Show Gist options
  • Save 0xConstant/ac218028da637ae6e31fb4c4268547f8 to your computer and use it in GitHub Desktop.
Save 0xConstant/ac218028da637ae6e31fb4c4268547f8 to your computer and use it in GitHub Desktop.
import tests
video_url = input("Enter video URL: ")
output_name = input("Enter output file name (i.e. sample.mp4): ")
tests.my_module(video_url, output_name)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment