Commit Graph

4 Commits

Author SHA1 Message Date
bb49ea8565 fix: Update URL Value method to use pointer receiver for consistency 2024-11-11 16:19:06 +02:00
a19f157c80 fix: Implement database serialization for gemini URL type 2024-11-11 16:14:59 +02:00
8b341d2ac6 refactor: Simplify URL parsing and remove JSON-related methods 2024-11-11 16:14:58 +02:00
cd60c1363b Lots of features, first version that reliably crawls Geminispace.
- [x] Concurrent downloading with workers
- [x] Concurrent connection limit per host
- [x] URL Blacklist
- [x] Save image/* and text/* files
- [x] Configuration via environment variables
- [x] Storing snapshots in PostgreSQL
- [x] Proper response header & body UTF-8 and format validation
.

.

.
2024-10-21 20:04:09 +03:00