[TwitterBridgeClean] minor fixes

This commit is contained in:
Mitsukarenai 2015-03-21 02:08:47 +01:00
parent 47cdb21c6d
commit 1530738a19

View file

@ -1,13 +1,13 @@
<?php <?php
/** /**
* RssBridgeTwitter * RssBridgeTwitterClean
* Based on https://github.com/mitsukarenai/twitterbridge-noapi * Based on https://github.com/mitsukarenai/twitterbridge-noapi
* 2014-10-08
* *
* @name Twitter Bridge Clean * @name Twitter Bridge Clean
* @homepage http://twitter.com/ * @homepage http://twitter.com/
* @description Returns user timelines without username in title or search results for keywords/hashtags (without using their API). * @description Returns user timelines without username in title or search results for keywords/hashtags (without using their API).
* @maintainer vinzv * @maintainer vinzv
* @update 2015-03-07
* @use1(q="keyword or #hashtag") * @use1(q="keyword or #hashtag")
* @use2(u="username") * @use2(u="username")
*/ */