Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

PythonProjects - Website Scraper

This little Python project has a very specific objective. It pulls the HTML code from a webpage, then searches for specific tags and attributes, which in this case are <a> and "href" related to torrent links, and then list them out. My goal from there is to download those torrent files into a folder and have Deluge pick them up for an automatic download.