Skip to content

Commit

Permalink
Add three new youtube videos
Browse files Browse the repository at this point in the history
  • Loading branch information
elyse0 committed Jun 3, 2023
1 parent fe509e0 commit 5457485
Show file tree
Hide file tree
Showing 4 changed files with 12,247 additions and 1 deletion.
20 changes: 19 additions & 1 deletion apps/client/src/youtube-videos/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@ import irfd74z52Cw from './subtitles-irfd74z52Cw.json';
import j76Gz3g41jM from './subtitles-j76Gz3g41jM.json';
import NxITmnGIl7E from './subtitles-NxITmnGIl7E.json';
import R6r1B3Pxo_w from './subtitles-R6r1B3Pxo_w.json';
import Mxb17xNQBl0 from './subtitles-Mxb17xNQBl0.json'
import Mxb17xNQBl0 from './subtitles-Mxb17xNQBl0.json';
import _0e1d1f45Vb0 from './subtitles-0e1d1f45Vb0.json';
import AzPdwflMjx0 from './subtitles-AzPdwflMjx0.json';
import WtSJW4o_GGg from './subtitles-WtSJW4o-GGg.json';

const youtubeVideos: Record<string, YoutubeVideo> = {
jmoe4Fz0sBY: {
Expand Down Expand Up @@ -52,6 +55,21 @@ const youtubeVideos: Record<string, YoutubeVideo> = {
thumbnailUrl: 'https://i3.ytimg.com/vi/Mxb17xNQBl0/hqdefault.jpg',
captions: Mxb17xNQBl0,
},
'0e1d1f45Vb0': {
title: '上天啊,难道你看不出我很爱她',
thumbnailUrl: 'https://i3.ytimg.com/vi/0e1d1f45Vb0/hqdefault.jpg',
captions: _0e1d1f45Vb0,
},
AzPdwflMjx0: {
title: 'Lie to Love - EP01',
thumbnailUrl: 'https://i3.ytimg.com/vi/AzPdwflMjx0/hqdefault.jpg',
captions: AzPdwflMjx0,
},
'WtSJW4o-GGg': {
title: '慢慢喜欢你,慢慢地陪你慢慢地老去。 ',
thumbnailUrl: 'https://i3.ytimg.com/vi/WtSJW4o-GGg/hqdefault.jpg',
captions: WtSJW4o_GGg,
},
};

export default youtubeVideos;
Loading

0 comments on commit 5457485

Please sign in to comment.