Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
honzajavorek authored Apr 15, 2024
1 parent d1d6188 commit 3b3104f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jg/plucker/jobs_linkedin/spider.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ def _retry(self, url: str, request: Request | None = None) -> Request:
f"Retrying {url} using browser, attempt {custom_retry_times}/{max_retry_times}"
)
# TODO proxy support
# see https://discord.com/channels/801163717915574323/1229374033049423893/1229374033049423893
# see https://docs.apify.com/sdk/python/docs/concepts/proxy-management#configuring-proxy-based-on-actor-input
# see https://github.com/scrapy-plugins/scrapy-playwright?tab=readme-ov-file#proxy-support
# see https://docs.scrapy.org/en/latest/topics/spiders.html#scrapy.Spider.update_settings
return request.replace(
Expand Down

0 comments on commit 3b3104f

Please sign in to comment.