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
|
d65226252d
|
Add split notice to README
|
2022-06-27 22:36:46 +02:00 |
|
ByteDream
|
2a05a74cc9
|
Merge pull request #40 from ByteDream/dependabot/go_modules/github.com/spf13/cobra-1.5.0
Bump github.com/spf13/cobra from 1.4.0 to 1.5.0
|
2022-06-22 12:14:30 +02:00 |
|
dependabot[bot]
|
810f3ae12e
|
Bump github.com/spf13/cobra from 1.4.0 to 1.5.0
Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.4.0 to 1.5.0.
- [Release notes](https://github.com/spf13/cobra/releases)
- [Commits](https://github.com/spf13/cobra/compare/v1.4.0...v1.5.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-06-22 01:35:26 +00:00 |
|
ByteDream
|
8d69b7775b
|
Add name poll notice
|
2022-06-12 14:23:13 +02:00 |
|
ByteDream
|
51b5e7b2ff
|
Add bug issue templates
|
2022-06-06 21:23:29 +02:00 |
|
bytedream
|
382d19ee94
|
Fix login not working with session id
|
2022-05-27 11:17:08 +02:00 |
|
bytedream
|
2d28991a70
|
Remove v2 release notice
|
2022-05-21 21:41:25 +02:00 |
|
bytedream
|
4d65d2f2df
|
Bump CI go version to 1.18
|
2022-05-20 23:05:38 +02:00 |
|
bytedream
|
5d732123d9
|
Change cli name from crunchyroll to crunchyroll-go
|
2022-05-18 11:35:21 +02:00 |
|
bytedream
|
00ea7635eb
|
Version 2.2.2
|
2022-05-18 11:18:27 +02:00 |
|
bytedream
|
b92eddc5d2
|
Add temporary session id lookup on login first
|
2022-05-18 11:14:35 +02:00 |
|
bytedream
|
ea3506b7f6
|
Fix logging in message shown for too long
|
2022-05-18 11:11:18 +02:00 |
|
bytedream
|
b70bf9902b
|
Add error return in some login failure cases (#30)
|
2022-05-18 11:01:49 +02:00 |
|
bytedream
|
0fa829828f
|
Fix 1080p, 720p, ... not working
|
2022-05-16 22:42:31 +02:00 |
|
bytedream
|
afa975c459
|
Add session id always cached in temp directory (to prevent #30)
|
2022-05-16 21:21:35 +02:00 |
|
bytedream
|
192a85afb8
|
Use fmt.Errorf instead of errors.New & new invalid session id error message
|
2022-05-13 19:53:16 +02:00 |
|
bytedream
|
f046b68371
|
Update workflows running on every branch
|
2022-05-13 19:34:28 +02:00 |
|
bytedream
|
3ee53c0cab
|
Bump go version to 1.18
|
2022-05-13 18:38:38 +02:00 |
|
bytedream
|
e7e106f74d
|
Fix version not set when building with make
|
2022-05-08 19:14:16 +02:00 |
|
ByteDream
|
11b0f2b48b
|
Fix typos
|
2022-05-08 15:40:36 +02:00 |
|
bytedream
|
1c1dd5ec4b
|
Version 2.2.1
|
2022-05-08 11:07:00 +02:00 |
|
bytedream
|
ed8e63c268
|
Fix locale panic (#29)
|
2022-05-08 11:06:37 +02:00 |
|
bytedream
|
5e3636015b
|
Remove AccessError error struct
|
2022-05-07 10:46:25 +02:00 |
|
bytedream
|
7db4ca6b93
|
Fix typos
|
2022-05-06 11:22:32 +02:00 |
|
bytedream
|
df44104900
|
Update example urls to their beta equivalents
|
2022-05-04 08:17:33 +02:00 |
|
bytedream
|
ad703fb985
|
Update documentation url
|
2022-05-01 17:12:29 +02:00 |
|
bytedream
|
a590da8231
|
Version 2.2.0
|
2022-05-01 14:04:06 +02:00 |
|
bytedream
|
ddfd2b44a1
|
Update library get option to v2
|
2022-05-01 14:03:17 +02:00 |
|
bytedream
|
80b0784f50
|
Update module to v2
|
2022-05-01 13:26:25 +02:00 |
|
bytedream
|
a49e65e151
|
Enable autosuggestions but hide it from commands
|
2022-05-01 13:26:25 +02:00 |
|
ByteDream
|
e65535bf00
|
Merge pull request #28 from hekmon/silent_login_fail
Silent login fail error handling (#27)
|
2022-05-01 12:22:48 +02:00 |
|
ByteDream
|
1f1f6849dc
|
Fix typo
|
2022-04-29 15:50:10 +02:00 |
|
Hekmon
|
413949797c
|
avoid copy error to be shadowed
|
2022-04-29 11:49:23 +02:00 |
|
Hekmon
|
362708cf35
|
handle json unmarshall error
|
2022-04-29 11:45:00 +02:00 |
|
Hekmon
|
187a0c8817
|
add missing defer
|
2022-04-29 11:43:43 +02:00 |
|
Hekmon
|
aa3f8e1b34
|
handle json parsing errors
|
2022-04-29 11:42:25 +02:00 |
|
Hekmon
|
353f425bbf
|
typo fix
|
2022-04-29 11:36:45 +02:00 |
|
Hekmon
|
db47eeb11c
|
handle login with creds errors
|
2022-04-29 11:34:17 +02:00 |
|
Hekmon
|
037df1d16f
|
handle session queries not being valid
|
2022-04-29 11:31:01 +02:00 |
|
bytedream
|
48595f25fa
|
Update debug print variable
|
2022-04-28 10:21:02 +02:00 |
|
bytedream
|
0c92fc0989
|
Deactivate subtitles by default (#26)
|
2022-04-27 10:53:40 +02:00 |
|
ByteDream
|
1e865adaa5
|
Typo fix in scoop install
|
2022-04-26 08:53:02 +02:00 |
|
ByteDream
|
c9ad097d85
|
Fix typo
|
2022-04-26 08:42:01 +02:00 |
|
bytedream
|
980c28a754
|
Add scoop installer instructions
|
2022-04-26 08:34:50 +02:00 |
|
bytedream
|
06a5414210
|
Add video, audio and subtitle as locale (#26)
|
2022-04-26 08:34:33 +02:00 |
|
ByteDream
|
68aa7e903f
|
Update go build instructions
|
2022-04-22 12:30:33 +02:00 |
|
ByteDream
|
58bf549964
|
Update README.md
|
2022-04-19 21:32:19 +02:00 |
|
ByteDream
|
aeb159960c
|
Merge pull request #25 from IchBinLeoon/master
Rename getCmd variable to downloadCmd
|
2022-04-18 17:02:04 +02:00 |
|