diff options
| author | 2024-12-22 05:45:18 -0500 | |
|---|---|---|
| committer | 2024-12-22 05:45:18 -0500 | |
| commit | bb8260277ab7483652c6c1526a15d62da92acc96 (patch) | |
| tree | 02959c9d5aceb66f4429e0be1bc927921e01bbdc /gallery_dl/extractor/saint.py | |
| parent | f6877087773089220d68288d055276fca6c556d4 (diff) | |
New upstream version 1.28.2.upstream/1.28.2
Diffstat (limited to 'gallery_dl/extractor/saint.py')
| -rw-r--r-- | gallery_dl/extractor/saint.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gallery_dl/extractor/saint.py b/gallery_dl/extractor/saint.py index 784cdc0..1c62d75 100644 --- a/gallery_dl/extractor/saint.py +++ b/gallery_dl/extractor/saint.py @@ -11,7 +11,7 @@ from .lolisafe import LolisafeAlbumExtractor from .. import text -BASE_PATTERN = r"(?:https?://)?saint\d*\.(?:su|pk|to)" +BASE_PATTERN = r"(?:https?://)?saint\d*\.(?:su|pk|cr|to)" class SaintAlbumExtractor(LolisafeAlbumExtractor): |
