https://github.com/muhammadsaim/tubecatcher
A wordpress plugin to download videos from the youtube.
https://github.com/muhammadsaim/tubecatcher
wordpress wordpress-plugin wordpress-plugin-development youtube-api youtube-dl youtube-downloader
Last synced: 25 days ago
JSON representation
A wordpress plugin to download videos from the youtube.
- Host: GitHub
- URL: https://github.com/muhammadsaim/tubecatcher
- Owner: MuhammadSaim
- Created: 2023-12-27T17:55:25.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-01-05T19:00:39.000Z (over 2 years ago)
- Last Synced: 2024-01-06T01:00:04.128Z (over 2 years ago)
- Topics: wordpress, wordpress-plugin, wordpress-plugin-development, youtube-api, youtube-dl, youtube-downloader
- Language: PHP
- Homepage:
- Size: 104 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TubeCatcher
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.
```php
// YouTube api key
define('TUBECATCHER_YOUTUBE_API', 'YOUR_YOUTUBE_V3_API_KEY');
```
## Configuration
1. Clone the repo
```shell
git clone git@github.com:MuhammadSaim/tubecatcher.git
```
2. Composer install
```shell
composer install
```
## Instalation
1. Create a zip file of the main folder and install it through Wordpress Plugin install.
2. 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.