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

Use methods in youtube-dl rather than calling the command line utility #13

Open
rkrp opened this issue Oct 18, 2016 · 2 comments
Open

Comments

@rkrp
Copy link
Member

rkrp commented Oct 18, 2016

Instead of spawning another process via os.system() for downloading, we can just make use of the methods present in youtube-dl library (since, it is written in Python).

Would make a neater solution.

@pwnfoo
Copy link
Contributor

pwnfoo commented Oct 18, 2016

+1

@cnheider
Copy link

I will look into this.

AmalieVistoft pushed a commit to AmalieVistoft/SongDownloader that referenced this issue Oct 23, 2016
@AmalieVistoft AmalieVistoft mentioned this issue Oct 23, 2016
cnheider added a commit to cnheider/SongDownloader that referenced this issue Oct 24, 2016
cnheider added a commit to cnheider/SongDownloader that referenced this issue Oct 24, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants