ParticleCore / Iridium

Iridium is an extension built to improve your YouTube experience
Other
1.32k stars 138 forks source link

Feature: Force more eager caching #993

Closed erkinalp closed 1 month ago

erkinalp commented 2 months ago

When enabled, force caching as much of the video in one go as possible while the video is being viewed.

ParticleCore commented 1 month ago

I've attempted to do this in the past, but the biggest challenges then, and now as well, are the constant changes to the logic that instructs when to fetch more parts of the video, as well as the signature/secret algorithm which has been causing headaches, especially for downloaders. It is not something I'm interested in doing at this time.

erkinalp commented 1 month ago

@ParticleCore You could copy the logic from yt-dlp (it somehow manages to fetch all parts)