Mike Fährmann
|
e006d26c8e
|
Revert "use f-strings when building 'pattern'"
revert d7c97d5a97.
|
2025-12-20 22:07:37 +01:00 |
|
Mike Fährmann
|
968597a302
|
yield 3-tuples for Message.Directory
adapt tuples to the same length and semantics as other messages
|
2025-12-05 21:39:52 +01:00 |
|
Mike Fährmann
|
d7c97d5a97
|
use f-strings when building 'pattern'
|
2025-10-20 21:23:11 +02:00 |
|
Mike Fährmann
|
f2a72d8d1e
|
replace 'request(…).json()' with 'request_json(…)'
|
2025-06-29 17:50:19 +02:00 |
|
Mike Fährmann
|
9dbe33b6de
|
replace old %-formatted and .format(…) strings with f-strings (#7671)
mostly using flynt
https://github.com/ikamensh/flynt
|
2025-06-29 17:50:19 +02:00 |
|
Mike Fährmann
|
41191bb60a
|
'match.group(N)' -> 'match[N]' (#7671)
2.5x faster
|
2025-06-18 13:05:58 +02:00 |
|
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
|
1f9a0e2fd8
|
update extractor test results
|
2022-04-18 17:24:00 +02:00 |
|
Mike Fährmann
|
dee0d22561
|
update extractor test results
|
2022-02-06 21:39:24 +01:00 |
|
Mike Fährmann
|
bd08ee2859
|
remove most 'yield Message.Version' statements
only leave them in oauth.py as noop results
|
2021-08-16 03:10:48 +02:00 |
|
Mike Fährmann
|
21c2da454f
|
update extractor test results
|
2021-07-04 22:00:32 +02:00 |
|
Mike Fährmann
|
532ac79fb0
|
update extractor test results
|
2021-05-21 02:28:53 +02:00 |
|
Mike Fährmann
|
ddd48ceee5
|
update extractor test results
|
2021-03-28 23:06:44 +02:00 |
|
Mike Fährmann
|
20bd9cd296
|
[wikiart] add extractor for single paintings (closes #1233)
There is no API endpoint for single paintings from what I can tell,
so this uses the site's search.
|
2021-01-08 23:19:00 +01:00 |
|
Mike Fährmann
|
912eea29bc
|
update extractor test results
|
2020-12-27 17:41:08 +01:00 |
|
Mike Fährmann
|
f5b7ae01c1
|
update extractor test results
|
2020-09-15 18:07:08 +02:00 |
|
Mike Fährmann
|
45baa13615
|
update extractor test results
- don't run Instagram tests on Travis anymore
- replace Twitter test because timeline was made private
- update Hiperdex domain to '.com' (again ...)
|
2020-05-28 02:18:06 +02:00 |
|
Mike Fährmann
|
1f2a69f3c5
|
add '_extractor' information to redirect results
|
2019-12-29 23:37:34 +01:00 |
|
Mike Fährmann
|
71acbdabf4
|
[2chan] fix metadata extraction
|
2019-12-03 17:01:11 +01:00 |
|
Mike Fährmann
|
c50d60a53d
|
[reactor] fix image URLs
|
2019-08-16 14:07:22 +02:00 |
|
Mike Fährmann
|
060859cc68
|
fix URL patterns
allow https:// as well as http://
|
2019-04-05 23:15:19 +02:00 |
|
Mike Fährmann
|
21e80d60ff
|
[wikiart] docstring fixes
|
2019-04-03 07:28:10 +02:00 |
|
Mike Fährmann
|
c70b21248d
|
[wikiart] add extractors (#179)
for
- artists: https://www.wikiart.org/en/thomas-cole
- artist-listings: https://www.wikiart.org/en/artists-by-century/12
- artwork-listings: https://www.wikiart.org/en/paintings-by-media/grisaille
|
2019-04-02 17:34:57 +02:00 |
|