TubeCatcher
A wordpress plugin to download videos from the youtube.
★ 0stars
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/muhammadsaim/tubecatcher/archive/refs/heads/master.zipA wordpress plugin to download videos from the youtube.
Requirments
- PHP 7+
- Composer 2+
- YouTube Data API v3
YouTube Data API v3
Generate the API key from the Google Console after that rename the file tubecatcher-constants.dist.php to tubecatcher-constants.php, paste the API key in the file.
// YouTube api key
define('TUBECATCHER_YOUTUBE_API', 'YOUR_YOUTUBE_V3_API_KEY');
Configuration
-
Clone the repo
git clone git@github.com:MuhammadSaim/tubecatcher.git -
Composer install
composer installInstalation
-
Create a zip file of the main folder and install it through Wordpress Plugin install.
-
Just simply copy the folder into the wp-content/plugins directory.
Note
Feel free to create a PR if you like to add more functionality.