Commit graph

70 commits

Author SHA1 Message Date
bytedream
901bbf0706 Add update command 2022-05-13 19:22:17 +02:00
bytedream
ed8e63c268 Fix locale panic (#29) 2022-05-08 11:06:37 +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
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
06a5414210 Add video, audio and subtitle as locale (#26) 2022-04-26 08:34:33 +02:00
IchBinLeoon
be3d33744f Rename getCmd variable to downloadCmd 2022-04-18 16:56:27 +02:00
IchBinLeoon
4b5b187730 Add version to cli root command 2022-04-17 18:57:42 +02:00
bytedream
598e460e6c Add custom useragent for cli request 2022-04-16 01:07:56 +02:00
bytedream
3617955bc5 Fix typos & add more comments 2022-04-16 00:17:36 +02:00
bytedream
e2f42493ac Fix credential file overwrite with session id 2022-04-15 22:38:06 +02:00
bytedream
db30b9eadc Add notice when downloading via cli and no episodes could be found 2022-04-15 22:16:45 +02:00
bytedream
cda7bc9d35 Add login file fallback and session id caching if logging in with credentials 2022-04-15 22:01:10 +02:00
bytedream
d27fc67288 Remove empty output on last download 2022-03-28 20:02:51 +02:00
bytedream
e0069a10e0 Rename variables 2022-03-28 19:57:19 +02:00
bytedream
e4d075c855 Fix download not converting into other media formats if specified 2022-03-28 19:56:09 +02:00
bytedream
051cad4537 Fix download and goroutines flag not working with archive (#19) 2022-03-28 19:48:19 +02:00
bytedream
36ecbb0cd7 Add newline on download progress failure 2022-03-26 19:33:14 +01:00
bytedream
8e791f7e8b Fix unnecessary subtitle removing (#18) and add option to enable custom subtitle sorting 2022-03-26 19:10:02 +01:00
bytedream
851dab7aac Add sorting for locales as string 2022-03-26 19:09:44 +01:00
bytedream
23bb9fdbd6 Fix terminal width calculating causing error on some systems 2022-03-26 18:03:46 +01:00
bytedream
b239353039 Added new archive command 2022-03-22 19:39:43 +01:00
bytedream
f65cef84ca Rewrote complete download command 2022-03-22 19:39:33 +01:00
bytedream
893be7dd53 Made free filename silent by default and changed renaming behavior 2022-03-22 19:22:42 +01:00
bytedream
c1b3cd7b0a Fixed logger softlock 2022-03-22 13:10:42 +01:00
bytedream
83c9ae4927 Made verbose output optional when receiving system locale 2022-03-21 20:45:38 +01:00
bytedream
ba8054b611 Optimized filename generation 2022-03-21 19:36:39 +01:00
bytedream
d090a5a1da Windows things 2022-03-21 19:36:19 +01:00
bytedream
f6f51799d7 Extended checking if error is context cancelling 2022-03-21 17:11:01 +01:00
bytedream
a6c14cb6c9 Reworked logger progress 2022-03-21 16:40:00 +01:00
bytedream
98f5da3bf3 Reverted and extended generateFilename function 2022-03-21 10:11:33 +01:00
bytedream
e9fdd8fd43 Added ability to format directory names too 2022-03-20 17:15:44 +01:00
bytedream
dafa2f4d70 Just some style changes 2022-03-20 17:08:39 +01:00
bytedream
668c673750 Added season name for output formatting 2022-03-20 16:14:12 +01:00
bytedream
cddb6ce033 Fixed not working invalid character replacing in file name 2022-03-16 20:48:40 +01:00
bytedream
c822beca53 Fixed episode filter episode number checking not working properly 2022-03-16 17:25:35 +01:00
bytedream
73591cd75c Fixed episode filter not working properly 2022-03-15 22:50:48 +01:00
bytedream
16fcf08f34 Replaced ioutil package with io 2022-03-15 22:13:28 +01:00
bytedream
52a8f81356 Added wiki notice 2022-03-15 22:02:06 +01:00
bytedream
1d6b930d9a Added pattern to filter episodes from (series) urls 2022-03-15 18:35:05 +01:00
bytedream
aa1d72868b Fixed debug stop message 2022-03-15 13:05:57 +01:00
bytedream
4d538dfc0c Added actual error message to recover error output 2022-03-14 23:42:28 +01:00
bytedream
60fed00b0e Added .tar.* file ending 2022-03-14 23:28:52 +01:00
bytedream
600eaeeeca Print empty line only if dev view is not enabled 2022-03-06 16:04:44 +01:00
bytedream
a378c93d68 Made some structs private 2022-03-06 02:41:23 +01:00
bytedream
b1e5718c8d Added exit logging function 2022-03-06 01:10:38 +01:00
bytedream
b9b9654d2c Renamed persistent credentials file and restricted login message for windows users 2022-03-06 01:09:39 +01:00
bytedream
e855c16a2f New progress bar calculate method and using utils implementation for audio sorting 2022-03-06 01:08:12 +01:00
bytedream
5219f18417 Fixed array index out of bounds error when logging in 2022-02-28 17:56:11 +01:00