dependabot[bot]
|
b4bc047b30
|
Bump github.com/crunchy-labs/crunchyroll-go/v3 from 3.0.2 to 3.0.3
Bumps [github.com/crunchy-labs/crunchyroll-go/v3](https://github.com/crunchy-labs/crunchyroll-go) from 3.0.2 to 3.0.3.
- [Release notes](https://github.com/crunchy-labs/crunchyroll-go/releases)
- [Changelog](https://github.com/crunchy-labs/crunchyroll-go/blob/master/news.go)
- [Commits](https://github.com/crunchy-labs/crunchyroll-go/compare/v3.0.2...v3.0.3)
---
updated-dependencies:
- dependency-name: github.com/crunchy-labs/crunchyroll-go/v3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-10-05 02:01:02 +00:00 |
|
bytedream
|
d4bef511cb
|
Fix update executable path
|
2022-09-11 13:02:08 +02:00 |
|
bytedream
|
2f08aeac1a
|
Add -s flag documentation
|
2022-09-05 22:55:27 +02:00 |
|
bytedream
|
3f12cbae95
|
Change -s default value
|
2022-09-05 22:54:52 +02:00 |
|
ByteDream
|
b99c3395f1
|
Merge pull request #48 from LordBex/master
Add flag to specify archive subtitles
|
2022-09-05 22:16:02 +02:00 |
|
LordBex
|
b42c87c9f8
|
remove stringInSlice and switch to ElementInSlice
|
2022-09-05 21:59:00 +02:00 |
|
LordBex
|
136d970fec
|
move stringInSlice to separate as ElementInSlice
|
2022-09-05 21:30:41 +02:00 |
|
LordBex
|
8111f14da3
|
Merge branch 'master' of https://github.com/crunchy-labs/crunchy-cli
|
2022-09-05 15:41:00 +02:00 |
|
LordBex
|
97dd801137
|
adding subtitle flag for archive (-s, --sublang)
|
2022-09-05 15:40:49 +02:00 |
|
bytedream
|
13798b608e
|
Merge remote-tracking branch 'origin/master'
|
2022-09-05 00:26:04 +02:00 |
|
bytedream
|
62938a500f
|
Disable subtitles by default on re-encode
|
2022-09-05 00:24:31 +02:00 |
|
bytedream
|
36c1423ff6
|
Fix re-encode removes video, audio and subtitle tracks (#47)
|
2022-09-05 00:20:29 +02:00 |
|
ByteDream
|
027047fc7e
|
Fix binary links
|
2022-09-04 20:33:52 +02:00 |
|
bytedream
|
689bbcd9a4
|
Remove go version badge
|
2022-09-04 17:12:57 +02:00 |
|
bytedream
|
610c4e2993
|
Bump go version to 1.19
|
2022-09-04 17:12:36 +02:00 |
|
bytedream
|
d53b20717a
|
Fix video length sometimes exceeds actual episode length (#32)
|
2022-09-03 18:22:34 +02:00 |
|
bytedream
|
dc2309ab10
|
Bump locale names in docs
|
2022-09-03 15:47:41 +02:00 |
|
bytedream
|
c02306ff9f
|
Bump crunchyroll-go version
|
2022-09-03 15:47:25 +02:00 |
|
bytedream
|
3f78101eb8
|
Fix unwanted video track and wrong labeled audio track in archive (#45)
|
2022-09-03 15:18:52 +02:00 |
|
bytedream
|
afc85350ab
|
Update arch install package name
|
2022-08-22 13:31:33 +02:00 |
|
bytedream
|
0371b31dcc
|
Add info and update command examples
|
2022-08-22 13:06:05 +02:00 |
|
ByteDream
|
f974d5296b
|
Remove rename issue link
|
2022-08-22 12:41:47 +02:00 |
|
bytedream
|
e5636df969
|
Update crunchyroll-go version
|
2022-08-21 22:07:46 +02:00 |
|
bytedream
|
d13e5714f8
|
Fix README details
|
2022-08-21 19:40:05 +02:00 |
|
bytedream
|
a907958a71
|
Merge remote-tracking branch 'origin/next/partially-v3'
# Conflicts:
# Makefile
# README.md
# cli/commands/archive/archive.go
# cli/commands/download/download.go
# cmd/crunchyroll-go/cmd/login.go
# cmd/crunchyroll-go/cmd/root.go
# cmd/crunchyroll-go/cmd/utils.go
# cmd/crunchyroll-go/main.go
# crunchy-cli.1
# crunchyroll.go
# go.mod
# go.sum
# utils/locale.go
# utils/sort.go
|
2022-08-21 19:15:29 +02:00 |
|
bytedream
|
416507c8a6
|
Remove not working notice for scoop
|
2022-08-15 00:27:34 +02:00 |
|
bytedream
|
4ae4345c40
|
Fix smartrelease host url
|
2022-08-14 13:46:39 +02:00 |
|
bytedream
|
ac876f674a
|
Update to newer crunchyroll-go version
|
2022-08-14 13:38:42 +02:00 |
|
bytedream
|
441ec084af
|
Re-enable language choosing for series
|
2022-08-09 01:20:34 +02:00 |
|
bytedream
|
f7a21fbfb2
|
Change all etp rt related stuff to refresh token
|
2022-08-09 01:04:46 +02:00 |
|
bytedream
|
6239d10d22
|
Fix crunchyroll api changes
|
2022-08-08 22:20:25 +02:00 |
|
bytedream
|
a64981930b
|
Add option to change temp dir
|
2022-08-02 12:07:43 +02:00 |
|
bytedream
|
caeb734b2c
|
Add login session id warning
|
2022-08-01 00:41:09 +02:00 |
|
ByteDream
|
b5f4882601
|
Update issue templates
|
2022-08-01 00:18:14 +02:00 |
|
bytedream
|
81946c5092
|
Remove CI badge
|
2022-07-31 13:50:59 +02:00 |
|
bytedream
|
fbb90f9079
|
Fix info spacing
|
2022-07-29 18:23:38 +02:00 |
|
bytedream
|
b62769ccfd
|
Update next version number
|
2022-07-27 21:53:03 +02:00 |
|
bytedream
|
8942ea574b
|
Add v3 notice
|
2022-07-27 21:25:03 +02:00 |
|
bytedream
|
2773445050
|
Change author names and links to crunchy-labs
|
2022-07-26 12:47:23 +02:00 |
|
bytedream
|
5b4c228b60
|
Change crunchyroll-go dependency name
|
2022-07-25 10:53:29 +02:00 |
|
私はレオンです
|
fd502446c6
|
Fix typo
|
2022-07-11 22:03:02 +02:00 |
|
ByteDream
|
5b59662e29
|
Change discord shield server
|
2022-07-09 01:25:59 +02:00 |
|
ByteDream
|
1365910610
|
Change discord invite link
|
2022-07-09 01:25:00 +02:00 |
|
ByteDream
|
680db83c59
|
Reactivate scoop install instructions
|
2022-07-09 01:03:09 +02:00 |
|
bytedream
|
f1a41d6d3b
|
Change name due to organization move
|
2022-07-07 21:21:44 +02:00 |
|
bytedream
|
303689ecbb
|
Move and refactor files and some more changes :3
|
2022-06-30 16:08:08 +02:00 |
|
bytedream
|
781e520591
|
Update cobra version to 1.5.0
|
2022-06-29 20:39:38 +02:00 |
|
bytedream
|
d65226252d
|
Add split notice to README
|
2022-06-27 22:36:46 +02:00 |
|
bytedream
|
8a3e42e4d1
|
Remove library & refactor cli
|
2022-06-27 22:33:26 +02:00 |
|
bytedream
|
0fed0f8d3b
|
Change license to GPL-3.0
|
2022-06-27 22:31:36 +02:00 |
|