deep-wine-runner/off-line-shell/GetNewestDebUrl.py

4 lines
128 B
Python
Raw Normal View History

#!/usr/bin/env python3
import json
import requests
print(requests.get("http://update.gfdgdxi.top/update.json").json()["Url"][0])