Commit graph

43 commits

Author SHA1 Message Date
bytedream
287df84382 Rework episode filtering 2024-06-14 00:21:07 +02:00
bytedream
f7ce888329 Bypass stream limits 2024-05-21 21:33:08 +02:00
bytedream
817963af4f Fix video containing hardsub if not requested (#415) 2024-05-14 21:22:23 +02:00
bytedream
173292ff32 Prettify negated subtitle cc boolean 2024-05-02 17:10:09 +02:00
bytedream
6515d3025f Add warn message when using a non-premium account with download or archive 2024-04-14 21:43:24 +02:00
bytedream
cdad7fc000 Skip premium episode if account has no premium subscription 2024-04-14 21:18:13 +02:00
bytedream
18534b259b Remove deprecated {resolution} output format option 2024-04-08 14:34:50 +02:00
bytedream
1a511e12f9 Add archive start sync flag 2024-04-08 13:57:06 +02:00
bytedream
e694046b07 Move to new, DRM-free, endpoint 2024-04-03 16:26:33 +02:00
bytedream
f1d266c940 Add options to specify audio & subtitle locales as IETF language tag and add --language_tagging flag for archive and download to modify the output file language tagging (#330) 2024-03-10 04:04:58 +01:00
bytedream
56f0ed1795 Add --include-chapters flag to archive and download (#301) 2024-03-10 01:59:47 +01:00
bytedream
5634ce3277
Add archive --skip-existing-method flag (#292) (#325)
* Add archive `--skip-existing-method` flag (#292)

* Fix re-download only issued when local file has more audios/subtitles & respect `--no-closed-captions` flag
2024-02-25 18:48:18 +01:00
kralverde
982e521e0b
add universal output flag (#319)
* add universal filenames setting

* rename flag and help
2024-01-29 08:24:56 +01:00
bytedream
7cf7a8e71c Take closed_captions api field for subtitles into account (#297) 2024-01-28 02:04:42 +01:00
bytedream
20f796f603 Re-add download timeout 2024-01-14 20:36:00 +01:00
bytedream
283a3802b2 Update dependencies and version 2024-01-02 23:59:44 +01:00
bytedream
19935df545 Add more output format options (#284) 2023-12-23 15:28:10 +01:00
bytedream
0da81a4814 Add --include-fonts flag for archive (#277) 2023-12-19 22:41:02 +01:00
bytedream
be3248a4f9 Add download/request speed limiter (#250) 2023-12-10 02:52:42 +01:00
bytedream
b4057599a1 Add --ffmpeg-threads flag to control the ffmpeg thread number 2023-12-09 01:34:23 +01:00
bytedream
2c37093959 Manually burn-in subtitles only if no pre-burned video is available (#268) 2023-11-19 19:24:15 +01:00
bytedream
fc6511a361 Format code 2023-11-06 22:12:28 +01:00
bytedream
56411c6547 Add missing whitespaces in command help 2023-11-06 22:01:44 +01:00
bytedream
cd35dfe276 Rename --special-output to --output-specials 2023-11-06 21:49:47 +01:00
bytedream
787d8ab02c Add --special-output and --skip-specials flag 2023-11-04 15:24:14 +01:00
bytedream
5d17bb1ac7 Merge remote-tracking branch 'origin/master' into feature/relative_sequence_number
# Conflicts:
#	crunchy-cli-core/src/utils/format.rs
2023-10-15 22:53:47 +02:00
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
81385ef6ce Add relative_sequence_number format option (#206, #241, #246) 2023-10-15 20:49:03 +02:00
Valentine Briese
e5db8e9504
Fix ffmpeg-preset option in download command (#254) 2023-10-12 21:20:06 +02:00
bytedream
3ae6fe4a1a Fmt 2023-08-25 17:14:44 +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
af8a88a792 Add option to force subtitle burn with download (#221) 2023-07-05 01:58:46 +02:00
bytedream
fc44b8af8a Add option to select seasons when season number is duplicated (#199) 2023-06-23 17:19:16 +02:00
bytedream
a2b7c78752 Fix long help language formatting 2023-05-24 13:15:28 +02:00
ByteDream
61766c74fa Enable usage of auth flags behind login command 2023-05-07 01:34:41 +02:00
ByteDream
0f73d8dbec Update conditions for subtitle to be marked as CC 2023-04-23 15:57:49 +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
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
ByteDream
8e972ab578 Move stream download logic to fix cms error/rate limiting 2023-04-08 15:08:36 +02:00
ByteDream
0a40f3c40f Refactor 2023-03-23 01:18:14 +01:00