The crawled data is not in one row

Web Scraper version: 0.4.2
Chrome version: 83.0.4103.61
OS: Windows 10

Sitemap:

{"_id":"blibli","startUrl":["https://search.bilibili.com/all?keyword=running%20man&from_source=banner_search&page=1"],"selectors":[{"id":"element","type":"SelectorElement","parentSelectors":["_root"],"selector":"ul.video-list","multiple":false,"delay":0},{"id":"title","type":"SelectorLink","parentSelectors":["element"],"selector":"a.title","multiple":true,"delay":"100"},{"id":"view","type":"SelectorText","parentSelectors":["element"],"selector":"span.watch-num","multiple":true,"regex":"","delay":"100"},{"id":"date","type":"SelectorText","parentSelectors":["element"],"selector":"span.time","multiple":true,"regex":"","delay":"100"},{"id":"author","type":"SelectorText","parentSelectors":["element"],"selector":"a.up-name","multiple":true,"regex":"","delay":"100"},{"id":"time","type":"SelectorText","parentSelectors":["element"],"selector":"span.so-imgTag_rb","multiple":true,"regex":"","delay":"100"}]}

Error Message:


To access error messages follow these steps:

  1. Open chrome://extensions/ or go to manage extensions
  2. Enable “developer mode” at the top right
  3. Open Web Scrapers “background page”
  4. A new popup window should appear.
  5. Go to “Console” tab. You should see Web Scraper log messages and errors there.

Almost there. You only need to create wrappers (containers) for each video card's info:

{"_id":"forum-blibli-b","startUrl":["https://search.bilibili.com/all?keyword=running%20man&from_source=banner_search&page=1"],"selectors":[{"id":"title","type":"SelectorLink","parentSelectors":["Video card wrappers"],"selector":"a.title","multiple":false,"delay":""},{"id":"view","type":"SelectorText","parentSelectors":["Video card wrappers"],"selector":"span.watch-num","multiple":false,"regex":"","delay":""},{"id":"date","type":"SelectorText","parentSelectors":["Video card wrappers"],"selector":"span.time","multiple":false,"regex":"","delay":""},{"id":"author","type":"SelectorText","parentSelectors":["Video card wrappers"],"selector":"a.up-name","multiple":false,"regex":"","delay":""},{"id":"time","type":"SelectorText","parentSelectors":["Video card wrappers"],"selector":"span.so-imgTag_rb","multiple":false,"regex":"","delay":""},{"id":"Video card wrappers","type":"SelectorElement","parentSelectors":["_root"],"selector":"ul > li.video-item","multiple":true,"delay":0}]}