Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[web,movie] Unicode and Python3 fixes
web.py now makes sure to quote url parameters before passing them to urllib. This commit also fixes movie.py to properly handle unicode, fixes web.quote to properly handle unicode and python3 andfixes web.urlencode for python3. Thanks to Erethon on freenode for showing me the url issue.
- Loading branch information