-
Notifications
You must be signed in to change notification settings - Fork 317
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Youtube Sep18 Sig changes #25
Conversation
360p and lower working |
anyone find a solution to work with HD video? |
@arjunae Youtube changed the cipher again. Can you edit this patch to comply those changes please. Thanks... |
Yo: Confirmed. But as Youtube seems to change their stuff now on a regular, nearly Monthly base, i dont really feel that i like to do so. Here are some steps so anyone interested can use to find the new positions:
Add: you will need to read into writeing regexps. but theres much easy to understand docs on the net so: Add 2020: Interesting read: https://github.com/videolan/vlc/blob/master/share/lua/playlist/youtube.lua |
^ That's basically it. I made the fix: Check the links from the Demo section. They're working now. |
hey@Athlon1600 Invalid argument supplied for foreach() |
^ that was fixed here: do: composer update to get the latest version |
thanks @Athlon1600, I don't know much about packages but if I do composer update, it doesn't really update the file. but for testing I did copy the code you had in that reference and worked. now I'm getting the URL, but I can't download any video ( access denied ) also this url : https://api.unblockvideos.com/youtube_downloader?id=4Ai63AkrZDk&selector=mp4&redirect=true has an exception. |
@Athlon1600 I love you, man! |
Try removing your composer.lock file and doing composer update then.
That's because that video is private: |
Thank you very much for your work ! |
Hello my friend, I do not know how to create an application in heroku. Can you send an explanatory video about creating the application? |
How does this project find the manifest file? |
Thank you for this helpful package, however I can get the video to play inside html tag, but I cannot download the video using anchor tag "" this is the code I use: `<?php include_once '../vendor/autoload.php'; use YouTube\YouTubeDownloader; $youtube = new YouTubeDownloader(); $output = ''; try { } catch (YouTubeException $e) { echo $output; When I click on download link, it simply open up new tab and play the video, but I don't want that, I simply want to trigger the browser to download the video. Guys can you help me please? |
.... Forked the same repo a while ago and implemented the Signature change needed for youtubes sep18 base.js updates.
Feel free to use them too.