xxxxxxxxxx
\begin{document}
Some text with reference \cite{Video_reference}.
Another text with another reference to same source \cite{Video_reference}.
% Rest of your document
\bibliographystyle{ieee}
\bibliography{references.bib} % Make sure you have your references.bib file
\end{document}
-----------------------------------------------------------------------
In your references.bib file you put all your references.
Using "@article" is very common
-----------------------------------------------------------------------
references.bib file example:
-----------------------------------------------------------------------
@online{Video_reference,
title = {"How to treat loved ones"},
URL = {"https://www.youtube.com/watch?v=dQw4w9WgXcQ"}
}
https://www.overleaf.com/learn/latex/Bibliography_management_with_bibtex