mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-07-28 12:20:12 +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
|
||||
. '/2/search/adaptive.json?q='
|
||||
. urlencode($this->getInput('q'))
|
||||
. '&tweet_mode=extended';
|
||||
. '&tweet_mode=extended&tweet_search_mode=live';
|
||||
case 'By username':
|
||||
return self::API_URI
|
||||
. '/2/timeline/profile/'
|
||||
|
Reference in New Issue
Block a user