Using fetch instead of xhr, grabbing title for YouTube

This commit is contained in:
Sam Potts
2017-11-16 11:38:06 +01:00
parent c64b8f6940
commit d7a1c44281
12 changed files with 47 additions and 50 deletions

View File

@ -402,7 +402,6 @@ YouTube example:
```javascript
player.source = {
type: 'video',
title: 'Example title',
sources: [
{
src: 'bTqVqk7FSmY',
@ -419,7 +418,6 @@ Vimeo example
```javascript
player.source = {
type: 'video',
title: 'Example title',
sources: [
{
src: '143418951',