8 lines
372 B
YAML
8 lines
372 B
YAML
|
# Your youtube API key
|
||
|
# To obtain an API key:
|
||
|
# 1. Log into the Google Developer Console (https://console.developers.google.com)
|
||
|
# 2. Create a new project
|
||
|
# 3. Click "Enable APIs and Services", select the "YouTube Data API v3", and click "Enable"
|
||
|
# 4. Click "Create Credentials", select "Youtube Data API v3", and choose "Public data" and copy your key below
|
||
|
api_key: ''
|