mirror of
https://github.com/bellingcat/polyphemus.git
synced 2026-06-12 05:18:31 +03:00
implemented retry wrapper for all requests, to increase robustness
This commit is contained in:
@@ -52,7 +52,7 @@ class OdyseeChannel:
|
||||
posted by the channel and all comments posted to those videos
|
||||
"""
|
||||
|
||||
all_videos = self.get_all_videos()
|
||||
all_videos = list(self.get_all_videos())
|
||||
|
||||
all_comments = []
|
||||
|
||||
|
||||
Reference in New Issue
Block a user