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