update number of fetched comments and videos from youtube

This commit is contained in:
2026-01-22 15:29:55 +00:00
parent 501dec9dd5
commit 3c4aad77ef

View File

@@ -42,7 +42,7 @@ def main():
ireland_posts = remove_empty_posts(ireland_posts)
save_to_jsonl(data_file, ireland_posts)
youtube_videos = youtube_connector.fetch_and_parse_videos('cork city', 50, 50)
youtube_videos = youtube_connector.fetch_and_parse_videos('cork city', 100, 100)
save_to_jsonl(data_file, youtube_videos)
if __name__ == "__main__":