Fix subtitle downloading for hidive
This commit is contained in:
parent
15b616c880
commit
6575e2343d
1 changed files with 1 additions and 1 deletions
|
|
@ -316,7 +316,7 @@ export default class Hidive implements ServiceClass {
|
|||
|
||||
public async genSubsUrl(type: string, file: string) {
|
||||
return [
|
||||
`${domain.hd_www}/caption/${type}/`,
|
||||
`${domain.hd_api}/caption/${type}/`,
|
||||
( type == 'css' ? '?id=' : '' ),
|
||||
`${file}.${type}`
|
||||
].join('');
|
||||
|
|
|
|||
Loading…
Reference in a new issue