ModuleNotFoundError: No module named 'urlparse'
2.x 转 3.x
from urlparse import urlparse 改成 from urllib.parse import urlparse