Tools Nakal
$24.00$40.00 (-40%)
This script is designed to download a complete webpage, including the main HTML file and all associated assets like images, stylesheets (CSS), and scripts (JavaScript). Its purpose is to create a local copy that can be accessed offline or for further analysis, without requiring an active internet connection after the initial download
Note:
- 1 Lisensi = Unlimited domain/SubDomain.
- License based on IP/MAC Address Server/Hosting so can not be installed it on another Server/Hosting if you buy for 1 License.
This script is designed to download a complete webpage, including the main HTML file and all associated assets like images, stylesheets (CSS), and scripts (JavaScript). Its purpose is to create a local copy that can be accessed offline or for further analysis, without requiring an active internet connection after the initial download
Key Features
- Main HTML File Retrieval: Capable of downloading the HTML source code from the target URL.
- Asset Identification and Download: Automatically scans the HTML file to locate references to external assets such as:
- Images:
<img>tags (srcanddata-srcattributes),background-imagein CSS. - Stylesheets (CSS):
<link rel="stylesheet">tags (hrefattribute),@importin CSS. - Scripts (JavaScript):
<script>tags (srcattribute).
- Images:
- Asset URL Adjustment: After assets are downloaded, the script will modify the main HTML file. All asset URLs that previously pointed to online locations will be changed to point to the local paths where the assets are stored, ensuring the page displays correctly offline.
- Local Directory Structure: Creates a neat directory structure to store the HTML file and its assets. Typically, assets will be saved in separate subdirectories (e.g.,
images,css,js) to maintain organization. - Relative and Absolute URL Handling: Able to identify and handle both relative and absolute URLs for assets, converting them into correct local paths.
- Redirection Handling: Can follow HTTP redirects to ensure the correct page is downloaded.
- Parameter Configuration: Allows users to configure important parameters such as the target URL, storage directory, and possibly even filters for specific asset types to download or ignore.
- Duplicate Download Prevention: (Optional, depending on implementation) If an asset is referenced multiple times, the script can be designed to download it only once.
General Workflow
- Initiate Download: The script receives the target URL as input.
- Fetch HTML: It sends an HTTP GET request to the URL to obtain the HTML content.
- Parse HTML: Uses an HTML parsing library (e.g., BeautifulSoup in Python) to analyze the HTML document structure.
- Extract Assets: It searches for all tags and attributes that refer to external assets.
- Download Assets: For each asset found, the script downloads it to the appropriate local location within the defined directory structure.
- Modify HTML: After all assets are downloaded, the script modifies the downloaded HTML file. Every asset reference will be updated to point to the correct local path.
- Save Files: The modified HTML file and all downloaded assets are saved to the local file system.
Potential Uses
- Website Archiving: Creating offline copies of websites for future reference.
- Offline Development: Testing webpage display and functionality without an internet connection.
- Content Analysis: Collecting data from webpages for content analysis or data mining.
- Backup: Creating backups of important webpages.
This script will be a very useful tool for web developers, researchers, or anyone who needs to access web content offline or process it locally.
Change Log:
v.2.0.5 – Oct 26, 2025
# Fixed delete templates downloaded
v.2.0.4 – July 27, 2025
# Fixed storage link
v.2.0.3 – July 25, 2025
# Fixed Mobile layout
v.2.0.2 – July 23, 2025
# New look with UI








