Skip to content

Commit

Permalink
Fix manganato issue (Now tested)
Browse files Browse the repository at this point in the history
  • Loading branch information
SrAndromeda committed Feb 18, 2024
1 parent 6d4ce4e commit 357f22a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provider/manganato/manganato.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ var Config = &generic.Configuration{
query = strings.TrimSpace(query)
query = strings.ToLower(query)
query = url.QueryEscape(query)
template := "manganato.com/search/story/%s"
template := "https://manganato.com/search/story/%s"
return fmt.Sprintf(template, query)
},
MangaExtractor: &generic.Extractor{
Expand Down

0 comments on commit 357f22a

Please sign in to comment.