Python Script for Web Scraping certain HTML Image Sources
My first short program I wrote that uses the Python library "beautifulsoup4" to parse the HTML contents of a certain website to locate and match particular attribute image sources (which itself is the graphic novel content) and downloads them to a directory on my computer. The script is executed via the Run command (the first argument is the name of the script itself and the second argument is the chapter number, separated by space).
