AnimeDL
74da730dc4
[CR] Fix falsey comparison for chapters
...
Fix chapter being ignored if chapter start time was 0 (thanks javascript falsey comparison)
2024-03-23 17:52:40 -07:00
AnimeDL
aae69fa2a1
[CR] Fix subtitles being named undefined
...
Fixes subtitles being named undefined when using novids and noaudio together
2024-03-23 09:47:26 -07:00
Tera
6009bdaaf9
Sort episodes to have specials at the end
2024-03-21 23:38:46 +02:00
Tera
f7f8806b14
sort episodes to have specials at the end
2024-03-21 20:14:14 +02:00
Tera
8cd863c885
Update crunchy.ts
2024-03-21 19:37:22 +02:00
Tera
cd9a83d3fc
make data param optional
2024-03-21 18:29:08 +02:00
Tera
4eea557c44
Update crunchy.ts
2024-03-21 08:06:08 +02:00
Tera
30771374e5
Update crunchy.ts
2024-03-21 07:47:54 +02:00
Tera
201a772ecf
remove bloat
2024-03-21 07:46:03 +02:00
Tera
73ddab8b2e
Update crunchy.ts
2024-03-21 06:23:01 +02:00
AnimeDL
59d086006b
Give CC subtitles correct extension
2024-03-19 17:38:23 -07:00
AnimeDL
1852ce1282
[CR] Fix vtt CC fontSize not working
2024-03-19 11:22:15 -07:00
AnimeDL
97d64f6021
[CR] Respect originalFontSize in CCs
2024-03-19 10:21:25 -07:00
AnimeDL
a5df6bee2f
[CR] Convert CC's from vtt to ass
2024-03-19 10:07:58 -07:00
AnimeDL
b830a73e04
[CR] Fix logic for separate video/audio downloading
2024-03-19 07:35:12 -07:00
AnimeDL
b497fb40df
Add token flag
...
Allows for login using refresh token in crunchy. Adds #597
2024-03-18 17:44:49 -07:00
AnimeDL
63f0b496f1
[CR] Allow skipping video/audio download independently
2024-03-18 16:16:33 -07:00
AnimeDL
c8b39301cb
[CR] Fix issue with finding all episodes
...
Fixes issue where under certain circumstances some specials wouldn't be found.
2024-03-17 10:48:32 -07:00
AnimeDL
f3fd33d241
Add warning for decryption
2024-03-16 17:45:54 -07:00
AnimeDL
3c41414f4a
Rename WV module
2024-03-16 11:14:21 -07:00
AnimeDL
172e6ac6ac
[CR] Get all crunchy streams for android (fallback)
2024-03-14 20:30:37 -07:00
AnimeDL
4742ea8d55
[CR] Hotfix: Fixes non DRM downloads
2024-03-14 19:14:50 -07:00
AnimeDL
5417db41fd
[CR] Improve version detection
...
Improves the version selection and detection to work for more than just --srz. This should help prevent API errors on non --srz requests
2024-02-10 08:55:22 -08:00
AnimeDL
7cab2cbab3
[CR] Fix old chapter API
...
Could fail to mux into the file if time didn't contain milliseconds
2024-02-08 18:36:15 -08:00
AnimeDL
3582f1829f
[CR] Chapter Fix
...
Chapters could fail if for whatever reason the start and end times weren't defined.
2024-02-07 15:59:22 -08:00
AnimeDL
d2b4adf09b
[CR] Improve Captions support
...
Renames what was previously called CC to `Signs`.
Also prevents a possible collision where not all subs would be downloaded
2024-02-06 19:46:14 -08:00
AnimeDL
66e1ee5702
[CR] Add CC Subtitles
...
CC Subtitles looks to be possible in the API now (it's not just always empty), so I've written some code to handle CC subtitles properly and download them
Fixes #580
2024-02-06 19:10:11 -08:00
AnimeDL
103b17f449
Simplify API switching code
...
Should also fix API switching on GUI
2024-02-05 10:12:47 -08:00
AnimeDL
b146ee71ae
Linting fixes
2024-01-30 15:10:43 -08:00
AnimeDL
3502141c62
[CR] Improve chapter support
...
If new chapter request fails, use old request.
Also adds new option to enable chapter downloading, `--chapters`
2024-01-30 10:06:40 -08:00
AnimeDL
02620ec5b5
[CR] Initial commit to support chapters
...
TODO:
1) Add flag for chapters
2) Add ffmpeg merging for chapters
3) Add fallback to old CR API
2024-01-29 22:47:56 -08:00
AnimeDL
7be22ec132
[CR] Fixes subtitles when directory doesn't exist
...
Now creates the directory before making the files, similar to how videos work.
2024-01-29 22:45:36 -08:00
AnimeDL
169d48aa47
make --nocleanup work for encrypted files
2024-01-29 20:29:59 -08:00
AnimeDL
615cef700a
Fix issue with GUI decrypting
2024-01-28 09:46:15 -08:00
AnimeDL
f204b068ea
Only show DRM streams if they can be decrypted
2024-01-26 10:38:25 -08:00
AnimeDL
acc91a0eed
Fixed fallback request
2024-01-09 12:33:04 -08:00
AnimeDL
350337fdda
Fix episode selection on web API
2023-12-30 15:40:54 -08:00
AnimeDL
c3335db366
remove util
2023-12-29 21:17:55 -08:00
AnimeDL
f9adcdea7f
Fix bug with kstream 3
2023-12-29 21:14:27 -08:00
AnimeDL
ca01c04961
API switching
2023-12-29 21:14:12 -08:00
AnidlSupport
ee38658d0d
Some refactoring
2023-12-25 10:46:13 -08:00
AnimeDL
7524f4c08f
Remove uneeded console logs
2023-12-24 19:40:42 -08:00
AnimeDL
64b2bf0b08
Fix object downloading
2023-12-24 19:37:35 -08:00
AnimeDL
28518bb461
Initial commit for WV Decryption
2023-12-24 19:29:01 -08:00
AnimeDL
d1d9840629
Fix muxing for MPD
2023-12-24 12:09:52 -08:00
AnidlSupport
7121d254f6
Linting Fixes
2023-12-24 11:20:52 -08:00
AnidlSupport
abc5747614
MPD Refactoring
2023-12-24 11:19:01 -08:00
AnimeDL
a27c0209c1
Initial support for mpd
2023-12-23 20:28:37 -08:00
AnimeDL
ef2de8e372
[CR] Fix fallback for playlist failure
2023-12-16 12:07:11 -08:00
AnimeDL
5f082f10ee
Fix Bucket Selection
2023-12-15 09:41:53 -08:00
AnimeDL
df7dd06235
Hotfix for CR
...
This does not include DRM decryption, that will come later, however, this does work for however long CR allows it to.
2023-12-15 09:21:05 -08:00
AnimeDL
485433cd74
Initial attempt to add --syncTiming flag
...
Add --syncTiming flag to attempt to detect timing differences in multi-dub downloads and sync them properly. Currently disabled by default since it's experimental and likely buggy. Potentially Resolved #471
2023-07-16 19:24:41 -07:00
AnimeDL
ac77e4b3e0
Fix crunchy archive
...
Should actually fix #501 this time
2023-07-15 17:56:31 -07:00
AnimeDL
2b491372fc
Fix issue where specials weren't archived properly
...
Should fix #501
2023-07-13 15:12:19 -07:00
AnimeDL
9d8665dfbe
Add --keepAllVideos option
...
If set to true, it will keep all videos in the merge process, rather than discarding the extra videos.
2023-07-13 14:28:44 -07:00
AnimeDL
8aa2323697
More graceful handling of unknown languages
2023-07-12 21:35:40 -07:00
AnimeDL
573fa99626
Remove unused else
2023-07-10 16:07:52 -07:00
AnimeDL
2149df6fe5
Don't output user country on token refresh
...
Also should prevent from some excess API calls
2023-07-10 16:04:41 -07:00
AnimeDL
2dc6b3968c
Add --waittime flag
...
Will wait between downloads, set in milliseconds. Setting this high should help when downloading large numbers of items.
2023-07-10 16:00:55 -07:00
AnimeDL
e32d2fdefe
Fix debug command
2023-07-10 15:58:45 -07:00
AnimeDL
3c840e46f0
Add --nosubs support to CR/HD
...
Fixes #457
2023-07-10 09:05:57 -07:00
AnimeDL
4a135092e9
Add --extid for crunchyroll
...
Allows downloading or viewing of old Crunchyroll ID's such as: SRZ.282651 VOL.26453 EPI.842919 FLM.268837
Fixes #351 #249
2023-07-10 09:05:23 -07:00
AnimeDL
3683d93691
Fix issue where sometimes episodes weren't listed
...
This fixes an issue in Crunchy where sometimes episodes weren't properly listed. Example series was: G8DHV741D
2023-07-08 18:18:32 -07:00
AnimeDL
f6506fefcc
set debug property on cr/hd
2023-07-04 22:45:52 -07:00
AnimeDL
612bdff774
Initial commit to add hidive
2023-07-04 10:21:16 -07:00
AnimeDL
a8bdef3bc7
Add skipmux functionality to CR
2023-07-03 22:16:18 -07:00
Nicholas Kinney
adc21af7f1
Series title templatable now
2023-04-20 13:11:19 -05:00
AnimeDL
9d069b0586
fix lint issue
2023-04-16 19:07:55 -07:00
AnimeDL
92531715cd
Fix downloading movies with -e
2023-04-16 18:49:23 -07:00
AnimeDL
c6f56d27bb
update --flm to new API
2023-04-16 18:23:23 -07:00
AnidlSupport
42ac8d85c4
New Logger + HLS-Download include
2023-03-03 19:10:20 +01:00
AnidlSupport
e0a6546df5
Fix eslint warnings
2023-03-01 20:40:36 +01:00
AnidlSupport
cd62595518
New GUI
2023-02-27 21:20:06 +01:00
AnimeDL
98a074fd0d
Fixes for -e bugs
...
Season would be undefined, and mediaId would be incorrect
2023-02-14 16:50:28 -08:00
AnimeDL
f0102c0279
Sanity check for selected language download
...
Prevents issue where it would say it's downloading in a language that isn't available
2023-02-14 16:49:56 -08:00
AnimeDL
68c19738e6
Fix -s and -e
...
Fix -s and -e from the API update
2023-02-14 16:49:02 -08:00
AnimeDL
43928b6246
Fix crunchyroll API change
2023-02-14 14:41:19 -08:00
AnimeDL
736d4ae0d1
make secondary token refreshes silent
2023-01-24 09:51:31 -08:00
AnimeDL
9d38278955
Actually fix #452
2023-01-23 21:21:48 -08:00
AnimeDL
caeea00737
Improve detection of media types
2023-01-23 20:18:56 -08:00
AnimeDL
170f526cc2
Fixes #453 : Multiple same seasons can exist
...
Previously if more than one season with the same number existed, it would squash and only the last one would be able to exist... this should hopefully fix that... or make everything worse.
2023-01-23 20:18:36 -08:00
AnimeDL
f23159fb71
Fixes all dubs not showing
...
Fixes all dubs not showing on old format series
2023-01-23 18:25:38 -08:00
AnimeDL
486c7d0666
Fix #452 : logging details
2023-01-23 16:48:45 -08:00
AnimeDL
6afb8a45a6
Fix authentication error after long downloads
2023-01-23 16:05:03 -08:00
AnimeDL
64a69d953e
Update Crunchy to new API
2023-01-22 21:37:53 -08:00
AnimeDL
95b8c14b89
Prelim Crunchy Update
2023-01-21 10:49:05 -08:00
RavensRain
cce7956b07
remove useless console.log
...
and set dlVideoDownload as non-default
2022-09-11 13:22:05 +02:00
RavensRain
f6303c1a6e
Ability to reduce unnecessary bandwidth usage
2022-09-11 10:41:21 +02:00
Izuco
5751676e16
Ability to override the name of "cc"
2022-07-22 18:47:37 +02:00
Izuco
c3fbc34478
Ability to change the default sub and/or dub langauge in merged file
2022-07-21 20:06:10 +02:00
Izuco
7e67a8f61a
CC for Crunchyroll
2022-07-05 23:03:19 +02:00
Izuco
b8432270b6
Fixed #339
2022-07-04 18:19:26 +02:00
Izuco
936f86b1f0
Sanitize filename parts; Fix #335
2022-07-02 14:02:10 +02:00
Izuco
11372c041f
#311
2022-05-29 16:18:15 +02:00
Izuco
89bd225391
Fix #298
2022-04-15 20:31:37 +02:00
Izuco
9c5095f7a8
Started Layout - Working on Queue
2022-03-20 13:47:17 +01:00
Izuco
5931760449
Added the ability to set the option if the file has created programmaticly
2022-03-19 10:50:30 +01:00
Izuco
3271548987
Fix #282
2022-03-17 20:45:34 +01:00
Izuco
c39e3e40d8
Fixed #280
2022-03-14 19:48:24 +01:00
Izuco
eaf636061b
Fix #281
2022-03-14 19:40:53 +01:00
oxixes
86fb936bf2
Add OR statement
2022-03-09 21:50:17 +01:00
oxixes
a1f89c8722
Fix locale issue
...
This allows to download multiple locales of the same language.
2022-03-06 20:15:01 +01:00
Izuco
dea190ec83
Fix #273
2022-03-05 19:16:17 +01:00
Izuco
9ef4d43674
Fix crash after download
2022-03-05 19:00:33 +01:00
Izuco
aa1ec94f5d
Change service later
2022-03-04 20:11:27 +01:00
Izuco
2d139acffb
#261
2022-03-04 19:58:56 +01:00
Izuco
a3c324aef5
Set coustom ffmpeg track title
2022-03-01 17:03:10 +01:00
Izuco
620e2085e2
Introducing --override
...
- Override OR set any filename variables
- Use `toOverride='Override'`. Please note that the ' are required
2022-03-01 16:32:14 +01:00
Izuco
fed44e1cea
Fix #201 and #245
2022-02-26 11:11:21 +01:00
Izuco
a7c7451b0d
Update + Update Version + Eslint
2022-02-20 19:56:45 +01:00
Izuco
59b87d22e9
Fix #259
2022-02-19 13:36:22 +01:00
Izuco
e9852ade1a
See todo for changes
2022-02-12 16:52:36 +01:00
Izuco
40d07bb40d
Working downloads with queue system
2022-02-05 17:08:57 +01:00
Izuco
7dc72a1507
Downloading without visual feedback
2022-02-05 13:18:19 +01:00
Izuco
14de1b243a
Show episode listing
2022-02-01 20:57:41 +01:00
Izuco
162a89efc9
Show default download options
2022-01-30 16:02:23 +01:00
Izuco
57836d7a91
Eslint + Crunchy implementation
2022-01-30 15:35:44 +01:00
Izuco
d1df4909bc
Eslint
2022-01-18 15:45:09 +01:00
Izuco
d25fbe4f1c
Fixed #226
2022-01-18 15:42:03 +01:00
Izuco
401b64db05
Update fs handeling for EBUSY errors
2022-01-17 16:05:57 +01:00
Izuco
5c5f0c73d2
FFmpeg can add fonts to mkv file
2022-01-16 16:06:10 +01:00
Izuco
595b407b22
Force Muxer command
2022-01-16 15:59:39 +01:00
Izuco
aca06d9a76
Update config
2022-01-15 15:25:45 +01:00
Izuco
af8ebbb92c
Logging + Fix unknown season title + Fix padding
2022-01-11 22:49:28 +01:00
Izuco
d61bad81b5
Added silentAuth + set username and password as args
2022-01-07 20:34:53 +01:00
Izuco
fde01a049a
Full list + implementation
2021-12-26 22:25:30 +01:00
Izuco
0824d4873a
Fixed typo (again)
2021-12-21 23:28:46 +01:00
Izuco
82b17c75bc
Update font managment
2021-12-21 20:55:44 +01:00
Izuco
78c529d072
Fix spelling and --dlFonts
2021-12-21 17:02:29 +01:00
Izuco
6bde435a90
Eslint
2021-12-20 20:07:52 +01:00
Izuco
b681bc3491
Update langsdata to fix #192
2021-12-20 20:06:20 +01:00
Izuco
918e44f169
Fixed #194
2021-12-20 18:09:04 +01:00
Izuco
8ee461605d
Fixed #190 and fixed auto updater
2021-12-19 19:16:33 +01:00
Izuco
7f03bd2d86
Fixed #189
2021-12-19 13:26:16 +01:00
Izuco
476b49c56c
Fixed #183 + Crunchy allSubs and allDubs
2021-12-11 12:11:41 +01:00
Izuco
77985660c6
Style + Version
2021-12-09 17:57:32 +01:00
Izuco
77ed8b6d1f
Added muxing to direct downloads
2021-12-09 17:55:20 +01:00
Izuco
e642e73a52
Use Langs data in Funi
2021-11-30 19:44:23 +01:00
Izuco
a2070aa16d
Eslint
2021-11-28 14:59:42 +01:00
Izuco
d262972817
#177 Implemented
2021-11-28 14:58:48 +01:00
Izuco
77a9676eab
Episode select with media id
2021-11-27 19:50:35 +01:00
Izuco
d1972e3725
Crunchy season fix
...
- The number of the season will now be correctly inserted
- The default filename templated has been altered to include the season
2021-11-25 11:58:08 +01:00
Izuco
0d051ac94d
Code Refactor + #172 Implementation
2021-11-23 16:55:17 +01:00
Izuco
5d0565010c
Style
2021-11-23 15:56:55 +01:00
Izuco
162e8656b6
Fixed #175
2021-11-23 15:56:19 +01:00
Izuco
8f6dcbed0f
Download Archve
2021-11-21 14:53:14 +01:00
Izuco
72a38b975b
Crunchy but
2021-11-20 15:28:20 +01:00
Izuco
cb346284ba
Funimation but && crunchyroll all
2021-11-20 15:12:10 +01:00
Izuco
07de7a29d4
Eslint
2021-11-19 23:53:46 +01:00
Izuco
846baea609
Crunchy multi dubs
2021-11-19 23:53:09 +01:00
Izuco
768f833644
Attempt on fixing #162
2021-11-13 23:44:35 +01:00
Izuco
e1e57458e2
Added argument support + Fixed CR bug where Quality was wrongly shown
2021-11-07 00:46:14 +01:00
Izuco
3c599cd48e
100%
2021-11-01 20:38:58 +01:00