// Cole aqui URLs de thumbnails reais do YouTube. Cada entrada aparece tanto
// no preview da Home quanto como template de estilo no Onboarding.
//
// Formato de cada entrada:
//   {
//     thumb:    "https://img.youtube.com/vi/<ID>/hqdefault.jpg",
//     title:    "Título exato como aparece no YouTube",
//     channel:  "Nome do canal",
//     views:    "1.2M",
//     time:     "2 dias",
//     duration: "12:34",
//   }

window.YT_MOCK_VIDEOS = [
  {
    thumb: "https://img.youtube.com/vi/TX1Ij51esI0/hqdefault.jpg",
    title: "Vídeo 1",
    channel: "Canal 1",
    views: "1.4M",
    time: "3 dias",
    duration: "12:08",
    template: true,
  },
  {
    thumb: "https://img.youtube.com/vi/h2-YIp9IjMM/hqdefault.jpg",
    title: "Vídeo 2",
    channel: "Canal 2",
    views: "892K",
    time: "5 dias",
    duration: "08:42",
    template: true,
  },
  {
    thumb: "https://img.youtube.com/vi/lwOeRaUnAq8/hqdefault.jpg",
    title: "Vídeo 3",
    channel: "Canal 3",
    views: "2.1M",
    time: "1 semana",
    duration: "15:33",
  },
  {
    thumb: "https://img.youtube.com/vi/RSpOh3iMBnM/hqdefault.jpg",
    title: "Vídeo 5",
    channel: "Canal 5",
    views: "1.8M",
    time: "4 dias",
    duration: "14:55",
  },
  {
    thumb: "https://img.youtube.com/vi/9q5ojtkqsBs/hqdefault.jpg",
    title: "Vídeo 6",
    channel: "Canal 6",
    views: "738K",
    time: "6 dias",
    duration: "11:42",
  },
  {
    thumb: "https://img.youtube.com/vi/QiVq6Ogjpec/hqdefault.jpg",
    title: "Vídeo 7",
    channel: "Canal 7",
    views: "326K",
    time: "1 dia",
    duration: "09:14",
  },
  {
    thumb: "https://img.youtube.com/vi/1tUzuhsDco0/hqdefault.jpg",
    title: "Vídeo 8",
    channel: "Canal 8",
    views: "1.6M",
    time: "2 semanas",
    duration: "13:27",
  },
];
