https://github.com/mikf/gallery-dl/issues/8635#issuecomment-3615267040
This commit is contained in:
@@ -2005,6 +2005,7 @@ class TwitterAPI():
|
||||
if esw("tweet-"):
|
||||
tweets.append(entry)
|
||||
elif esw(("profile-grid-",
|
||||
"search-grid-",
|
||||
"communities-grid-")):
|
||||
if "content" in entry:
|
||||
tweets.extend(entry["content"]["items"])
|
||||
|
||||
Reference in New Issue
Block a user