mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-07-31 13:50:23 +02:00
Small corrections.
This commit is contained in:
@@ -7,7 +7,7 @@ Supported sites/pages
|
||||
===
|
||||
|
||||
* `FlickrExplore` : [Latest interesting images](http://www.flickr.com/explore) from Flickr.
|
||||
* `GoogleSearch` : Most recent results from Google Search. Parameters:
|
||||
* `GoogleSearch` : Most recent results from Google Search.
|
||||
* `Twitter` : Twitter. Can return keyword/hashtag search or user timeline.
|
||||
|
||||
|
||||
|
@@ -4,8 +4,8 @@
|
||||
* Based on https://github.com/mitsukarenai/twitterbridge-noapi
|
||||
*
|
||||
* @name Twitter Bridge
|
||||
* @description Returns user timelines or keyword search from http://twitter.com without using their API.
|
||||
* @use1(q="keyword")
|
||||
* @description Returns user timelines or keyword/hashtag search results (without using their API).
|
||||
* @use1(q="keyword or hashtag")
|
||||
* @use2(u="username")
|
||||
*/
|
||||
class TwitterBridge extends BridgeAbstract{
|
||||
|
Reference in New Issue
Block a user