mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-07-30 05:10:15 +02:00
[TwitterBridge] Fetch latest tweets on hashtag or keyword query (#1674)
This commit is contained in:
@@ -177,7 +177,7 @@ EOD
|
|||||||
return self::API_URI
|
return self::API_URI
|
||||||
. '/2/search/adaptive.json?q='
|
. '/2/search/adaptive.json?q='
|
||||||
. urlencode($this->getInput('q'))
|
. urlencode($this->getInput('q'))
|
||||||
. '&tweet_mode=extended';
|
. '&tweet_mode=extended&tweet_search_mode=live';
|
||||||
case 'By username':
|
case 'By username':
|
||||||
return self::API_URI
|
return self::API_URI
|
||||||
. '/2/timeline/profile/'
|
. '/2/timeline/profile/'
|
||||||
|
Reference in New Issue
Block a user