freyta / WWE-Network-Downloader

My own WWE downloader.
38 stars 12 forks source link

IndexError: list index out of range - audio selection problem #11

Closed fttdgc closed 3 years ago

fttdgc commented 3 years ago

I still have access to the international version of the network and am getting this error on the new Mania uploads.

C:\Users[ACCOUNT]\Desktop\WWENetDown>py main.py -t https://watch.wwe.com/episode/WrestleMania-37-Night-1-161945 Succesfully logged in Got the video information Traceback (most recent call last): File "main.py", line 143, in audio_qualities.append((int(i.group_id.split('audio-')[1]), base_url[0]+"/"+ i.uri)) IndexError: list index out of range

Classic links still work fine. Any suggestions?

fttdgc commented 3 years ago

Working today so must've been a network issue