bytedream
|
3e7d2583b7
|
Merge branch 'next'
# Conflicts:
# README.md
# cli/commands/archive/archive.go
# cli/commands/download/download.go
# cli/commands/login/login.go
# cli/root.go
# crunchy-cli.1
# go.mod
# go.sum
# utils/locale.go
|
2022-11-27 16:55:16 +01:00 |
|
ByteDream
|
a7c2bbe807
|
Add ci workflow
|
2022-11-27 15:18:55 +01:00 |
|
ByteDream
|
4fd98723ea
|
Change archive flag name from audio to locale
|
2022-11-26 22:37:58 +01:00 |
|
ByteDream
|
502cb39923
|
Fix download binary description
|
2022-11-24 15:54:17 +01:00 |
|
ByteDream
|
039d7cfb81
|
Rewrite it in Rust
|
2022-11-24 15:30:49 +01:00 |
|
ByteDream
|
59e8793a2f
|
Set option to modify locale used (#60)
|
2022-11-01 22:17:19 +01:00 |
|
ByteDream
|
10617df834
|
Fix archive sorting (#63)
|
2022-10-31 22:18:44 +01:00 |
|
ByteDream
|
95b66c3ff5
|
Fix subtitle styling and size (#66)
|
2022-10-31 21:19:24 +01:00 |
|
ByteDream
|
0572af4e07
|
Change links from beta.crunchyroll.com to www.crunchyroll.com
|
2022-10-28 12:43:51 +02:00 |
|
ByteDream
|
f3e93ba2b8
|
Merge pull request #61 from crunchy-labs/dependabot/go_modules/github.com/spf13/cobra-1.6.1
Bump github.com/spf13/cobra from 1.6.0 to 1.6.1
|
2022-10-25 07:51:35 +02:00 |
|
dependabot[bot]
|
dc7e5d564e
|
Bump github.com/spf13/cobra from 1.6.0 to 1.6.1
Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.6.0 to 1.6.1.
- [Release notes](https://github.com/spf13/cobra/releases)
- [Commits](https://github.com/spf13/cobra/compare/v1.6.0...v1.6.1)
---
updated-dependencies:
- dependency-name: github.com/spf13/cobra
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-10-25 01:56:32 +00:00 |
|
ByteDream
|
e0d100b627
|
Update dependencies and fix #59 partially
|
2022-10-20 22:06:43 +02:00 |
|
ByteDream
|
cd1587c613
|
Merge pull request #57 from crunchy-labs/dependabot/go_modules/github.com/spf13/cobra-1.6.0
Bump github.com/spf13/cobra from 1.5.0 to 1.6.0
|
2022-10-12 23:39:34 +02:00 |
|
dependabot[bot]
|
eba2417f4e
|
Bump github.com/spf13/cobra from 1.5.0 to 1.6.0
Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.5.0 to 1.6.0.
- [Release notes](https://github.com/spf13/cobra/releases)
- [Commits](https://github.com/spf13/cobra/compare/v1.5.0...v1.6.0)
---
updated-dependencies:
- dependency-name: github.com/spf13/cobra
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-10-12 01:48:15 +00:00 |
|
ByteDream
|
36bdc76a48
|
Update discord invite link
|
2022-10-08 02:05:29 +02:00 |
|
ByteDream
|
1e17c0b117
|
Merge pull request #56 from crunchy-labs/dependabot/go_modules/github.com/crunchy-labs/crunchyroll-go/v3-3.0.3
Bump github.com/crunchy-labs/crunchyroll-go/v3 from 3.0.2 to 3.0.3
|
2022-10-05 13:31:50 +02:00 |
|
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 |
|