Closed abdallahalsamman closed 2 months ago
I've seen increasing reports of rate limiting errors and I'm working on a solution in https://github.com/NotJoeMartinez/yt-fts/issues/168. For now the best solution is to do the initial download then run the update command a couple times on the channel until you get all available videos into the database.
For example the initial transcript count of this channel was 386
yt-fts download -j 8 "https://www.youtube.com/@TwoMinutePapers"
After running update once it is 502
yt-fts update --number-of-jobs 8 -c 19
Edit: It's also a good idea to run script from different ips with a vpn
@NotJoeMartinez alright got you, thank you so much!
Can you please allow us to add a cookie or something to solve this issue?