fix: graphql_timeline_v2_bookmark_timeline cannot be null

twitter: 400 Bad Request (The following features cannot be null: graphql_timeline_v2_bookmark_timeline)
This commit is contained in:
Amer Jazaerli
2023-03-31 00:06:49 +02:00
committed by GitHub
parent 82f83c18e8
commit bebbff6578

View File

@@ -1079,6 +1079,7 @@ class TwitterAPI():
"responsive_web_graphql_timeline_navigation_enabled": True,
}
self.features_pagination = {
"graphql_timeline_v2_bookmark_timeline": False,
"responsive_web_twitter_blue_verified_badge_is_enabled": True,
"responsive_web_graphql_exclude_directive_enabled": True,
"verified_phone_label_enabled": False,