Skip to content

Commit 84a6d73

Browse files
committed
scraper: fix scraping from ScreenScraper.fr
Added the patch from @Torben2000 [1] which fixes scraping from the ScreenScraper source. Can be removed when/if upstream (@sselph) accepts the changes in the main repository. [1] sselph/scraper#265
1 parent 58a385d commit 84a6d73

File tree

2 files changed

+524
-0
lines changed

2 files changed

+524
-0
lines changed

scriptmodules/supplementary/scraper.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ function sources_scraper() {
2525
GOPATH="$md_build" GOROOT="$goroot" "$goroot/bin/go" get -u github.com/sselph/scraper
2626
# Use an older version of the TGDB go REST bindings, since the new one is not compatible with scraper
2727
git -C "$md_build/src/github.com/J-Swift/thegamesdb-swagger-client-go/" checkout 43ed8a0b364ed2d8521d0
28+
# Fix ScreenScraper scraping with the patch from PR-#265
29+
git -C "$md_build/src/github.com/sselph/scraper" apply "$md_data/00-fix-screenscraper-response-parsing-265.diff"
2830
# manually set repo_dir for packaging info / version checking
2931
__mod_info[$md_id/repo_dir]="$md_build/src/github.com/sselph/scraper"
3032
}

0 commit comments

Comments
 (0)