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
Start - end time #24116
Start - end time #24116
Comments
|
youtube-dl/youtube_dl/extractor/common.py Lines 94 to 303 in 7f41a59
|
|
do you have some function, which can download video from youtube from start_time to end_time? |
Checklist
Question
WRITE QUESTION HERE
First, thanks for such a handy tool as youtube-dl.
Reading the documentation in the OUTPUT TEMPLATE section, I found allowed names such as start_time and end_time. The question is, can I use Python to somehow access them, and not just through cmd?