Small corrections.
This commit is contained in:
parent
5d492fad9b
commit
2066533467
2 changed files with 3 additions and 3 deletions
|
@ -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{
|
||||
|
|
Loading…
Reference in a new issue