|
|
@ -4,7 +4,9 @@ from loguru import logger
|
|
|
|
from changedetectionio.content_fetchers.exceptions import BrowserStepsStepException
|
|
|
|
from changedetectionio.content_fetchers.exceptions import BrowserStepsStepException
|
|
|
|
import os
|
|
|
|
import os
|
|
|
|
|
|
|
|
|
|
|
|
visualselector_xpath_selectors = 'div,span,form,table,tbody,tr,td,a,p,ul,li,h1,h2,h3,h4,header,footer,section,article,aside,details,main,nav,section,summary'
|
|
|
|
# Visual Selector scraper - 'Button' is there because some sites have <button>OUT OF STOCK</button>.
|
|
|
|
|
|
|
|
visualselector_xpath_selectors = 'div,span,form,table,tbody,tr,td,a,p,ul,li,h1,h2,h3,h4,header,footer,section,article,aside,details,main,nav,section,summary,button'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# available_fetchers() will scan this implementation looking for anything starting with html_
|
|
|
|
# available_fetchers() will scan this implementation looking for anything starting with html_
|
|
|
|
# this information is used in the form selections
|
|
|
|
# this information is used in the form selections
|
|
|
|