Small corrections.

This commit is contained in:
Sebastien SAUVAGE 2013-08-12 22:54:09 +02:00
parent 5d492fad9b
commit 2066533467
2 changed files with 3 additions and 3 deletions

View file

@ -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.

View file

@ -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{