parent
567763238a
commit
956e3965f0
2
buku.py
2
buku.py
@ -2615,7 +2615,7 @@ def is_bad_url(url):
|
|||||||
try:
|
try:
|
||||||
netloc = parse_url(url).netloc
|
netloc = parse_url(url).netloc
|
||||||
except LocationParseError as e:
|
except LocationParseError as e:
|
||||||
logerr('%s, URL: %s', (e, url))
|
logerr('%s, URL: %s', e, url)
|
||||||
return True
|
return True
|
||||||
if not netloc:
|
if not netloc:
|
||||||
# Try of prepend '//' and get netloc
|
# Try of prepend '//' and get netloc
|
||||||
|
Loading…
Reference in New Issue
Block a user