This commit is contained in:
parent
a3a0778048
commit
446ead214c
1 changed files with 1 additions and 1 deletions
|
@ -872,7 +872,7 @@ while True:
|
|||
if firstline:
|
||||
if i.split(" ")[0][0] == "3":
|
||||
redirected = True
|
||||
parsed = urlparse(i.split(" ")[2])
|
||||
parsed = urlparse(i.split(" ")[1])
|
||||
break
|
||||
elif i.split(" ")[0][0] != "2":
|
||||
title = True
|
||||
|
|
Loading…
Add table
Reference in a new issue