mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Add -i- before youtube ids
This commit is contained in:
parent
f02460759f
commit
e8f44a6d3f
1 changed files with 1 additions and 1 deletions
|
|
@ -117,7 +117,7 @@ export default async function ( applist ) {
|
||||||
|
|
||||||
for (const videoId in fetchedVideos) {
|
for (const videoId in fetchedVideos) {
|
||||||
// Build video slug
|
// Build video slug
|
||||||
const slug = slugify(`${fetchedVideos[videoId].title}-${videoId}`, {
|
const slug = slugify(`${fetchedVideos[videoId].title}-i-${videoId}`, {
|
||||||
lower: true,
|
lower: true,
|
||||||
strict: true
|
strict: true
|
||||||
})
|
})
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue