Commit graph

27 commits

Author SHA1 Message Date
bytedream
568bce0008 Manually implement filename sanitizing to allow the usage of file separators 2023-10-15 22:43:04 +02:00
Valentine Briese
bbb5a78765
Add --threads (-t) option to downloading commands (#256)
* Add `single-threaded` option to downloading commands

* Replace `--single-threaded` boolean option with `--threads` optional `usize` option

* Simplify `threads` field unwrapping

* Make `--threads` `usize` with a default value
2023-10-15 20:52:53 +02:00
bytedream
3ae6fe4a1a Fmt 2023-08-25 17:14:44 +02:00
bytedream
596fcc2342 Fix relative episode number exceeding actual episode count (#238) 2023-08-17 11:54:00 +02:00
bytedream
70b41b4dd5 Show an error message if no url was given 2023-08-17 11:53:57 +02:00
bytedream
0586f38cdc Update ffmpeg preset help message 2023-08-07 15:33:42 +02:00
bytedream
700b041f9a Remove deprecated archive --locale flag 2023-07-27 14:18:53 +02:00
bytedream
0234d46bf9 Fix duplicated download with archive 2023-06-25 17:47:40 +02:00
bytedream
fc44b8af8a Add option to select seasons when season number is duplicated (#199) 2023-06-23 17:19:16 +02:00
bytedream
d75c04fbb6 Download all seasons if season number is duplicated 2023-06-23 15:28:09 +02:00
bytedream
5b8a4b9969 Add simple search command description 2023-06-20 00:53:12 +02:00
bytedream
a2b7c78752 Fix long help language formatting 2023-05-24 13:15:28 +02:00
bytedream
4bd172df06 Fix japanese episode download if episode isn't available in specified language with archive (#207) 2023-05-24 12:55:47 +02:00
ByteDream
0f73d8dbec Update conditions for subtitle to be marked as CC 2023-04-23 15:57:49 +02:00
ByteDream
ce358041be Removed unused struct 2023-04-23 13:45:08 +02:00
ByteDream
847c6a1abc Mark CC subtitle track as CC & grab normal subtitles and CC when using -m audio (#141) 2023-04-17 18:14:54 +02:00
bocchi
c0e2df4804 redundant to specify default value 2023-04-15 15:51:18 +02:00
bocchi
c4a4651164 set default value for locale to empty vec 2023-04-15 15:51:18 +02:00
ByteDream
f584c8028f Deprecate archive -l flag 2023-04-13 21:22:33 +02:00
ByteDream
cb7612e86b Fix help message indentation 2023-04-09 11:26:15 +02:00
ByteDream
d79f00871e Enable special files to be declared as output file 2023-04-09 11:24:12 +02:00
Hannes Braun
7e34076a7b Fix offset in relative episode number 2023-04-08 17:31:12 +02:00
ByteDream
8e972ab578 Move stream download logic to fix cms error/rate limiting 2023-04-08 15:08:36 +02:00
ByteDream
c97adb3ce7 Remove duplicated subtitles on archive audio merge 2023-03-23 17:17:55 +01:00
ByteDream
ba1c0aaaa4 Enable stdout output 2023-03-23 13:45:42 +01:00
ByteDream
a7adb7191e Fix archive not recognizing locale when using direct episode url 2023-03-23 12:52:44 +01:00
ByteDream
0a40f3c40f Refactor 2023-03-23 01:18:14 +01:00