Update wikipedia.ts

This commit is contained in:
Acid Chicken (硫酸鶏) 2018-08-17 01:28:52 +09:00 committed by GitHub
parent f85135af4b
commit 1ac5415ac0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,7 +34,11 @@ export async function summarize(url: URL.Url): Promise<summary> {
icon: 'https://wikipedia.org/static/favicon/wikipedia.ico',
description: clip(info.extract, 300),
thumbnail: `https://wikipedia.org/static/images/project-logos/${lang}wiki.png`,
player: null,
player: {
url: null,
width: null,
height: null
},
sitename: 'Wikipedia'
};
}