Brawl345 / Get-DMAX-Links

Get links of Discovery shows and a specific season and/or episode
MIT License
21 stars 6 forks source link

dmax - got HTTP status code 500, get a xlsx without links #24

Closed Project-Kodi closed 4 months ago

Project-Kodi commented 4 months ago

2024/06/21 16:02:24 got HTTP status code 500 2024/06/21 16:02:24 got HTTP status code 500 2024/06/21 16:02:24 got HTTP status code 500 2024/06/21 16:02:24 got HTTP status code 500 2024/06/21 16:02:24 Couldn't get episode 2024/06/21 16:02:24 Getting link 21 of 22: Tauchgang im Höhlensystem 2024/06/21 16:02:24 got HTTP status code 500 2024/06/21 16:02:24 got HTTP status code 500 2024/06/21 16:02:24 got HTTP status code 500 2024/06/21 16:02:25 got HTTP status code 500 2024/06/21 16:02:25 got HTTP status code 500 2024/06/21 16:02:25 got HTTP status code 500

dmax

get-dmax-links-windows-amd64.exe 18662

Brawl345 commented 4 months ago

Thanks for the report.

Seems like the data to get the video URL changed. The playback info URL is now https://eu1-prod.disco-api.com/playback/v3/videoPlaybackInfo and a POST request is needed now with these data:

{
   "deviceInfo":{
      "adBlocker":false,
      "drmSupported":true,
      "hdrCapabilities":[
         "SDR"
      ],
      "hwDecodingCapabilities":[],
      "soundCapabilities":[
         "STEREO"
      ]
   },
   "wisteriaProperties":{},
   "videoId":"6521922"
}

Don't know when/if I will fix it. In the meantime I think jDownloader should also work.

Brawl345 commented 4 months ago

Fixed, was easier than I thought: https://github.com/Brawl345/Get-DMAX-Links/releases/tag/2024-06-21

Project-Kodi commented 4 months ago

thx!