urls from mastodon export too
factor out gts-specific code into separate codebase
Gather URLs for indexing in my search engine
[x] gotosocial (my posts)
[x] gotosocial (my boosts)
[ ] gotosocial (my followed posts/boosts)
[x] mastodon export
[ ] firefox history?
sqlite3 places.sqlite "select distinct p.url from moz_historyvisits as h join moz_places as p on p.id == h.place_id limit 100" sqlite3 "file:places.sqlite?immutable=1&cache=shared" "..."