Mike Fährmann
bf361ec7d3
[urlgalleries] support new URL format
...
... but the site itself is broken, i.e. image pages are empty.
2025-01-26 17:20:28 +01:00
Mike Fährmann
254ffd3fcd
[shimmie2] remove 'tentaclerape.net'
...
"Site Not Found"
2025-01-26 17:02:07 +01:00
Mike Fährmann
d2164af63d
[komikcast] update domain to 'komikcast.la'
2025-01-26 16:54:14 +01:00
Mike Fährmann
804fd048ef
[szurubooru] remove 'booru.foalcon.com'
...
DNS record of foalcon.com no longer exists
2025-01-26 16:42:49 +01:00
Mike Fährmann
b271a874ed
[fanleaks] remove module
...
DNS record of fanleaks.club no longer exists
2025-01-26 16:35:46 +01:00
Mike Fährmann
f5add4048e
[nekohouse] fix pagination ( #6871 )
...
use distinct names for URL values
2025-01-24 10:18:52 +01:00
Mike Fährmann
4d609e284a
merge #6833 : [kemonoparty] Support /posts endpoint and Creator Tag Calls
2025-01-21 19:22:00 +01:00
BishopRed
b11434a069
[kemonoparty] Support /posts endpoint and Creator Tag Calls
...
- Adding support for calling a creator with a tag selected.
It is using a legacy endpoint but there is no other way currently
documented to get the users post filtered by a tag.
- Fixing the User Tags feature to be paginated
offset is not defined in the API but it is supported.
- Fixed the `/posts` endpoint not working:
1. Added check along with metadata to make sure there is a
creator/service information as that is a requirement
2. Fixed the parameter from tags -> tag.
3. Fixed the _paginate call to exit correctly when there is
a key required for the data (it was prematurely exiting)
- Adding a type of caching mechanism for the metadata/user information.
The current logic would work just fine if looking up for a
singular user, however for the multiple posts via normal
filtering would cause it to either:
This builds a local cache during the process so it should
only make a call for the user info once during the process.
- Updating to meet standards
Fixes
1. Reset formatting for unnecessary line changes
2. Removed Type Hinting
3.Replaced f-string with "".format
Updates
Renamed function creator_posts_tags -> creator_tagged_posts
for clarity of what it does (get posts tags vs get tagged posts)
- Fixing check for the length of response:
1. If it is list - just check len
2. If there is a key - check that the key length is less
than the batch.
- add test for '?tag=...' user URLs
plus some code simplifications
2025-01-21 19:20:22 +01:00
Mike Fährmann
05fa6dd354
[nekohouse] add initial support ( #5241 , #6738 )
2025-01-20 20:15:34 +01:00
Mike Fährmann
f867e690c1
merge #6855 : [turboimagehost] add support for galleries
2025-01-19 17:51:48 +01:00
arebokert
556fbb1a44
[turboimagehost] add support for galleries
...
- added support
- raise error if gallery not found
- fix test
- fix lint issues
- simplify
2025-01-19 17:28:45 +01:00
Mike Fährmann
438c61601b
[xfolio] add initial support ( #5514 , #6351 , #6837 )
2025-01-18 15:57:56 +01:00
Mike Fährmann
dc7b46be21
[khinsider] add 'covers' option ( #6844 )
2025-01-18 15:57:56 +01:00
Mike Fährmann
5a31a2ad22
[khinsider] extract more 'album' metadata ( #6844 )
...
- year
- catalog
- developer
- publisher
- uploader
2025-01-18 15:57:55 +01:00
Mike Fährmann
6e919a3695
[e621] support e621.cc and e621.anthro.fr frontend URLs ( #6809 )
2025-01-15 14:35:37 +01:00
Mike Fährmann
843a39a6c6
[bunkr] extract correct 'filename' data ( #6824 )
2025-01-14 19:45:48 +01:00
Mike Fährmann
d17a423245
[xhamster] fix 'gallery' extractor ( #6818 )
2025-01-13 18:58:08 +01:00
Mike Fährmann
bde99cc6ce
[cohost] remove module
...
cohost.org now redirects to archive.org
2025-01-13 14:38:35 +01:00
Mike Fährmann
42070240ae
[tests] allow testing for types + values
2025-01-12 20:55:37 +01:00
Mike Fährmann
91bd3e37f2
[pexels] add support ( #2286 , #4214 , #6769 )
2025-01-12 16:50:12 +01:00
Mike Fährmann
88f1ef7c3c
[bunkr] fix metadata extraction ( #6805 )
2025-01-11 12:48:41 +01:00
Mike Fährmann
1d75c8308c
[weebcentral] add support ( #6778 )
2025-01-10 23:04:51 +01:00
Mike Fährmann
118b994cf2
[bunkr] support '/f/...' media URLs
2025-01-10 13:01:04 +01:00
Mike Fährmann
ba0443115a
[bunkr] fix ValueError on relative redirects ( #6790 )
2025-01-10 13:00:52 +01:00
Mike Fährmann
89276c5b3e
[e621] match 'tag' search URLs with empty tag ( #6783 )
2025-01-07 20:00:26 +01:00
Mike Fährmann
46b6b71159
[wallhaven] extract 'search[tags]' and 'search[tag_id]' metadata
...
(#6772 )
2025-01-06 17:18:04 +01:00
Mike Fährmann
270aaea8ab
[pixiv] provide fallback URLs ( #6762 )
2025-01-06 15:27:32 +01:00
Mike Fährmann
770f41eb4a
[util] support not splitting "contains" value ( #6773 )
...
by passing any "false" value as 'separator' argument except None
2025-01-06 13:47:32 +01:00
Mike Fährmann
5767c0854c
merge #6758 : [subscribestar] fix attachment downloads and add support for audio type
...
(#6721 , #>6724)
2025-01-02 18:25:37 +01:00
Mike Fährmann
671297a8cc
[subscribestar] extend fix + add test
...
some attachments are inside an element with an additional class besides
'doc_preview', e.g. 'class="doc_preview for_post"'
2025-01-02 18:22:15 +01:00
Mike Fährmann
428eb53086
[hitomi] provide 'search_tags' metadata for search/tag results
...
(#1015 , #6756 )
2025-01-02 17:49:30 +01:00
Mike Fährmann
0c584f9be7
[sankaku] support alphanumeric book/pool IDs ( #6757 )
2025-01-02 15:49:07 +01:00
Mike Fährmann
7391dd208c
[poipiku] always query 'ShowAppendFileF' when post has warning ( #6736 )
2024-12-27 20:32:50 +01:00
Mike Fährmann
bc7e95684d
[piczel] fix extraction ( #6735 )
...
- fix pagination
- update API endpoints
- provide 'count' metadata field
- use BASE_PATTERN and self.groups[…]
2024-12-27 15:08:08 +01:00
Mike Fährmann
167a726972
[szurubooru] support 'visuabusters.com/booru' ( #6729 )
2024-12-26 19:04:16 +01:00
Mike Fährmann
998f949db1
[civitai] add 'user-videos' extractor ( #6644 )
2024-12-26 10:18:54 +01:00
Mike Fährmann
3024dce06b
[8muses] skip albums without valid 'permalink' ( #6717 )
2024-12-24 13:49:19 +01:00
Mike Fährmann
f9d3603bfc
[hitomi] fix searches ( #6713 )
2024-12-24 09:36:29 +01:00
Mike Fährmann
de9442ba75
[directlink] use domain as 'subcategory' ( #6703 )
2024-12-22 17:19:56 +01:00
Mike Fährmann
18491a4ce6
[tapas] fix TypeError for locked episodes ( #6700 )
2024-12-21 15:17:51 +01:00
Mike Fährmann
e0514817bd
[saint] support 'saint2.cr' URLs ( #6692 )
2024-12-19 11:43:35 +01:00
Mike Fährmann
fd5869f7df
[bilibili] support '/upload/opus' URLs ( #6687 )
2024-12-18 08:53:27 +01:00
Mike Fährmann
5fbd0c3a63
[bilibili] extract files from 'module_top' entries ( #6687 )
2024-12-18 08:45:29 +01:00
Mike Fährmann
9f3e4511c6
[tapas] restructure extractors ( #6680 )
...
- handle all episodes with TapasEpisodeExtractor
- prevent locked episodes from stopping processing of all following
episodes
2024-12-17 21:36:37 +01:00
Mike Fährmann
b6b1008ef2
[kemonoparty] support new favorite URLs ( #6676 )
2024-12-16 07:45:33 +01:00
Mike Fährmann
7f6a53c347
[cohost] add 'avatar' and 'background' options ( #6656 )
2024-12-14 20:16:28 +01:00
Mike Fährmann
94d7df186f
[bluesky] default to /posts if reposts/quoted is enabled ( #6583 )
2024-12-13 22:24:37 +01:00
Mike Fährmann
85a37ca039
[facebook] decode surrogate pairs in metadata values ( #6599 )
2024-12-12 20:20:30 +01:00
Mike Fährmann
a33065be86
[zerochan] parse API response manually when json.loads() fails ( #6632 )
2024-12-12 19:57:37 +01:00
Mike Fährmann
d2c66ac34d
[zerochan] fix 'source' extraction when not logged in
2024-12-12 18:16:11 +01:00