Commit Graph

265 Commits

Author SHA1 Message Date
5a43a4388c Bump version, add changelog 2.1.2 2023-04-18 07:09:18 +02:00
6f461d889c Update get playlists endpoint URL 2023-04-18 07:05:01 +02:00
7f6e792eae Update changelog, bump version 2.1.1 2022-11-20 15:46:57 +01:00
2402c3bfca Change default value of named parameter...
..."game_ids" in "channel_videos_generator" from "None" to empty list []
2022-11-20 15:35:49 +01:00
533c91d133 Removing positional-only arguments for compatibility with Python 3.7 2022-11-20 15:26:32 +01:00
ddf1b10e56 Bump version 2.1.0 2022-11-20 11:19:14 +01:00
523f6449c3 Update changelog and docs 2022-11-20 11:14:41 +01:00
32cb9b6602 Make styling a bit more consistent 2022-11-20 11:14:15 +01:00
c4cbf588a2 Add --chapter option to download command 2022-11-20 10:44:32 +01:00
35e53ba4fd Add chapters to video info 2022-11-20 09:42:09 +01:00
d505056fee Add endpoint for fetching chapters 2022-11-20 09:41:55 +01:00
8658d0fa24 Change the website from github to bezdomni 2022-09-09 08:33:09 +02:00
33b5cc0a01 Bump version, add changelog 2.0.1 2022-09-09 08:11:46 +02:00
c9ab6237e8 Don't rename the file while it's still open
issue #111
2022-09-09 08:05:03 +02:00
662ce72195 Accept newer versions of m3u8 lib 2022-08-20 13:25:00 +02:00
a4b2434735 Start adding types 2022-08-20 13:25:00 +02:00
280a284fb2 Expand clips tests 2022-08-20 11:16:47 +02:00
235b13c257 Remove unused function 2022-08-20 11:10:47 +02:00
8e3a41e415 Expand tests 2022-08-19 09:35:56 +02:00
cacf921923 Increase default limit for compact mode 2.0.0 2022-08-18 10:06:23 +02:00
4d19f09065 Add compact videos display 2022-08-18 10:04:04 +02:00
f289c93305 Bump version, set release date 2022-08-18 10:04:04 +02:00
b43c9dc9b9 Use double quotes please 2022-08-18 09:36:56 +02:00
a0e808660a Require python 3.7 2022-08-18 09:36:46 +02:00
a14ce57f95 Decrease default number of workers to 5 2022-08-18 09:30:35 +02:00
c4f4935b96 Enable downloading multiple videos successively 2022-08-18 09:12:25 +02:00
c8d38b5512 Update changelog 2022-08-17 11:07:04 +02:00
8be0aba95d Add support for version description in changelog 2022-08-17 11:07:04 +02:00
71ae2bf906 Add TODO 2022-08-17 09:22:16 +02:00
c8a6d67822 Improve speed tracking
Instead of calculating the average speed for the whole download,
consider only the last 100 chunks.
2022-08-17 08:35:57 +02:00
5c380084ba Update changelog 2022-08-15 07:31:25 +02:00
51a35ab494 Remove overly verbose logging 2022-08-15 07:14:53 +02:00
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