Web scrape troubleshooting: Difference between revisions

From LemonWiki共筆
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 5: Line 5:
#* (optional) complete HTML file backup
#* (optional) complete HTML file backup
# server ip ban
# server ip ban
#* setting the temporization (sleep time) between pages ex: [http://php.net/manual/en/function.sleep.php PHP: sleep - Manual]
#* setting the temporization (sleep time) between pages ex: [http://php.net/manual/en/function.sleep.php PHP: sleep - Manual], [http://doc.scrapy.org/en/1.0/topics/autothrottle.html#topics-autothrottle AutoThrottle extension — Scrapy 1.0.3 documentation]
# CATCHA
# CATCHA
# AJAX
# AJAX

Revision as of 10:11, 20 October 2015

list of technical issues

  1. website revision
    • Multiple sources of same column such as different HTML DOM but have the same column value.
    • Backup the HTML text of parent DOM element
    • (optional) complete HTML file backup
  2. server ip ban
  3. CATCHA
  4. AJAX