alirezamika / autoscraper

A Smart, Automatic, Fast and Lightweight Web Scraper for Python
MIT License
6.24k stars 654 forks source link

Scraping skips item #60

Closed zepef closed 2 years ago

zepef commented 3 years ago

Hello,

I am really delighted with this fantastic module. However I want to signal a lillte annoying bug:

  1. I am trying to scrape wsj.com.
  2. In the wanted list I put the left column 1st article title and left colum 1st article summary.
  3. The results list does not include the head (up center) article summary but it includes its title.
  4. Number of list elements is 33 where it should be 34 (17 titles + 17 summaries).

I do suspect that since the head summary is align/centered and the other artcile summaries are align/left this might cause this skipping.

Thank You indeed, all te best

Pierre-Emmanuel FEGA

alirezamika commented 2 years ago

Hi, if you still have this issue please reopen an issue providing your code. thanks.