Grabs Photo Google streaming links (googleusercontent.com...). You can use it for video players (jwplayer, videojs, flowplayer etc).
- Upload the downloaded .zip into your website's root folder or any other folder you want & Extract It
- Now run http://yourdomain.com (include folder path if you didn't upload in root folder)
- Inside the index.php file change the $url variable with your google photos sharing link.
- Share that video
- Get the short link
- Paste to Web Browser
- Get the full link after load https://photos.google.com/share/[ID]/photo/[ID]?key=[Key]
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D