Scrapy 2.4 Documentationcom/scrapy/scrapy/issues/4723]) Switched to formatted string literals [https://docs.python.org/3/reference/lexical_analysis.html#f-strings] where possible (issue 4307 [https://github.com/scrapy/scrapy/issues/4307], issue attributes in SitemapSpider subclasses (issue 3512 [https://github.com/scrapy/scrapy/issues/3512]). Lazy loading of Downloader Handlers is now optional; this enables better initialization error handling check interval (issue 1282 [https://github.com/scrapy/scrapy/issues/1282]). Download handlers are now lazy-loaded on first request using their scheme (issue 1390 [https://github.com/scrapy/scrapy/issues/1390]0 码力 | 445 页 | 668.06 KB | 1 年前3
Scrapy 2.11 Documentationimport HTTPDownloadHandler FALLBACK_SETTING = "MY_FALLBACK_DOWNLOAD_HANDLER" class MyHandler: lazy = False def __init__(self, settings, crawler): dhcls = load_object(settings.get(FALLBACK_SETTING)) com/scrapy/scrapy/issues/4723]) Switched to formatted string literals [https://docs.python.org/3/reference/lexical_analysis.html#f-strings] where possible (issue 4307 [https://github.com/scrapy/scrapy/issues/4307], issue attributes in SitemapSpider subclasses (issue 3512 [https://github.com/scrapy/scrapy/issues/3512]). Lazy loading of Downloader Handlers is now optional; this enables better initialization error handling0 码力 | 528 页 | 706.01 KB | 1 年前3
Scrapy 2.10 Documentationimport HTTPDownloadHandler FALLBACK_SETTING = "MY_FALLBACK_DOWNLOAD_HANDLER" class MyHandler: lazy = False def __init__(self, settings, crawler): dhcls = load_object(settings.get(FALLBACK_SETTING)) com/scrapy/scrapy/issues/4723]) Switched to formatted string literals [https://docs.python.org/3/reference/lexical_analysis.html#f-strings] where possible (issue 4307 [https://github.com/scrapy/scrapy/issues/4307], issue attributes in SitemapSpider subclasses (issue 3512 [https://github.com/scrapy/scrapy/issues/3512]). Lazy loading of Downloader Handlers is now optional; this enables better initialization error handling0 码力 | 519 页 | 697.14 KB | 1 年前3
Scrapy 2.11.1 Documentationimport HTTPDownloadHandler FALLBACK_SETTING = "MY_FALLBACK_DOWNLOAD_HANDLER" class MyHandler: lazy = False def __init__(self, settings, crawler): dhcls = load_object(settings.get(FALLBACK_SETTING)) com/scrapy/scrapy/issues/4723]) Switched to formatted string literals [https://docs.python.org/3/reference/lexical_analysis.html#f-strings] where possible (issue 4307 [https://github.com/scrapy/scrapy/issues/4307], issue attributes in SitemapSpider subclasses (issue 3512 [https://github.com/scrapy/scrapy/issues/3512]). Lazy loading of Downloader Handlers is now optional; this enables better initialization error handling0 码力 | 528 页 | 706.01 KB | 1 年前3
Scrapy 2.5 Documentationcom/scrapy/scrapy/issues/4723]) Switched to formatted string literals [https://docs.python.org/3/reference/lexical_analysis.html#f-strings] where possible (issue 4307 [https://github.com/scrapy/scrapy/issues/4307], issue attributes in SitemapSpider subclasses (issue 3512 [https://github.com/scrapy/scrapy/issues/3512]). Lazy loading of Downloader Handlers is now optional; this enables better initialization error handling check interval (issue 1282 [https://github.com/scrapy/scrapy/issues/1282]). Download handlers are now lazy-loaded on first request using their scheme (issue 1390 [https://github.com/scrapy/scrapy/issues/1390]0 码力 | 451 页 | 653.79 KB | 1 年前3
Scrapy 2.6 Documentationcom/scrapy/scrapy/issues/4723]) Switched to formatted string literals [https://docs.python.org/3/reference/lexical_analysis.html#f-strings] where possible (issue 4307 [https://github.com/scrapy/scrapy/issues/4307], issue attributes in SitemapSpider subclasses (issue 3512 [https://github.com/scrapy/scrapy/issues/3512]). Lazy loading of Downloader Handlers is now optional; this enables better initialization error handling check interval (issue 1282 [https://github.com/scrapy/scrapy/issues/1282]). Download handlers are now lazy-loaded on first request using their scheme (issue 1390 [https://github.com/scrapy/scrapy/issues/1390]0 码力 | 475 页 | 667.85 KB | 1 年前3
Scrapy 2.7 Documentationcom/scrapy/scrapy/issues/4723]) Switched to formatted string literals [https://docs.python.org/3/reference/lexical_analysis.html#f-strings] where possible (issue 4307 [https://github.com/scrapy/scrapy/issues/4307], issue attributes in SitemapSpider subclasses (issue 3512 [https://github.com/scrapy/scrapy/issues/3512]). Lazy loading of Downloader Handlers is now optional; this enables better initialization error handling check interval (issue 1282 [https://github.com/scrapy/scrapy/issues/1282]). Download handlers are now lazy-loaded on first request using their scheme (issue 1390 [https://github.com/scrapy/scrapy/issues/1390]0 码力 | 490 页 | 682.20 KB | 1 年前3
Scrapy 2.9 Documentationcom/scrapy/scrapy/issues/4723]) Switched to formatted string literals [https://docs.python.org/3/reference/lexical_analysis.html#f-strings] where possible (issue 4307 [https://github.com/scrapy/scrapy/issues/4307], issue attributes in SitemapSpider subclasses (issue 3512 [https://github.com/scrapy/scrapy/issues/3512]). Lazy loading of Downloader Handlers is now optional; this enables better initialization error handling check interval (issue 1282 [https://github.com/scrapy/scrapy/issues/1282]). Download handlers are now lazy-loaded on first request using their scheme (issue 1390 [https://github.com/scrapy/scrapy/issues/1390]0 码力 | 503 页 | 686.52 KB | 1 年前3
Scrapy 2.8 Documentationcom/scrapy/scrapy/issues/4723]) Switched to formatted string literals [https://docs.python.org/3/reference/lexical_analysis.html#f-strings] where possible (issue 4307 [https://github.com/scrapy/scrapy/issues/4307], issue attributes in SitemapSpider subclasses (issue 3512 [https://github.com/scrapy/scrapy/issues/3512]). Lazy loading of Downloader Handlers is now optional; this enables better initialization error handling check interval (issue 1282 [https://github.com/scrapy/scrapy/issues/1282]). Download handlers are now lazy-loaded on first request using their scheme (issue 1390 [https://github.com/scrapy/scrapy/issues/1390]0 码力 | 495 页 | 686.89 KB | 1 年前3
Scrapy 1.6 Documentationto select sitemap entries based on their at- tributes in SitemapSpider subclasses (issue 3512). • Lazy loading of Downloader Handlers is now optional; this enables better initialization error handling MEMUSAGE_CHECK_INTERVAL_SECONDS setting to change default check interval (issue 1282). • Download handlers are now lazy-loaded on first request using their scheme (issue 1390, issue 1421). • HTTPS download handlers do and early hangs (commit 89faf52) 7.1.41 Scrapy 0.18.3 (released 2013-10-03) • fix regression on lazy evaluation of start requests (commit 12693a5) • forms: do not submit reset inputs (commit e429f63)0 码力 | 295 页 | 1.18 MB | 1 年前3
共 56 条
- 1
- 2
- 3
- 4
- 5
- 6













