Skip to content

Commit ae4db39

Browse files
committed
Updates
1 parent 4dadb8b commit ae4db39

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# alexa-youtube
22
**Unofficial YouTube skill for Alexa**
33

4+
## Updates
5+
* 2nd June 2018: The skill now handles playlists or channels where none of the videos exist (eg copyrighted deletions). It will now ask you if you want to try the next playlist or channel. If you have already created the skill, you will need to update the Interaction Model json file in your Alexa skill, ie step 7 under Setup Instructions.
6+
* 22nd August 2018: Fixed a bug where channels turn up in video search results, eg in Play videos by The Beatles.
7+
48
## Features
59
* Play audio (currently no video) from YouTube videos
610
* Live videos are supported as much as possible
@@ -47,3 +51,4 @@ That's it!
4751

4852
## Deploying yourself (optional, advanced)
4953
This skill currently runs on my Lambda instance, hopefully it won't get too popular. If you want to, and know how, you can deploy it on your own Lambda, you just need the lambda_function.zip file, and a YouTube developer key. Upload the zip file to Lambda, add the environment variable DEVELOPER_KEY, and change the endpoint of your skill. If you do so, and don't mind some other people using your lambda instance, let me know and I'll put your ARN here.
54+

0 commit comments

Comments
 (0)