Commit Graph
100 Commits
Author SHA1 Message Date
Serene-Arc 8ba2d0bb55 Add missing return statement 2021-06-10 18:59:22 +10:00
Serene-Arc 8be3efb6e4 Fix bug with Imgur gifs being shortened too much
The rstrip function was used wrongly, it doesn't remove a substring but
rather removes any of the characters provided, so here it removed any I,
G, V, or F that finished the six character ID for Imgur, resulting in a
404 error for the resources in question.
2021-06-08 13:08:39 +10:00
Serene-ArcandSerene 79fba4ac4a Fix indent 2021-05-31 13:42:41 +10:00
Serene-Arc 6caa02adb1 Update failing test 2021-05-27 15:58:40 +10:00
Serene-Arc 12a508c898 Update failing test 2021-05-27 15:29:43 +10:00
Serene-Arc bf50618590 Add macOS value to test 2021-05-27 15:27:02 +10:00
Serene-Arc c89de29f72 Update test condition 2021-05-27 15:27:02 +10:00
Serene-Arc 9a1e1ebea1 Add path limit fix 2021-05-27 15:27:02 +10:00
Serene-Arc be00bfb1bb Update README 2021-05-27 15:24:18 +10:00
Serene-Arc 6b78a23484 Allow --user to be specified multiple times 2021-05-27 15:22:58 +10:00
Serene-Arc fef2fc864b Update blacklist 2021-05-25 19:33:32 +10:00
Serene-Arc 87959028e5 Add blacklist for web filetypes 2021-05-25 19:20:51 +10:00
Serene-Arc f47688812d Rename function 2021-05-25 18:51:24 +10:00
Serene-Arc b74e93d2b7 Fix typo in test name 2021-05-25 18:51:00 +10:00
Serene-Arc 323b2d2b03 Fix download retries logic 2021-05-25 09:56:22 +10:00
Serene-ArcandSerene 4c42469c0c Update failing tests 2021-05-24 12:19:15 +10:00
Serene-Arc 1b23e38ce4 Update script to include new message 2021-05-23 12:25:04 +10:00
Serene-Arc e2582ecb3e Catch error with MacOS writing per issue #407 2021-05-23 12:17:14 +10:00
Serene-Arc 47a4951279 Rename variable 2021-05-23 12:13:44 +10:00
Serene-ArcandSerene 5aae6b3df8 Add another message type 2021-05-22 11:53:44 +10:00
Serene-ArcandSerene 527a8af7b7 Update script to extract IDs 2021-05-22 11:53:44 +10:00
Serene-ArcandSerene 4395dd4646 Update logging messages to include submission IDs 2021-05-22 11:53:44 +10:00
Serene-ArcandSerene da72d8ac2d Remove unneeded backslashes 2021-05-22 11:53:44 +10:00
Serene-ArcandSerene a104a154fc Simplify method structure 2021-05-22 11:53:44 +10:00
Serene-ArcandSerene 830e4f2830 Catch additional error 2021-05-19 10:09:46 +10:00
Serene-ArcandSerene 3b28ad24b3 Fix bug with some Imgur extensions 2021-05-19 09:57:27 +10:00
Serene-ArcandSerene 32f72c35ec Update script to catch more failed IDs 2021-05-18 18:26:28 +10:00
Serene-ArcandSerene 122aa2839b Remove bad test case 2021-05-18 12:06:10 +10:00
Serene-Arc fa04d61eb8 Refactor archiver tests 2021-05-17 11:50:17 +10:00
Serene-Arc 7016603763 Refactor out super class RedditConnector 2021-05-17 11:50:17 +10:00
Serene-ArcandSerene 71da1556e5 Change out of date test case 2021-05-17 11:15:50 +10:00
Serene-ArcandSerene c9bd2e76c9 Update README with Arch packages 2021-05-11 09:55:35 +10:00
Serene-ArcandSerene edbd0e90a4 Update config paths in README 2021-05-11 09:44:37 +10:00
Serene-ArcandSerene a65bbd7fda Update script 2021-05-10 19:03:20 +10:00
Serene-ArcandSerene 7e70175e4c Change logging message to include submission ID 2021-05-10 19:03:20 +10:00
Serene-ArcandSerene f6d89097f8 Consolidate exception block 2021-05-06 10:43:56 +10:00
Serene-ArcandSerene fc5f4a0405 Fix log access issue for archive integration tests 2021-05-06 10:06:55 +10:00
Serene-ArcandSerene 9752ef4b2a Make filename test OS-agnostic 2021-05-04 15:47:35 +10:00
Serene-ArcandSerene 66aef3eab9 Add example summary script 2021-05-04 11:43:11 +10:00
Serene-ArcandSerene c9cde54a72 Remove VReddit downloader module 2021-05-03 14:10:54 +10:00
Serene-ArcandSerene ab96a3ba97 Remove Streamable downloader module 2021-05-03 14:10:54 +10:00
Serene-ArcandSerene fba70dcf18 Intercept youtube-dl output 2021-05-03 14:10:54 +10:00
Serene-ArcandSerene a8c2136270 Add fallback downloader 2021-05-03 14:10:54 +10:00
Serene-ArcandSerene a86a41e6a5 Update README 2021-05-03 14:05:05 +10:00
Serene-ArcandSerene afa3e2548f Add customisable time formatting 2021-05-03 14:05:05 +10:00
Serene-ArcandSerene eda12e5274 Make downloadfilter apply itself to Resources 2021-05-03 14:02:03 +10:00
Serene-ArcandSerene 711f8b0c76 Add exception for r/all in subreddit check 2021-05-02 14:00:23 +10:00
Serene-ArcandSerene 14195157de Catch errors for banned or private subreddits 2021-05-01 13:36:38 +10:00
Serene-ArcandSerene b352549088 Add README for scripts 2021-05-01 13:24:37 +10:00
Serene-ArcandSerene db0f90b4e3 Add scripts to extract IDs 2021-05-01 13:24:37 +10:00
Serene-ArcandSerene 39935c58d9 Remove GifDeliveryNetwork module 2021-04-28 19:08:31 +10:00
Serene-ArcandSerene 9931839d14 Remove gifdeliverynetwork from download factory 2021-04-28 19:08:31 +10:00
Serene-ArcandSerene 760e59e1f7 Invert inheritance direction 2021-04-28 19:08:31 +10:00
Serene-ArcandSerene 3c6e9f6ccf Refactor class 2021-04-28 19:08:31 +10:00
Serene-ArcandSerene 7fcbf623a0 Catch additional errors in site downloaders 2021-04-28 15:20:02 +10:00
Serene-Arc 6a20548269 Catch additional error 2021-04-28 12:03:28 +10:00
Serene-Arc 17499baf61 Add informative error when testing user existence 2021-04-28 12:03:28 +10:00
Serene-Arc e6551bb797 Return banned users as not existing 2021-04-28 12:03:28 +10:00
Serene-Arc db46676dec Catch error when logfile accessed concurrently 2021-04-28 12:03:28 +10:00
Serene-Arc 667aa395e5 Update README 2021-04-28 12:03:28 +10:00
Serene-Arc cb41d4749a Add option to specify logfile location 2021-04-28 12:03:28 +10:00
Serene-Arc 3bc10ce1aa Fix formatting 2021-04-28 12:03:28 +10:00
Serene-Arc fbf8a2748e Fix formatting 2021-04-28 12:03:28 +10:00
Serene-Arc a28c2d3c73 Add missing default argument 2021-04-28 12:03:28 +10:00
Serene-Arc 12c040d85d Fix reference paths 2021-04-28 12:03:28 +10:00
Serene-Arc f5d11107a7 Remove unused imports 2021-04-28 12:03:28 +10:00
Serene-Arc 8cdf926211 Rename function 2021-04-28 12:03:28 +10:00
Serene-Arc 7438543f49 Remove unused variable 2021-04-28 12:03:28 +10:00
Serene-Arc ca495a6677 Add missing typing declaration 2021-04-28 12:03:28 +10:00
Serene-Arc 214c883a10 Simplify regex string slightly 2021-04-28 12:03:28 +10:00
Serene-Arc 386d5ea41c Format file 2021-04-28 12:03:28 +10:00
Serene-Arc 6767777944 Catch requests errors in site downloaders 2021-04-28 12:03:28 +10:00
Serene-Arc d960bc0b7b Use ISO format for timestamps in names 2021-04-28 12:03:28 +10:00
Serene-ArcandAli Parlakci c85ae3fc69 Escape characters 2021-04-18 16:44:52 +03:00
Serene-ArcandAli Parlakci 52e5120110 Update README 2021-04-18 16:44:52 +03:00
Serene-ArcandAli Parlakci 9e3e9fa3ef Update CONTRIBUTING 2021-04-18 16:44:52 +03:00
Serene-ArcandAli Parlakci 48dca9e5ee Fix mistaken backreference in some titles
This should resolve #267
2021-04-18 16:44:52 +03:00
Serene-ArcandAli Parlakci ab7a0f6a51 Catch errors when resources have no extension
This is related to #266 and will prevent the BDFR from
completely crashing when a file extension is unknown
2021-04-18 16:44:52 +03:00
Serene-ArcandAli Parlakci e672e28a12 Fix typing on function 2021-04-18 16:44:52 +03:00
Serene-ArcandAli Parlakci 4b195f2b53 Remove unneeded logger entry 2021-04-18 16:44:52 +03:00
Serene-ArcandAli Parlakci 5758aad48b Fix formatting 2021-04-18 16:44:52 +03:00
Serene-ArcandAli Parlakci 77bdbbac63 Update test hash 2021-04-18 16:44:52 +03:00
Serene-ArcandAli Parlakci 7d71f8ffab Add regex for all 2xx HTTP codes 2021-04-18 16:44:52 +03:00
Serene-ArcandAli Parlakci 308853d531 Use standards in HTTP errors 2021-04-18 16:44:52 +03:00
Serene-ArcandAli Parlakci e35dd9e5d0 Fix bug in file name formatter 2021-04-18 16:44:52 +03:00
Serene-ArcandAli Parlakci bd9f276acc Rename module 2021-04-18 16:44:52 +03:00
Serene-ArcandAli Parlakci 3da58dbd5d Update README 2021-04-18 16:44:52 +03:00
Serene-ArcandAli Parlakci ef0b2d437f Update list of unrecoverable HTTP codes 2021-04-18 16:44:52 +03:00
Serene-ArcandAli Parlakci 36291d5ea6 Add option to specify wait time as option 2021-04-18 16:44:52 +03:00
Serene-ArcandAli Parlakci af95f3ff66 Fix some formatting 2021-04-18 16:44:52 +03:00
Serene-ArcandAli Parlakci aa8032e95f Use config value to specify max wait time 2021-04-18 16:44:52 +03:00
Serene-ArcandAli Parlakci 0c960a4d0c Add minimum python version 2021-04-18 16:44:52 +03:00
Serene-ArcandAli Parlakci 37ca413424 Change logger message to warning 2021-04-18 16:44:52 +03:00
Serene-ArcandAli Parlakci 49c82dc12a Fix some formatting 2021-04-18 16:44:52 +03:00
Serene-ArcandAli Parlakci 9aa1383b43 Add support for mobile Imgur links 2021-04-18 16:44:52 +03:00
Serene-ArcandAli Parlakci 97b10ee4e3 Fix line length 2021-04-18 16:44:52 +03:00
Serene-ArcandAli Parlakci c90d98ac72 Add fix for Imgur gifv links 2021-04-18 16:44:52 +03:00
Serene-ArcandAli Parlakci 942ca2afea Update test 2021-04-18 16:44:52 +03:00
Serene-ArcandAli Parlakci 6704cd1dc0 Set log backup count from config 2021-04-18 16:44:52 +03:00
Serene-ArcandAli Parlakci 5fea34ffce Fix test 2021-04-18 16:44:52 +03:00