DistriNet / tranco-python-package

Python package to access the Tranco list
MIT License
20 stars 9 forks source link

Is Tranco dead? #6

Closed warburtr0n closed 3 years ago

warburtr0n commented 3 years ago

The lists are currently unavailable to download via the website and, having just installed the Python package, I am getting errors which seem to imply it can't connect to or read from the online lists.

The website link for the up to date list gives a Cloudflare 502 error.

The permalink to https://tranco-list.eu/top-1m.csv.zip DOES work but I'm concerned it may not actually be up to date since it's not timestamped.

Derekt2 commented 3 years ago

I'm able to pull older dates latest_list = Tranco(cache=True).list(date='2019-02-25') but doing latest_list = Tranco(cache=True).list() currently fails for me as there is no response

VictorLeP commented 3 years ago

Thanks for the notification. The file should be available again.

As noted on the home page of the website, the Last-Modified header provides an exact timestamp for when the file was updated (when following the redirects).

warburtr0n commented 3 years ago

Awesome, thanks so much for the quick response!