Description
Wzfusker is is a small clone of fusker, which was a program that could be used to download parts of Web sites. The project provides several tools to make selective mirroring easier, including selecting only URLs or images from the page and regex-based matching of links.
"Wzfusker" features:
The basic idea behind a fusker is: it maintains a list of URLs. At any time you can choose to download the list of URLs using the get command. Instead of getting the URLs, you can ask the fusker to transform the list into a new list. It can do this by examining each URL in the list, filtering out all the links in the URL, and making a new URL list consisting entirely of pages linked to by URLs in the original list. In a similar fashion, it can transform the list of URLs into a list of all images linked to in the original list. You can also run regular expressions over the list, discarding (or keeping) URLs that match the regex.
A basic tutorial follows.
Start the program:
python fusker.py
Then enter one or more URLs to examine:
wzfusker: url YOUR_URL_HERE
You can then choose to get the URL as-is, or filter out any links or images in the URL. Let’s say the URL is an image gallery containing links to full-size images. Use the “hrefs” option to strip out the links:
wzfusker: hrefs
This gives you a list of links, which you may wish to view:
wzfusker: ls
The list probably contains some bogus links. Perhaps you only want to keep URLs containing the word “fullsize”:
wzfusker: keep fullsize
Now you can download the list:
wzfusker: get
Requirements:
What's New in This Release:
Tags:
User Reviews for Wzfusker FOR LINUX 7
-
Wzfusker FOR LINUX makes selective mirroring easier with regex-based link matching. Supports undo and offers faster retrieval using multiple connections.
-
Wzfusker is fantastic! It makes downloading images and links from websites incredibly easy. Highly recommend!
-
This app is a game changer for anyone needing to mirror websites. Fast, efficient, and user-friendly!
-
Absolutely love Wzfusker! The regex matching feature is brilliant for filtering URLs. Five stars!
-
Wzfusker has simplified my web scraping tasks immensely. Quick downloads and easy commands make it perfect.
-
I was impressed by how well Wzfusker works! It’s fast and reliable for downloading specific content.
-
This app is a must-have for anyone who needs to download parts of websites. Great features and very effective!