mirror of
https://github.com/crunchy-labs/crunchy-cli.git
synced 2026-01-21 12:12:00 -06:00
Fix typos
This commit is contained in:
parent
20cdb64f54
commit
56015d3174
3 changed files with 5 additions and 5 deletions
|
|
@ -280,7 +280,7 @@ func (c *Crunchyroll) Search(query string, limit uint) (s []*Series, m []*Movie,
|
|||
return s, m, nil
|
||||
}
|
||||
|
||||
// FindVideo fins a Video (Season or Movie) by a crunchyroll link
|
||||
// FindVideo finds a Video (Season or Movie) by a crunchyroll link
|
||||
// e.g. https://www.crunchyroll.com/darling-in-the-franxx
|
||||
func (c *Crunchyroll) FindVideo(seriesUrl string) (Video, error) {
|
||||
if series, ok := MatchVideo(seriesUrl); ok {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue