-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use the count of video to store it offline and serve it whenever opened. #3
Comments
@Parth-Vader we can use here a service worker and cache these videos whenever necessary. I would like to contribute to this issue. Do u want it any other way ? |
Not sure - this is more of a |
But this would take up a lot of cache memory and please tell me when do i need to store them and should there be some restriction ? |
@aniketgattani, For now, you can just use temporary data with a youtube link - maybe in a .csv file for now, but in another issue #2 - firebase has been decided to be used. |
yeah okay so for now I will add the youtube link to the cache and then try to download it and will push a PR for the same. Plz tell me when do u want to save the video means after what checks. Also tell me if I got something wrong |
This would save your bandwidth.
Suppose I watch a video 10 times in 3 days - this would be detected by a script, and the video would be downloaded and served whenever this url would be opened the next time.
The text was updated successfully, but these errors were encountered: