last fix for metadata

This commit is contained in:
Thomas Zarebczan 2021-05-27 17:49:50 -04:00
parent 97a4f5fcab
commit fd2f664870
No known key found for this signature in database
GPG key ID: D505010BDB4364BC

View file

@ -26,12 +26,12 @@ module.exports.CATEGORY_METADATA = {
[PAGES.GAMING]: { [PAGES.GAMING]: {
title: 'Gaming', title: 'Gaming',
description: 'Pew pew bzzz gaming on Odysee', description: 'Pew pew bzzz gaming on Odysee',
image: 'https://spee.ch/category-gaming:5.jpg?quality=80&height=1200&width=627', image: 'https://spee.ch/category-gaming:5.jpg?quality=80&height=1200&width=630',
}, },
[PAGES.GENERAL]: { [PAGES.GENERAL]: {
title: 'Cheese', title: 'Cheese',
description: 'Cheese is the answer to life, the universe, and everything. We have primo cheese on Odysee', description: 'Cheese is the answer to life, the universe, and everything. We have primo cheese on Odysee',
image: 'https://spee.ch/category-primary:5.jpg?quality=80&height=1200&width=627', image: 'https://spee.ch/category-primary1:5.jpg?quality=80&height=1200&width=630',
}, },
[PAGES.LAB]: { [PAGES.LAB]: {
title: 'Lab', title: 'Lab',
@ -46,13 +46,13 @@ module.exports.CATEGORY_METADATA = {
[PAGES.MOVIES]: { [PAGES.MOVIES]: {
title: 'Movies', title: 'Movies',
description: `Do you love B rated movies? We've got you covered on Odysee`, description: `Do you love B rated movies? We've got you covered on Odysee`,
image: 'https://spee.ch/category-movies:2.jpg?quality=80&height=1200&width=627', image: 'https://spee.ch/category-movies:2.jpg?quality=80&height=1200&width=630',
},
[PAGES.MUSIC]: {
title: 'Music',
description: 'All the music you love on Odysee',
image: 'https://spee.ch/category-music:8.jpg?quality=80&height=1200&width=627',
}, },
// [PAGES.MUSIC]: {
// title: 'Music',
// description: 'All the music you love on Odysee',
// image: 'https://spee.ch/category-music:8.jpg?quality=80&height=1200&width=630',
// },
[PAGES.TECHNOLOGY]: { [PAGES.TECHNOLOGY]: {
title: 'Tech', title: 'Tech',
description: 'Hardware, software, startups, photography on Odysee', description: 'Hardware, software, startups, photography on Odysee',
@ -61,6 +61,6 @@ module.exports.CATEGORY_METADATA = {
[PAGES.WILD_WEST]: { [PAGES.WILD_WEST]: {
title: 'Wild West', title: 'Wild West',
description: 'Boosted by user credits, this is what the community promotes on Odysee', description: 'Boosted by user credits, this is what the community promotes on Odysee',
image: 'https://spee.ch/category-wildwest:1.jpg?quality=80&height=1200&width=627', image: 'https://spee.ch/category-wildwest:1.jpg?quality=80&height=1200&width=630',
}, },
}; };