The script downloads all oatmeal comics from theoatmeal.com and memes from 9gag.com
The script uses python modules : BeautifulSoup and urllib.
Downloads all the comics from theoatmeal.com/comics
Steps to run:
- python -m pip install bs4 urllib
- cd src
- python downloader.py // (oatmeal.py or 9gag.py)
Update : Added 9gag downloader for hot and trending page.
Downloads images and gifs from 9gag's trending and hot page.
To stop downloading, use keyboard interrupt (Ctrl+C or Ctrl+Z).