1
0
Fork 0
mirror of synced 2024-06-02 18:34:37 +12:00
Commit graph

1260 commits

Author SHA1 Message Date
Serene 697de4f9bb
Merge pull request #806 from OMEGARAZER/add-ruff 2023-05-29 13:11:35 +10:00
Serene 175a918098
Merge pull request #813 from OMEGARAZER/test-config 2023-05-29 13:09:23 +10:00
Serene dd6f12345e
Merge pull request #818 from OMEGARAZER/Annotations 2023-05-29 13:04:10 +10:00
Serene 1427851125
Merge pull request #826 from OMEGARAZER/test-fixes 2023-05-29 12:46:35 +10:00
Serene bb41e4a1e6
Merge pull request #853 from OMEGARAZER/downvoted 2023-05-29 12:45:55 +10:00
Serene 9f32492cb8
Merge pull request #861 from OMEGARAZER/imgchest 2023-05-29 12:44:04 +10:00
Serene baa3530d84
Merge pull request #848 from OMEGARAZER/imgur 2023-05-29 12:42:52 +10:00
OMEGA_RAZER 85ab2590a9
Merge branch 'development' into imgur 2023-05-25 18:17:30 -04:00
OMEGARAZER db08bc644c
Update tests
Comment tests and remove effective duplicates.
2023-05-25 18:14:35 -04:00
OMEGARAZER b081f5cc37
Refactor Imgur
Refactor Imgur to be able to test getting ID and mark downloads as slow as they are currently rate limited through Github.

Also removed hash tests for nsfw links as they are being removed by Imgur.
2023-05-25 18:14:35 -04:00
OMEGARAZER ceecb4d6ac
Add imgchest downloader
Adds downloader for imgchest albums
2023-05-25 13:32:38 -04:00
Armin Samii f920da569e allow skipping of comment download 2023-05-23 08:01:38 -04:00
Serene-Arc 13980fb6ac Remove failing test case 2023-05-17 10:54:52 +10:00
OMEGARAZER a05ece3013
Add option for downvoted posts 2023-05-04 22:03:02 -04:00
Serene 17350ba9b6
Merge pull request #847 from Soulsuck24/development 2023-04-30 11:33:37 +10:00
Soulsuck24 8d6101112b
Redgif coverage
better coverage for thumbs subdomains and direct links to images.
2023-04-29 14:08:08 -04:00
Serene 72d5b1acaf
Merge pull request #845 from OMEGARAZER/catbox-downloader 2023-04-28 11:04:09 +10:00
OMEGARAZER 38bef1d1e0
Add Catbox downloader
Adds downloader for catbox.moe collections.
2023-04-27 16:14:17 -04:00
Serene 7e9afc2883
Merge pull request #831 from OMEGARAZER/doc-fixes
Update docs
2023-04-07 10:10:18 +10:00
OMEGARAZER b90ab1b02a
Update docs 2023-04-06 02:20:01 -04:00
OMEGARAZER 87fd63d758
Test fixes 2023-03-28 12:25:38 -04:00
Serene d8f79d79dc
Merge pull request #819 from OMEGARAZER/test-fix 2023-03-12 09:58:27 +10:00
OMEGARAZER 7fbd001e8a
Fix Youtube test
tested video now private. Updated to new video that should stay up.
2023-03-11 10:26:01 -05:00
OMEGARAZER 3b69d83892
ANN001
ANN001 fixes
2023-03-10 15:29:07 -05:00
OMEGARAZER c27fcb08d7
ANN205
ANN205 fixes
2023-03-10 15:29:06 -05:00
OMEGARAZER 0c4cfd8b44
ANN202
ANN202 fixes
2023-03-10 15:28:22 -05:00
OMEGARAZER a5f5df7ab3
ANN201
ANN201 fixes
2023-03-10 15:28:22 -05:00
OMEGARAZER caa4421c78
ANN204
ANN204 fixes
2023-03-10 15:28:22 -05:00
OMEGARAZER c09d945c0d
Fix test config 2023-03-08 06:45:47 -05:00
Serene b6bc94bdff
Merge pull request #810 from OMEGARAZER/user-agent 2023-03-08 10:55:08 +10:00
OMEGARAZER 1705884dce
Use proper user agent string 2023-03-05 17:22:44 -05:00
OMEGARAZER 905f54f5c0
Add ruff
Adds ruff settings, tests and pre-commit.
2023-03-05 16:33:51 -05:00
Serene 38e6c45792
Merge pull request #807 from OMEGARAZER/Scripts-tests 2023-03-02 16:02:36 +10:00
OMEGARAZER a5b445945a
Partial revert of 98aa3d7
Reverts some quote changes for awk commands as the prints do not function the same with double quotes when the variable number is over 10
2023-03-01 23:46:20 -05:00
OMEGARAZER 74d842e6da
Scripts testing/fixes
Adds Bats and Pester testing to for bash and powershell scripts

Updates powershell scripts to match bash scripts in logic

Added missing score filter lookup for powershell script
2023-03-01 23:40:12 -05:00
Serene a16622e11e
Merge pull request #804 from thomas694/update-readme 2023-03-01 09:23:34 +10:00
Serene 9fdd41851b
Merge pull request #802 from Soulsuck24/development 2023-02-28 10:36:04 +10:00
Soulsuck24 dd283130e3
Imgur fixes
Update regex for links styled as direct and album
2023-02-27 15:53:47 -05:00
Serene 6df7906818
Merge pull request #796 from OMEGARAZER/empty-dir-fix 2023-02-27 17:25:40 +10:00
OMEGARAZER 005454a5c2
Don't create directory if not needed
Moves creation of parent directories after dupe check so directories are not made if not needed.
2023-02-26 16:52:39 -05:00
OMEGARAZER 47fb5d38ad
Bandit fixes
Fixes S101 in connector
Noqa S104 in oauth2
2023-02-24 14:48:33 -05:00
Thomas 987172c1ce
Update README.md 2023-02-23 00:32:02 +01:00
Serene 60e9e58664
Merge pull request #785 from Soulsuck24/development 2023-02-20 07:58:25 +10:00
Soulsuck24 80c66c8c78
Erome fixes
Fixes searched class to not include thumbnails of other albums.
2023-02-18 23:59:32 -05:00
Serene 911410608a
Merge pull request #780 from OMEGARAZER/Quote-cleanup 2023-02-19 10:39:15 +10:00
Serene 3d07ffb6df
Merge pull request #781 from OMEGARAZER/requests 2023-02-19 10:10:41 +10:00
OMEGARAZER 8f9bed0874
Harden requests
Moves bare requests out of site downloaders into the base_downloader and add timeout exception handling now that there is a default timeout.
2023-02-18 17:36:00 -05:00
OMEGARAZER 98aa3d7cb6
Quote cleanup
cleanup of some strings to prioritize outer double quotes when both are present or switch to double quotes when only single is present.
2023-02-18 16:06:32 -05:00
OMEGARAZER 5c57de7c7d
B907 Cleanup/updates
Cleanup some double quoted locations based on bugbear B907 and add same formatting to some other locations the emphasis may be helpful.
2023-02-18 15:58:05 -05:00
Serene 5cf2c81b0c
Merge pull request #779 from OMEGARAZER/development 2023-02-18 07:31:51 +10:00