feat(connectors): implement category validation in scraping process

This commit is contained in:
2026-03-14 16:59:43 +00:00
parent d96f459104
commit 8a423b2a29
5 changed files with 28 additions and 2 deletions

View File

@@ -68,6 +68,9 @@ class YouTubeAPI(BaseConnector):
posts.append(post)
return posts
def category_exists(self, category):
return True
def search_videos(self, query, limit):
request = self.youtube.search().list(