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
9a3a64010f
Merge pull request #620 from RSS-Bridge/teromene-patch-2
...
Update MixCloudBridge.php
2018-01-11 11:48:29 +00:00
Teromene
e59a6f4c9e
Update MixCloudBridge.php
...
Fix whitespace at start of line
2018-01-11 11:44:51 +00:00
Teromene
1506e68587
Merge pull request #619 from RSS-Bridge/teromene-patch-1
...
Update .travis.yml
2018-01-11 11:44:37 +00:00
Teromene
671cba4f68
Update .travis.yml
...
Try to fix build failure
2018-01-11 11:41:25 +00:00
Teromene
374eb8f4bf
Merge pull request #617 from adamchainz/patch-1
...
README - sort lists alphabetically
2018-01-10 14:05:05 +00:00
Adam Johnson
60f7a2b3e4
README - sort lists alphabetically
...
This makes them easier to scan and check "does rss-bridge support service X I'm interested in?" :)
2018-01-10 11:45:55 +00:00
Teromene
7744172c63
Merge pull request #616 from lalannev/patch-1
...
Update LegifranceJOBridge.php
2018-01-09 17:19:28 +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
Teromene
9e0565c655
Merge pull request #604 from TwizzyDizzy/master
...
Fix double forward-slash in returned post URI leading to 404
2017-12-14 16:43:33 +00:00
Thomas Dalichow
443081c90b
Fix double forward-slash in returned post URI leading to 404
2017-12-06 22:17:46 +01:00
Teromene
03fc09e3c6
Merge pull request #602 from TwizzyDizzy/master
...
Fake user agent as Mixcloud blocks certain User-Agents
2017-12-01 17:29:26 +00: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
Teromene
aa6ded0ea4
Merge pull request #593 from b1nj/master
...
Update saison AllocineFRBridge
2017-10-17 19:02:54 +01: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
teromene
98b0f0f8ba
[Core] Verify the presence of the array keys before accessing them.
...
Fixes #588
2017-10-12 17:14:34 +01:00
Teromene
6f66e6d9be
Merge pull request #592 from ldidry/fix-gocomics
...
Update GoComicsBridge
2017-10-11 11:34:37 +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
Teromene
e30ad3feb4
Add support for running rss-bridge from the CLI
2017-09-25 19:14:02 +02:00