extend UnsplashBridge#1744
extend UnsplashBridge#1744langfingaz wants to merge 26 commits intoRSS-Bridge:masterfrom langfingaz:master
Conversation
Thanks @nel50n for his UnsplashBridge! This Commit is mainly based on his work. Signed-off-by: langfingaz <daniel@systemli.org>
|
In this bridge one can "follow" a username on https://unsplash.com receiving new images. Here is one example of a running rss-bridge instance with this bridge enabled: https://rss.privacy1st.de/?action=display&bridge=UnsplashUser&u=h4mmiidd&m=20&w=1920&q=75&format=Html |
|
And I'm not sure, but maybe one could merge this bridge into the already existing |
Generally speaking, if you are making new bridge, you should set MAINTAINER to yourself.
You can add param like "Filter by Username (optional)" or "Username (optional)" and defaultValue = "". Then you can change api source depending if this param is given. |
+ filter photo stream for username + change image preview quality + add link to user, location (if present), link to photo on unsplash to $item['content'] Signed-off-by: langfingaz <daniel@systemli.org>
All right, I did some more work on the UnsplashBridge and merged my new UnsplashUserBridge into the already existing UnsplashBridge.
And I'm now added as second MAINTAINER. You can test the modified UnsplashBridge here: https://rss.privacy1st.de |
Functionality is now merged into UnsplashBridge
|
Hi, @langfingaz ! Could you please rebase your PR? I have recently fixed Travis CI. It runs some tests and linting checks. |
+ Use artwork for enclosure
The bridge was taking another article abstract as subtitle for #LeBrief articles
* [TwitterBridge] Optimise regular expression code Optimise regular expression search code so adding new URLs is cleaner
Fixes multi-page article fetching by adding '&seite=all' to article URL.
|
Well, I'm sorry that I somehow failed rebasing my changes... The master branch of my forked repo is now 26 (and not 3) commits ahead of RSS-Bridge:master. I created a branch Sorry for the inconvenience. |
Thanks @nel50n for his UnsplashBridge! The commit is mainly based on his work.
As I this new bridge is based on
UnsplashBridge.php, I left theMAINTAINERin line 6 to @nel50n . What do you think, shall I change this to me or leave it as is?Signed-off-by: langfingaz daniel@systemli.org