Commit Graph

183 Commits

Author SHA1 Message Date
7ca71ddeca Delete egg-info on clean 2022-08-15 07:13:02 +02:00
f40fd290f7 Replace requests with httpx, remove unused code 2022-08-15 07:12:10 +02:00
b03c19dac1 Improve visuals
I never liked cyan anyway
2022-08-14 11:33:38 +02:00
cd445674e5 Download chunks to a temp file first 2022-08-14 11:33:23 +02:00
721d78377e Add rate limiting to download 2022-08-14 11:13:11 +02:00
ac07006ae7 Limit number of prints per second 2022-08-14 11:04:53 +02:00
32a68395d5 Use async downloader 2022-08-14 11:02:29 +02:00
81846764a1 Don't download already downloaded files 2022-08-14 10:21:38 +02:00
23f1a74aa6 Add new asyncio downloader code with rate limiting 2022-08-13 11:41:13 +02:00
85631c8ce5 Extract progress tracking 2022-08-13 09:40:18 +02:00
b3a57c2f95 Bump version, update changelog 1.22.0 2022-06-25 11:38:27 +02:00
b057cc8cab Add docs on how to download sub-only VODs 2022-06-25 11:32:51 +02:00
e1cf7c7cf8 Add a better error when auth token is rejected 2022-06-25 11:32:50 +02:00
409100651e Change the option to --auth-token 2022-06-25 10:14:30 +02:00
670e96f2a7 Auth token documentation 2022-06-25 09:44:12 +02:00
f37179d786 Implemented auth param 2022-06-25 09:44:12 +02:00
827fff73c6 Added auth header support 2022-06-25 09:44:12 +02:00
071b117459 Generate docs 2022-03-13 14:11:59 +01:00
d848826ec3 Fix info command 2022-03-12 08:17:51 +01:00
45821ceb0e Bump version, add changelog 1.21.0 2022-02-27 12:44:33 +01:00
f663525d07 Fix --debug when no command is given 2022-02-27 12:23:22 +01:00
5ae4396ab4 Add env command for printing environment info 2022-02-27 12:22:44 +01:00
c8dd4f8efe Remove unused import 2022-02-27 12:16:03 +01:00
c06ba2248d Bump version 1.20.0 2022-02-25 19:23:08 +01:00
a5039be657 Update changelog 2022-02-25 19:20:53 +01:00
6fa3bd568d Make clips behave similar to recent videos changes 2022-02-25 19:10:48 +01:00
ef059f3dbd Extend docs for the videos command 2022-02-25 17:54:28 +01:00
fbe4a17ff0 Add changelog 2022-02-23 19:30:28 +01:00
1fc5ef6bd1 Reorganize paging and limiting video list 2022-02-23 19:07:27 +01:00
b73ab58432 Fix video output when creator is not set 2022-02-23 19:07:04 +01:00
52651e62c8 Enable logging via --debug flag 2022-02-23 16:24:52 +01:00
4928188055 Add support for JSON output to videos command 2022-02-23 16:02:28 +01:00
b4c31b04e1 Bump copyright year 2022-02-05 15:12:01 +01:00
7ad574d103 Bump version 1.19.0 2022-02-05 15:08:51 +01:00
2fddb0c6a4 Add support for downloading audio only 2022-02-05 14:37:52 +01:00
fbc227017d Bump version, add changelog 1.18.1 2022-02-05 09:52:06 +01:00
b8aaa0c24c Fix issue with downloading clips with no game set
issue #78
2022-02-05 09:50:17 +01:00
0af472528d Remove unused function 2022-02-05 09:50:17 +01:00
fe9b69e1d4 Remove debian packaging stuff 2022-02-05 09:43:45 +01:00
fb73fe07c5 Add clip slug to formatting options 2022-02-05 09:36:50 +01:00
7eb50a0fa1 Fix output formatting when game is not set
issue #87
2022-02-05 09:34:28 +01:00
6ebe263f33 Fix issue with colons in file name
ffmpeg uses colons to define protocols, by prefixing the target with
file: this ambiguity is avoided.

issue #89
2022-02-05 09:26:10 +01:00
15654291d7 Remove double new line 2022-01-25 08:37:37 +01:00
28b4c6146b Add script for tagging versions, yaml changelog 2022-01-25 08:35:50 +01:00
310010363f Bump version, add changelog 1.18.0 2022-01-25 08:22:35 +01:00
4fd532f05d Ask overwrite confirmation early
Ask whether to overwrite before starting download, this way once
download starts, there will be no more prompts.
2022-01-25 08:08:17 +01:00
8156b18b37 Tweak colors 2022-01-25 07:59:54 +01:00
4ff4c8763c Ignore pyright config file 2022-01-24 10:11:16 +01:00
b24bc0eb29 Add option to define target filename 2022-01-24 09:06:02 +01:00
c5b5c49058 Delete bundles with make clean 2022-01-19 08:20:57 +01:00