ytarchive complains about youtube not storing livestream past 5 days
nutterthanos opened this issue · 3 comments
Hi i seem to be getting this message when running ytarchive:
2024/07/25 11:00:57 WARNING: video: YT only retains the livestream 5 days past for seeking, starting from sequence 7988 (latest is 94388)
i can manually send a request with 1 and it seems to work that it does download
any reason why ytarchive just complains and goes to whatever the manifest file tells it to start from instead of trying?
note yt-dlp does the same behaviour
Because for a time that was the absolute max Youtube allowed, across hundreds of tested streams. Before that it was 12 hours even. I will need to verify other long streams have similar changes made.
Also thanks for the link, I was able to verify something in regards to multi-manifest streams so I know what to do in regards to fixing them when archiving.
After testing on another long-running stream, it would appear the new limit is 622300
seconds. I am not sure what the significance of this time is since it's not an even day or anything, but it seems to work.
fair enough
at least its an week now instead of just 5 days
also one quick question how does ytarchive determine what sequence to start from based on if i put 00:00:00 as start of download since i've looked at the www.youtube.com and manifest.googlevideo.com requests and can't find the sequence number that programs like ytarchive can start from?
nvm i figured that out myself lol