Kethsar / ytarchive

Garbage Youtube livestream downloader
MIT License
1.01k stars 83 forks source link

Added --live-from-now and --live-from support #197

Closed keredau closed 1 week ago

keredau commented 2 weeks ago

Added support for '--live from now' to start downloading from the current time instead of the start of the stream. Solves #149

Edit: Added support for '--live-from' to start downloading from a point in the past. Solves #184

Edit: I didn't realize my new commits would add to the open Pull Request so I can split this into two if you want.

buse1453 commented 1 week ago

How does it work? can you share an example command, for example stream between 11:00 - 11:05 of any live stream?

paradix commented 1 week ago

@keredau would it be possible to download 5 minutes of a stream starting from 1h ago?

keredau commented 1 week ago

I'm re-working my code make the command clearer and easier to use and will post a new pull request soon.

buse1453 commented 1 week ago

I'm re-working my code make the command clearer and easier to use and will post a new pull request soon.

Thank you very much for your effort