mirror of
https://github.com/scrapy/scrapy.git
synced 2025-02-27 03:23:50 +00:00
* moved LinkExtractor.extract_links to a private method and created wrapper in order to be able to work with text directly * removed fugly new_response_from_xpaths from scrapy.utils.response and replaced it with a better internal algorithm * moved former _normalize_input from scrapy.utils.iterators to scrapy.utils.response to fill the hole * turned extractors' output lists into generators; this is safe because the result is always used in for..in constructs * adapted test for generators (test should be rewritted anyways) --HG-- extra : convert_revision : svn%3Ab85faa78-f9eb-468e-a121-7cced6da292c%40597
Description
Languages
Python
99.8%
HTML
0.1%