Mike Fährmann
53cdfaac37
[common] add reference to 'exception' module to Extractor class
...
- remove 'exception' imports
- replace with 'self.exc'
2026-02-15 10:57:22 +01:00
seanbowve
bed2ea0bac
[motherless] fix gallery media metadata issues ( #8873 )
...
* fix gallery media metadata issues
* retain group/gallery creator
2026-01-13 09:23:00 +01:00
Mike Fährmann
00c6821a3f
replace 2-element f-strings with simple '+' concatenations
...
Python's 'ast' module and its 'NodeVisitor' class
were incredibly helpful in identifying these
2025-12-22 11:26:04 +01:00
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
spicybiguy
11151033f6
[motherless] fix 'gallery_title' extraction ( #8605 )
...
* Update motherless.py for title selector
Updated the selector for the title property for Motherless galleries to be an h2 instead of an h1 to reflect changes on the site
* fix 'gallery_title' extraction
---------
Co-authored-by: Mike Fährmann <mike_faehrmann@web.de >
2025-11-28 10:53:16 +01:00
Mike Fährmann
d7c97d5a97
use f-strings when building 'pattern'
2025-10-20 21:23:11 +02:00
Mike Fährmann
0eb3c8a994
[dt] replace 'util' datetime functions
2025-10-15 21:30:38 +02:00
Mike Fährmann
ee47c70079
[motherless] detect 404 / 'File not found' pages
2025-08-08 08:22:44 +02:00
NecRaul
089f815560
[motherless] Add group support ( #7774 #7787 )
...
* [motherless] Add group support
* [motherless] Update old unit tests
* [motherless] Add new unit tests
* [motherless] Update docs
2025-07-14 16:50:07 +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
e08ec7e083
update copyright notices
2025-06-13 00:03:41 +02:00
Mike Fährmann
b9352bd150
[motherless] fix video gallery downloads ( #7530 )
...
Video URLs can no longer be constructed from their thumbnail URLs. They
now need a valid `hash` query parameter or they yield a
'401 Unauthorized' error, thus requiring an extra request per video
to fetch their media page.
2025-05-17 12:12:12 +02:00
Mike Fährmann
b78c35fd15
[motherless] add 'media' and 'gallery' extractors
...
(#2074 , #4413 , #6221 )
2024-11-22 21:06:32 +01:00