mirror of
https://github.com/crunchy-labs/crunchy-cli.git
synced 2026-01-21 12:12:00 -06:00
Change name due to organization move
This commit is contained in:
parent
d65226252d
commit
f1a41d6d3b
13 changed files with 44 additions and 46 deletions
|
|
@ -337,7 +337,7 @@ func (c *Crunchyroll) Search(query string, limit uint) (s []*Series, m []*Movie,
|
|||
//
|
||||
// Deprecated: Use Search instead. The first result sometimes isn't the correct one
|
||||
// so this function is inaccurate in some cases.
|
||||
// See https://github.com/ByteDream/crunchyroll-go/issues/22 for more information.
|
||||
// See https://github.com/crunchy-labs/crunchyroll-go/issues/22 for more information.
|
||||
func (c *Crunchyroll) FindVideoByName(seriesName string) (Video, error) {
|
||||
s, m, err := c.Search(seriesName, 1)
|
||||
if err != nil {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue