Web scrape troubleshooting: Difference between revisions

From LemonWiki共筆
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 1: Line 1:
list of technical issues
list of technical issues
# website revision
# website revision
#* multiple sources of same column
#* Multiple sources of same column. such as different HTML DOM but have the same column value.
#* backup the HTML text of parent DOM
#* Backup the HTML text of parent DOM
#* (optional) complete HTML file backup
#* (optional) complete HTML file backup
# CATCHA
# CATCHA

Revision as of 22:18, 19 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
    • (optional) complete HTML file backup
  2. CATCHA
  3. AJAX