Mike Fährmann
|
a097a373a9
|
simplify if statements by using walrus operators (#7671)
|
2025-07-22 20:57:54 +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
|
e08ec7e083
|
update copyright notices
|
2025-06-13 00:03:41 +02:00 |
|
bradenhilton
|
3ba4404d21
|
[pixeldrain] add support for filesystem URLs (#7473)
|
2025-05-21 17:28:09 +02:00 |
|
Mike Fährmann
|
154a890399
|
[pixeldrain] integrate into 'album' extractor
|
2024-05-25 23:42:23 +02:00 |
|
HornyQT
|
24e70b956b
|
[pixeldrain] add support for single file album download
|
2024-05-25 16:06:50 +02:00 |
|
Mike Fährmann
|
e256434c9e
|
use custom HTTPBasicAuth class
to support LazyPrompt as password
and to generate the Authorization header only once
instead of for every request
|
2023-12-07 01:40:31 +01:00 |
|
Mike Fährmann
|
cb9a1176e6
|
[pixeldrain] add 'api-key' option (#4839)
|
2023-11-22 19:13:51 +01:00 |
|
Mike Fährmann
|
e1404827a6
|
[pixeldrain] add 'file' and 'album' extractors (#4839)
|
2023-11-22 19:01:19 +01:00 |
|