Skip to content

Commit 6165d6d

Browse files
authored
Merge pull request #3574 from cmitu/scraper-fix-scraping
scraper: fix scraping from ScreenScraper.fr
2 parents 58a385d + 84a6d73 commit 6165d6d

File tree

2 files changed

+524
-0
lines changed

2 files changed

+524
-0
lines changed

scriptmodules/supplementary/scraper.sh

+2
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)