Python Scrapy Tutorial - 9 - Extracting data w/ CSS Selectors

Pubblicato il: 19 gennaio 2019
sul canale di: buildwithpython
85,534
1.2k

In this video we will scrape quotes from a website and select elements that need to be scraped using CSS Selectors. We will also learn about the tool called as Selector Gadget that is going to make your life so much easier!

Summary
1) Using CSS selectors
Using scrapy shell
response.css('title')
response.css('title').extract()
response.css('title::text').extract()
response.css('title::text')[0].extract()
response.css('title::text').extract_first()

2) Selector gadget on quotes website
3) Selector gadget on amazon

Next video - Extracting data using XPATH
   • Python Scrapy Tutorial - 10 - Extract...  

Full playlist -    • Python Web Scraping & Crawling using ...  

Subscribe -    / @buildwithpython  
Website - www.buildwithpython.com
Instagram -   / buildwithpython  

#python


In questa pagina del sito puoi guardare il video online Python Scrapy Tutorial - 9 - Extracting data w/ CSS Selectors della durata di ore minuti seconda in buona qualità , che l'utente ha caricato buildwithpython 19 gennaio 2019, condividi il link con amici e conoscenti, su youtube questo video è già stato visto 85,534 volte e gli è piaciuto 1.2 mille spettatori. Buona visione!