remove comments

pull/13/head
Mike Fährmann 9 years ago
parent 4d56b76aa8
commit c0aaf230d5
No known key found for this signature in database
GPG Key ID: 5680CA389D365A88

@ -14,7 +14,6 @@ from .extractor.common import Message
class DownloadJob():
def __init__(self, url):
# self.extractor, self.info = extractor.find(url)
self.extractor = extractor.find(url)
if self.extractor is None:
print(url, ": No extractor found", sep="", file=sys.stderr)
@ -119,7 +118,6 @@ class DownloadJob():
class KeywordJob():
def __init__(self, url):
# self.extractor, self.info = extractor.find(url)
self.extractor = extractor.find(url)
if self.extractor is None:
print(url, ": No extractor found", sep="", file=sys.stderr)

Loading…
Cancel
Save