[BUG] TypeError: Cannot read property '1' of null (Funimation Changed Their Streams/API) #54
Labels
No labels
Wrong-Place
bug
cli
dependencies
documentation
duplicate
enhancement
good first issue
help wanted
ice
invalid
question
request
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Creepso/multi-downloader-nx#54
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
** Main info: **
Script version: 4.7.0-beta.2
Show ID: 1394901
Episode ID: 5
** Additional Info: **
i think funimation changed their playlist data again...
however, you can still DL with ffmpeg but its a pain..
ffmpeg -headers $'Cookie: src_token=YOURTOKENHERE; \r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:89.0) Gecko/20100101 Firefox/89.0' -i "FULL URL to .m3u8 WITH KEYPAIR" -c copy -bsf:a aac_adtstoasc output.mkv -v tracefunimation breaks up their streams into two m3u8 files now, one for video & the other is audio track JPN, ENG etc..
also their playerID is random every time depending on the show/EP for EP 5 for Vivy was player/1449163 (experienceID)
not sure how m3u8 is grabbed. the only way I could see it is in the network tab once the video actually loaded. cannot find it anywhere on the page anymore..
Eg Video File:
https://vmfst-api.prd.funimationsvc.com/FunimationStoreFront/V2272753/009a3856-bde3-40d2-b065-b7bf4bc47fdestrnv-hl154_streaming_video_1920_1080_7800000_index.m3u8Audio File:
https://vmfst-api.prd.funimationsvc.com/FunimationStoreFront/V2272753/009a3856-bde3-40d2-b065-b7bf4bc47fdestrna-hl102_streaming_audio_2_jpn_composite_aac_ja_index.m3u8Subs:
https://d33et77evd9bgg.cloudfront.net/FunimationStoreFront/V2272753/009a3856-bde3-40d2-b065-b7bf4bc47fde_english_full.vttkeypair is hidden for obvious reasons...
& as for subs you can look for .srt or .vtt in the script section where
col-md-10 video-player-containeris located..
hope a fix is added in... to detect the new streams...
@XxUnkn0wnxX From the current codebase it should be possible to download things again.
@AnAppleforlife seems like there is an issue with mkvmerge
mkvmerge v56.1.0 ('My Friend') 64-bit
@XxUnkn0wnxX I've opened a new pull request with a better download system.
I think there is an issue with the mkv merge syntax and to be honest, I don't know anything about mkv merge.