mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-05-09 23:24:44 +00:00
getContent fix
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@87 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
2f2161385a
commit
569e591f1c
1 changed files with 1 additions and 1 deletions
|
|
@ -165,7 +165,7 @@ class HttpUrlData(UrlData):
|
|||
self.data = self.urlConnection.read()
|
||||
self.downloadtime = time.time() - t
|
||||
self._init_html_comments()
|
||||
#Config.debug(Config.DebugDelim+self.data+Config.DebugDelim)
|
||||
return self.data
|
||||
|
||||
def isHtml(self):
|
||||
if not (self.valid and self.mime):
|
||||
|
|
|
|||
Loading…
Reference in a new issue