This commit is contained in:
bytedream 2022-05-18 21:56:29 +02:00
parent 7be803d485
commit d4e095a576

2
url.go
View file

@ -86,7 +86,7 @@ func (c *Crunchyroll) ExtractEpisodesFromUrl(url string, audio ...LOCALE) ([]*Ep
if len(eps) == 0 { if len(eps) == 0 {
if notAvailableContinue { if notAvailableContinue {
return nil, fmt.Errorf("could not find any matching episode which is accessable with an non-premium account") return nil, fmt.Errorf("could not find any matching episode which is accessable with a non-premium account")
} else { } else {
return nil, fmt.Errorf("could not find any matching episode") return nil, fmt.Errorf("could not find any matching episode")
} }