feat(connectors): implement category validation in scraping process
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user