Automatic Scraping of dataset options #9
@@ -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
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user