extract-urls
Here are 6 public repositories matching this topic...
This Python script extracts all unique URLs from a given webpage and outputs them to the console or to a file. It uses the requests module to send a GET request to the specified URL and the BeautifulSoup module to parse the HTML content of the response.
-
Updated
Mar 5, 2024 - Python
Extract http/https URLs from any kind of text content.
-
Updated
Jan 3, 2024 - HTML
LinkLifter is a Python script that searches for URLs in a given text file or recursively in a directory and its subdirectories. The found URLs, along with the file they are located in, are saved to a CSV file.
-
Updated
Sep 15, 2023 - Python
Improve this page
Add a description, image, and links to the extract-urls topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the extract-urls topic, visit your repo's landing page and select "manage topics."