Commit Graph

277 Commits

Author SHA1 Message Date
5aa323e3e5 Log response content 2024-04-24 14:11:22 +02:00
3d03658850 Add tests 2024-04-24 08:59:01 +02:00
69b848d341 Respect --dry-run when downloading videos 2024-04-24 08:58:58 +02:00
2422871d70 Add request logging 2024-04-24 08:43:45 +02:00
44890b4101 Pass auth_token instead of headers 2024-04-24 08:43:00 +02:00
9aa108acbf Add type hints for post 2024-04-24 08:42:01 +02:00
3fa8bcef73 Pass request as content instead of data
data works, but should be used for form data passed as a dict, while
content takes bytes or str
2024-04-24 08:41:19 +02:00
3c0f8a8ece Add some cli tests 2024-04-24 08:38:55 +02:00
7845cf6f72 Improve typing 2024-04-24 08:11:33 +02:00
6ed98fa4ef Fix tuple typing to work on py 3.8 2024-04-24 08:10:56 +02:00
d777f0e98a Set up testing on github 2024-04-24 08:10:20 +02:00
ad0f0d2a41 Update changelog 2.2.2 2024-04-23 18:14:22 +02:00
1057fff61a Hopefully fix python 3.8 compat 2024-04-23 18:13:40 +02:00
f1924715ed Apply formatting 2024-04-23 17:35:46 +02:00
ca38b9239f Update changelog 2.2.1 2024-04-23 17:25:48 +02:00
a0ad66ee69 Remove union types to fix python 3.8 compat 2024-04-23 17:15:18 +02:00
e50499351b Make printing progress a bit more readable 2024-04-12 09:43:04 +02:00
0d3c3df2f8 Fix double colon in prompt 2024-04-10 08:47:38 +02:00
446b4f9f91 Fix progress calc when video duration is 0
fixes #146
2024-04-10 08:47:11 +02:00
bce573ef3c Update changelog 2.2.0 2024-04-10 08:32:21 +02:00
3ffa7acfef Fix url 2024-04-10 08:25:03 +02:00
30301c07b9 Fix tests 2024-04-10 08:04:21 +02:00
c1b58e178f Add clips --copact option 2024-04-06 10:43:12 +02:00
a7ad4d8dcc Extract playlist parsing code 2024-04-06 10:15:26 +02:00
d6390bc7a2 Fix bug in accessing video qualities 2024-04-04 08:36:10 +02:00
28f1977d1c Apply ruff formatting 2024-04-04 08:20:10 +02:00
be69e79b28 Add Chapter typed dict 2024-04-03 08:52:51 +02:00
c0e66fc416 Add AccessToken typed dict 2024-04-03 08:14:50 +02:00
a9facd46ac Add Clip typed dict 2024-04-02 09:50:26 +02:00
6a1900b628 Add Video typed dict 2024-04-02 09:44:50 +02:00
3270d857b1 Extract print_paged, improve types 2024-04-01 09:40:54 +02:00
3ae99fe159 Replace custom coloring fns with click.echo and style 2024-03-31 21:41:05 +02:00
9cf3ec2f07 Replace print_out with click.echo 2024-03-30 15:36:53 +01:00
64b88249f2 Remove print_err, unused 2024-03-30 10:11:44 +01:00
5dcc868275 Imporve types 2024-03-30 07:52:43 +01:00
11fbfd35fc Print placeholders in twitch-dl info 2024-03-30 07:35:08 +01:00
1c1e5955b8 Add video description to metadata 2024-03-29 09:45:04 +01:00
8a097f5f93 Update docs and changelog 2024-03-29 08:49:35 +01:00
7cc67133f5 Add download --concat option 2024-03-29 08:43:32 +01:00
e228971f66 Remove requirements-dev.txt, included in pyproject 2024-03-29 08:43:32 +01:00
96526c2ca5 Display exception errors in console 2024-03-29 08:43:32 +01:00
9bf0f1b425 Use fstrings where possible 2024-03-29 08:43:31 +01:00
77e75b5dad Improve types 2024-03-29 08:43:31 +01:00
cf1693b500 Fix env command 2024-03-29 08:43:31 +01:00
52a7191d1f Add docs and changelog 2024-03-29 08:43:31 +01:00
24eb163d98 Regenerate docs 2024-03-29 08:43:30 +01:00
13b063cbc6 Use backquotes to get code blocks in markdown 2024-03-29 08:43:30 +01:00
43a4a6c4f5 Rework the docs script to work with click 2024-03-29 08:43:30 +01:00
b0c21ac436 Convert to click 2024-03-29 08:43:30 +01:00
229a849f87 Add dependency on click 2024-03-25 09:10:36 +01:00