Skip to content

Commit

Permalink
[twitter] remove break (#5831)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikf committed Jul 6, 2024
1 parent 1656c92 commit 65385e0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gallery_dl/extractor/twitter.py
Original file line number Diff line number Diff line change
Expand Up @@ -632,7 +632,6 @@ def tweets(self):
tweet = None
for tweet in self.api.search_timeline(query + " filter:links"):
yield tweet
break
if tweet is not None:
return self._update_cursor(None)

Expand Down

0 comments on commit 65385e0

Please sign in to comment.