adds antibot tiktok logic for photos closes #295

This commit is contained in:
msramalho
2025-07-05 18:31:12 +01:00
parent 37c6d97275
commit 3a34a49822
2 changed files with 57 additions and 0 deletions

View File

@@ -88,6 +88,13 @@ class TestAntibotExtractorEnricher(TestExtractorBase):
5,
0,
),
(
"https://www.tiktok.com/@tracy_2424/photo/7418200173953830162",
"TikTok",
"Dito ko lang",
1,
0,
),
],
)
def test_download_pages_with_media(self, setup_module, make_item, url, in_title, in_text, image_count, video_count):