-
Notifications
You must be signed in to change notification settings - Fork 72
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
[FR] Dowload only betwwen to timestamps #133
Comments
Yeah I definitely plan on doing that in v3. Current GUI idea is having an edit button on the duration where you can change that |
I just had a deeper look into the project. |
Yeah it’s part of download sections: https://github.com/yt-dlp/yt-dlp?tab=readme-ov-file#download-options
|
(I also plan to allow you to select the target chapter in that same UI, this is what chapter information I get for https://www.youtube.com/watch?v=eLVAMG_3fLg) "chapters": [
{
"start_time": 0.0,
"title": "Intro",
"end_time": 124.0
},
{
"start_time": 124.0,
"title": "Unstoppable Vine Robot",
"end_time": 913.0
},
{
"start_time": 913.0,
"title": "Update on Vine Robot!",
"end_time": 1224.0
},
{
"start_time": 1224.0,
"title": "Highest Jumping Robot",
"end_time": 1935.0
},
{
"start_time": 1935.0,
"title": "Update on the Jumper!",
"end_time": 2306.0
},
{
"start_time": 2306.0,
"title": "Micromouse Competition",
"end_time": 3735.0
},
{
"start_time": 3735.0,
"title": "Benefit of non-humanoid robots",
"end_time": 3768.0
},
{
"start_time": 3768.0,
"title": "Brilliant",
"end_time": 3864.0
},
{
"start_time": 3864.0,
"title": "Bendy Machines",
"end_time": 4586.0
},
{
"start_time": 4586.0,
"title": "Soft Robots",
"end_time": 5155.0
},
{
"start_time": 5155.0,
"title": "Conclusion",
"end_time": 5240
}
], |
Did you find some time to work on this. |
Not yet - are you also comfortable with jetpack compose / could implement it in v3? otherwise I will have more time in dez / January |
Nnot really. I never uses jetpack compose. |
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
Describe the solution you'd like
A clear and concise description of what you want to happen.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
It would be awesome if we could provide a timestamp for the start and one for the end and only download that part of a given video
The text was updated successfully, but these errors were encountered: