For a while now, I've been grappling with a challenge that I just can't seem to solve. I created a test with multiple YouTube URLs generated using random strings, following the format "https://www.youtube.com/watch?v=XXX" where XXX represents the unique sequence.
My goal was to distinguish between the URLs displaying "this video isn't available" and those that are functional.
I have searched tirelessly on the web for a way to run a code that can analyze these URLs and identify which ones contain specific text compared to others.
This task appears to require JavaScript, but I'm uncertain how to implement it effectively.
Up until now, I've been manually checking each URL by double-clicking in Notepad++, which has become quite exhausting for my wrists! The struggle is real!