Automatic Scraping of dataset options #9

Merged
dylan merged 36 commits from feat/automatic-scraping-datasets into main 2026-03-14 21:58:49 +00:00
Showing only changes of commit eff416c34e - Show all commits

View File

@@ -59,7 +59,7 @@ class YouTubeAPI(BaseConnector):
timestamp=published_at, timestamp=published_at,
url=f"https://www.youtube.com/watch?v={video_id}", url=f"https://www.youtube.com/watch?v={video_id}",
title=title, title=title,
source="YouTube", source=self.source_name,
comments=comments comments=comments
) )