Merge pull request #148 from 1RandomDev/download-thumbnail

Added option for thumbnail only
This commit is contained in:
Alex
2022-09-01 15:21:12 +03:00
committed by GitHub
3 changed files with 21 additions and 0 deletions

View File

@@ -43,4 +43,11 @@ export const Formats: Format[] = [
{ id: '128', text: '128 kbps' },
],
},
{
id: 'thumbnail',
text: 'Thumbnail',
qualities: [
{ id: 'best', text: 'Best' }
],
},
];