This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
""" | |
Simple script to download the Dilbert comic strips in a defined period of time | |
If no arguments are passed to the script, it will download all the Dilbert comic | |
strips in the current folder (It may take a while). | |
Acknowledgments | |
--------------- | |
This script is strongly based in the work from: |