Commit Graph

63 Commits

Author SHA1 Message Date
Mike Fährmann
c45770331a use 'str.partition()'
The (r)partition method is always faster then split() or any other
method that has been replaced in this commit.
2017-08-21 18:29:50 +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
9f1c83297f [pinterest] allow URLs with any TLD 2017-05-08 15:08:39 +02: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
3434c5a026 [pinterest] add support for pin.it URLs 2017-01-27 21:51:28 +01:00
Mike Fährmann
a8d716c043 [pinterest] tests + fix error message 2017-01-03 12:12:36 +01:00
Mike Fährmann
02a441503a [pinterest] adjust regex pattern 2016-10-16 12:00:43 +02:00
Mike Fährmann
19c2d4ff6f remove explicit (sub)category keywords 2016-09-25 14:22:07 +02:00
Mike Fährmann
d7e168799d consistent extractor naming scheme + docstrings 2016-09-12 10:34:31 +02:00
Mike Fährmann
8f6d055deb [pinterest] raise NotFoundError + tests 2016-09-04 11:00:38 +02:00
Mike Fährmann
517e88680f [pinterest] add board extractor 2016-09-03 10:00:32 +02:00
Mike Fährmann
79721a65ff [pinterest] add pin extractor 2016-09-02 19:11:16 +02:00