|
d70766bae0
|
If a partial download exists in temp dir we resume it
|
2022-03-20 02:34:15 +01:00 |
|
|
380fb4bf2e
|
Calculate total downloadable content length after deciding which downloads we need
|
2022-03-20 02:33:32 +01:00 |
|
|
e395309011
|
Cosmetics, remove unnecessary lines, rewrite help texts a bit
|
2022-03-20 02:31:55 +01:00 |
|
|
029d9ffb7e
|
When replacing filename pattern strings only log the ones we're seeing in config file
|
2022-03-20 02:30:23 +01:00 |
|
|
ec612de2dd
|
Remove event handler from downloads
|
2022-03-20 02:29:22 +01:00 |
|
|
2905ff5c74
|
Fix encoding for JSON files
|
2022-03-20 02:28:14 +01:00 |
|
|
0cfe47465d
|
Fix encoding for JSON files
|
2022-03-20 02:27:55 +01:00 |
|
|
5eff7876bc
|
Cosmetics, lower urllib3.connectionpool log level back to WARNING
|
2022-03-20 02:25:39 +01:00 |
|
|
4809846edf
|
Correctly calculate download speed if we're resuming
|
2022-03-20 02:25:02 +01:00 |
|
|
b5dff485d9
|
Move downloaded file into target location even across file system boundaries
|
2022-03-20 02:22:12 +01:00 |
|
|
d0552f9e67
|
Check if file was previously downloaded
|
2022-03-19 16:58:27 +01:00 |
|
|
dd6464de5d
|
Start implementing range downloading
|
2022-03-19 16:58:04 +01:00 |
|
|
facfe4e7d3
|
Check state file for previous downloads, improve logging per thread
|
2022-03-19 16:08:12 +01:00 |
|
|
3f6bc46d52
|
Cosmetics, remove unused variable
|
2022-03-19 08:51:31 +01:00 |
|
|
601583afc3
|
Maintain a state file
|
2022-03-19 08:50:51 +01:00 |
|
|
7081c6b50a
|
Generate safe filename
|
2022-03-19 03:52:26 +01:00 |
|
|
7b391be89e
|
Cosmetics, replace safe filename regex with triple-quoted string so we don't have to bḁash-escape literal double quote
|
2022-03-19 01:53:39 +01:00 |
|
|
c5f74ce479
|
Separate function to expand download directory
|
2022-03-19 01:52:31 +01:00 |
|
|
4c327a35f5
|
Cosmetics, put imports at top of file
|
2022-03-19 01:51:44 +01:00 |
|
|
5e321686d0
|
Cosmetics, put imports at top of file
|
2022-03-19 01:51:11 +01:00 |
|
|
e02c0bf52e
|
Add options to customize output filename
|
2022-03-19 01:50:05 +01:00 |
|
|
25d0059f14
|
Prep for logging and safe filenames
|
2022-03-17 18:41:17 +01:00 |
|
|
296e2ca7e5
|
Use user's download location, resolve mentions of ~ (tilde) and environment vars
|
2022-03-17 17:58:44 +01:00 |
|
|
34ef348929
|
Download episodes and provide regular updates
|
2022-03-17 17:37:57 +01:00 |
|
|
47bb1f761a
|
Get total content_length and provide just one global stream of download progress updates
|
2022-03-17 17:23:41 +01:00 |
|
|
d92236a2f2
|
Prior to submitting download job to thread pool determine URL for highest quality
|
2022-03-17 16:13:13 +01:00 |
|
|
376932583e
|
Dabble in downloading with Will McGugan's downloader example at https://github.com/Textualize/rich/blob/master/examples/downloader.py
|
2022-03-17 04:11:44 +01:00 |
|
|
0f68ef558e
|
exit if results list is empty (or is cleared during filtering)
|
2022-03-17 01:50:19 +01:00 |
|
|
32932fe803
|
Get unique list of files we want to download
|
2022-03-16 15:49:29 +01:00 |
|
|
3b33fd65a7
|
Debugging
|
2022-03-15 04:30:53 +01:00 |
|
|
ffb9e9d5f4
|
Reformat function definitions with same indentation level
|
2022-03-15 04:30:26 +01:00 |
|
|
65fe4b707c
|
Use Pydantic JSON model files
|
2022-03-15 04:27:28 +01:00 |
|