rampal-punia / yolov8-streamlit-detection-tracking

Object detection and tracking algorithm implemented for Real-Time video streams and static images.
https://codingmantras-yolov8-streamlit-detection-tracking-app-njcqjg.streamlit.app/
279 stars 119 forks source link

Problem with Youtube video #1

Closed moahaimen closed 1 year ago

moahaimen commented 1 year ago

hi first thank you for your great work, i used your code its great but when choosing YouTube errors appear to me the error " Error loading video: ERROR: Unable to extract uploader id; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see https://yt-dl.org/update on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output. " i did use "pip install --upgrade youtube-dl" and also "youtube-dl --verbose https://www.youtube.com/path...."

but error remains thank you

rampal-punia commented 1 year ago

Thanks for reporting the issue. "youtube-dl" is used by the Pafy and the code dependency is now migrated from the "Pafy" package to "Pytube".

However, the previous code with Pafy was not showing any error at my end.

Hope, the new code update will help.