Add new fetch method: Playwright Chromium (Selenium/WebDriver alternative) (#489)

This commit is contained in:
dgtlmoon
2022-05-02 21:40:40 +02:00
committed by GitHub
parent 1d4474f5a3
commit 68db20168e
6 changed files with 147 additions and 46 deletions

View File

@@ -8,7 +8,7 @@ import sys
import eventlet
import eventlet.wsgi
from . import store, changedetection_app
from . import store, changedetection_app, content_fetcher
from . import __version__
def main():