TheTechRobo / youtubevideofinder

Searches for lost YouTube videos in archives
https://findyoutubevideo.thetechrobo.ca/
Apache License 2.0
103 stars 11 forks source link

Don't display "archived (metadata only)" for unavailable page archives #63

Open removededm opened 8 months ago

removededm commented 8 months ago

Many videos display a metadata only link even though the page it links to says "Video unavailable" Not sure if this can be fixed though

TheTechRobo commented 8 months ago

Yeah, not sure how to consistently fix this. #62 would hopefully improve that, though.

Even a check for unavailable videos wouldn't be 100% correct, as I have seen a video where even on the "video unavailable" page it contains the video metadata. Maybe it should check for the video metadata, but there are so many versions of the watch page that I don't know how well that would work... :/

removededm commented 8 months ago

If the finder can detect if a page's title is different from just "YouTube" or "- YouTube" (meaning no video name is displayed) then it would be able to only detect pages which are available videos (I haven't seen one without a video name in the page's title but still be available)