Best way to know if tube video is still working??

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Badmaash
    Confirmed User
    • Jan 2007
    • 2695

    #1

    Best way to know if tube video is still working??

    Hi

    So many of you may have made a tube site linked from various places, eg youtube.

    As you may know that these videos may get deleted or are unavailable for whatever reason. From your visitors point of view this is not good, so is there anyway of knowing/finding out what videos are no longer displaying especially if you have a large tube site?


    Thanks
    best cbd oil uk - Hit me up on ICQ 400607632
  • nightslit
    Confirmed User
    • Oct 2013
    • 226

    #2
    Well if you look at your embed code you will find the url of the video in the src tag. This url can be vérified with a script using their api (most of them have one), or just compare your files to the RSS feeds of the deleted videos. I would use php I think.
    email: [email protected] email me for link trades/hardlink exchanges
    ICQ : 665974711
    my sites: http://hardcoreteenfuck.com

    Comment

    • Badmaash
      Confirmed User
      • Jan 2007
      • 2695

      #3
      Originally posted by nightslit
      Well if you look at your embed code you will find the url of the video in the src tag. This url can be vérified with a script using their api (most of them have one), or just compare your files to the RSS feeds of the deleted videos. I would use php I think.
      Is there a wp plugin to check youtube videos by any chance?

      Thanks
      best cbd oil uk - Hit me up on ICQ 400607632

      Comment

      • j3rkules
        VIP
        • Jul 2013
        • 22111

        #4
        There was a script/plugin for that, but I can not recall the name...

        Comment

        • nightslit
          Confirmed User
          • Oct 2013
          • 226

          #5
          Originally posted by Badmaash
          Is there a wp plugin to check youtube videos by any chance?

          Thanks
          I think there are some, but just some manual scription should be enough... like taking the url of the video, executing it in a curl request and then see it the answer is 200... (status good)
          By the way youtube does have an api, here a link to put you in the right direction:

          How do I check if a video exists on YouTube, using PHP? - Stack Overflow

          Several ways are exposed to do so... then just apply the script on all post_content rown in the wp_post table and if video no exist setting the post_status to pending, draw or I don't know what...
          email: [email protected] email me for link trades/hardlink exchanges
          ICQ : 665974711
          my sites: http://hardcoreteenfuck.com

          Comment

          Working...