erengy / taiga

A lightweight anime tracker for Windows
https://taiga.moe
GNU General Public License v3.0
2.11k stars 229 forks source link

Partial Crunchyroll Fix #1197

Open yasathedog123 opened 4 months ago

yasathedog123 commented 4 months ago

hereby a partial Crunchyroll Fix, it is partial since it does recognise the link, the query to recognise the title aint fully working yet (for me)

  // Crunchyroll
  {
    Stream::Crunchyroll,
    L"Crunchyroll",
    L"https://www.crunchyroll.com",
    std::regex(
      "crunchyroll\\.com/watch/(?:[^/]+/){1,2}[^/?&]*"
    ),
    std::regex("(.+) - Watch on Crunchyroll"),
  },
};

did it for me on v1.4.0-beta2