Open yasathedog123 opened 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
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)
did it for me on v1.4.0-beta2