동영상 단일 피드에서 <CollectionList>
는 뮤직 비디오를 YouTube 재생목록에 추가하는 데 사용합니다. 음원 피드에서는 <CollectionList>
를 사용하지 않습니다.
동영상을 기존의 재생목록에 포함하려면 <CollectionId>
안에 'YOUTUBE:PLAYLIST_ID' 전용 네임스페이스를 사용하고 <CollectionType>
은 'FilmBundle'로 지정합니다.
<CollectionList>
<Collection>
<CollectionId>
<ProprietaryId Namespace="YOUTUBE:PLAYLIST_ID">PLONRDPtQh-FLMXFMM-SJHySwjpidVXmzw</ProprietaryId>
</CollectionId>
<CollectionType>FilmBundle</CollectionType>
<CollectionReference>X1</CollectionReference>
<!-- If title is provided, it will update the title of the existing playlist. -->
<Title>
<TitleText>My Updated Playlist Title</TitleText>
</Title>
<CollectionResourceReferenceList>
<CollectionResourceReference>
<!-- Adds the video at the start of the playlist. -->
<SequenceNumber>1</SequenceNumber>
<CollectionResourceReference>A1</CollectionResourceReference>
</CollectionResourceReference>
</CollectionResourceReferenceList>
</Collection>
</CollectionList>