It looks like this is a web page, not a feed. I looked for a feed associated with this page, but couldn't find one. Please enter the address of your feed to validate.

Source: http://clipmega.com/watch?v=2XVcC_j9-Bg

  1. <!doctype html>
  2. <html lang="en" prefix="og: http://ogp.me/ns#" xmlns:og="http://ogp.me/ns#" xmlns:fb="https://www.facebook.com/2008/fbml">
  3. <head>
  4. <title>Clipzag.com</title>
  5. <meta name="title" content="Clipzag.com">
  6. <meta charset="utf-8">
  7. <link rel="dns-prefetch" href="//clients1.google.com/complete/search">
  8. <meta name="viewport" content="width=device-width, initial-scale=1" />
  9. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  10. <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  11. <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no, maximum-scale=1.0" />
  12. <meta name="description" content>
  13. <meta name="keywords" content>
  14. <link rel="shortcut icon" href="images/favicon.ico?ver=1.2" />
  15. <meta itemprop="thumbnail" content="https://ytimg.googleusercontent.com/vi/2XVcC_j9-Bg/0.jpg" />
  16. <meta property="og:title" content="Clipzag.com">
  17. <meta property="og:url" content="https://clipzag.com/watch?v=2XVcC_j9-Bg">
  18. <meta property="og:image" content="https://ytimg.googleusercontent.com/vi/2XVcC_j9-Bg/0.jpg" />
  19. <meta property="og:site_name" content="clipzag.com">
  20. <meta property="og:description" content>
  21. <meta property="og:type" content="video">
  22. <link rel="stylesheet" href="styles/bootstrap.min.css?ver=3.0.11" />
  23. <link rel="stylesheet" href="styles/styles.css?ver=3.0.313" />
  24. <script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
  25. <script type="text/javascript" src="//maxcdn.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js"></script>
  26. <script src="//cdnjs.cloudflare.com/ajax/libs/typeahead.js/0.10.4/typeahead.bundle.min.js"></script><link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" />
  27. <!--[if lt IE 9]>
  28.      <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
  29.      <script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
  30.    <![endif]--><link rel="stylesheet" href="videojs/video-js.css?ver=3.0.11" />
  31. <script type="text/javascript" src="videojs/video.js?ver=3.0.11"></script>
  32.  
  33. <script type="text/javascript" src="videojs/player.js?v=3.0.36"></script><script type="text/javascript">
  34.   $(document).ready(function() {
  35.        var anExcitedSource = function(query, cb) {
  36.            $.getJSON("//suggestqueries.google.com/complete/search?callback=?",
  37.                    { 'hl':'en', 'jsonp':'suggestCallBack', 'q':query, 'client':'youtube', 'ds':'yt', 'gl':'us' } );
  38.                 suggestCallBack = function (data) {
  39.                    var suggestions = [];
  40.                    $.each(data[1], function(key, val) {
  41.                        suggestions.push({"value":val[0]});
  42.                    });
  43.                    suggestions.length = 6;                     cb(suggestions);
  44.                }; };
  45.          $('#searchInput, #searchInputmobile').typeahead({
  46.                autoselect: false,
  47.                highlight: true,
  48.                minLength: 2,
  49.                hint: false
  50.            }, {
  51.                source: anExcitedSource
  52.                  }).on('typeahead:selected', function(e){
  53.                e.target.form.submit();
  54.              });
  55.            
  56.                      
  57.       $('#showmobilesearch').click(function(){
  58.          $('#searchmobile').addClass('open-searchbar');
  59.           $('#searchmobile #searchInput').focus();
  60.           $('#fadeMe').show();
  61.       });
  62.       $('#close-searchmobile').click(function(){
  63.          $('#searchmobile').removeClass('open-searchbar');
  64.           $('#searchmobile #searchInput').blur();
  65.           $('#fadeMe').hide();
  66.       });
  67.       $('#fadeMe').click(function(){
  68.          $('#searchmobile').removeClass('open-searchbar');
  69.           $('#searchmobile #searchInput').blur();
  70.           $('#fadeMe').hide();
  71.       });
  72.  
  73.  
  74.      $('.mediaimg, .videosthumbs-style, .relatedthumbs-style').hover(function(){
  75.        var animated_thumbnail = $(this).attr('data-thumb-m');
  76.        if( animated_thumbnail != '' ){
  77.          $(this).attr('src',animated_thumbnail);
  78.        }
  79.      },function(){
  80.        $(this).attr('src',$(this).attr('data-thumb'));
  81.      });
  82.  
  83.      // $('.videopost').hover(function(){
  84.      //   var animated_thumbnail = $(this).find('.videosthumbs-style').attr('data-thumb-m');
  85.      //   if( animated_thumbnail != '' ){
  86.      //     $(this).find('.videosthumbs-style').attr('src',animated_thumbnail);
  87.      //   }
  88.      // },function(){
  89.      //   $(this).find('.videosthumbs-style').attr('src',$(this).find('.videosthumbs-style').attr('data-thumb'));
  90.      // });
  91.  
  92.  
  93.  
  94.    });
  95. function setCookie(cname,cvalue,time,timevalue) {
  96.  timevalue = typeof timevalue !== 'undefined' ? timevalue : 'd';
  97.  
  98.  var d = new Date();
  99.  if(timevalue == 'h'){
  100.    var st = time*60*60*1000;
  101.  }else{
  102.    var st = time*24*60*60*1000;
  103.  }
  104.  d.setTime(d.getTime() + st);
  105.  var expires = "expires=" + d.toGMTString();
  106.  document.cookie = cname+"="+cvalue+"; "+expires;
  107. }
  108. function getCookie(cname) {
  109.    var name = cname + "=";
  110.    var decodedCookie = decodeURIComponent(document.cookie);
  111.    var ca = decodedCookie.split(';');
  112.    for(var i = 0; i <ca.length; i++) {
  113.        var c = ca[i];
  114.        while (c.charAt(0) == ' ') {
  115.            c = c.substring(1);
  116.        }
  117.        if (c.indexOf(name) == 0) {
  118.            return c.substring(name.length, c.length);
  119.        }
  120.    }
  121.    return;
  122. }
  123.  </script>
  124. </head>
  125. <body>
  126. <div id="fadeMe" style="display:none;"></div>
  127. <div class="navbar navbar-default navbar-fixed-top bs-docs-nav" role="banner">
  128. <div class="container">
  129. <div class="navbar-header">
  130. <button class="navbar-toggle menu-iconlines collapsed" type="button" style="border: none;background: none;" data-toggle="collapse" data-target=".bs-navbar-collapse">
  131. <span class="icon-bar"></span>
  132. <span class="icon-bar"></span>
  133. <span class="icon-bar"></span>
  134. </button>
  135. <div id="logo-toggle"><a href="/" class="navbar-brand logo"><img src="/images/logo.png?ver=1.4" height="25" /></a></div>
  136. <div id="showmobilesearch" style="display:none;"><i class="fa fa-search btn-bg-blue"></i></div>
  137. </div>
  138. <form action="search" id="searchmobile" style="display:none;" role="form" class="navbar-form navbar-search">
  139. <span class="twitter-typeahead" style="position: relative; display: inline-block;">
  140. <input id="searchInput" type="search" class="search-input form-control typeahead tt-query" placeholder="Search for videos.." name="q" value>
  141. <input type="hidden" value="type">
  142. <button type="submit" class="btn navbar-search-btn"><i style="font-size:19px;" class="fa fa-search btn-bg-blue"></i></button>
  143. <div id="close-searchmobile"> <i class="fa fa-times" aria-hidden="true"></i> </div>
  144. </span>
  145. </form>
  146. <nav class="collapse navbar-collapse bs-navbar-collapse" role="navigation">
  147. <div class="col-lg-6 col-md-6 col-sm-6">
  148. <form action="search" id="search" role="form" class="navbar-form navbar-left navbar-search">
  149. <span class="twitter-typeahead" style="position: relative; display: inline-block;">
  150. <input id="searchInput" type="search" class="search-input form-control typeahead tt-query" placeholder="Search for videos.." name="q" value>
  151. <input type="hidden" value="type">
  152. <button type="submit" class="btn navbar-search-btn"><i class="fa fa-search btn-bg-blue"></i></button>
  153. </span>
  154. </form>
  155. </div>
  156. <ul class="nav navbar-nav navbar-right">
  157. </ul>
  158. </nav>
  159. </div>
  160. </div>
  161. <div class="headerboard">
  162. <div id="M792541ScriptRootC1567620"></div>
  163. <script src="https://jsc.mgid.com/c/l/clipzag.com.1567620.js" async></script>
  164. </div>
  165. <div class="container">
  166. <div class="row">
  167. <div class="col-md-8 row-border">
  168. <div class="Restricted-blackbox">
  169. <p>WE'RE SORRY.<br>The video you are trying to watch is unavailable. Maybe video id is not correct.</p>
  170. </div>
  171. </div>
  172. <div class="col-md-4">
  173. <div class="like-box-hide">
  174. </div>
  175. </div>
  176. </div>
  177. </div>
  178. </div>
  179. </div>
  180. <div id="footer" class="modal-footer panel-footer">
  181. <div class="container">
  182. <div class="row">
  183. <div class="col-md-6 footer-left">
  184. <a class="margin-right-10" href="/privacy">Privacy Policy</a>
  185. <a class="margin-right-10" href="/contact">Contact us</a>
  186. </div>
  187. <div class="col-md-6 footer-right">
  188. <p class="muted credit copyright" class="copywrite-text">Copyright &copy; 2024, All Rights Reserved!</p>
  189. </div>
  190. </div>
  191. </div>
  192. </div>
  193. <script>
  194.  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
  195.  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
  196.  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
  197.  })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
  198.  
  199.  ga('create', 'UA-54853494-1', 'auto');
  200.  ga('require', 'displayfeatures');
  201.  ga('send', 'pageview');
  202.  
  203. </script>
  204. <script type="text/javascript">
  205.                       var player = videojs( 'videoholder', {
  206.                  plugins : {
  207.                    functionsholder:{
  208.                    r: 'high',
  209.                    v:'2XVcC_j9-Bg',
  210.                    d: false,
  211.                    t: {
  212.                      i: '',
  213.                      a: '',
  214.                      b: '',
  215.                      w: '',
  216.                      h: ''
  217.                    }
  218.                  }
  219.                  }
  220.                });
  221.  
  222.  
  223.                 var errorchecked = false;
  224.                 player.on('error', function() {
  225.                  var error = player.error();
  226.                  if(errorchecked !== true && error.code == 4){
  227.                      player.error(null);
  228.                       var sources=[
  229.  
  230.                                               ];
  231.  
  232.                    player.updateSrc(sources);
  233.                    
  234.                      
  235.                    errorchecked = true;
  236.  
  237.  
  238.                   }
  239.                });
  240.  </script>
  241. <div id="M792541ScriptRootC1564189"></div>
  242. <script src="https://jsc.mgid.com/c/l/clipzag.com.1564189.js" async></script>
  243. </body>
  244. </html>
  245. </body>
  246. </html>
  247.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda