mirror of https://github.com/calzoneman/sync.git
Fix google+
This commit is contained in:
parent
b49cd1b146
commit
681fc717c3
|
@ -880,7 +880,7 @@ var Getters = {
|
||||||
|
|
||||||
if (format in videos) {
|
if (format in videos) {
|
||||||
direct[key] = {
|
direct[key] = {
|
||||||
url: videos[format],
|
url: videos[format].link,
|
||||||
contentType: CONTENT_TYPES[format]
|
contentType: CONTENT_TYPES[format]
|
||||||
};
|
};
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in New Issue