Open LaJun opened 1 year ago
Same. I am getting link not found.
it working on localhost setup but not online. even on digitalocean app or heroku
Found a fix for it. https://github.com/Athlon1600/youtube-downloader/blob/c68112b6dff211ab0dbdcf63089f85720db84503/src/YouTubeDownloader.php#L103 line 103, 104 Change it to following
"clientName" => "ANDROID_EMBEDDED_PLAYER",
"clientVersion" => "16.20",
Thanks to @ershagen
Found a fix for it.
line 103, 104 Change it to following
"clientName" => "WEB", "clientVersion" => "2.20210721.00.00",
But this is returning URL with access denied.
I tried this edit and the problem is solved, thank you 🙏. But I didn't understand, What is the URL that returns access denied that you talking about?
The links to the video returned cannot be downloaded or viewed. Have you tried that?
Found a fix for it. https://github.com/Athlon1600/youtube-downloader/blob/c68112b6dff211ab0dbdcf63089f85720db84503/src/YouTubeDownloader.php#L103
line 103, 104 Change it to following
"clientName" => "WEB", "clientVersion" => "2.20210721.00.00",
But this is returning URL with access denied.
I tried this edit and the problem is solved, thank you 🙏. But I didn't understand, What is the URL that returns access denied that you talking about?
I tried but it returns the stream play link very slowly, almost unplayable. It is limited in bandwidth.
Anyone have any other solution ?
I used following:
"clientName" => "ANDROID_EMBEDDED_PLAYER", "clientVersion" => "16.20",
And works like a charm!
I used following:
"clientName" => "ANDROID_EMBEDDED_PLAYER", "clientVersion" => "16.20",
And works like a charm!
Thank you. I will try to try it.
I used following:
"clientName" => "ANDROID_EMBEDDED_PLAYER", "clientVersion" => "16.20",
And works like a charm!
Works
But It is limited in bandwidth.
16.20
Thanks, this worked. Someone please create a PR for this.
I used following:
"clientName" => "ANDROID_EMBEDDED_PLAYER", "clientVersion" => "16.20",
And works like a charm!
Not working for this video: https://www.youtube.com/watch?v=0vrPc1itkeg https://www.youtube.com/watch?v=Xx6YaUIMuRQ
Not working:
"clientName" => "WEB",
"clientVersion" => "2.20210721.00.00",
Working to get title and description:
"clientName" => "ANDROID_EMBEDDED_PLAYER", "clientVersion" => "16.20",
video link are empty.
waiting author to update.
there is no data response