<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>LeeEungDev.log</title>
        <link>https://velog.io/</link>
        <description>SI 프리랜서 개발자였다가 지금은 개인사업 하면서 소소하게 생활코딩중인 IT고인물</description>
        <lastBuildDate>Tue, 31 Aug 2021 03:55:02 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>https://github.com/jpmonette/feed</generator>
        <image>
            <title>LeeEungDev.log</title>
            <url>https://images.velog.io/images/lee_eung_dev/profile/256b178e-cbaa-4cd5-b05b-63a0ae4b58e1/social.png</url>
            <link>https://velog.io/</link>
        </image>
        <copyright>Copyright (C) 2019. LeeEungDev.log. All rights reserved.</copyright>
        <atom:link href="https://v2.velog.io/rss/lee_eung_dev" rel="self" type="application/rss+xml"/>
        <item>
            <title><![CDATA[유튜브 채널 동영상 목록 가져오기 (a svelte app with YouTube Data API v3 to fetch videos on a channel)]]></title>
            <link>https://velog.io/@lee_eung_dev/%EC%9C%A0%ED%8A%9C%EB%B8%8C-%EC%B1%84%EB%84%90-%EB%8F%99%EC%98%81%EC%83%81-%EB%AA%A9%EB%A1%9D-%EA%B0%80%EC%A0%B8%EC%98%A4%EA%B8%B0-a-svelte-app-with-YouTube-Data-API-v3-to-fetch-videos-on-a-channel</link>
            <guid>https://velog.io/@lee_eung_dev/%EC%9C%A0%ED%8A%9C%EB%B8%8C-%EC%B1%84%EB%84%90-%EB%8F%99%EC%98%81%EC%83%81-%EB%AA%A9%EB%A1%9D-%EA%B0%80%EC%A0%B8%EC%98%A4%EA%B8%B0-a-svelte-app-with-YouTube-Data-API-v3-to-fetch-videos-on-a-channel</guid>
            <pubDate>Tue, 31 Aug 2021 03:55:02 GMT</pubDate>
            <description><![CDATA[<p>YouTube Data API v3을 이용해서 유튜브 채널의 동영상 목록을 가져오는 svelte app입니다. <strong>API Key</strong>와 <strong>재생목록ID</strong>만 있으면 간편하게 영상 목록을 추출할 수 있는데요.</p>
<p>우선 <a href="https://console.cloud.google.com/apis/credentials" target="_blank">Google Cloud Platform의 &quot;API 및 서비스&quot; &gt; &quot;사용자 인증 정보&quot; 페이지</a>에서 &quot;YouTube Data API v3&quot;의 <strong>API Key</strong>를 발급받은 후 아래 링크 페이지를 열어서 테스트해보면 됩니다.</p>
<p><a href="https://lee-eung.github.io/svelte/youtube-videos/" target="_blank">https://lee-eung.github.io/svelte/youtube-videos/</a></p>
<p>위 페이지의 입력 항목 중 &quot;YouTube Channel List ID&quot;는 재생목록ID를 의미하므로, 이미 만들어둔 재생목록의 영상 리스트를 추출할 수도 있구요. 특정 채널의 동영상 탭에서 &quot;업로드한 동영상 &gt; 모두 재생&quot;을 클릭했을 때 만들어지는 재생목록ID를 가지고 해당 채널의 영상 목록 전체를 가져올 수도 있습니다.</p>
<p>영상 목록 추출 결과물은 나름대로 딱 필요하다고 생각되는 항목들로 구성되어 있으며, json 형식이라서 개발언어에 상관없이 원하는대로 가공하여 쓸 수 있을 겁니다.</p>
<p>깃헙 주소는 <a href="https://github.com/lee-eung/youtube-videos" target="_blank">https://github.com/lee-eung/youtube-videos</a> 입니다.</p>
]]></description>
        </item>
    </channel>
</rss>