18 Commits
Author SHA1 Message Date
Jacob ChapmanandSerene-Arc 5d76fcd5aa Update downloader.py 2022-07-23 17:24:05 +10:00
Jacob ChapmanandSerene-Arc 7eb2ab6d7d Update configuration.py 2022-07-23 17:24:05 +10:00
Jacob ChapmanandSerene-Arc 9545407896 Update __main__.py 2022-07-23 17:24:05 +10:00
Jacob ChapmanandSerene-Arc 89653c4bad Update README.md 2022-07-23 17:24:05 +10:00
Jacob ChapmanandSerene-Arc 4fc0d5dc1d Add score filtering 2022-07-23 17:24:05 +10:00
Jacob ChapmanandGitHub 7100291ed9 forgot comma 2022-07-16 10:38:34 -05:00
Jacob ChapmanandSerene-Arc efea01e56f and this one too 2022-07-15 15:18:28 +10:00
Jacob ChapmanandSerene-Arc eb8f9d5876 oh there's another one 2022-07-15 15:18:28 +10:00
Jacob ChapmanandSerene-Arc e4a44f1e25 okay 2022-07-15 15:18:28 +10:00
Jacob ChapmanandSerene-Arc ad172841e2 Use stdout 2022-07-15 15:18:28 +10:00
Jacob ChapmanandSerene-Arc e068c9ce56 readme: make --search info a bit more clear 2022-07-15 15:18:28 +10:00
Jacob ChapmanandGitHub bfd481739b Update test_connector.py 2022-05-08 08:45:34 -05:00
Jacob ChapmanandGitHub 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
Jacob ChapmanandGitHub 5775c0ab9f and this one too 2022-04-18 20:48:02 -05:00
Jacob ChapmanandGitHub 484bde9b13 oh there's another one 2022-04-18 20:47:35 -05:00
Jacob ChapmanandGitHub 4e050c50d6 okay 2022-04-18 20:42:50 -05:00
Jacob ChapmanandGitHub 68e367453b readme: make --search info a bit more clear 2022-04-18 16:03:24 -05:00
Jacob ChapmanandGitHub b921d03705 Use stdout 2022-04-18 00:30:17 -05:00