aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorgi Nikolov <ggeorgi60@gmail.com>2025-01-26 15:52:57 +0200
committerGeorgi Nikolov <ggeorgi60@gmail.com>2025-01-26 15:52:57 +0200
commit0874c30ff6443f6b40f4ef96739be330d9d4940a (patch)
treeb6d5cab7a2b18b064fe5abedb4fe710e6241c2c2
parent7ecd46d4ca0644c1e2398afe9e489604d14244cb (diff)
downloadnowayforward_human-0874c30ff6443f6b40f4ef96739be330d9d4940a.tar
nowayforward_human-0874c30ff6443f6b40f4ef96739be330d9d4940a.tar.gz
nowayforward_human-0874c30ff6443f6b40f4ef96739be330d9d4940a.zip
Added downloading of the frames in the page
-rw-r--r--controllers/archive.php1
1 files changed, 1 insertions, 0 deletions
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);