In Python 3 you need to use urllib.parse.quote_plus instead of urllib.quote_plus.
urllib.parse.quote_plus
urllib.quote_plus
In Python 3 you need to use
urllib.parse.quote_plus
instead ofurllib.quote_plus
.