Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Using youtube-dl as Python 3 module #16071
Comments
|
Hi
I am writing program which uses youtube-dl by calling it via shell, but i decided
it would be better to use it as python module instead, but i can't find any documentation.
For example i have code like this:
import youtube_dl
I would like it to search for video by keywords on Youtube instead of passing urls to it, and to download
the file to different location.
Thank you