UCSCLibrary / YouTubeImport

This Omeka plugin adds the ability to import Youtube videos into Omeka as items while preserving as much metadata as possible
8 stars 10 forks source link

Now importing and correctly calling CreateThumbnailElement on install. #27

Open doana opened 7 years ago

doana commented 7 years ago

Hi folks,

Installing the current master branch gives an error:

Error: Class 'YoutubeImport_ImportHelper' not found

I could be wrong but it doesn't seem like Omeka is configured to autoload files in the helpers directory for a plugin.

This PR just includes the file, and also adds the missing brackets for the call to CreateThumbnailElement.

Take care, -Adam