jensb89 / trakt---letterboxd-import

Import Letterboxd movie list (diary) into trakt.tv
90 stars 17 forks source link

fixed special chars in title error #14

Closed mjysci closed 1 year ago

mjysci commented 1 year ago

It's not just space, but also special characters in title, especially non-English title. Use urllib.quote_plus to encode it can solve the problem.

jensb89 commented 1 year ago

Thanks, looks good 👍