jpetzke / AutoGPT-YouTube

A plugin for AutoGPT that allows various operations on YouTube, such as downloading Videos
MIT License
128 stars 23 forks source link

Wrong import in youtube_api.py #1

Closed antonioarbues closed 1 year ago

antonioarbues commented 1 year ago

Need to apply the following git diff to make it work. I don't have rights to open a PR unfortunately :/

`-from . import AutoGPTYouTube +from . import AutoGPT_YouTube import requests

-plugin = AutoGPTYouTube() +plugin = AutoGPT_YouTube()`

DaksshCOOLpavitragames commented 1 year ago

Thanks you helped me a lot!

jpetzke commented 1 year ago

@antonioarbues you say that you cannot create a pull request. How do I allow anyone to create a pull request?

antonioarbues commented 1 year ago

@antonioarbues you say that you cannot create a pull request. How do I allow anyone to create a pull request?

I guess it's in the repo setting - don't know exactly

jpetzke commented 1 year ago

I guess it's in the repo setting - don't know exactly

You have to fork the repo first in order to create a pull requests.

2