Posts by Steferson Ferreira • 11 points
1 post
-
1
votes2
answers354
viewsA: Scrapy xpath href or span inside the div
Can do this way below, to preferring to use the Beautifulsoup is much simpler and solves perfectly. from bs4 import BeautifulSoup import scrapy class MgUberlandia(scrapy.Spider): name =…