Skip to content

Conversation

@onnimonni
Copy link

@onnimonni onnimonni commented Nov 25, 2025

I checked few main sites from the tranco list with duckdb:

INSTALL netquack FROM community;
LOAD netquack;

-- Creates a tranco csv for yesterday
SELECT update_tranco(TRUE);

SET VARIABLE tranco_csv = (SELECT format('tranco_list_{}.csv',TODAY()-1));

SELECT column0 as rank, column1 as url
FROM read_csv(getvariable('tranco_csv'))
WHERE extract_tld(url) ='fi'

This approach is probably useful for other smaller countries as well since I would not have been able to come up with many of these without this list.

@onnimonni onnimonni force-pushed the add-more-finnish-sites branch from 4c6cd6c to 5b4b4bd Compare November 25, 2025 16:24
Copy link
Member

@thunderpoot thunderpoot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you very much @onnimonni and @iiska for these additions, however please avoid changing the structure of the document. Please add the links to the standard categories. Cheers!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants