summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKubernetes Prow Robot <k8s-ci-robot@users.noreply.github.com>2021-10-25 08:50:23 -0700
committerGitHub <noreply@github.com>2021-10-25 08:50:23 -0700
commitfa66358d6a024e5151204693fa24eeba24237b73 (patch)
tree0b7772ecc6fbb500c3f78f933031f047c1ccd0e5
parentdfeca361e54ea3d98fd3960547f82c18fede5fee (diff)
parent521aac5c05469459e74ac1f7ef8d21a10b69a432 (diff)
Merge pull request #6071 from castrojo/youtube-archiving
Update for migrating content
-rw-r--r--communication/youtube/youtube-guidelines.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/communication/youtube/youtube-guidelines.md b/communication/youtube/youtube-guidelines.md
index a1b2558e..753174de 100644
--- a/communication/youtube/youtube-guidelines.md
+++ b/communication/youtube/youtube-guidelines.md
@@ -22,6 +22,7 @@ Contributor Summit sessions.
- [Descriptions & Playlists](#descriptions--playlists)
- [Thumbnails](#thumbnails)
- [Streaming Events](#streaming-events)
+ - [Migrating Content](#migrating-content)
## Code of Conduct
@@ -208,7 +209,22 @@ Kubernetes Community events such as the weekly [Community Meeting],
[Office Hours], [Meet our Contributors], or other publicly streamed events. For
detailed information about streaming, see our [Streaming Config]
+### Migrating Content
+In certain cases, such as archiving an inactive SIG or Working Group it might be
+useful to grab content from other channels. It is currently NOT POSSIBLE to move
+content from one YouTube channel to another, so the content must be downloaded
+and then reuploaded to the Kubernetes channel
+
+1. Download [youtube-dl], which makes it easier to bulk download videos.
+2. Download the channel or playlist with: `youtube-dl <url>`
+3. Clean up the filenames as they are used to generate new titles. Do this
+ locally since it is easier than doing it per video in the YouTube web UI.
+4. Create a new playlist for the content on the Kubernetes channel, set it to Private.
+5. Upload the videos to the Kubernetes Channel.
+6. Ensure titles and metadata are accurate, allow time to pass for YouTube to
+ generate thumbnails and process the videos.
+7. Once videos are finalized, set the playlist to Public to publish them.
[coc]: /code-of-conduct.md
@@ -227,3 +243,4 @@ detailed information about streaming, see our [Streaming Config]
[Subprojects]: /governance.md#subprojects
[moderation guidelines]: /communication/moderation.md
[zoom guidelines]:/communication/zoom-guidelines.md
+[youtube-dl]: https://ytdl-org.github.io/youtube-dl/index.html \ No newline at end of file