Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pull request to a new "heroku" branch #7709

Closed
kobiburnley opened this issue Nov 30, 2015 · 2 comments
Closed

Pull request to a new "heroku" branch #7709

kobiburnley opened this issue Nov 30, 2015 · 2 comments

Comments

@kobiburnley
Copy link

@kobiburnley kobiburnley commented Nov 30, 2015

Please take a look at my fork to the awesome youtube-dl lib.
https://github.com/kobiburnley/youtube-dl/tree/heroku

It's a version of youtube-dl ready to be deployed to heroku and stream by URL like:
http://dl-youtube.herokuapp.com/?id=koeW4g8Y-lg&formats=22

Maybe you would like to add a "Heroku" branch to this repo.

Greetings, Kobi.

@jaimeMF
Copy link
Collaborator

@jaimeMF jaimeMF commented Nov 30, 2015

I think that we are currently not interested in maintaining a web service in this repo, at least for now we maintain only the python module and the cli program. But feel free to work on this and improve it. I think the best way to develop it would be an external python program where the youtube_dl module is installed as a dependency (see https://github.com/jaimeMF/youtube-dl-api-server for example), the main advantage is that you don't have to constantly merge from the main youtube-dl repo.

@jaimeMF jaimeMF closed this Nov 30, 2015
@kobiburnley
Copy link
Author

@kobiburnley kobiburnley commented Dec 1, 2015

Thanks, I needed that solution of adding youtube-dl as a dependency. But I guess I'll still have to reinstall the dependency and redeploy every time a new youtube-dl version is released, what do you think?

Anyway, for anyone who will find it interesting, I created another repo for this. A very simple (for now :]) web service, streaming the media directly using a web browser, and anyone can deploy it to Heroku: https://github.com/kobiburnley/youtube-dl-stream

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.