Files
changedetection.io/changedetectionio/fetch_processor/__init__.py
T
2022-09-19 14:24:40 +02:00

13 lines
304 B
Python

available_fetchers = [('json_html_plaintext', 'JSON/HTML/Text'), ('image', 'Graphically by image or web-page')]
class fetch_processor():
contents = b''
screenshot = None
datastore = None
"""
base class for all fetch processors
- json_html_plaintext
- image (future)
"""