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