[ZonebourseBridge] Add Bridge (#4501)
[ZonebourseBridge] Add Bridge (#4501)
[ZonebourseBridge] Add Bridge (#4501)
fix(atom): omit item timestamp if absent (#4541) prev behavior inserted current time, which seems wrong
fix(reddit): handle absent search keywords, #4502 (#4542)
fix(furaffinity): date and tags, #4513 (#4543)
fix(github): PRs and issues (#4544)
chore(fdroid): remove dead bridge (#4545)
[ElektroARGOSBridge] add new bridge - News, events and promotions on ARGOS electro shop (#4523)
test (#4546)
fix(CssSelector): html entity decode bug, fix #4484 (#4547)
Apple App Store bridge fix (#4516) * Apple App Store bridge fix * Fixe AppleAppStore + lint * fix endpoint
[LinuxBlogBridge] add bridge (#4528) * [LinuxBlogBridge] add bridge * refactor * Update LinuxBlogBridge.php
[InstagramBridge] Use fallback when User ID can not be found (#4531) - In case the userId can not be found, use the Fallback method - Fallback method move to it's own function
[GoComicsBridge] Update fix for latest layout changes (#4539)
[FinanzflussBridge] fix for images not displayed (#4538)
[AllegroBridge]: fix, use JSON instead of HTML (#4536) Cookie is now obligatory, otherwise 403 is returned
[TikTokBridge] Use oEmbed for video metadata (#4514) * [TikTokBridge] Use oEmbed for video metadata Fetches oEmbed-formatted metadata for videos through the TikTok API to provide post titles, thumbnails, and authors. This hasn't yet been tested, so it's possible it doesn't work. * [TikTokBridge] Add back view count parsing oops * [TikTokBridge] Prepend www to the oEmbed API endpoint URL The non-www URL resulted in a 301 redirect to the www URL, so this just skips that redirect, improving performance a bit and hopefully helping with the 400 errors. * [TikTokBridge] Retry failed OEmbed requests If an OEmbed request fails, retry a few times, waiting a bit in between each retry. This should fix the problem for the most part, since I think the problem was related to some sort of rate limit (it isn't mentioned in the docs, but it seems to only happen when sending large quantities of sequential requests).
fix(tiktok) (#4550)
[LinuxBlogBridge] fix typo (#4549)
fix: tweak logging rules (#4551)
fix: do not log rate limit exceptions (#4552)
fix(furaffinity): type error (#4554) fixes array_filter(): Argument #1 ($array) must be of type array, null given fix #4553