Skip to content

Commit

Permalink
additional comments
Browse files Browse the repository at this point in the history
Signed-off-by: Jelle van der Waa <jelle@vdwaa.nl>
  • Loading branch information
jelly committed Jul 24, 2012
1 parent 00dd122 commit 331629b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions picasa-download.py
Expand Up @@ -4,6 +4,9 @@
import urllib.request
import sys

# Downloads a webalbum of picasa in the current directory if the rss url is provided.
# Note that https doesn't work atm


if len(sys.argv) == 2:
url = sys.argv[1]
Expand Down

0 comments on commit 331629b

Please sign in to comment.