Scrapy 1.7 Documentationcss('div.quote'): yield { 'text': quote.css('span.text::text').get(), 'author': quote.xpath('span/small/text()').get(), } next_page = response.css('li<span class="text">“The world as we have created it is a process of our thinking. It cannot be changed without changing our thinking.”span> <span> by Albert class="author">Albert Einstein (about) span>0 码力 | 391 页 | 598.79 KB | 1 年前3
Scrapy 1.6 Documentationcss('div.quote'): yield { 'text': quote.css('span.text::text').get(), 'author': quote.xpath('span/small/text()').get(), } next_page = response.css('li<span class="text">“The world as we have created it is a process of our thinking. It cannot be changed without changing our thinking.”span> <span> by Albert class="author">Albert Einstein (about) span>0 码力 | 374 页 | 581.88 KB | 1 年前3
Scrapy 2.0 Documentationcss('div.quote'): yield { 'author': quote.xpath('span/small/text()').get(), 'text': quote.css('span.text::text').get(), } next_page = response.css('li<span class="text">“The world as we have created it is a process of our thinking. It cannot be changed without changing our thinking.”span> <span> by Albert class="author">Albert Einstein (about) span>0 码力 | 419 页 | 637.45 KB | 1 年前3
Scrapy 1.8 Documentationcss('div.quote'): yield { 'text': quote.css('span.text::text').get(), 'author': quote.xpath('span/small/text()').get(), } next_page = response<span class="text">“The world as we have created it is a process of our thinking. It cannot be changed without changing our thinking.”span> <span> by Albert class="author">Albert Einstein (about) span>0 码力 | 451 页 | 616.57 KB | 1 年前3
Scrapy 2.3 Documentationcss('div.quote'): yield { 'author': quote.xpath('span/small/text()').get(), 'text': quote.css('span.text::text').get(), } next_page = response.css('li<span class="text">“The world as we have created it is a process of our thinking. It cannot be changed without changing our thinking.”span> <span> by Albert class="author">Albert Einstein (about) span>0 码力 | 433 页 | 658.68 KB | 1 年前3
Scrapy 2.2 Documentationcss('div.quote'): yield { 'author': quote.xpath('span/small/text()').get(), 'text': quote.css('span.text::text').get(), } next_page = response.css('li<span class="text">“The world as we have created it is a process of our thinking. It cannot be changed without changing our thinking.”span> <span> by Albert class="author">Albert Einstein (about) span>0 码力 | 432 页 | 656.88 KB | 1 年前3
Scrapy 2.4 Documentationcss('div.quote'): yield { 'author': quote.xpath('span/small/text()').get(), 'text': quote.css('span.text::text').get(), } next_page = response.css('li<span class="text">“The world as we have created it is a process of our thinking. It cannot be changed without changing our thinking.”span> <span> by Albert class="author">Albert Einstein (about) span>0 码力 | 445 页 | 668.06 KB | 1 年前3
Scrapy 2.1 Documentationcss('div.quote'): yield { 'author': quote.xpath('span/small/text()').get(), 'text': quote.css('span.text::text').get(), } next_page = response.css('li<span class="text">“The world as we have created it is a process of our thinking. It cannot be changed without changing our thinking.”span> <span> by Albert class="author">Albert Einstein (about) span>0 码力 | 423 页 | 643.28 KB | 1 年前3
Scrapy 1.1 Documentationquote'): yield { 'text': quote.css('span.text::text').extract_first(), 'author': quote.xpath('span/small/text()').extract_first(), } next_page<span class="text">“The world as we have created it is a process of our thinking. It cannot be changed without changing our thinking.”span> <span> by Albert class="author">Albert Einstein (about) span>0 码力 | 322 页 | 582.29 KB | 1 年前3
Scrapy 1.2 Documentationquote'): yield { 'text': quote.css('span.text::text').extract_first(), 'author': quote.xpath('span/small/text()').extract_first(), } next_page<span class="text">“The world as we have created it is a process of our thinking. It cannot be changed without changing our thinking.”span> <span> by Albert class="author">Albert Einstein (about) span>0 码力 | 330 页 | 548.25 KB | 1 年前3共 277 条- 1
- 2
- 3
- 4
- 5
- 6
- 28













