kopia lustrzana https://github.com/dgtlmoon/changedetection.io
Fix build issue
rodzic
26931e0167
commit
5e2049c538
|
@ -175,8 +175,8 @@ class perform_site_check(difference_detection_processor):
|
||||||
is_rss=is_rss)
|
is_rss=is_rss)
|
||||||
elif filter_rule.startswith('xpath1:'):
|
elif filter_rule.startswith('xpath1:'):
|
||||||
html_content += html_tools.xpath1_filter(xpath_filter=filter_rule.replace('xpath1:', ''),
|
html_content += html_tools.xpath1_filter(xpath_filter=filter_rule.replace('xpath1:', ''),
|
||||||
html_content=fetcher.content,
|
html_content=self.fetcher.content,
|
||||||
append_pretty_line_formatting=not is_source,
|
append_pretty_line_formatting=not watch.is_source_type_url,
|
||||||
is_rss=is_rss)
|
is_rss=is_rss)
|
||||||
else:
|
else:
|
||||||
# CSS Filter, extract the HTML that matches and feed that into the existing inscriptis::get_text
|
# CSS Filter, extract the HTML that matches and feed that into the existing inscriptis::get_text
|
||||||
|
|
Ładowanie…
Reference in New Issue