Commit Graph

1066 Commits

Author SHA1 Message Date
Soulsuck24 48c96beba2 Redgifs improvements
Add check to verify token was received.
Update headers sent to content API.

Add availability check for videos to resolve last part of #472 where only SD version is available.
2022-11-27 18:07:43 -05:00
Serene 2d2ed58b34 Merge pull request #698 from OMEGARAZER/development 2022-11-27 18:51:31 +10:00
OMEGARAZER 9ee13aea23 Update tests
Suspended user in two tests.

Updated hashes and yt-dlp version.

Removed success check on known failure.
2022-11-26 14:36:19 -05:00
Serene-Arc 87104e7e6a Catch exceptions in cloner 2022-11-24 10:48:17 +10:00
Serene 21bf90f521 Merge pull request #696 from OMEGARAZER/development 2022-11-23 14:56:36 +10:00
OMEGARAZER 42416db8b9 Fix PRAW deprecations
Fix depreciations in MultiredditHelper and CommentForest.
2022-11-21 21:37:59 -05:00
Serene-Arc 4143c53ff1 Add tests 2022-11-21 15:47:13 +10:00
Serene 9ba62f8c97 Merge pull request #695 from Serene-Arc/bug_fix_677
Closes https://github.com/aliparlakci/bulk-downloader-for-reddit/issues/677
2022-11-21 14:43:24 +10:00
Serene-Arc 1385545e26 Add tests for downloader 2022-11-21 14:35:57 +10:00
Serene-Arc 5341d6f12c Add catch for per-submission praw errors 2022-11-20 18:54:56 +10:00
Serene 49727aea6e Merge pull request #691 from OMEGARAZER/DelayForReddit 2022-11-12 10:52:17 +10:00
OMEGA_RAZER 0a586425d0 Merge branch 'aliparlakci:development' into DelayForReddit 2022-11-11 17:38:16 -05:00
Serene 54a800d357 Merge pull request #693 from OMEGARAZER/development
Fix test for deleted user on post
2022-11-10 17:53:35 +10:00
Serene 25fdd28037 Merge pull request #692 from OMEGARAZER/hardlink_to 2022-11-09 09:55:54 +10:00
OMEGARAZER f3c7d796aa Update for other failing tests
Seems there was some overlap in test names that was contributing to the test errors. Updated hash and test name.
2022-11-08 15:37:21 -05:00
OMEGARAZER 77711c243a Fix test for deleted user on post
tested post now showing deleted as user causing tests to fail. Updated to working post.
2022-11-08 13:54:18 -05:00
OMEGARAZER 3c7f85725e Narrow except
Narrow except to AttributeError
2022-11-08 12:06:20 -05:00
OMEGARAZER dfc21295e3 Add Delay for Reddit support
Adds support for delayforreddit.com non-direct links.
2022-11-05 10:51:33 -04:00
Serene 5300758b3b Merge pull request #689 from Soulsuck24/development 2022-11-04 14:56:10 +10:00
Soulsuck24 0e90a2e900 Switch Redgifs to temporary tokens
Initial switch to temporary tokens for Redgifs. Gets a new auth token for every API request.
2022-10-24 12:45:26 -04:00
Serene 47a8736f77 Merge pull request #683 from Soulsuck24/development 2022-10-19 13:00:09 +10:00
Soulsuck24 df30a3a3ac Temp fix for Redgifs
TEMPORARY FIX.

I can't stress enough this is is temporary and will likely stop working at some point. It works for now though.
2022-10-18 15:38:53 -04:00
OMEGARAZER dc5a9ef497 link_to depreciation coverage
Futureproof for link_to depreciation.
https://bugs.python.org/issue39950
2022-10-14 18:15:49 -04:00
Serene 3d0ac9e483 Merge pull request #671 from OMEGARAZER/development 2022-09-30 19:08:01 +10:00
Serene-Arc 325883e441 Expand documentation for option 2022-09-29 18:20:23 +10:00
Serene-Arc 14e98f014b Add test cases 2022-09-29 18:18:44 +10:00
OMEGARAZER b536a486b6 Imgur argument tests
Add tests for links that have arguments added to the extension field in retrieved image_dict
2022-09-28 13:21:05 -04:00
OMEGARAZER 02b6e66941 Imgur edge case coverage
Covers edge case of additional arguments on extension.

Also removed duplicate or redundant tests.
2022-09-28 00:55:10 -04:00
Serene e7629d7004 Merge pull request #640 from aliparlakci/development 2022-09-27 11:40:12 +10:00
Serene-Arc 0ce2585f7f Update path so tests do not skip 2022-09-27 10:59:39 +10:00
Serene-Arc b7d21161fb Update test 2022-09-27 10:53:12 +10:00
Serene-Arc d4664d784f Update yt-dlp requirement version 2022-09-27 10:52:04 +10:00
Serene-Arc 3b5f8bca67 Update hashes 2022-09-24 09:46:05 +10:00
Serene-Arc c834314086 Update hash 2022-09-24 09:46:05 +10:00
Serene-Arc 7bb2a9adbb Remove obsolete test 2022-09-24 09:46:05 +10:00
Serene-Arc 57e59db458 Update Erome link regex 2022-09-24 09:46:05 +10:00
Serene e57932aedf Merge pull request #667 from OMEGARAZER/development 2022-09-24 09:26:04 +10:00
OMEGARAZER ca33dee265 Update test_download_integration.py
The old change twice forget once. Forgot I changed it back to a SelfPost rather than Direct.
2022-09-23 10:00:41 -04:00
OMEGARAZER 9c067ad74f Update test_connector.py
Update user that was banned/suspended with one that should not end up that way.
2022-09-23 02:59:16 -04:00
OMEGARAZER 3906386838 Update test_download_integration.py
Update broken ID's in download integration test
2022-09-23 02:57:43 -04:00
OMEGARAZER 7fef6c4023 Update test_clone_integration.py
Update broken ID's in clone integration test
2022-09-23 02:51:53 -04:00
Serene 398f7b293a Merge pull request #664 from Soulsuck24/imgur 2022-09-20 17:34:11 +10:00
Serene-Arc cd05bc388e Fix tests 2022-09-20 17:33:51 +10:00
Serene-Arc 1dff7500e7 Remove duplicate entries 2022-09-20 17:33:44 +10:00
Serene 06816098dc Merge branch 'development' into imgur 2022-09-20 17:28:48 +10:00
Serene f4598c4bec Merge pull request #659 from Soulsuck24/development 2022-09-20 17:24:54 +10:00
Serene-Arc c4a9da06f6 Add dev requirements file 2022-09-20 17:20:43 +10:00
Serene-Arc 5c343ef790 Fix Redgifs tests 2022-09-20 11:09:39 +10:00
SoulSuck24 106d7596b1 Imgur updates
Update Imgur logic to cover malformed links that cause a redirect leading to the html of the page being saved as an image.
2022-09-18 23:27:17 -04:00
SoulSuck24 7bd957aafa Redo edge case coverage for Redgifs
Cover edge cases that shouldn't ever happen but probably will sometime.
2022-09-18 14:32:12 -04:00