[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:
|
except:
|
||||||
organisation = "Reserved"
|
organisation = "Reserved"
|
||||||
try:
|
try:
|
||||||
link = data["links"][2]["href"]
|
link = data["links"][0]["href"]
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
print("link not found for " + tld)
|
print("link not found for " + tld)
|
||||||
print(e)
|
print(e)
|
||||||
|
|
Loading…
Reference in a new issue