Dag
6afd13eb06
refactor: deprecate FeedItem constructor ( #4201 )
...
* fix: bug in prior commit
* refactor: deprecate FeedItem constructor
* test: fix
2024-08-08 03:43:26 +02:00
Eugene Molotov
401cc187b7
[RutubeBridge] Fix playlist mode returning empty result ( #4184 )
2024-08-02 17:44:46 +02:00
Eugene Molotov
bba225dfe8
[RutubeBridge] New option to fetch video from search results ( #4162 )
2024-07-28 22:33:48 +02:00
Eugene Molotov
fd0d5350be
[RutubeBridge] Include timestamp and author in feed ( #2982 )
2022-08-24 14:49:54 +02:00
Eugene Molotov
205f0a7239
[RutubeBridge] Fix regex for retreiving reduxState ( #2955 )
...
Before this commit regex captured window.reduxState value until first semicolon.
This is incorrect since it produces invalid json, if semicolon is
also somethere in the middle of stringified json.
After this commit regex will capture window.reduxState value until last semicolon.
2022-08-05 11:45:50 +02:00
Dag
4f75591060
Reformat codebase v4 ( #2872 )
...
Reformat code base to PSR12
Co-authored-by: rssbridge <noreply@github.com>
2022-07-01 15:10:30 +02:00
Eugene Molotov
ac766aa47f
[RutubeBridge] Add bridge ( #2661 )
2022-04-16 00:37:38 +05:00