Komet / MediaElch

Media Manager for Kodi
https://mediaelch.github.io/mediaelch-doc/about.html
GNU Lesser General Public License v3.0
807 stars 93 forks source link

Weird title once scraped if use IMDB special characters are in it. #1754

Closed kolbdog323 closed 1 week ago

kolbdog323 commented 2 weeks ago

For some reason when you screape a title with imdb scraper only and it has one of these in it " , & !" The Title of the show become's strange for example I scraped Mater's Tall Tales using imdb and tvmaze. The tvmaze version work's fine and looks proper here is a screenshot using imdb scraper.

Untitled

bugwelle commented 2 weeks ago

Argh... Thanks for reporting!

Link: https://www.imdb.com/title/tt1384816/?ref_=fn_al_tt_1

Replace ' with ' for now.


Notes: I thought the JSON wasn't HTML-encoded, but is is: ,"name":"Mater's Tall Tales".

bugwelle commented 1 week ago

Thanks again for reporting this! I've fixed your issue in #1759. The next nightly version will fix your issue.