Skip to content

Implement "Transfer all videos" feature for YouTube Importer

Summary

This MR implements the ability to transfer all available YouTube videos

How it works

Endpoint: api/v3/media/youtube-importer/videos/import Params:

  • channelId
  • videoId (set it to 'all')

It will query all available videos, then check if they exist in Cassandra; if they don't, it will queue them

Closes #1459 (closed)

Edited by Marcelo Rivera

Merge request reports