#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

@@ -2,7 +2,7 @@ module Downloads
module Strategies
class Base
def self.strategies
[Pixiv]
[Pixiv, Twitpic]
end
def rewrite(url, headers)