Varbase YouTube Import
Varbase YouTube Import Module
project_directory
|-- docroot
|-- modules
|-- contrib
|-- varbase_youtube_importProvide feed type that imports from YouTube channels and playlists.
Varbase YouTube Import features are bundled through the Varbase YouTube Import module. GitHub: https://github.com/Vardot/varbase_youtube_import Drupal.org: https://www.drupal.org/project/varbase_youtube_import
After building a project using the varbase-project template.
Install with Composer: $ composer require 'drupal/varbase_youtube_import:^1.0'
Using Composer to manage Drupal site dependencies
The code of the Varbase YouTube Import module will be located in:
project_directory
|-- docroot
|-- modules
|-- contrib
|-- varbase_youtube_importBrings in the following core and contributed modules to your site:
Module
Purpose
Aggregates RSS/Atom/RDF feeds, imports CSV files and more.
A generic Feeds parser used to create extensible parsers.
Modify feeds data before it gets saved.