feat: initial commit

This commit is contained in:
2026-04-18 08:59:04 +02:00
commit 862c0d1703
32 changed files with 8492 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
from .fetcher import HttpScraper
from .stealthy import StealthyScraper
from .dynamic import DynamicScraper
__all__ = ["HttpScraper", "StealthyScraper", "DynamicScraper"]