logmanoriginal
45c3dcb636
[VkBridge] Simplify header specification
2018-04-06 20:42:19 +02:00
logmanoriginal
ecfc220b10
[KernelBugTrackerBridge] Fix too many parameters requesting HTML DOM
2018-04-06 20:42:19 +02:00
logmanoriginal
4b3efed7ec
[YoutubeBridge] Fix too many parameters when using HTML mode
2018-04-06 20:42:19 +02:00
logmanoriginal
6caca4946b
bridges: Fix bridges with custom headers and options
...
This commit fixes bridges which called getContents, getSimpleHTMLDOM
or getSimpleHTMLDOMCached with custom settings.
2018-04-06 20:42:19 +02:00
logmanoriginal
df6da837dc
[FacebookBridge] Return error if username starts with slash
...
Requesting a username with a leading slash would cause error 500
because the requested URI would contain two slashes in a row.
For example username "/test" would result in:
https://facebook.com//test
References #628
2018-03-23 21:23:30 +01:00
Eugene Molotov
41b7984a4e
[YoutubeBridge] Playlist mode: faster feed generating if item count is less or equal to 15 ( #648 )
...
* [YoutubeBridge] Playlist mode: faster feed generating if item count is less or equal to 15
2018-03-19 12:41:52 +00:00
teromene
38c7e0272e
Add hashtag support to InstagramBridge.
...
Fixes #629
2018-03-19 12:29:24 +00:00
teromene
29c690dbcd
Fix InstagramBridge, thanks to @pintassilgo comments.
...
Fixes #646
2018-03-19 12:17:42 +00:00
Eugene Molotov
cacbe90102
[YoutubeBridge] Sort playlist items by publication date ( #643 )
2018-03-13 11:24:40 +00:00
Antoine Cadoret
cb91cd5d2f
Fix SteamBridge ( #637 ) ( #639 )
...
Fixes #639
2018-03-12 09:22:34 +00:00
sysadminstory
52dfa3fe76
[RadioMelodieBridge] Add new bridge ( #640 )
2018-03-11 15:38:07 +01:00
teromene
6eea51eeeb
Fix SteamBridge.
...
Fixes #636
2018-03-07 10:24:33 +00:00
teromene
2149af0e74
Fix Pinterest bridge, remove the old JSON parsing, and return original sized image.
...
Fixes #632
2018-03-06 12:01:48 +00:00
teromene
142a647b7a
Merge branch 'master' of github.com:RSS-Bridge/rss-bridge
2018-03-06 11:27:37 +00:00
teromene
6e916ddd35
Fix Arte7Bridge.
...
Fixes #633
2018-03-06 11:26:16 +00:00
Eugene Molotov
159b00145d
[VkBridge] Setting feed title ( #635 )
...
* [VkBridge] Setting feed title
2018-03-05 09:46:15 +00:00
Mitsukarenai
26ce16baa2
[PlanetLibre] remove bridge (origin now has RSS)
2018-03-03 21:04:40 +01:00
sysadminstory
0622fe142b
Dealabs : Added Groupes Feeds and Feed name is set according to parameters ( #630 )
...
* [DealabsBride] Added Groupes Feeds
2018-03-01 17:10:34 +00:00
logmanoriginal
4805b52d42
[YoutubeBridge] Fix typo
2018-02-16 22:35:00 +01:00
logmanoriginal
962617086e
[YoutubeBridge] Remove superfluous div selectors
2018-02-16 22:31:47 +01:00
logmanoriginal
4f6277b6b5
[YoutubeBridge] Fix parsing author name breaks the bridge
...
The author name is parsed by searching a string within the entire
HTML document:
$author = $html->innertext;
$author = substr($author, strpos($author, '"author=') + 8);
$author = substr($author, 0, strpos($author, '\u0026'));
This solution will return big portions of the HTML document if
the strpos function returns zero (not found).
This commit replaces the previous implementation by searching for
a specific script tag and making use of the JSON data inside it.
References #580
2018-02-16 22:31:29 +01:00
logmanoriginal
5aaab9eb8c
[YoutubeBridge] Skip unavailable videos
2018-02-16 22:11:03 +01:00
sysadminstory
ef402bb5c3
[DealabsBride] Fix for the new site ( #595 )
...
* [DealabsBride] Fix for the new site
2018-02-14 11:03:44 +00:00
LogMANOriginal
85ac9001d6
[IPBBridge] Add bridge ( #564 )
...
This bridge returns feeds for any URI that is compatible with the
IPB implementation (currently 4.x). Older versions might work, but
there is no guarantee.
Only forum and topic URIs are supported!
The bridge automatically checks if natural feeds are available (by
adding '.xml' to the URI). If so the feed is returned. Otherwise
the bridge will attempt to identify the content type and build a
feed accordingly.
Valid URIs are forums and topics. For forums the first page is
returned, for topics the last one. Elements are ordered such that
the latest entry is returned first (oldest-to-newest)
The optional parameter '&limit=' specifies how many pages should
be loaded (default: 1). Topics are loaded in reverse order.
=> Does not work with forums!
Images are provided as enclosures and scaled to a max-size of
400x400 pixels by default (Except for natural feeds).
The content is filtered before being returned:
- Unnecessary tags are removed (iframes, etc...)
- Styles for blockquotes are restored (grey background)
Closes #507
2018-02-13 21:46:33 +01:00
Mitsukarenai
7939bffcdd
fix: TébéoBridge Travis cleanup
2018-02-11 19:08:19 +01:00
Mitsukarenai
bb58aa8e31
New bridge: Tébéo
2018-02-11 16:56:34 +01:00
Ruslan
1d35149191
Update VkBridge ( #625 )
2018-01-30 16:57:07 +00:00
Tameroski
be03764029
Fixing double quote issue at the end of URL ( #623 )
2018-01-23 11:27:45 +00:00
Matt DeMoss
a07874d468
Initial commit for Bloomberg bridge with top stories and search ( #607 )
...
* initial commit for Bloomberg bridge with top stories and search
2018-01-12 12:08:15 +00:00
Matt DeMoss
90d7ae8776
Fix twitter list filter test #613 , fix and change getName() for lists. ( #614 )
2018-01-12 12:07:40 +00:00
Teromene
93e0562353
Merge pull request #610 from mdemoss/YouTubeTitle-#609
...
You tube title fix for #609
2018-01-11 12:09:38 +00:00
Teromene
4c5d547d9c
Merge pull request #608 from mdemoss/PcGamerBridge
...
Pc gamer bridge
2018-01-11 12:08:10 +00:00
Teromene
e59a6f4c9e
Update MixCloudBridge.php
...
Fix whitespace at start of line
2018-01-11 11:44:51 +00:00
lalannev
5a763aee8d
Update LegifranceJOBridge.php
2018-01-09 14:57:17 +01:00
Matt DeMoss
c14b2c6905
address phpcs style errors
2017-12-28 20:20:24 -05:00
Matt DeMoss
0871376922
store feed name in new variable, switch getName on queriedContext, remove 'bridge' from name for feeds, fixes #609
2017-12-28 20:20:24 -05:00
Matt DeMoss
c5fe9a6dc0
mark places where a new variable is needed
2017-12-28 20:20:24 -05:00
Matt DeMoss
fbbcd02384
apply phpcbf for automatic style fixes
2017-12-24 16:45:56 -05:00
Matt DeMoss
d34987f9c1
PC Gamer bridge initial commit with most read stories
2017-12-24 16:40:59 -05:00
Thomas Dalichow
443081c90b
Fix double forward-slash in returned post URI leading to 404
2017-12-06 22:17:46 +01:00
Thomas Dalichow
45323c2b2f
Fake user agent as Mixcloud blocks certain User-Agents
2017-12-01 17:28:57 +01:00
Teromene
67ee73782c
Merge pull request #582 from sysadminstory/master
...
[DealabsBridge] Add new bridge
2017-10-18 10:53:46 +01:00
sysadminstory
2bb9a29ddc
Delete usefull whitespace
2017-10-17 23:37:09 +02:00
sysadminstory
5cbd363597
Coding style fix
...
Fixed the bridge to follow the project coding style
2017-10-17 23:30:27 +02:00
sysadminstory
3c61dc2b57
Merge remote-tracking branch 'upstream/master'
2017-10-17 14:53:22 +02:00
B1nj
3e528ddccf
Update saisons AllocineFRBridge
2017-10-16 22:24:49 -04:00
teromene
cba65d6d08
[Arte7Bridge] Fix Arte7 bridge, use the API
2017-10-12 18:12:31 +01:00
Teromene
8d418611a2
Merge pull request #589 from mickael-bertrand/patch-2
...
Updater torrent9 URI
2017-10-12 17:18:04 +01:00
Luc Didry
8b06299bad
Update GoComicsBridge
2017-10-11 10:03:29 +02:00
MickaëlBERTRAND
5a99981827
Updater torrent9 URI
2017-10-08 19:21:10 +02:00