ORelio
062dd7f8a5
[FuturaSciences] Strip inline scripts from content
2020-08-11 14:01:44 +02:00
Nemo
be089702f0
[docker] Install memcached PHP extension from PECL ( #1473 )
...
- Adapted from https://stackoverflow.com/a/41575677
- Tested by running `php -m`
- SimpleXML now comes pre-installed with PHP, so removed the extra step
- Adds --no-install-recommends
Signed-off-by: Nemo <me@captnemo.in>
2020-08-07 18:21:28 +05:00
sarnd
c71fad4a4a
[TwitterBridge] URL to js file with apikey changed. ( #1686 )
...
Twitter has changed URL scheme back again (see PR#1647 / commit 78298385d0
)
This patch will try both URL schemes now and throw a specific error when neither works
2020-08-06 10:22:17 +05:00
Eugene Molotov
5be251a66e
[TwitterBridge] Fetch latest tweets on hashtag or keyword query ( #1674 )
2020-08-02 19:40:41 +05:00
Eugene Molotov
7709b8d662
[VkBridge] Correct fallback behavior, when trying to get direct video links ( #1670 )
2020-07-31 15:29:18 +05:00
triatic
f5916a2f74
[TwitterBridge] apikey fetched every time ( #1663 )
...
The apikey is fetched every time because $data is not an array. Update the condition to expire the api key at the same time as the guest token.
2020-07-30 09:54:16 +05:00
Eugene Molotov
a33088ca99
[GoogleSearch] Correct parsing uri of search result ( #1601 )
2020-07-27 11:44:07 +05:00
somini
78facbcb83
[TwitterBridge] Fix noretweet for users ( #1608 )
...
This also removes spurious retweets.
2020-07-26 11:26:39 +05:00
Thomas
d5a75a2545
[DribbbleBridge] regex fix and CSS selector update ( #1657 )
...
* [DribbbleBridge] Fixed regular expressions for quote replacement in JSON (previously invalid JSON was created if a property value contained colons or single quotes). Also updated two CSS selectors as Dribbble's HTML has changed.
* [DribbbleBridge] Added fix for relative dates in JSON
* [DribbbleBridge] Removed redundant whitespaces
2020-07-25 08:58:42 +05:00
triatic
25698d182c
[TwitterBridge] Remove unused variable
2020-07-24 13:13:21 +05:00
Corentin Garcia
9e74cc64ed
[RainbowSixSiegeBridge] Fix bridge ( #1587 )
2020-07-24 12:56:41 +05:00
sarnd
78298385d0
[TwitterBridge] guest token is returned via body again. ( #1647 )
...
* [TwitterBridge] guest token is returned via body again. This change will try to search fot token inside header and fallback to body
* Twitter changed the URL scheme for the API
2020-07-24 12:52:27 +05:00
somini
976445b490
Improve Soundcloud bridge ( #1500 )
...
* [SoundcloudBridge] Add playlist support, migrate to `api-v2`
2020-07-05 19:49:46 +02:00
triatic
3ad126cdf2
[core] Add headers to file_get_contents ( #1623 )
...
Add response headers to file_get_contents() method. Headers are used by some bridges.
2020-06-25 12:22:05 +02:00
sarnd
e87b868307
[TwitterBridge] Fix issue #1621 @<twitter_user> failed with error 429 ( #1622 )
...
* [TwitterBridge] Fix issue #1621 @<twitter_user> failed with error 429
2020-06-25 12:21:48 +02:00
triatic
23c61f5f84
[TwitterBridge] Expire guest token by time ( #1606 )
...
* [TwitterBridge] Expire guest token by time
In addition to fetching a new guest token after 100 uses, also expire token after 5 minutes (configurable).
2020-06-23 15:14:50 +02:00
somini
22a01f1093
[Twitter] Fix Twitter bridge images and add other media types ( #1595 )
...
* Keep old URI structure
Use the username, not the user ID.
* Fix Twitter bridge images
Credit to @kinoushe
See https://github.com/RSS-Bridge/rss-bridge/issues/1562#issuecomment-639393175
* Include Videos and "Animated GIF" as twit enclosures
Credit to @kinoushe for digging into the API docs.
https://github.com/RSS-Bridge/rss-bridge/issues/1562#issuecomment-640320688
* Calculate the highest bitrate video
Include that on the enclosure.
* Appease linter
* Appease linter, again
* Remove surrounding link from videos
Add it on a smaller link besides it.
See
https://github.com/RSS-Bridge/rss-bridge/pull/1595#issuecomment-640989208
* Include video poster on the enclosures.
2020-06-10 22:39:36 +02:00
Park0
98ff5a095c
[Marktplaats] New Bridge ( #1575 )
2020-06-09 20:21:34 +02:00
Eugene Molotov
e4c4ae8245
[MemcachedCache] loadData now returns null instead of false ( #1592 )
...
FileCache and SQLiteCache returns null on cache miss. This is important if using strict comparing (for example when using "===")
2020-06-08 11:27:19 +02:00
Lyra
124631df73
[TwitterBridge] Fix caching policy, usernames as well as images
2020-06-08 11:18:24 +02:00
Lyra
06891ae35f
[TwitterBridge] Fix the bridge using a brand new API
2020-06-05 10:17:53 +02:00
Michael Bemmerl
c4422bdbb5
[Core] Fix notice of undefined offset when in detached HEAD state. ( #1569 )
2020-05-27 23:08:06 +02:00
floviolleau
a1dd98ff82
[LesJoiesDuCodeBridge] Fix items not loading
2020-05-27 23:04:43 +02:00
floviolleau
25f0d3b877
[TheCodingLoveBridge] Fix not loading items ( #1577 )
2020-05-27 23:04:03 +02:00
Damien Calesse
9a66227a79
[SensCritique] Fix search display ( #1567 )
...
- Remove movies search. It appears the website changed their movies
displays and data cannot be easily extracted for now.
- Fix some errors on items without proper description and/or original
title.
2020-05-20 21:52:37 +02:00
Sandro
8047041963
[Core] Include Media RSS namespace for Atom feeds
...
Include Media RSS namespace for Atom feeds
Fix #1511
Fix #1499
2020-05-19 10:00:12 +02:00
Joseph
fa74d3728b
[GizmodoBridge] Fix bridge ( #1538 )
...
* [GizmodoBridge] Update bridge
2020-05-17 20:35:34 +02:00
Fanch
8233497611
[AirBreizhBridge] Add new bridge ( #1544 )
...
* [AirBreizhBridge] Add new bridge
2020-05-17 20:33:14 +02:00
Joseph
71745116e1
[MozillaBugTrackerBridge] Fix bridge ( #1550 )
...
* [MozillaBugTrackerBridge] Fix bridge
2020-05-17 20:33:01 +02:00
Paroleen
36fc4822dd
[UnraidCommunityApplicationsBridge] Add new bridge ( #1534 )
...
* [UnraidCommunityApplicationsBridge] Add new bridge
2020-05-17 20:22:04 +02:00
Eugene Molotov
868d3f600d
[VkBridge] Fix one letter bug on titles ( #1555 )
2020-05-17 20:21:37 +02:00
sysadminstory
f4affe1833
[AuoJMBridge] Follow Website change ( #1527 )
...
* [AuoJMBridge] Follow Website change
2020-05-17 20:05:04 +02:00
Joseph
63a4db7e86
[DownDetectorBridge] Fix bridge ( #1528 )
2020-05-17 20:04:37 +02:00
Joseph
f48909b84e
[ASRockNewsBridge] Add Bridge ( #1526 )
...
* [ASRockNewsBridge] Add Bridge
2020-05-17 20:00:52 +02:00
Paroleen
ca88096f1f
[AwwwardsBridge] New bridge ( #1524 )
...
[AwwwardsBridge] New bridge (#1524 )
2020-05-17 19:58:19 +02:00
Lyra
1044952987
[MediapartBlogsBridge] Lint
...
[MediapartBlogsBridge] Lint
2020-05-17 19:49:00 +02:00
Eugene Molotov
119f4bdec5
[MediapartBlogsBridge] Lint
2020-05-10 17:35:21 +05:00
Lyra
e617d9f728
[MediapartBlogsBridge]: New Bridge
...
[MediapartBlogsBridge]: New Bridge
2020-04-03 10:02:47 +02:00
Lyra
5a43db4fb5
[FolhaDeSaoPauloBridge]: Improvements
...
[FolhaDeSaoPauloBridge]: Improvements
2020-04-03 09:53:42 +02:00
Lyra
badb5313b7
[NordBayernBridge] Add bridge ( #1513 )
...
* add Nordbayern bridge
2020-04-03 09:52:02 +02:00
Lyra
5eeda8dd52
Merge pull request #1515 from Dreckiger-Dan/patch-1
...
[HeiseBridge] add TechStage support
2020-04-03 09:50:08 +02:00
Lyra
413ae3cef6
[GithubTrendingBridge] Add bridge ( #1492 )
...
* Added GithubTrendingBridge
2020-04-03 09:48:31 +02:00
Christian Schabesberger
604d527ac7
add nordbayern bridge
...
fix intending
2020-04-02 12:44:10 +02:00
Dreckiger-Dan
cccd390b0f
[HeiseBridge] add TechStage support
2020-03-31 23:47:57 +02:00
somini
223337d62d
[FolhaDeSaoPauloBridge]: Improve URL
...
Remove the redirection.
2020-03-31 02:34:38 +01:00
somini
066e42e99a
[FolhaDeSaoPauloBridge]: Improve HTML
2020-03-31 02:32:15 +01:00
Kirill Kotikov
fbfc82b0b7
Revert feed title
2020-03-26 21:37:19 +03:00
ORelio
00dd81a8aa
[DarkReading] Hide dummy articles
2020-03-25 20:40:17 +01:00
somini
e0ac9972ee
[MediapartBlogsBridge]: New Bridge
...
Fix #1468
2020-03-25 19:02:09 +00:00
Kirill Kotikov
f2de5aecc7
Change feed title
2020-03-24 19:07:23 +03:00