mirror of
https://github.com/crunchy-labs/crunchy-cli.git
synced 2026-01-21 12:12:00 -06:00
Merge branch 'next/v3' into v3/feature/non-premium-support
This commit is contained in:
commit
ae075ed4c9
27 changed files with 1173 additions and 205 deletions
|
|
@ -3,6 +3,7 @@ package crunchyroll
|
|||
import (
|
||||
"encoding/json"
|
||||
"fmt"
|
||||
"net/http"
|
||||
"regexp"
|
||||
)
|
||||
|
||||
|
|
@ -101,7 +102,7 @@ func (s *Season) Episodes() (episodes []*Episode, err error) {
|
|||
s.crunchy.Locale,
|
||||
s.crunchy.Config.Signature,
|
||||
s.crunchy.Config.Policy,
|
||||
s.crunchy.Config.KeyPairID))
|
||||
s.crunchy.Config.KeyPairID), http.MethodGet)
|
||||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue