Main Menu Dirty

This commit is contained in:
Pablu23
2024-02-21 23:10:06 +01:00
parent 8ecbc7e0aa
commit c8daa0d515
7 changed files with 103 additions and 34 deletions

View File

@@ -25,7 +25,7 @@ func (b *Bato) GetImageList(html string) ([]string, error) {
m := reg.FindStringSubmatch(html)
if len(m) <= 0 {
return nil, &NoMoreError{Err: errors.New("no more content")}
return nil, errors.New("no more content")
}
match := m[1]