youtube downloadable links in php -
i unable youtube downloadable links. using below line of code url links.
$data =file_get_contents('https://www.youtube.com/get_video_info?video_id='.$id); but video ids working , of them not working. there new technique downloadable links video youtube url.
the technique used source code->find url_encoded_fmt_stream_map till -> decoding url ->then seperateing downloadable links that.
for example trying download below youtube url:-
https://www.youtube.com/watch?v=pkrtwnmrbb4
then below geting link download link:-
Comments
Post a Comment