Files
Scrapling/scrapling/engines/toolbelt/__init__.py
T
Karim shoair 0ab54852c4 fix: use more accurate naming for proxy rotation strategy
It can be considered the simplest form of round robin since we don't have weights or anything (as was originally planned), but let's change it to avoid confusion or useless debates. Here goes nothing
2026-02-14 23:19:54 +02:00

4 lines
139 B
Python

from .proxy_rotation import ProxyRotator, is_proxy_error, cyclic_rotation
__all__ = ["ProxyRotator", "is_proxy_error", "cyclic_rotation"]