MCPcopy Create free account
hub / github.com/apify/crawlee-python / get_tier_urls

Method get_tier_urls

src/crawlee/proxy_configuration.py:236–237  ·  view source on GitHub ↗
(self, tier_number: int)

Source from the content-addressed store, hash-verified

234 return list(flatten(self._tiered_proxy_urls))
235
236 def get_tier_urls(self, tier_number: int) -> Sequence[URL | None]:
237 return self._tiered_proxy_urls[tier_number]
238
239 def add_error(self, domain: str, tier: int) -> None:
240 self._histogram_by_domain[domain][tier] += 10

Callers 1

_pick_urlMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected