PHP Script to search youtube videos, channels and playlists
https://apps.jorgep.com/YouTubeResearch/
Requires a the use of Google YouTube API You can use composer.json to get the requirements.
- Create a directory on you website
- Download all files from github ( Download or Get )
- From terminal, type: composer install
- Goto Google Credentials and get an API
- Rename config-Example.php to config.php
- Enter your API in config.php
This script is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
All notable changes will be documented in this file
- Increase results to 100 (from 10) API max is 100.
- Misc clean up code.
- First Public version on GitHub **
- original private version manually coded