diff options
author | msglm <msglm@techchud.xyz> | 2023-02-17 02:01:03 -0600 |
---|---|---|
committer | msglm <msglm@techchud.xyz> | 2023-02-17 02:01:03 -0600 |
commit | b44190f82a942754beb07872740635b37b4ee7c2 (patch) | |
tree | 53a351aa6e317528e5992740405781c293a394ba /indeedwatcher.nimble | |
parent | 50c6c1f4d45d088eaf9533de5fa937354a3737cc (diff) | |
download | indeedwatcher-b44190f82a942754beb07872740635b37b4ee7c2.tar.gz indeedwatcher-b44190f82a942754beb07872740635b37b4ee7c2.tar.bz2 indeedwatcher-b44190f82a942754beb07872740635b37b4ee7c2.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" |