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.
How to get json in paython #11112
How to get json in paython #11112
Comments
|
There is no such option |
|
Is extract_info return all avalible formate or only one? |
all |
|
Okay thanks so much for your help... |
|
need some help: please help me..
|
|
Check |
I use bellow code but not get in json formate in paython like bellow command
youtube-dl -j url
ydl_opts = {
'dumpjson': True,
}
ydl = YoutubeDL(ydl_opts)
info = ydl.extract_info(url, download=False)
Why ydl_opts dumpjson not working?
Please help me if and mistek in code then please give me correct code of python.
Thanks in advance.
I use latest youtube-dl version with django..