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://ytmate.in/

  1. <!doctype html>
  2. <html lang="en">
  3. <head>
  4.  <meta charset="utf-8">
  5.  <title>Video Info Fetcher</title>
  6.  <script src="https://cdn.tailwindcss.com"></script>
  7. </head>
  8. <body class="bg-gray-100 min-h-screen flex items-center justify-center">
  9.  <div class="bg-white shadow-xl rounded-2xl p-8 w-full max-w-lg">
  10.    <h1 class="text-2xl font-bold text-gray-800 mb-4">🎬 Video Info Fetcher</h1>
  11.    <p class="text-gray-500 mb-6">Paste a YouTube/Shorts link to get details.</p>
  12.  
  13.    <form method="post" class="space-y-4">
  14.      <input
  15.        type="url"
  16.        name="url"
  17.        placeholder="https://youtube.com/watch?v=xxxx"
  18.        required
  19.        class="w-full px-4 py-3 border rounded-xl focus:ring-2 focus:ring-blue-500 focus:outline-none"
  20.      >
  21.      <button
  22.        type="submit"
  23.        class="w-full bg-blue-600 hover:bg-blue-700 text-white font-semibold py-3 rounded-xl shadow-md transition"
  24.      >
  25.        Fetch Video Info
  26.      </button>
  27.    </form>
  28.  
  29.    
  30.      </div>
  31. </body>
  32. </html>
  33.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda