WP Manifestindependent plugin directory
manifest / media / tubecatcher

TubeCatcher

A wordpress plugin to download videos from the youtube.

by Muhammad Saim · github.com/muhammadsaim/tubecatcher

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.zip

A wordpress plugin to download videos from the youtube.

Requirments

  1. PHP 7+
  2. Composer 2+
  3. 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

  1. Clone the repo

    git clone git@github.com:MuhammadSaim/tubecatcher.git
  2. Composer install

    composer install

    Instalation

  3. Create a zip file of the main folder and install it through Wordpress Plugin install.

  4. 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.