From: Oleg Broytman Date: Tue, 16 Oct 2012 22:31:55 +0000 (+0000) Subject: Made URLs absolute in X-Git-Url: https://git.phdru.name/?p=phdru.name%2Fphdru.name.git;a=commitdiff_plain;h=10a6302c317764909c062a2528c37fca3f9f3dbd Made URLs absolute in git-svn-id: file:///home/phd/archive/SVN/phdru.name/scripts@133 7bb0bf08-9e0d-0410-b083-99cee3bf18b8 --- diff --git a/reindex_blog.py b/reindex_blog.py index 3f10016..ec6adc0 100755 --- a/reindex_blog.py +++ b/reindex_blog.py @@ -480,6 +480,19 @@ class AbsURLHTMLParser(_HTMLParser): def end_a(self): self.accumulator += '' + def start_img(self, attrs): + self.accumulator += '