Serene-Arc
aa55a92791
Remove unused local variables
2021-07-02 14:58:56 +10:00
Serene-Arc
6efcf1ce7e
Remove unused imports
2021-07-02 14:58:20 +10:00
Serene-Arc
390ce57f46
Remove redundant parenthesis
2021-07-02 14:57:10 +10:00
Serene-Arc
1319eeb6da
Fix error with crossposted Reddit galleries
2021-07-02 14:53:02 +10:00
Serene
4abd023c10
Merge pull request #479 from Serene-Arc/bug_fix_146
2021-07-02 14:30:07 +10:00
Serene-Arc
8db9d0bcc4
Add test for unauthenticated instances
2021-07-02 14:29:39 +10:00
Serene-Arc
c4aa617737
Add test for friends subreddit
2021-07-02 14:17:13 +10:00
Serene-Arc
bd34c37052
Add exception for special friends subreddit
2021-07-02 14:09:44 +10:00
Serene
06dc5a6146
Merge pull request #478 from Serene-Arc/enhancement_476
...
Record user flair in comment archive entries
2021-07-02 14:06:07 +10:00
Serene-Arc
edfeb653a4
Record user flair in comment archive entries
2021-07-02 14:01:24 +10:00
Serene-Arc
469a7783b8
Split integration tests
2021-07-02 14:00:48 +10:00
Serene-Arc
ffd07f38ba
Fix broken subreddit test
2021-06-30 17:53:25 +10:00
Serene
fdda8f95e6
Merge pull request #477 from Serene-Arc/bug_fix_472
2021-06-30 12:03:46 +10:00
Serene-Arc
528f5c567d
Add additional test for Redgifs
2021-06-30 11:59:38 +10:00
Serene-Arc
d53b3b7274
Update gallery code to work with NSFW galleries
2021-06-25 17:52:11 +10:00
Serene-Arc
e8998da2f0
Catch some Imgur errors with weird links
2021-06-25 17:52:11 +10:00
Serene
b632fd089b
Merge pull request #473 from Serene-Arc/bug_fix_465
...
Add PornHub module
2021-06-25 17:51:06 +10:00
Serene-Arc
1a52dfdcbc
Add PornHub module
2021-06-25 17:47:49 +10:00
Serene-Arc
8b1a3d9abc
Enable integration tests to be run concurrently
2021-06-24 16:38:34 +10:00
Serene-Arc
640001a7f5
Speed up test
2021-06-24 16:37:25 +10:00
Serene-Arc
1d187fcf65
Consolidate tests
2021-06-24 16:14:21 +10:00
Serene-Arc
31be3a916e
Enable integration tests to be run concurrently
2021-06-24 16:14:05 +10:00
Serene-Arc
3dacaf0872
Fix renamed option in test
2021-06-24 16:12:41 +10:00
Serene-Arc
ccafebf5fe
Update test
2021-06-23 14:59:26 +10:00
Serene-Arc
e5be624f1e
Check submission URL against filter before factory
2021-06-23 14:30:39 +10:00
Ali Parlakçı
71930e06a8
Merge pull request #457 from Serene-Arc/enhancement_322
...
Add option for archiver full context
2021-06-19 13:56:04 +03:00
Serene-Arc
fc42587a8f
Add information to sub-README
2021-06-13 13:10:13 +10:00
Serene-Arc
6755d15675
Add tests for bash scripts
2021-06-13 09:50:41 +10:00
Serene-Arc
72238f39ba
Update script
2021-06-13 09:49:57 +10:00
Serene-Arc
7c27b7bf12
Update logging message
2021-06-13 09:49:42 +10:00
Serene-Arc
a8bc4f999e
Rename files to proper extension
2021-06-12 10:41:50 +10:00
Serene-Arc
c5c010bce0
Rename option
2021-06-12 10:35:31 +10:00
Serene-Arc
e009fab504
Add empty files
2021-06-12 08:41:38 +10:00
Serene-Arc
b4ae513e71
Add submodules for bash testing
2021-06-11 18:40:26 +10:00
Serene-Arc
9fd8b29833
Add another logging message to script
2021-06-11 18:36:40 +10:00
Serene-Arc
e500bc4ad4
Update README
2021-06-11 15:35:12 +10:00
Serene-Arc
6eeadc8821
Add option for archiver full context
2021-06-11 15:31:11 +10:00
Serene
4be75fd48a
Merge pull request #456 from Serene-Arc/bug_fix_455
2021-06-10 19:01:12 +10:00
Serene-Arc
8ba2d0bb55
Add missing return statement
2021-06-10 18:59:22 +10:00
Serene
5c8702da44
Merge pull request #447 from Serene-Arc/bug_fix_446
...
Fix bug with Imgur gifs being shortened too much
2021-06-08 13:15:10 +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
Ali Parlakçı
349abbfb44
Merge pull request #440 from aliparlakci/development
...
v2.2
2021-06-06 14:25:51 +03:00
Ali Parlakçı
19e97174f3
Bump the version to v2.2.0
2021-06-06 14:04:34 +03:00
Serene
6dcef83666
Add ability to disable modules ( #434 )
...
* Fix test name to match standard
* Rename file
* Add ability to disable modules
* Update README
* Fix missing comma
* Fix more missing commas. sigh...
Co-authored-by: Ali Parlakçı <parlakciali@gmail.com>
2021-06-06 13:47:56 +03:00
Serene
434aeb8feb
Add a combined command for the archiver and downloader: clone
( #433 )
...
* Simplify downloader function
* Add basic scraper class
* Add "scrape" command
* Rename "scrape" command to "clone"
* Add integration tests for clone command
* Update README
* Fix failing test
2021-06-06 13:29:09 +03:00
Ali Parlakçı
a2f010c40d
Merge pull request #432 from Serene-Arc/enhancement_429
...
Allow --user to be specified multiple times
2021-06-06 13:25:00 +03:00
Ali Parlakçı
6839c65bd6
Merge pull request #396 from Serene-Arc/bug_fix_385
...
Add path limit check
2021-06-06 13:24:22 +03:00
Serene-Arc
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