diff options
| author | Georgi Nikolov <ggeorgi60@gmail.com> | 2025-01-26 15:52:57 +0200 |
|---|---|---|
| committer | Georgi Nikolov <ggeorgi60@gmail.com> | 2025-01-26 15:52:57 +0200 |
| commit | 0874c30ff6443f6b40f4ef96739be330d9d4940a (patch) | |
| tree | b6d5cab7a2b18b064fe5abedb4fe710e6241c2c2 /controllers | |
| parent | 7ecd46d4ca0644c1e2398afe9e489604d14244cb (diff) | |
| download | nowayforward_human-0874c30ff6443f6b40f4ef96739be330d9d4940a.tar nowayforward_human-0874c30ff6443f6b40f4ef96739be330d9d4940a.tar.gz nowayforward_human-0874c30ff6443f6b40f4ef96739be330d9d4940a.zip | |
Added downloading of the frames in the page
Diffstat (limited to 'controllers')
| -rw-r--r-- | controllers/archive.php | 1 |
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); |
