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

Commitcd09d3f

Browse files
authored
scraper: fix duplicating filenames for StasyQVR (#1755)
scraper: fix duplicating filenames
1 parentb28ee65 commitcd09d3f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

‎pkg/scrape/stasyqvr.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ func StasyQVR(wg *sync.WaitGroup, updateSite bool, knownScenes []string, out cha
101101
base=strings.Replace(base,"\"","",-1)
102102
if!funk.ContainsString(sc.Filenames,base) {
103103
sc.Filenames=append(sc.Filenames,base)
104-
sc.Filenames=append(sc.Filenames,strings.Replace(base,"original_","original_"+sc.SiteID,-1))
105104
}
106105
})
107106

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp