link-scraper
There are 2 repositories under link-scraper topic.
SIDDHU123M/Streaming-URL-FInder
This Python script scrapes a webpage for video URLs using BeautifulSoup. It extracts URLs from <iframe> and <video> tags using regular expressions and prints them to the console. The script includes a user agent header to avoid 403 errors and supports video formats like MP4, WebM, OGG, and OGV.
1970Mr/link-crawler
Web Link Crawler: A Python script to crawl websites and collect links based on a regex pattern. Efficient and customizable.