1
0
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:
Eugene Molotov
2020-08-02 19:40:41 +05:00
committed by GitHub
parent 7709b8d662
commit 5be251a66e

View File

@@ -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/'