Release of v5 with support for AnimeOnegai and AnimationDigitalNetwork #666

Merged
AnimeDL merged 60 commits from v5 into master 2024-04-19 23:03:57 +00:00

60 commits

Author SHA1 Message Date
AnimeDL
afefbbf9a5
Merge branch 'master' into v5 2024-04-19 15:50:20 -07:00
AnimeDL
fb58d306bc [CR] Fix Non-DRM downloading
Thanks bytedream for your reverse engineering
2024-04-19 15:42:59 -07:00
AnimeDL
282fc1ac1a fetch module, give more detailed errors 2024-04-19 15:40:36 -07:00
AnimeDL
c74e6fcb18 [AO] Fix downloading 2024-04-18 13:36:19 -07:00
AnimeDL
39fec7c35c Request Module Fixes 2024-04-18 13:33:34 -07:00
AnimeDL
591fac8b08 [AO] Fix language detection with spaces 2024-04-18 06:25:32 -07:00
AnimeDL
f1982d1cd5 [AO] Fix audio res output 2024-04-17 12:46:35 -07:00
AnimeDL
ba08c7b4e7 [AO] [ADN] Improve API locale handling 2024-04-17 11:59:47 -07:00
AnimeDL
78630bb5f7 [AO] Handle failed download more gracefully 2024-04-17 11:43:53 -07:00
AnimeDL
e3a64abfd8 byterange parsing: Add warning if playlist fails to parse 2024-04-17 10:51:57 -07:00
AnimeDL
0403ee0690 [AO] Remove debug file write 2024-04-17 10:51:34 -07:00
AnimeDL
bc1f69b3b1 Increment version number 2024-04-16 19:54:16 -07:00
AnimeDL
78a16410cc [AO] Fix downloading of movies 2024-04-16 19:42:40 -07:00
AnimeDL
8103bc09d2 [AO] Add additional languages
Also adds warning about unknown languages, and fixes unknown language identifier
2024-04-16 18:34:08 -07:00
AnimeDL
4d134a613d Add unknown option suggestion and warning 2024-04-16 08:35:20 -07:00
AnimeDL
0927e8287c change all console logs to log4js 2024-04-16 08:07:54 -07:00
AnimeDL
52aaef0515 [GUI] Add script to start dev server 2024-04-16 08:07:47 -07:00
AnimeDL
e5c62a9ed4 Add new services to github template 2024-04-15 17:58:17 -07:00
AnimeDL
e7dfc28513 [ADN] Add Chapter Support 2024-04-15 11:02:16 -07:00
AnimeDL
4b8e683bba Decrease search unbounce to 500ms 2024-04-14 16:07:25 -07:00
AnimeDL
3957977a2c eslint fixes 2024-04-14 15:41:55 -07:00
AnidlSupport
56be50c43a Fix select all button for seasons 2024-04-14 14:19:29 -07:00
AnidlSupport
de0b33c7c6 Fix WS version spam 2024-04-14 14:19:07 -07:00
AnidlSupport
6093c202d2 Add start script to gui 2024-04-14 14:18:19 -07:00
AnimeDL
da2a8ffbff [GUI] Fix issue with dub selection and noaudio flag 2024-04-14 11:13:45 -07:00
AnimeDL
1fa4d5bbbb options fixes 2024-04-14 10:00:56 -07:00
AnimeDL
3486ec67a7 [AO] Fix bug with --novids preventing audio download 2024-04-14 09:37:44 -07:00
AnimeDL
0883776580 json2ass: Add unknown style warning 2024-04-13 18:08:18 -07:00
AnimeDL
6629a2ac87 vtt2ass: Add support for right/left styles 2024-04-13 17:55:02 -07:00
AnimeDL
3d3a94c991 vtt2ass: Add support for text-decoration
Adds support for underline text-decoration subtitles, fixes #658
2024-04-13 17:21:57 -07:00
AnimeDL
6c71f0b808 Update .gitignore 2024-04-13 17:20:46 -07:00
AnimeDL
2efc3683b2 [ADN] Improve season number detection logic 2024-04-13 12:55:15 -07:00
AnimeDL
b453d1927a [ADN] Improve season detection 2024-04-13 12:25:00 -07:00
AnimeDL
6aa37c3426 [AO] Improve season detection 2024-04-13 12:21:51 -07:00
AnimeDL
b0790145cc [ADN] More subtitle fixes 2024-04-13 12:10:41 -07:00
AnimeDL
a472ab5dd3 [ADN] Fix subtitles for some players 2024-04-13 11:29:53 -07:00
AnimeDL
533818b812 [ADN] Subtitle style improvements 2024-04-13 10:58:23 -07:00
AnimeDL
257c3b6266 [ADN] Fix issue with --novids subtitle names 2024-04-13 10:49:26 -07:00
AnimeDL
e61c1717ae [ADN] Fix crash issue if no episodes were found 2024-04-13 10:35:53 -07:00
AnimeDL
82146f2c51 [AO] Minor refactor 2024-04-13 10:33:25 -07:00
AnimeDL
ac06400d2a [ADN] Fix issue with --numbers 2024-04-13 10:33:10 -07:00
AnimeDL
a1feba6e6f eslint fixes 2024-04-13 08:49:43 -07:00
AnimeDL
bc79628f4f --locale fixes 2024-04-13 08:20:22 -07:00
AnimeDL
f39645166e
Merge pull request #660 from anidl/adn-support
Add ADN Support
2024-04-13 08:09:12 -07:00
AnimeDL
d260d8f3e6
Merge branch 'v5' into adn-support 2024-04-13 08:06:51 -07:00
AnimeDL
cd0476b700
Merge pull request #661 from anidl/animeonegai
Add AnimeOnegai Support
2024-04-13 07:51:25 -07:00
AnimeDL
01abffa85f
Merge branch 'v5' into animeonegai 2024-04-13 07:50:20 -07:00
AnimeDL
71ae48000b
Merge pull request #662 from anidl/remove-funi
Remove Funimation Support
2024-04-13 07:40:01 -07:00
AnimeDL
b42a543ed5
Merge branch 'v5' into remove-funi 2024-04-13 07:39:37 -07:00
AnimeDL
3952ee4376
Merge pull request #663 from anidl/remove-old-hd-api
Remove old HD API
2024-04-13 07:38:20 -07:00
AnimeDL
7107cef7a4
Merge branch 'v5' into remove-old-hd-api 2024-04-13 07:36:32 -07:00
AnimeDL
c06b990bf5 [ADN] Fix locale downloading issue 2024-04-12 17:48:52 -07:00
AnimeDL
a29807895c [AO] Fix bug with subtitles being overwritten 2024-04-12 16:23:34 -07:00
AnimeDL
f5f32fa701 Add support for AnimationDigitalNetwork
This service brought me great pain
2024-04-12 16:19:23 -07:00
AnimeDL
d2117a1390 [AO] Add --locale support
Currently known supported API locales are "pt" and "es"
2024-04-11 13:11:33 -07:00
AnimeDL
67cdc42d64 [AO] Add access check 2024-04-11 10:35:15 -07:00
AnimeDL
4b5b3919f5 Make sure segments are only generated if none exist
Makes sure that it only generates byterange segments for the mpd if there are non already present.
2024-04-11 08:30:51 -07:00
AnimeDL
4c4436814b Initial commit to add AnimeOnegai 2024-04-10 22:12:57 -07:00
AnimeDL
0a3b638c55 Start of Removing Funimation 2024-04-06 21:20:34 -07:00
AnimeDL
e9e14aef2f Remove old HD API 2024-04-06 21:05:04 -07:00