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
Describe the bug
Long story short: I wanted to watch an episode of JoJo's Bizzare Adventure via kissanimex but was met with the message that no video could be found. Which is wrong, considering that I can watch it just fine via the website.
Turns out that there might be a problem in the episode scraping.
I found the validation to this assumption when executing this in the JS console: document.querySelectorAll("div.host#menu > a").forEach(x => console.log(x.dataset)).
Describe the bug
Long story short: I wanted to watch an episode of JoJo's Bizzare Adventure via kissanimex but was met with the message that no video could be found. Which is wrong, considering that I can watch it just fine via the website.
Turns out that there might be a problem in the episode scraping.
I found the validation to this assumption when executing this in the JS console:
document.querySelectorAll("div.host#menu > a").forEach(x => console.log(x.dataset))
.To reproduce
LOG
The text was updated successfully, but these errors were encountered: