From 0874c30ff6443f6b40f4ef96739be330d9d4940a Mon Sep 17 00:00:00 2001 From: Georgi Nikolov Date: Sun, 26 Jan 2025 15:52:57 +0200 Subject: Added downloading of the frames in the page --- controllers/archive.php | 1 + 1 file changed, 1 insertion(+) (limited to 'controllers') diff --git a/controllers/archive.php b/controllers/archive.php index c731a54..8d0151e 100644 --- a/controllers/archive.php +++ b/controllers/archive.php @@ -354,6 +354,7 @@ class DownloadPage { $this->downloadSource($dom, $folder_path, 'link', 'href', $simular_pages); $this->downloadSource($dom, $folder_path, 'script', 'src', $simular_pages); $this->downloadSource($dom, $folder_path, 'img', 'src', $simular_pages); + $this->downloadSource($dom, $folder_path, 'frame', 'src', $simular_pages); $this->updatePageTitle($dom); -- cgit v1.2.3