[Youtube] --live-from-start support for sequence / range download
See original GitHub issueChecklist
- I’m reporting a feature request
- I’ve looked through the README
- I’ve verified that I’m running yt-dlp version 2022.04.08 (update instructions) or later (specify commit)
- I’ve searched the bugtracker for similar issues including closed ones. DO NOT post duplicates
- I’ve read the guidelines for opening an issue
Description
Hi,
I try to implement capability of youtube livestream download (–live-from-start), that we can determine from which sequence it starts downloads until live/current live, or range from sequence A to sequence B by changing some parts on extractor/youtube
In my case this is working well as expected, and super useful, and I want to know what you guys think.
Maybe if this is good enough I hope I can be push it upstream, or let this be just a feature request 😃
commit: https://github.com/mxvin/yt-dlp/commit/ecf8b603c2f6e1356ab13c8912c9d29111ecc0dd
my misplace comment on this feature (maybe related to that actual issue, maybe not): https://github.com/yt-dlp/yt-dlp/issues/2412#issuecomment-1100650248
Verbose log
No response
Issue Analytics
- State:
- Created a year ago
- Reactions:4
- Comments:7 (2 by maintainers)
Top Results From Across the Web
YouTube Live Streaming API Overview | Google Developers
The YouTube Live Streaming API lets you create, update, and manage live events on YouTube. Using the API, you can schedule events ...
Read more >How to download portion of video with youtube-dl command?
Since YouTube provides resume support, we could request for partial content using the Range header. We first fetch the stream URLs:
Read more >How To Live Stream On YouTube - Start To Finish 2020
In this video tutorial, I show you how to Live Stream to YouTube using their built-in features! This is the NEW CREATOR STUDIO....
Read more >Set up Brand Lift measurement - Display & Video 360 Help
Brand Lift measurement is available for: TrueView in-stream ads, non-skippable ads, and bumper ads from YouTube & partners line items; YouTube ad sequence...
Read more >How to Download Part of a YouTube Video in HD - wikiHow
1. There are many web-based YouTube downloaders that let you save part of a video. The drawback is that most of them only...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
For this to be actually useful, the option needs to be time-based, not fragment based
Any method of range selection would be useful, I think. Currently it’s almost impossible to download default length of long live streams (120 hours) to cut a small portion of it.