1
0
Fork 0
mirror of synced 2024-09-09 14:10:57 +12:00
Commit graph

1135 commits

Author SHA1 Message Date
Piotr Migdal
395bf9180a explicit warnings for non-exisitng args 2022-07-22 15:38:46 +10:00
Piotr Migdal
ef82387f84 underscores in YAML 2022-07-22 15:38:46 +10:00
Piotr Migdal
798ed728f5 yaml for options 2022-07-22 15:38:46 +10:00
Serene
8ab13b4480
Merge pull request #633 from chapmanjacobd/patch-3
fix: Redirect to /subreddits/search
2022-07-17 11:17:52 +10:00
Jacob Chapman
7100291ed9
forgot comma 2022-07-16 10:38:34 -05:00
Serene
59e57cee84
Create protect_master.yml 2022-07-16 13:13:23 +10:00
Serene-Arc
36e32d4bff Merge branch 'feature/v.reddit' into development 2022-07-15 16:23:11 +10:00
Serene-Arc
febad9c06c Remove bad test case 2022-07-15 15:48:17 +10:00
Serene-Arc
1157c31be1 Remove bad test case 2022-07-15 15:47:49 +10:00
Serene-Arc
86e451d49e Fix test case 2022-07-15 15:18:28 +10:00
Serene-Arc
9277903308 Base VReddit class off of Youtube class 2022-07-15 15:18:28 +10:00
Serene-Arc
7d4eb47643 Rename class 2022-07-15 15:18:28 +10:00
Serene-Arc
4f876eecbc Remove bugged test case 2022-07-15 15:18:28 +10:00
Serene-Arc
7315afeafd Update test parameter 2022-07-15 15:18:28 +10:00
Serene-Arc
3fd5bad407 Update some test hashes 2022-07-15 15:18:28 +10:00
Serene-Arc
8c59329ffa Add exclusion options to archiver 2022-07-15 15:18:28 +10:00
Serene-Arc
2d365b612b Fix some test cases 2022-07-15 15:18:28 +10:00
Serene-Arc
7d4916919d Add test case 2022-07-15 15:18:28 +10:00
Serene-Arc
decb13b5db Replace old Vidble test cases 2022-07-15 15:18:28 +10:00
Jacob Chapman
efea01e56f and this one too 2022-07-15 15:18:28 +10:00
Jacob Chapman
eb8f9d5876 oh there's another one 2022-07-15 15:18:28 +10:00
Jacob Chapman
e4a44f1e25 okay 2022-07-15 15:18:28 +10:00
Jacob Chapman
ad172841e2 Use stdout 2022-07-15 15:18:28 +10:00
Jacob Chapman
e068c9ce56 readme: make --search info a bit more clear 2022-07-15 15:18:28 +10:00
Serene-Arc
53d7ce2e5d Add second test case 2022-07-15 15:18:28 +10:00
Serene-Arc
9f3dcece4d Strip any newline characters from names 2022-07-15 15:18:28 +10:00
sinclairkosh
2bdeaf2660 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-07-15 15:18:28 +10:00
Serene-Arc
12982c00cd Switch redgifs to dynamic file extensions 2022-07-15 15:18:28 +10:00
Serene-Arc
1abb7768c3 Update test hashes 2022-07-15 15:18:28 +10:00
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