Added documentation (#219)
This commit is contained in:
@@ -6,6 +6,7 @@ from embedchain.utils import clean_string
|
||||
class YoutubeVideoLoader:
|
||||
|
||||
def load_data(self, url):
|
||||
''' Load data from a Youtube video. '''
|
||||
loader = YoutubeLoader.from_youtube_url(url, add_video_info=True)
|
||||
doc = loader.load()
|
||||
output = []
|
||||
|
||||
Reference in New Issue
Block a user