Commit Graph

35 Commits

Author SHA1 Message Date
Mike Fährmann
68a0a7579c fix/improve some regular expressions 2017-10-09 22:37:50 +02:00
Mike Fährmann
8e14714c2b [imgspice] fix extraction 2017-09-26 21:04:48 +02:00
Mike Fährmann
f32b1a0292 [imgyt] fix extraction 2017-09-14 15:04:32 +02:00
Mike Fährmann
49c7e70c10 [acidimg] add image extractor 2017-09-09 15:19:18 +02:00
Mike Fährmann
0245a0ba5f fix extraction and update test results
- fixes for hbrowse, imgyt, imgcandy, hosturimage
- test updates for deviantart, gfycat
2017-08-08 19:11:13 +02:00
Mike Fährmann
c951d6276c [imagetwist] use https 2017-06-24 16:21:00 +02:00
Mike Fährmann
c184e47ee3 put common directory- and filename formats in base classes 2017-05-30 12:10:16 +02:00
Mike Fährmann
244ab75cad [kissmanga] update AES key retrieval 2017-04-21 20:36:47 +02:00
Chen John L
a5485a46cb fixed the module for pixhost 2017-04-21 19:54:10 +08:00
Mike Fährmann
841fd50242 move code into util.py 2017-03-28 13:12:44 +02:00
Mike Fährmann
4e7661ab01 [imgtrex] re-add extractor 2017-03-21 15:47:51 +01:00
Mike Fährmann
0b59d9f8c7 disable urllib3s InsecureConnectionWarning 2017-02-11 21:21:57 +01:00
Mike Fährmann
0af02007a9 [imagetwist] fix site access 2017-02-08 22:59:00 +01:00
Mike Fährmann
7880cc1ad7 [imgtrex] remove extractor - domain no longer exists 2017-02-05 16:54:04 +01:00
Mike Fährmann
21e0dfbe20 [chronos] raise NotFoundError instead of crashing 2017-02-02 15:54:50 +01:00
Mike Fährmann
2b38398940 [imgyt] raise NotFoundError instead of crashing 2017-02-02 15:52:48 +01:00
Mike Fährmann
94e10f249a code adjustments according to pep8 nr2 2017-02-01 00:53:19 +01:00
Mike Fährmann
d82508f245 fix tests for turboimagehost and pinterest 2017-01-27 22:40:18 +01:00
Mike Fährmann
ad4b02508f trying to understand travis-ci unit test failures
- added some debug output via logging module
- unit tests work on my machine (tm)
2017-01-12 22:35:42 +01:00
Mike Fährmann
c604a65b88 [imgyt] use token as filename if none is given 2016-12-25 00:53:32 +01:00
Mike Fährmann
b0e8daf415 [imgclick] remove extractor - uses captcha 2016-12-08 16:51:25 +01:00
Mike Fährmann
2fae0b1803 [fapat] add extractor 2016-12-07 08:45:52 +01:00
Mike Fährmann
583f1b8bbb [postimg] add extractor 2016-12-06 12:46:41 +01:00
Mike Fährmann
d1cd9acf54 [pixhost] adjust to new site layout 2016-12-06 10:05:24 +01:00
Mike Fährmann
d402e644bf update tests 2016-11-29 17:11:41 +01:00
Mike Fährmann
46440fda2d [imagevenue] add extractor 2016-11-28 22:30:00 +01:00
Mike Fährmann
99440ca51a [imgtrial] add extractor 2016-11-13 21:25:37 +01:00
Mike Fährmann
5f2824dfe6 [imgspot] add extractor 2016-11-13 21:24:38 +01:00
Mike Fährmann
88193718e8 [pixhost] add extractor 2016-11-09 12:03:14 +01:00
Mike Fährmann
07e9e2c4f1 [imgmaid] add extractor 2016-11-08 00:17:10 +01:00
Mike Fährmann
885aa7f7cf [img4ever] add extractor 2016-11-08 00:16:47 +01:00
Mike Fährmann
37ea66098a add tests 2016-11-05 13:51:52 +01:00
Mike Fährmann
78b168820d move another 4 extractors 2016-11-04 09:33:38 +01:00
Mike Fährmann
5e82e8dfbd move chronos & co. to imagehosts file 2016-11-03 18:14:33 +01:00
Mike Fährmann
8b7f719f36 combine imagehost extractors into a single file
added extractors for
 - hosturimage.com
 - imageontime.org
 - imgupload.yt
 - imgspice.com
 - imgclick.net

All of these would have shared a lot of common code, so i created a base
class for imagehost extractors and put them all in the same file to
avoid clutter.
2016-11-03 15:46:04 +01:00