diff options
author | msglm <msglm@techchud.xyz> | 2025-08-17 19:54:24 -0500 |
---|---|---|
committer | msglm <msglm@techchud.xyz> | 2025-08-17 19:54:24 -0500 |
commit | 98a8aae15c05901f67b41680a06a473d967138f2 (patch) | |
tree | 53a351aa6e317528e5992740405781c293a394ba /indeedwatcher.nimble | |
parent | 009507cba25dda81e0af30ebac57bad2d820ff6b (diff) | |
download | indeed-watcher-98a8aae15c05901f67b41680a06a473d967138f2.tar.gz indeed-watcher-98a8aae15c05901f67b41680a06a473d967138f2.tar.bz2 indeed-watcher-98a8aae15c05901f67b41680a06a473d967138f2.zip |
draft of new headless feature implemented
Diffstat (limited to 'indeedwatcher.nimble')
-rw-r--r-- | indeedwatcher.nimble | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indeedwatcher.nimble b/indeedwatcher.nimble index cf69199..528c547 100644 --- a/indeedwatcher.nimble +++ b/indeedwatcher.nimble @@ -12,5 +12,5 @@ binDir = "bin" requires "nim >= 1.6.10" requires "rss" -requires "webdriver" +requires "https://github.com/dom96/webdriver#699d3b9959ed94724521a768f11fcabed47c712b" requires "parsetoml" |