parent
a1475943a7
commit
1004f98619
|
@ -18,7 +18,7 @@ def extract_from_url (url, verbosity):
|
||||||
# get username
|
# get username
|
||||||
index = path.find("/",2)
|
index = path.find("/",2)
|
||||||
if index > -1:
|
if index > -1:
|
||||||
username = username = path[1:index]
|
username = path[1:index]
|
||||||
else:
|
else:
|
||||||
username = path[1:]
|
username = path[1:]
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue