Fix build issue

pull/1976/head
dgtlmoon 6 months ago
parent 26931e0167
commit 5e2049c538

@ -175,8 +175,8 @@ class perform_site_check(difference_detection_processor):
is_rss=is_rss)
elif filter_rule.startswith('xpath1:'):
html_content += html_tools.xpath1_filter(xpath_filter=filter_rule.replace('xpath1:', ''),
html_content=fetcher.content,
append_pretty_line_formatting=not is_source,
html_content=self.fetcher.content,
append_pretty_line_formatting=not watch.is_source_type_url,
is_rss=is_rss)
else:
# CSS Filter, extract the HTML that matches and feed that into the existing inscriptis::get_text

Loading…
Cancel
Save