Mike Fährmann
869f601eb7
[bellazon] unescape 'thread[slug]' metadata
2026-01-07 19:23:54 +01:00
Mike Fährmann
88732321ad
[bellazon] match thread URLs with escaped characters
2026-01-07 19:23:54 +01:00
Mike Fährmann
775e2d6821
[bellazon] use 'data-full-image' URLs if available ( #8833 )
2026-01-07 19:23:45 +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
d0f06be0d2
use 'operator +' when building 'pattern'
2025-12-20 22:07:44 +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
60b3f66950
[belazon] fix starting from a specific page
...
with the default '"order-posts": "desc"'
2025-11-23 18:12:10 +01:00
Mike Fährmann
d7e1351987
[bellazon] improve 'filename' & 'extension' ( #8544 )
...
https://github.com/mikf/gallery-dl/issues/8544#issuecomment-3522617104
- use 'extension' from file URL (except attachments)
- strip everything after the first '.' from non-URL filenames
2025-11-12 18:38:44 +01:00
Mike Fährmann
da47214ca0
[bellazon] remove query parameters from attachment IDs ( #8544 )
2025-11-12 17:46:16 +01:00
Mike Fährmann
c8fc790028
merge branch 'dt': move datetime utils into separate module
...
- use 'datetime.fromisoformat()' when possible (#7671 )
- return a datetime-compatible object for invalid datetimes
(instead of a 'str' value)
2025-10-20 09:30:05 +02:00
Mike Fährmann
6c71b279b6
[dt] update 'parse_datetime' calls with one argument
2025-10-17 22:49:41 +02:00
Mike Fährmann
085616e0a8
[dt] replace 'text.parse_datetime()' & 'text.parse_timestamp()'
2025-10-17 17:43:06 +02:00
Mike Fährmann
b336049fac
[bellazon] add 'num_internal' & 'num_external' metadata fields ( #8415 )
2025-10-15 17:25:10 +02:00
Mike Fährmann
be46fac6ce
[bellazon] fix errors when handling guest users ( #8397 )
2025-10-13 11:37:09 +02:00
Mike Fährmann
41a0d785ca
[bellazon] ignore links to other threads or posts ( #8392 )
2025-10-12 09:37:16 +02:00
Mike Fährmann
f89f55b215
[bellazon] improve video URL regex ( #8392 )
...
match <source> elements with attributes before 'src="..."'
2025-10-12 09:37:15 +02:00
Mike Fährmann
997e7422ff
[bellazon] update ( #8247 )
...
- include 'filename' in default filename_fmt and archive_fmt as 'id'
alone is not guaranteed to be unique, even in the same post
https://www.bellazon.com/main/topic/3556-bipasha-basu
/page/2/#findComment-2536060
- support 'inline' files
- ignore '/profile/' links
- do not increment 'num' on ignored files
2025-09-21 16:20:17 +02:00
Mike Fährmann
8796ad02ba
[bellazon] add 'order-posts' option ( #8248 )
2025-09-20 22:12:01 +02:00
Mike Fährmann
6bca0f93a1
[bellazon] add 'quoted' option ( #8247 )
...
ignore quoted content by default
2025-09-20 20:56:45 +02:00
Mike Fährmann
dbae953c71
[bellazon] support video embeds ( #8239 )
2025-09-20 11:06:59 +02:00
Mike Fährmann
0abee97543
[bellazon] support '#comment-12345' post links ( #8239 )
2025-09-20 09:53:03 +02:00
Mike Fährmann
713a65923a
[bellazon] fix video attachments ( #8239 )
2025-09-19 12:25:47 +02:00
Mike Fährmann
88bfc0991c
[bellazon] add initial support ( #7480 )
2025-09-12 17:21:34 +02:00