Skip to content

Commit

Permalink
merge #3854: [twitter] fix: graphql_timeline_v2_bookmark_timeline can…
Browse files Browse the repository at this point in the history
…not be null
  • Loading branch information
mikf committed Apr 3, 2023
2 parents ac97aca + bebbff6 commit 135ac9c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gallery_dl/extractor/twitter.py
Original file line number Diff line number Diff line change
Expand Up @@ -1079,6 +1079,7 @@ def __init__(self, extractor):
"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,
Expand Down

0 comments on commit 135ac9c

Please sign in to comment.