Skip to content

Commit 27e68ee

Browse files
committed
fix(medias): instagram media download
1 parent 705c772 commit 27e68ee

File tree

4 files changed

+9
-8
lines changed

4 files changed

+9
-8
lines changed

src/korone/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# SPDX-License-Identifier: BSD-3-Clause
22
# Copyright (c) 2025 Hitalo M. <https://github.com/HitaloM>
33

4-
__version__ = "2025.10.05"
4+
__version__ = "2025.10.06"

src/korone/modules/medias/handlers/instagram.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
instagram
2424
| ddinstagram
2525
| uuinstagram
26+
| eeinstagram
2627
)
2728
\.com
2829
/\S+

src/korone/modules/medias/utils/instagram/scraper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
POST_PATTERN = re.compile(r"(?:reel(?:s?)|p)/(?P<post_id>[A-Za-z0-9_-]+)")
2323
INSTAGRAM_HOST = "instagram.com"
24-
INSTAFIX_HOST = "uuinstagram.com"
24+
INSTAFIX_HOST = "eeinstagram.com"
2525
TIMEOUT = 60
2626
MAX_REDIRECTS = 5
2727

uv.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)