#1866: Support twitpic source rewriting

* html work page -> full image
* thumbnail -> full image
This commit is contained in:
Toks
2013-11-26 15:48:51 -05:00
parent 940909ca9c
commit 100f3a666b
6 changed files with 5008 additions and 2 deletions

View File

@@ -69,7 +69,7 @@ module Downloads
if limit == 0 then
raise Error.new("Too many redirects")
end
source = res["location"]
@source = res["location"]
limit -= 1
else