Kethsar / ytarchive

Garbage Youtube livestream downloader
MIT License
1.13k stars 91 forks source link

-start flag record from a given time #102

Closed danielehrhardt closed 1 year ago

danielehrhardt commented 2 years ago

it would be nice to see a feature like this:

Parameter: -start

Features: [-start=[YYYYMMDD:hhmm], -start=[YYYYMMDD:hhmmss]] [-start=[Y:hhmm], -start=[Y:hhmmss]] [-start=[T:hhmm], -start=[T:hhmmss]] [-start=beginning, -start=b] [-start=live, -start=l] [-start=-[minutes]] [-start=+[minutes]]

This parameter specifies the point in time from which to save the stream. It's calculated relative to the moment the program was started (displayed in the first line). If the parameter is missing, program saves ongoing livestream in real time, scheduled and finished - from the beginning. Depending on technical parameters of the livestream, start point may be shifted from the requested one by several seconds (in a larger direction).

Kethsar commented 1 year ago

Duplicate of #36