From 302cac5fedac88a457f4f6f36545017e966cae9a Mon Sep 17 00:00:00 2001 From: Pablo Ogando Ferreira Date: Fri, 8 Mar 2024 11:11:29 +0100 Subject: [PATCH] TTK-26902 update documentation --- Resources/doc/ImportFromYoutube.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Resources/doc/ImportFromYoutube.md b/Resources/doc/ImportFromYoutube.md index d28c987..69e20ca 100644 --- a/Resources/doc/ImportFromYoutube.md +++ b/Resources/doc/ImportFromYoutube.md @@ -38,3 +38,13 @@ Max resolution will be downloaded. where ACCOUNT is the name added for YouTube tag created on PuMuKIT and CHANNEL_ID is the channel id of the YouTube channel. You can use limit to test the download using optional parameter --limit={NUMBER_OF_VIDEOS}. + +### 4. Generate jobs for downloaded videos + +This process will generate jobs for downloaded videos. + +``` + php bin/console pumukit:youtube:import:add:jobs --account={ACCOUNT} --channel={CHANNEL_ID} +``` + +where ACCOUNT is the name added for YouTube tag created on PuMuKIT and CHANNEL_ID is the channel id of the YouTube channel.