You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This matches for funimation.com/shows/show-name/episode-name but now stream/episode pages now have a language code prefix funimation.com/en/shows/show-name/episode-name.
Or perhaps the tab title no longer matches the regex:
Since they removed the relevant information from the page title, it's no longer possible to detect the currently playing anime.
See #994, #1003 and #1011 for details.
Taiga is no longer recognizing Funimation episodes, I believe it may be because the URL structure for shows have changed slightly from this regex:
taiga/src/track/media_stream.cpp
Line 76 in e2cd462
This matches for
funimation.com/shows/show-name/episode-name
but now stream/episode pages now have a language code prefixfunimation.com/en/shows/show-name/episode-name
.Or perhaps the tab title no longer matches the regex:
taiga/src/track/media_stream.cpp
Line 77 in e2cd462
Episode pages now seem to delineate with a pipe (
|
) instead of a dash (-
) before "Funimation" now, e.g.The text was updated successfully, but these errors were encountered: