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 do i parse paylist json in php #12107
Comments
|
Use PHP's JSON parser obviously. |
Hey wassup guys when i run:
$output = shell_exec ('youtube-dl --flat-playlist --dump-json https://www.youtube.com/playlist?list=PLIzwoo4wkH0R97RBlZVARDTyWrjq5-Cvt');in php i get a json output but how can i get the id's and titles in different variables?