We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b1aa639 + 6f739fb commit a59179aCopy full SHA for a59179a
scriptmodules/supplementary/scraper.sh
@@ -23,6 +23,8 @@ function depends_scraper() {
23
function sources_scraper() {
24
local goroot="$(_get_goroot_golang)"
25
GOPATH="$md_build" GOROOT="$goroot" "$goroot/bin/go" get -u github.com/sselph/scraper
26
+ # Use an older version of the TGDB go REST bindings, since the new one is not compatible with scraper
27
+ git -C "$md_build/src/github.com/J-Swift/thegamesdb-swagger-client-go/" checkout 43ed8a0b364ed2d8521d0
28
# manually set repo_dir for packaging info / version checking
29
__mod_info[$md_id/repo_dir]="$md_build/src/github.com/sselph/scraper"
30
}
0 commit comments