Skip to content

Commit

Permalink
TTK-26902 update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Yurujai committed Mar 8, 2024
1 parent 9469472 commit 302cac5
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Resources/doc/ImportFromYoutube.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 302cac5

Please sign in to comment.