mirror of
https://github.com/anidl/multi-downloader-nx.git
synced 2026-04-21 08:21:56 +00:00
Fix Bucket Selection
This commit is contained in:
parent
5ec231b951
commit
5f082f10ee
1 changed files with 3 additions and 3 deletions
|
|
@ -1087,10 +1087,10 @@ export default class Crunchy implements ServiceClass {
|
|||
if (mediaId.includes(':'))
|
||||
mediaId = mediaId.split(':')[1];
|
||||
|
||||
// /cms/v2/US/M3/crunchyroll/videos/MEDIAID/streams
|
||||
// /cms/v2/BUCKET/crunchyroll/videos/MEDIAID/streams
|
||||
const videoStreamsReq = [
|
||||
domain.api_beta,
|
||||
`/cms/v2/US/M3/crunchyroll/videos/${mediaId}/streams`,
|
||||
api.beta_cms,
|
||||
`${this.cmsToken.cms.bucket}/videos/${mediaId}/streams`,
|
||||
'?',
|
||||
new URLSearchParams({
|
||||
streams: 'all',
|
||||
|
|
|
|||
Loading…
Reference in a new issue