diff options
| author | dev | 2026-06-24 03:19:26 +0200 |
|---|---|---|
| committer | dev | 2026-06-24 03:19:26 +0200 |
| commit | 163b9bddd68f7ffc8fc4164acee333fe5bff3c7a (patch) | |
| tree | c073d535daaad40ba00de99870dff67809bce6a6 /src/go.mod | |
| parent | 16a92e119b8123902b0773ba2878fb3926d9ee09 (diff) | |
| download | hnimdbbot-163b9bddd68f7ffc8fc4164acee333fe5bff3c7a.tar.gz | |
feat: extract IMDB title IDs from links URLs into param field
- Query links table for IMDB title URLs (field=1, host=imdb.com)
- Extract ttIDs via regex and batch-update links.param
- 5662 rows updated successfully
Diffstat (limited to 'src/go.mod')
| -rw-r--r-- | src/go.mod | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ module hnimdbbot go 1.26.4 + +require ( + github.com/go-sql-driver/mysql v1.8.1 + github.com/jmoiron/sqlx v1.4.0 +) + +require filippo.io/edwards25519 v1.1.0 // indirect |
