I’m having an issue with N_m3u8DL-RE when trying to download a video. It used to work fine before, but just today it started giving me a 17KB output file and finishes instantly.

N_m3u8DL-RE "https://vod.tonton.com.my/1761679130/0xc8a7db1b2e76e46b423f5d1bdb9e099ea024acae4cb8a416 41c62b1ce5a0dcf7/vod/379/6579260/playlist_wifi_high.mpd" -H "User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36" -H "Accept: */*" -H "Origin: https://watch.tonton.com.my" -H "Referer: https://watch.tonton.com.my/" --key 11e7af21b86e48b18137d2939284f588:4af31dded86e937ba 24235f289f73c43 --use-shaka-packager

And here’s the log output:

00:55:38.271 INFO : N_m3u8DL-RE (Beta version) 20251027
00:55:38.278 INFO : Loading URL: https://vod.tonton.com.my/vod/379/6579110/playlist_wifi_high.mpd?exp=1761692109&hmac=0...fea6cd79baa082
00:55:38.403 INFO : Content Matched: HTTP Live MPEG2-TS
00:55:38.404 INFO : Parsing streams...
00:55:38.406 WARN : Writing meta json
00:55:38.408 INFO : Extracted, there are 1 streams, with 1 basic streams, 0 audio streams, 0 subtitle streams
00:55:38.408 INFO : Vid Kbps | <RE_LIVE_TS> | | ~00m00s
00:55:38.408 INFO : Selected streams:
00:55:38.409 INFO : Vid Kbps | <RE_LIVE_TS> | | ~00m00s
00:55:38.409 WARN : Writing meta json
00:55:38.410 INFO : Save Name: playlist_wifi_high_2025-10-29_00-55-38
00:55:38.467 INFO : File Size: 17.98KB
00:55:38.468 INFO : Done

It looks like it detects a live MPEG2-TS but doesn’t actually download any segments.
The same URL and key used to work perfectly, only today it suddenly started behaving like this.

Is there any recent change to how N_m3u8DL-RE handles MPD files.
Would really appreciate if someone could point out what might be going wrong or how to fix it.

Thanks in advance