Fix view page error

Signed-off-by: Skylar "The Cobra" Widulski <cobra@vern.cc>
This commit is contained in:
Skylar "The Cobra" Widulski 2024-01-18 11:01:32 -05:00
parent a60e23c94c
commit 6e281b4730
Signed by: cobra
GPG Key ID: 4FD8F812083FF6F9
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@
(let ((pref "/html/body/div/div/div[3]/div/div[1]"))
(list
(get-xpath-string (string-append pref "/h1/text()") d #f)
(get-xpath-string (string-append pref "/div[2]/div/div/div/div/img/@src")
(get-xpath-string (string-append pref "/div[1]/div/div/div/div/img/@src")
d #t))))
(define (get-search d)