1
0
Fork 0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-03-16 21:20:46 +03:00
Commit graph

641 commits

Author SHA1 Message Date
Dag
73289324bd
feat: add vendor http header to cached responses () 2024-03-31 21:02:55 +02:00
Niehztog
1c3c85d8ff
[XPathBridge] Allow multiple categories ()
* [XPathAbstract] allow multiple categories

* fix feed icons in two bridges

* fix warning

* fix linter errors
2024-03-31 18:46:07 +02:00
Dag
545dc969d3
refactor () 2024-03-31 03:38:42 +02:00
Dag
4c355ba308
fix(FilterBridge): trim title so that regex filter works as expected ()
The fix is in FeedParser, so this fixes all usages
of FeedParser where title is now trimmed.

fix 
2024-02-20 19:32:31 +01:00
hleskien
8e8028b786
Adopt WebDriverAbstract as a solution for active (JavaScript) websites ()
* first working version

---------

Co-authored-by: Dag <me@dvikan.no>
2024-02-10 04:42:22 +01:00
Dag
ff7840d60f
chore: prepare for introduction of php-webdriver/webdriver (Selenium) () 2024-02-09 22:51:10 +01:00
Dag
7b2ac36264
chore: move committed third-party deps to lib () 2024-02-09 22:27:35 +01:00
Dag
8a6798a227
fix: escape token for html context () 2024-02-09 07:27:16 +01:00
Dag
ca87562cab
fix: prepare release () 2024-02-02 18:22:10 +01:00
Dag
d01c462ad5
fix(FeedExpander): if parse fails, include offending url in exception message ()
Also some refactors
2024-01-29 21:51:34 +01:00
Dag
c4fceab7b3
refactor(FeedParser): () 2024-01-29 21:51:06 +01:00
Dag
c3a968193e
fix: typo in previous commit () 2024-01-26 21:58:24 +01:00
Dag
0e3a79fd78
fix: bug in cache-prune ()
fixes Uncaught Exception: No cache type configured
2024-01-26 21:44:34 +01:00
Dag
e58c867a82
feat: token authentication () 2024-01-25 18:20:02 +01:00
Dag
d08d13f2c8
refactor: introduce http Request object () 2024-01-25 16:06:24 +01:00
Dag
9574c17ddc
refactor/fix () 2024-01-25 13:03:00 +01:00
Dag
06b299e627
refactor: prepare for introduction of token based authentication () 2024-01-24 23:06:23 +01:00
ORelio
feb2a686d7
[CssSelectorBridge] Move metadata retrieval to lib ()
May become handy for making other bridges
2024-01-23 15:58:30 +01:00
ORelio
12a90e2074
Utils: Add Webp MIME type () 2024-01-19 21:30:06 +01:00
Dag
191e5b0493
feat: add etag support to getContents () 2024-01-12 01:31:01 +01:00
Dag
080e29365a
feat(http-client): add http retry count to config () 2024-01-10 21:48:12 +01:00
Dag
0bf5dbbc0b
chore: add tools for manually administrating the configured cache () 2024-01-09 20:33:35 +01:00
Dag
3ce94409ab
feat: support itunes namespace in top channel feed ()
Also preserves other properties.
2024-01-09 20:18:33 +01:00
Florent V
ad2d4c7b1b
[BridgeAbstract] use getParameters instead of static to allow overriding it from bridges () 2023-12-26 12:20:49 +01:00
Dag
98a94855dc
feat: embed response in http exception () 2023-12-20 03:16:25 +01:00
Dag
d157816e07
fix(reddit): cache tweak for 403 forbidden () 2023-12-13 21:56:14 +01:00
Dag
f01729c86f
fix(arstechnica): plus a few unrelated tweaks () 2023-12-13 21:40:13 +01:00
ORelio
cee25d862d
[html] clean data attributes ()
Some feed readers had difficulties with attributes containing html tags
2023-10-24 19:57:25 +02:00
ORelio
4f7451895b
Fix: content.php: last-modified/if-unmodified-since () ()
* Fix: content.php: last-modified/if-unmodified-since ()

Fix exception if server sent invalid Last-Modified header
Add support for Unix time instead of standard date string
Send back standard RFC7231 date string instead of Unix time

* Fix: content.php: if-unmodified-since: cURL API

Use getTimestamp() as cURL expects that and will format the If-Modified-Since header appropriately.
2023-10-20 13:33:07 +02:00
ORelio
8ff39f64f7
[html] add data-orig-file tag ()
Add support for data-orig-file tag in convertLazyLoading()
Remplace end() with array_key_last() as discussed in 
Fix typo in comment
2023-10-20 13:31:52 +02:00
ORelio
7533ef12e3
[html] improve srcset attribute parsing ()
Fix commas not being used for splitting, resulting in broken src URL in some cases:
srcset="url1.jpg, url2.jpg 2x" would give src="url1.jpg,"
2023-10-18 19:12:19 +02:00
Dag
ef5bd83bd0
feat: preserve and reproduce podcast feeds (itunes rss module) () 2023-10-16 02:58:03 +02:00
Dag
daef240cd2
test: add test for FeedParser () 2023-10-13 23:14:08 +02:00
Dag
5f37c72be0
fix(binance): plus some other tweaks () 2023-10-13 20:48:08 +02:00
Dag
920d00480d
fix(senscritique) () 2023-10-13 11:24:22 +02:00
Dag
49d9dafaec
refactor: more feed parsing tweaks () 2023-10-13 02:31:09 +02:00
Dag
2880524dfc
refactor: remove parent calls to parseItem () 2023-10-13 01:59:05 +02:00
Dag
e379019db2
refactor () 2023-10-13 01:02:19 +02:00
Dag
44fb2c98bc
fix: various fixes () 2023-10-13 00:26:11 +02:00
Dag
9bda9e246a
refactor: FeedExpander ()
* refactor: FeedExpander
2023-10-12 22:14:04 +02:00
Dag
6a72c56cdd
fix: various fixes () 2023-10-12 19:49:04 +02:00
Dag
b6a9baff94
fix(cvedetails,tldrtech) () 2023-10-10 21:41:57 +02:00
User123698745
59dd49671d
[BridgeCard] add example value to info hint and allow using it by right click () 2023-10-02 03:02:57 +02:00
Dag
547af0d0d2
refactor: use Json::encode instead of json_encode () 2023-10-01 20:54:28 +02:00
User123698745
69da0dd583
[refactoring] replace direct use of curl with getContents ()
+ some fixed warnings
2023-10-01 20:46:51 +02:00
Dag
41df17bc46
refactor ()
* test: refactor test suite

* docs

* refactor

* yup

* docs
2023-10-01 19:23:30 +02:00
Dag
7273a05f02
fix: google play and tiktok ()
* fix(googleplay)

* fix(tiktok)
2023-10-01 18:53:50 +02:00
Dag
ae53adefad
refactor: FeedItem::setTimestamp() () 2023-09-26 00:27:45 +02:00
Dag
f421c45b21
test: add feed item test ()
* test: add feed item test

also some refactor

* yup

* yup
2023-09-25 22:32:15 +02:00
Dag
cd30c25b08
refactor () 2023-09-25 21:18:48 +02:00