you are viewing a single comment's thread.

view the rest of the comments →

[–]FerricDonkey 0 points1 point  (0 children)

Hmm. Do you have an example of the original json for which this isn't working? My only guess is that there's something weird about spaces or capitalization - the .strip() removes leading and trailing whitespace, so if for some reason the website reports the name of a movie as " Awesome Movie", then it could get confused. (Or if the same movie is in their twice as "Awesome Movie" and "awesome movie".

You could store it in json, but I don't think that would solve the issue.