####################################################### ### ### ### EPrints YouTube Import Plugin ### ### ### ####################################################### ### ### ### Developed by David Tarrant ### ### ### ### Released under the GPL Licence ### ### (c) University of Southampton ### ### ### ####################################################### # The location of the DROID JAR file $c->{"executables"}->{"youtube-dl"} = '/usr/bin/youtube-dl'; # Invocation syntax $c->{"invocation"}->{"youtube-title"} = 'youtube-dl -e $(VIDURL) > $(OUTPUT)'; $c->{"invocation"}->{"youtube-filename"} = 'youtube-dl --get-filename $(VIDURL) > $(OUTPUT)'; $c->{"invocation"}->{"youtube-description"} = 'youtube-dl --get-description $(VIDURL) > $(OUTPUT)'; $c->{"invocation"}->{"youtube-dl"} = 'youtube-dl -o $(OUTPUT) $(VIDURL) > /dev/null';