Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd7334d4

Browse files
toshskicrwxaj
andauthored
scraper: fix covers for free scenes on BadoinkVR sites(#1777)
* Badoink Covers* Update badoink.goat least 18vr seems to still use the old tag---------Co-authored-by: crwxaj <52156245+crwxaj@users.noreply.github.com>
1 parentd774675 commitd7334d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎pkg/scrape/badoink.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ func BadoinkSite(wg *sync.WaitGroup, updateSite bool, knownScenes []string, out
6262
}
6363
})
6464
// Cover URLs for free videos
65-
e.ForEach(`div#videoPreviewContainer video`,func(idint,e*colly.HTMLElement) {
65+
e.ForEach(`div#videoPreviewContainerdl8-video,video`,func(idint,e*colly.HTMLElement) {
6666
ifid==0 {
6767
sc.Covers=append(sc.Covers,strings.Split(e.Attr("poster"),"?")[0])
6868
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp