Skip to content

An Interpolator plugin for the AI Interpolator for downloading Youtube videos.

Notifications You must be signed in to change notification settings

ivanboring/ai_interpolator_youtube

Repository files navigation

AI Interpolator Youtube

This is a module for the AI Interpolator module for Drupal.

Because youtube-dl gets constant take downs, I did not want to host this on drupal.org and get them into troubles, so here it is :)

Install

Add the following into your composer.json on the repositories key:

"repositories": {
  "ai_interpolator_youtube": {
    "type": "vcs",
    "url": "https://github.com/ivanboring/ai_interpolator_youtube.git"
  }
},

then run:

composer require "ivanboring/ai_interpolator_youtube:^1.0@alpha"

Requirements

For the video rule you need youtube-dl installed on your server.

For the audio rule you need youtube-dl and ffmpeg installed on your server.

Usage

Just create a link field and then a file field where you choose on of the rules.

Video generates webm and audio mp3 for now.

About

An Interpolator plugin for the AI Interpolator for downloading Youtube videos.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages