joedawson / youtube

Upload a video to a single YouTube channel with Laravel 5.
MIT License
175 stars 105 forks source link

Support for multiple accounts #96

Closed dcastrili closed 6 years ago

dcastrili commented 6 years ago

Any plans to support multiple Youtube accounts? Is there any reason why you did not consider to implement it from the start?

I am developing a service that is going to allow users to manage their Youtube videos.

joedawson commented 6 years ago

Hi @dcastrili,

No plans yet. A lot of work to implement this and just very little time. This package needs a lot of attention and just don't have the time to re-work it at the moment.

You're obviously more than welcome to fork and build your own implementation.

Thanks

dcastrili commented 6 years ago

Hi @JoeDawson,

Ok! I got it. Actually that is the same problem that I am facing now but I will take the chance to implement it by my own.

Thanks for sharing a good starting code base.