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
|
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
|
a453335a9f
|
remove test results in extractor modules
and add generic example URLs
|
2023-09-11 16:30:55 +02:00 |
|
Mike Fährmann
|
d97b8c2fba
|
consistent cookie-related names
- rename every cookie variable or method to 'cookies_*'
- simplify '.session.cookies' to just '.cookies'
- more consistent 'login()' structure
|
2023-07-22 01:20:50 +02:00 |
|
Mike Fährmann
|
28419bf45a
|
[itchio] add 'game' extractor (#3923)
|
2023-04-26 19:20:43 +02:00 |
|