This commit is contained in:
Bastian Kleineidam 2013-01-24 21:42:27 +01:00
parent 6634a39d61
commit 73700e66f0
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@ Features:
- comics: Added PandyLand comic strip.
- comics: Added all comic strips from Arcamax (eg. including
Hagar the horrible).
- documentation: Document parallel download option with xargs
- documentation: Document parallel download example with xargs
on Unix systems.
Changes:

View file

@ -3,7 +3,7 @@
# Copyright (C) 2012-2013 Bastian Kleineidam
from __future__ import division, print_function
import urllib, urllib2, urlparse
import urllib, urlparse
import robotparser
import requests
import sys