Kethsar / ytarchive

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

Request for different/more info than 'Total time waited' #139

Closed N1ck01 closed 1 year ago

N1ck01 commented 1 year ago

Greetings,

I would like to put out a two part request for consideration relating to the 'Total time waited' info (when you opt to wait for a livestream to be scheduled), which has nothing to do with any proper functioning so I apologize for the unnecessary hassle.

But for me at least, I find at a certain point and rather quickly, having the total time waited in X seconds becomes hard to "decipher" and keep track of, so part one of my request is to change the format to just 'Total retries: #' which would only keep track of the total retry attempts instead of the total time waited. Again for me, I would find it to be much easier to follow/track total retry attempts instead of total time waited, especially when the time waited becomes XXXXX seconds.

Part two of the request is to add the date+time of the last retry attempt like how the date+time is added upon initial execution, so that it's easily known when the last retry attempt was made which will provide better/more info that the retries are still successfully going on without needing to wait to see if the total time waited changes, and knowing when the exact last attempt was made will make the next expected attempt better known.

Current Format:
ytarchive 0.3.2-90aaf17
2023/04/28 07:05:04 You have opted to wait for a livestream to be scheduled. Retrying every 180 seconds.
Total time waited: 80280 seconds

Request Format:
ytarchive 0.3.2-90aaf17
2023/04/28 07:05:04 You have opted to wait for a livestream to be scheduled. Retrying every 180 seconds.
Total retries: 446 (Last retry: 2023/04/29 05:25:04)

Sorry if this request is just a hassle. Thank you very much once again even if not considered. Regards

Kethsar commented 1 year ago

Sure, that should be simple enough.