[FIX] API has changed at the other side. Link taken is not the correct one anymore
This commit is contained in:
parent
2f920dfba3
commit
a545ecc0eb
|
@ -157,7 +157,7 @@ def grabber(data, rdaptlds):
|
|||
except:
|
||||
organisation = "Reserved"
|
||||
try:
|
||||
link = data["links"][2]["href"]
|
||||
link = data["links"][0]["href"]
|
||||
except Exception as e:
|
||||
print("link not found for " + tld)
|
||||
print(e)
|
||||
|
|
Loading…
Reference in a new issue