You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: