forked from blallo/rss-bridge
Rewording
This commit is contained in:
parent
1885e4bf95
commit
20efc240cc
2 changed files with 3 additions and 3 deletions
|
@ -11,7 +11,7 @@
|
||||||
*
|
*
|
||||||
* @name Google search
|
* @name Google search
|
||||||
* @description Returns most recent results from Google search.
|
* @description Returns most recent results from Google search.
|
||||||
* @use1(q="keyword search")
|
* @use1(q="keyword")
|
||||||
*/
|
*/
|
||||||
class GoogleSearchBridge extends BridgeAbstract{
|
class GoogleSearchBridge extends BridgeAbstract{
|
||||||
|
|
||||||
|
|
|
@ -5,8 +5,8 @@
|
||||||
*
|
*
|
||||||
* @name Twitter Bridge
|
* @name Twitter Bridge
|
||||||
* @description Returns user timelines or keyword search from http://twitter.com without using their API.
|
* @description Returns user timelines or keyword search from http://twitter.com without using their API.
|
||||||
* @use1(q="keyword search")
|
* @use1(q="keyword")
|
||||||
* @use2(u="user timeline mode")
|
* @use2(u="username")
|
||||||
*/
|
*/
|
||||||
class TwitterBridge extends BridgeAbstract{
|
class TwitterBridge extends BridgeAbstract{
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue