consumet / consumet.ts

Nodejs library that provides high-level APIs for obtaining information on various entertainment media such as books, movies, comic books, anime, manga, and so on.
https://consumet.org/extensions/list/
GNU General Public License v3.0
376 stars 205 forks source link

Fix title scrape in GogoAnime search() #530

Closed MelvinHK closed 1 month ago

MelvinHK commented 1 month ago

Scrape gogoanime search results' titles using .text() instead of .attr(title). Some title attributes are invalid, such as Oshi No Ko's, causing an empty title.

image