fixes #4
This commit is contained in:
parent
a624f664ef
commit
57c83df17d
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ function recurseElement(page: Page, el: Element) {
|
|||
});
|
||||
}
|
||||
}
|
||||
if (["audio", "video", "img", "source"].includes(el.name)) {
|
||||
if (["audio", "video", "img", "source", "iframe"].includes(el.name)) {
|
||||
if (el.attribs.src) {
|
||||
checkUrl(page, el, el.attribs.src);
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue