Im working on an imdb data scraper for a site, and I they seem to encode everything in a weird encoding I never saw before.
<a href="/keyword/exploding-ship/">Exploding Ship</a>
A Bug's Life
Is there a php function that will convert these to regular characters?
This is not encoding, it’s html entities hexadecimal codes.
try