Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Convert command line arguments to use in python script #21831
Closed
Closed
Labels
Comments
|
youtube-dl/youtube_dl/YoutubeDL.py Lines 137 to 312 in 3e4cedf
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Checklist
Question
I am aware that you can embed arguments to run youtube-dl within a python script like so: https://github.com/ytdl-org/youtube-dl#embedding-youtube-dl. However, I am wondering if it is possible to convert command line arguments such as -v --restrict-filenames --ignore-errors and pass them into a an embedded youtube-dl call.