diff options
| author | demo <demo@antix1> | 2026-06-11 22:12:03 -0400 |
|---|---|---|
| committer | demo <demo@antix1> | 2026-06-11 22:12:03 -0400 |
| commit | 2c077d39ce47ea88c35b76b443aceb9e0bf67a7b (patch) | |
| tree | 7eaf52a735463ab9374afb3fe4b80c9a0bab930a /classic.go | |
| parent | c210d76d3d8984ebc0643f5936134de22f0436d2 (diff) | |
style: rename findURLs to extractURLs
"Find" strongly implies an HTTP GET request, so I decided to change
the name.
Diffstat (limited to 'classic.go')
| -rw-r--r-- | classic.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -107,7 +107,7 @@ func getBatch(u url.URL) []url.URL { return nil } - batch := findURLs(u, htmlDoc) + batch := extractURLs(u, htmlDoc) return batch } |
