taiga
taiga copied to clipboard
Fix regex match for Funimation
Related to issue https://github.com/erengy/taiga/issues/1003
It's been working for me with this change. I'm only able to test in english though.
Tested the fix and it works for me in Portuguese.
This doesn't work anymore with the new video player. They changed the URL and title bar, stripping out the show's name from the title entirely. Because of that the only way to get the name is from the URL which doesn't look like how Taiga does it natively. With my very limited C++ knowledge I was able to switch it to get the title from the URL but ultimately I couldn't get it to recognize the episode after that.
I'm closing this PR with 4469ce5af38e71d2441b5e46d7f11093727c1ce2, but thanks!