0 码力 | 177 页 | 806.90 KB | 1 年前
3
  • epub文档 Scrapy 0.12 Documentation

    First, let’s open the shell: scrapy shell http://doc.scrapy.org/_static/selectors-sample1.html Then, after the shell loads, you’ll have some selectors
  • 0 码力 | 228 页 | 462.54 KB | 1 年前
    3
  • pdf文档 Scrapy 0.14 Documentation

    and some image links: >>> hxs.select('//base/@href').extract() [u'http://example.com/'] >>> hxs.select('//a[contains(@href, "image")]/@href').extract() [u'image1.html', u'image2.html', u'image3.html'
  • 0 码力 | 179 页 | 861.70 KB | 1 年前
    3
  • epub文档 Scrapy 0.20 Documentation

    id='images'> Name: My image 1
    Name: My image 2
    Name: html'>Name: My image 3
    Name: My image 4
    Name: My image 5
    image5_thumb.jpg' />
    First, let’s open the shell: scrapy shell http://doc.scrapy.org/en/latest/_static/selectors- sample1.html Then, after the shell loads, you’ll have
    0 码力 | 276 页 | 564.53 KB | 1 年前
    3
  • 共 62 条前往