์ ํ๋ธ api ๊ฐ์ ํค๊ฐ์ ๋ฐ๊ธ๋ฐ์ ํ, ์๋์ ๊ฐ์ด ์ค์นํด์ฃผ๊ณ , pip install google-api-python-client import re import datetime from tqdm import tqdm tvNdrama ์ฑ๋์ ์ฌ์ ๋ฆฌ์คํธ๋ฅผ ํ์ธํ๊ณ , ํน์ ์ฌ์๋ฆฌ์คํธ์ ๋๊ธ์ ๋ชจ๋ ๊ฐ์ ธ์ค๊ณ ์ถ์๋ from googleapiclient.discovery import build from googleapiclient.errors import HttpError # from oauth2client.tools import argparser DEVELOPER_KEY = ' ' # ๋ด ์ ํ๋ธ API ํค YOUTUBE_API_SERVICE_NAME = 'youtube' YOUTUBE_API_VERSION ..