1
0
Fork 0
mirror of synced 2024-08-30 09:12:48 +12:00
Commit graph

1114 commits

Author SHA1 Message Date
Serene-Arc
4c42469c0c Update failing tests 2021-05-24 12:19:15 +10:00
Serene
a511c706c7
Merge pull request #419 from Serene-Arc/bug_fix_407 2021-05-23 12:30:20 +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-Arc
5aae6b3df8 Add another message type 2021-05-22 11:53:44 +10:00
Serene-Arc
527a8af7b7 Update script to extract IDs 2021-05-22 11:53:44 +10:00
Serene-Arc
4395dd4646 Update logging messages to include submission IDs 2021-05-22 11:53:44 +10:00
Serene-Arc
da72d8ac2d Remove unneeded backslashes 2021-05-22 11:53:44 +10:00
Serene-Arc
a104a154fc Simplify method structure 2021-05-22 11:53:44 +10:00
Ali Parlakci
da8c64ec51 Read files in chunks instead when hashing (#416) 2021-05-22 08:46:39 +10:00
Ali Parlakçı
6e34493bb1
Merge pull request #415 from aliparlakci/revert-breaking-change
Revert `--skip-id` to `--exclude-id`
2021-05-21 11:37:42 +03:00
Ali Parlakci
cf6905db28
Reverts #384 2021-05-21 00:22:44 +03:00
Ali Parlakçı
bfa6e4da5a
Merge pull request #409 from Ailothaen/master
Adding info to threads and comments: distinguished, spoiler, pinned, locked
2021-05-21 00:04:53 +03:00
Ailothaen
f4c1adaa9a Added tests for new data in threads/comments (2/2) 2021-05-20 22:47:33 +02:00
Ailothaen
9d6e54148b Added tests for new data in threads/comments 2021-05-20 22:41:02 +02:00
Ailothaen
827f1ab80e Adding some more info in threads and comments: distinguished, spoiler, locked, sticky 2021-05-20 18:26:50 +02:00
Ali Parlakci
32b29f5413
Ignore IDE files 2021-05-19 21:59:38 +03:00
Ali Parlakçı
8fb5103d09
Adds download count badge 2021-05-19 13:58:53 +03:00
Serene-Arc
830e4f2830 Catch additional error 2021-05-19 10:09:46 +10:00
Serene-Arc
3b28ad24b3 Fix bug with some Imgur extensions 2021-05-19 09:57:27 +10:00
Serene-Arc
32f72c35ec Update script to catch more failed IDs 2021-05-18 18:26:28 +10:00
Serene-Arc
122aa2839b Remove bad test case 2021-05-18 12:06:10 +10:00
Ali Parlakci
a75cc0dee9 Add file modified date test 2021-05-17 22:05:33 +10:00
Ali Parlakci
b9c0edaebc
Merge branch 'Serene-Arc-reddit_connector_refactor' into development 2021-05-17 13:54:04 +03:00
Ali Parlakci
7c401b1461
Merge branch 'reddit_connector_refactor' of https://github.com/Serene-Arc/bulk-downloader-for-reddit into Serene-Arc-reddit_connector_refactor 2021-05-17 13:53:48 +03:00
Serene
c581bef790
Set file creation times to the post creation time (#391) 2021-05-17 13:49:35 +03: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-Arc
71da1556e5 Change out of date test case 2021-05-17 11:15:50 +10:00
Ali Parlakci
36886dffe0 Reorder skip options 2021-05-17 10:30:55 +10:00
Ali Parlakci
200916a150 Rename --exclude-id(-file) to --skip-id(-file) 2021-05-17 10:30:55 +10:00
Ali Parlakci
f768a7d61c Rename --skip to --skip-format 2021-05-17 10:30:55 +10:00
Ali Parlakçı
aa750f9ab4
Merge pull request #383 from aliparlakci/development
# v2.1.1
## Changelog
  
- OAuth flow modified for Docker environment (#368)
- Fix Youtube downloader crash on links with no downloadable media (#377)
- Fix 404 errors with RedGifs links that were migrated from Gfycat (#374)
2021-05-16 19:34:56 +03:00
Ali Parlakçı
739f97edcc
Bump the version to 2.1.1 2021-05-16 13:28:48 +03:00
alpbetgam
ef37712115 Fix error with old gfycat/redgifs urls 2021-05-16 19:15:36 +10:00
Ali Parlakci
17226a4f0b refactor(youtube.dl): Remove slow parameter 2021-05-16 11:06:13 +10:00
Ali Parlakci
c7a5ec4376 bug(youtube.dl): Fix crash on zero downloads #375 2021-05-16 11:06:13 +10:00
Ali Parlakçı
aea30d2b44
Check if REDDIT_TOKEN is set (#376) 2021-05-15 13:11:01 +03:00
Ali Parlakçı
8a7d21e159
Create build artifact (#372)
* Create build artifact

* Update publish.yml
2021-05-15 12:13:42 +03:00
BlipRanger
4fd903cbe4 Merge branch 'aliparlakci:master' into master 2021-05-12 10:49:00 -04:00
BlipRanger
fca3184950
Bind socket to '0.0.0.0' rather than 'localhost' to allow for more flexible OAuth connection. (#368) 2021-05-12 17:47:33 +03:00
BlipRanger
99fe3312a4 Bind socket to '0.0.0.0' rather than 'localhost' to allow for more flexible OAuth connection. 2021-05-12 10:18:02 -04:00
Ali Parlakçı
6f9430fc71
README: add how to update with pip (#367) 2021-05-12 15:13:10 +03:00
Ali Parlakçı
bc3ebe9580
Fix example commands (#364) 2021-05-11 19:19:25 +03:00
Ali Parlakçı
6c086e70f7
Merge pull request #361 from aliparlakci/development
Release v2.1.0
2021-05-11 13:29:26 +03:00
Ali Parlakci
ff36aeb85c Bump the version to v2.1 2021-05-11 13:23:29 +03:00
Serene-Arc
c9bd2e76c9 Update README with Arch packages 2021-05-11 09:55:35 +10:00
Serene-Arc
edbd0e90a4 Update config paths in README 2021-05-11 09:44:37 +10:00
Serene-Arc
a65bbd7fda Update script 2021-05-10 19:03:20 +10:00