Added preflight method to scrapers. Added Assylum.

This commit is contained in:
2020-02-12 01:54:54 +01:00
parent bec26ee072
commit 2f70de8e11
14 changed files with 185 additions and 19 deletions

View File

@@ -149,6 +149,7 @@ const funcs = {
qurl,
qurls,
qa: qall,
qs: qall,
qd: qdate,
qi: qimage,
qis: qimages,
@@ -175,6 +176,7 @@ function init(element, window) {
return {
element,
el: element,
html: element.outerHTML || element.body.outerHTML,
...(window && {
window,