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: https://www.bitchute.com/channel/yR0AYBnoQDvb/

  1. <!DOCTYPE html><html><head><title>selaras</title><meta charset=utf-8>
  2.        <meta name="apple-itunes-app" content="app-id=6744020503">
  3.        <meta name="x-stage" content="channel">
  4.        <meta name="x-path-name" content="https://www.bitchute.com/channel/yR0AYBnoQDvb/">
  5.        <meta name="x-country-code" content="US">
  6.        <meta name="description" content="">
  7.        <meta itemprop="name" content="selaras">
  8.        <meta itemprop="description" content="">
  9.        <meta itemprop="image" content="">
  10.        <meta property="og:site_name" content="Bitchute">
  11.        <meta property="og:url" content="https://www.bitchute.com/channel/yR0AYBnoQDvb/">
  12.        <meta property="og:type" content="video.other">
  13.        <meta property="og:title" content="selaras">
  14.        <meta property="og:description" content="">
  15.        <meta property="og:image" content="">
  16.        <meta property="og:image:secure_url" content="">
  17.        <meta property="og:image:type" content="image/jpeg" />
  18.        <meta property="og:image:width" content="640" />
  19.        <meta property="og:image:height" content="360" />
  20.        <meta property="og:logo" content="https://static-files.bitchute.com/player/icons/favicon-96x96.png" />
  21.        <meta property="og:video" content="https://www.bitchute.com/embed/https://www.bitchute.com/channel/yR0AYBnoQDvb/" />
  22.        <meta property="og:video:secure_url" content="https://www.bitchute.com/embed/https://www.bitchute.com/channel/yR0AYBnoQDvb/" />
  23.        <meta property="og:video:type" content="video/mp4" />
  24.        <meta name="twitter:card" content="summary_large_image">
  25.        <meta name="twitter:title" content="selaras">
  26.        <meta name="twitter:description" content="">
  27.        <meta name="twitter:image" content="">
  28.        <meta name="twitter:url" content="https://www.bitchute.com/channel/yR0AYBnoQDvb/">
  29.        <meta name="twitter:site" content="@Bitchute">
  30.        <meta name="twitter:domain" content="bitchute.com">
  31.        <!-- <meta name="twitter:image:src" content="">
  32.        <meta name="twitter:image:width" content="640">
  33.        <meta name="twitter:image:height" content="360"> -->
  34.        <meta name="twitter:player" content="https://www.bitchute.com/embed/https://www.bitchute.com/channel/yR0AYBnoQDvb/" />
  35.        <meta name="twitter:player:width" content="480" />
  36.        <meta name="twitter:player:height" content="480" />
  37.        <meta name="twitter:creator" content="@Bitchute">
  38.        <link id="canonical" rel="canonical" href="https://www.bitchute.com/channel/yR0AYBnoQDvb/" />
  39.        <meta property=og:locale content=en_US>
  40.        <meta name=format-detection content="telephone=no">
  41.        <meta name=msapplication-tap-highlight content=no>
  42.        <meta name=viewport content="initial-scale=1,width=device-width">
  43.        <link id="oembed" rel="alternate" type="application/json+oembed" href="https://api.bitchute.com/oembed/?url=https%3A%2F%2Fwww.bitchute.com%2Fchannel%2FyR0AYBnoQDvb%2F&format=json">
  44.        <link rel=manifest type="application/manifest+json" href=/manifest.json>
  45.        <link rel=icon type=image/png sizes=128x128 href=/static/icons/favicon-128x128.png>
  46.        <link rel=icon type=image/png sizes=96x96 href=/static/icons/favicon-96x96.png>
  47.        <link rel=icon type=image/png sizes=32x32 href=/static/icons/favicon-32x32.png>
  48.        <link rel=icon type=image/png sizes=16x16 href=/static/icons/favicon-16x16.png>
  49.        <link rel=icon type=image/ico href=/favicon.ico>
  50.        <link rel=dns-prefetch href=//i.armanet.us><link rel=preconnect href=https://i.armanet.us><link rel=dns-prefetch href=//srv.armanet.us><link rel=preconnect href=https://srv.armanet.us><script src=https://assets.armanet.us/armanet-pxl.js defer></script><script defer src=/js/vendor.fe455b9d.js></script><script defer src=/js/app.a383dd8e.js></script><link href=/css/vendor.351f0ff0.css rel=stylesheet><link href=/css/app.da58c2a5.css rel=stylesheet></head><body><script>// Retrieve the raw string from localStorage
  51. try{
  52.    const rawMembership = localStorage.getItem('user_profile_membership');
  53.    var membershipId = null;
  54.    if (rawMembership) {
  55.      const jsonString = rawMembership.replace('__q_objt|', '');
  56.      try {
  57.        const membershipData = JSON.parse(jsonString);
  58.        membershipId = membershipData.membership_id
  59.        console.log('Membership ID:', membershipId);
  60.      } catch (error) {
  61.        console.error('Error parsing JSON:', error);
  62.      }
  63.    } else {
  64.      console.log('No membership data found in localStorage');
  65.    }
  66.  
  67.    var mycountry = null;
  68.    var currentUri = window.location.href;
  69.    var mycountry = null;
  70.  
  71.  }catch(x){
  72.    console.log("ERROR: ", x.message);
  73.  }
  74.  
  75.  var key = 'xServiceInfo', requiredLength = 28, url = 'https://api.bitchute.com/api/timer/', interval = 300000;
  76.  
  77.  function genStr(len = 28) {
  78.    return [...Array(len)].map(() => Math.random().toString(36)[2]).join('');
  79.  }
  80.  
  81.  async function makeReq(val) {
  82.    try {
  83.      await fetch(url + '?xsi=' + encodeURIComponent(val), {
  84.        method: 'GET',
  85.        headers: { 'X-Service-Info': val, 'Content-Type': 'application/json' }
  86.      });
  87.    } catch (e) {
  88.      console.log('Failed:', e);
  89.    }
  90.  }
  91.  
  92.  document.addEventListener('DOMContentLoaded', function() {
  93.    var val = localStorage.getItem(key);
  94.    if (!val || val.length !== requiredLength) {
  95.      val = genStr(requiredLength);
  96.      localStorage.setItem(key, val);
  97.    }
  98.  
  99.    <!-- Matomo Tag Manager -->
  100.    var _mtm = window._mtm = window._mtm || [];
  101.    _mtm.push({ 'mtm.startTime': (new Date().getTime()), 'event': 'mtm.Start' });
  102.    //_mtm.push({"setDoNotTrack": true});
  103.    _mtm.push({ 'uid': val });
  104.    _mtm.push(['MediaAnalytics::scanForMedia']);
  105.    _mtm.push(['FormAnalytics::scanForForms']);
  106.    (function() {
  107.      var d = document, g = d.createElement('script'), s = d.getElementsByTagName('script')[0];
  108.      g.async = true;
  109.      g.src='https://analytics.bitchute.com/js/live_kzIvTRIB.js';
  110.      s.parentNode.insertBefore(g, s);
  111.    })();
  112.  
  113.    //console.log('Key: ' + key + ', Value: ' + val);
  114.    makeReq(val);
  115.    setInterval(function() {
  116.      makeReq(val);
  117.    }, interval);
  118.  });</script><div id=q-app></div><script defer src=https://static.cloudflareinsights.com/beacon.min.js data-cf-beacon='{"token": "5f8b43815f5d48adae9a5b6a5a59061d"}'></script><script defer src="https://static.cloudflareinsights.com/beacon.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015" integrity="sha512-ZpsOmlRQV6y907TI0dKBHq9Md29nnaEIPlkf84rnaERnq6zvWvPUqr2ft8M1aS28oN72PdrCzSjY4U6VaAw1EQ==" data-cf-beacon='{"version":"2024.11.0","token":"d2d57c507c7040708cac82bcb9c8fd67","server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
  119. </body></html>
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda