mirror of
https://github.com/RicterZ/nhentai.git
synced 2025-06-30 23:49:28 +02:00
urlparse for python3
This commit is contained in:
@ -18,6 +18,6 @@ def urlparse(url):
|
||||
try:
|
||||
from urlparse import urlparse
|
||||
except ImportError:
|
||||
import urllib.parse as urlparse
|
||||
from urllib import parse as urlparse
|
||||
|
||||
return urlparse(url)
|
||||
|
Reference in New Issue
Block a user