Commit Graph

7 Commits

Author SHA1 Message Date
Mike Fährmann
a453335a9f remove test results in extractor modules
and add generic example URLs
2023-09-11 16:30:55 +02:00
Mike Fährmann
a383eca7f6 decouple extractor initialization
Introduce an 'initialize()' function that does the actual init
(session, cookies, config options) and can called separately from
the constructor __init__().

This allows, for example, to adjust config access inside a Job
before most of it already happened when calling 'extractor.find()'.
2023-07-25 22:16:16 +02:00
Mike Fährmann
850df34c31 remove '&' from URL patterns part 2
follow-up on 968d3e8465
2023-05-03 20:26:25 +02:00
Mike Fährmann
5e63942b37 [urlshortener] update 2023-04-15 18:06:06 +02:00
ClosedPort22
875485313f [urlshortener] force HTTPS 2023-04-09 18:19:52 +08:00
ClosedPort22
71b26adb9b [urlshortener] add tinyurl.com as an example 2023-03-29 13:37:26 +08:00
ClosedPort22
9e2a945013 [urlshortener] add support for bit.ly & t.co 2023-03-29 00:06:41 +08:00