reddit: use correct id in filename & add sub name
This commit is contained in:
parent
abd9f2eb87
commit
e93ad8a9c5
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ export default async function(obj) {
|
|||
}).catch(() => {})
|
||||
}
|
||||
|
||||
let id = video.split('/')[3];
|
||||
let id = `${String(obj.sub).toLowerCase()}_${obj.id}`;
|
||||
|
||||
if (!audio) return {
|
||||
typeId: "redirect",
|
||||
|
|
Loading…
Reference in a new issue