1
0
Fork 0
mirror of synced 2024-06-26 10:00:20 +12:00
Commit graph

1056 commits

Author SHA1 Message Date
Serene-Arc f49a1d7a2d Fix gfycat after redgifs changes 2022-07-15 15:18:28 +10:00
Serene-Arc a599169399 Increase version number 2022-07-15 15:18:28 +10:00
Serene-Arc e8d767050f Add file scheme naming for archiver 2022-07-15 15:18:28 +10:00
Serene-Arc 90a2eac90d Add support for Redgifs images and galleries 2022-07-15 15:18:28 +10:00
Serene-Arc a620ae91a1 Add --subscribed option 2022-07-15 15:18:28 +10:00
Serene-Arc 919abb09ef Remove bugged test case 2022-07-15 14:22:55 +10:00
Serene-Arc a6940987f4 Update test parameter 2022-07-07 12:07:53 +10:00
Serene-Arc 12104d54f1 Update some test hashes 2022-07-07 11:39:42 +10:00
Serene aede4d559a
Merge pull request #642 from Serene-Arc/bug_fix_618 2022-07-06 16:54:16 +10:00
Serene-Arc f57590cfa0 Add exclusion options to archiver 2022-07-06 16:52:58 +10:00
Serene-Arc 2e68850d0f Fix some test cases 2022-07-06 16:50:02 +10:00
Serene-Arc ac8855bc14 Add test case 2022-07-06 15:04:05 +10:00
Jacob Chapman bfd481739b
Update test_connector.py 2022-05-08 08:45:34 -05:00
Serene-Arc 81c49de911 Replace old Vidble test cases 2022-05-08 12:18:38 +10:00
Serene c410682cc8
Merge pull request #626 from chapmanjacobd/patch-1 2022-05-08 12:09:54 +10:00
Jacob Chapman 1ad2b68e03
fix: Redirect to /subreddits/search
```
  File "/home/xk/github/o/bulk-downloader-for-reddit/bdfr/connector.py", line 413, in check_subreddit_status
    assert subreddit.id
  File "/home/xk/.local/share/virtualenvs/bulk-downloader-for-reddit-dCAFmVJi/lib/python3.10/site-packages/praw/models/reddit/base.py", line 34, in __getattr__
    self._fetch()
  File "/home/xk/.local/share/virtualenvs/bulk-downloader-for-reddit-dCAFmVJi/lib/python3.10/site-packages/praw/models/reddit/subreddit.py", line 584, in _fetch
    data = self._fetch_data()
  File "/home/xk/.local/share/virtualenvs/bulk-downloader-for-reddit-dCAFmVJi/lib/python3.10/site-packages/praw/models/reddit/subreddit.py", line 581, in _fetch_data
    return self._reddit.request("GET", path, params)
  File "/home/xk/.local/share/virtualenvs/bulk-downloader-for-reddit-dCAFmVJi/lib/python3.10/site-packages/praw/reddit.py", line 885, in request
    return self._core.request(
  File "/home/xk/.local/share/virtualenvs/bulk-downloader-for-reddit-dCAFmVJi/lib/python3.10/site-packages/prawcore/sessions.py", line 330, in request
    return self._request_with_retries(
  File "/home/xk/.local/share/virtualenvs/bulk-downloader-for-reddit-dCAFmVJi/lib/python3.10/site-packages/prawcore/sessions.py", line 266, in _request_with_retries
    raise self.STATUS_EXCEPTIONS[response.status_code](response)
prawcore.exceptions.Redirect: Redirect to /subreddits/search
```
2022-04-28 19:44:17 -05:00
BlipRanger 274407537e Fix one test 2022-04-25 13:02:42 -04:00
BlipRanger d64acc25f5 Add tests, fix style. 2022-04-25 12:53:59 -04:00
BlipRanger dbd0c6cd42 Add support for v.reddit links. 2022-04-25 12:09:09 -04:00
BlipRanger 4917fae797
Merge branch 'aliparlakci:master' into master 2022-04-25 11:33:32 -04:00
Jacob Chapman 5775c0ab9f
and this one too 2022-04-18 20:48:02 -05:00
Jacob Chapman 484bde9b13
oh there's another one 2022-04-18 20:47:35 -05:00
Jacob Chapman 4e050c50d6
okay 2022-04-18 20:42:50 -05:00
Serene 90b680935e
Merge pull request #628 from chapmanjacobd/patch-2 2022-04-19 10:37:32 +10:00
Jacob Chapman 68e367453b
readme: make --search info a bit more clear 2022-04-18 16:03:24 -05:00
Jacob Chapman b921d03705
Use stdout 2022-04-18 00:30:17 -05:00
Serene 2c93537aea
Merge pull request #621 from Serene-Arc/bug_fix_616 2022-03-25 10:54:43 +10:00
Serene-Arc 5a3ff887c4 Add second test case 2022-03-25 10:52:49 +10:00
Serene-Arc 806bd76f87 Strip any newline characters from names 2022-03-25 10:50:52 +10:00
Serene a2aa739c37
Merge pull request #619 from sinclairkosh/patch-1 2022-03-24 19:22:41 +10:00
sinclairkosh 81b7fe853b
Update Readme with some command clarifications
Clarify that fact that downloading by user doesn't work the same way as downloading by subreddit.

Feel free to user a better example username.  :)
2022-03-22 05:53:43 +11:00
Serene 5f779c734e
Merge pull request #606 from Serene-Arc/bug_fix_605 2022-02-20 15:49:15 +10:00
Serene-Arc 06988c40b3 Switch redgifs to dynamic file extensions 2022-02-20 15:48:02 +10:00
Serene-Arc 160ee372b9 Update test hashes 2022-02-18 12:51:51 +10:00
Serene-Arc 7645319510 Fix gfycat after redgifs changes 2022-02-18 12:49:46 +10:00
Serene-Arc 71f84420cb Increase version number 2022-02-18 12:42:42 +10:00
Serene 6b7e551934
Merge pull request #602 from Serene-Arc/bug_fix_531 2022-02-18 12:32:06 +10:00
Serene-Arc 6e0c642652 Add file scheme naming for archiver 2022-02-18 12:30:38 +10:00
Serene 5adb9f9545
Merge pull request #601 from Serene-Arc/bug_fix_598 2022-02-18 12:09:29 +10:00
Serene-Arc 9deef63fdd Add support for Redgifs images and galleries 2022-02-18 12:04:37 +10:00
Serene 85b216551f
Merge pull request #600 from Serene-Arc/enhancement_574 2022-02-18 10:23:36 +10:00
Serene-Arc 0177b434c2 Add --subscribed option 2022-02-18 10:21:52 +10:00
Serene 57b3bb3134
Merge pull request #579 from Thayol/add-powershell-scripts 2022-01-06 22:47:12 +10:00
Serene 49d16267a2
Merge pull request #581 from Thayol/fix-bash-script-failed-id 2022-01-06 21:19:30 +10:00
Thayol 3811ec37fb
Fix offset and remove substring 2022-01-06 12:16:44 +01:00
Thayol 8ec45a9302
Fix Bash script: Failed to write 2022-01-06 04:06:46 +01:00
Thayol ac3a8e913d
Fix wrong offset 2022-01-05 13:13:45 +01:00
Thayol 850faffc29
Add PowerShell scripts 2022-01-05 01:36:21 +01:00
Serene e4fcacfd4f
Merge pull request #573 from aliparlakci/development 2021-12-20 20:58:38 +10:00
Serene-Arc e564870cd6 Increase version number 2021-12-20 20:50:47 +10:00