fix(connectors): hardcoded source name in Youtube connector

This commit is contained in:
2026-03-10 23:36:09 +00:00
parent 524c9c50a0
commit eff416c34e

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
) )