Skip to content
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

saving video url for not feeding same video twice - can be better #3

Open
arian0zen opened this issue Apr 22, 2023 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@arian0zen
Copy link
Owner

currently the application is saving (to mongodb) the complete youtube video url: https://www.youtube.com/shorts/q9MEDvIBllc || https://www.youtube.com/watch?v=TLf90ipMzfE
including the https:// and all.. it seems fine untill someone tries to feed the same video without the https and the application does not recognize it has already been feeded.

improvement: what we can do is instead saving the complete url, we can save the unique video id that is : q9MEDvIBllc || TLf90ipMzfE

@arian0zen arian0zen added the enhancement New feature or request label Apr 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant