freyta / WWE-Network-Downloader

My own WWE downloader.
38 stars 11 forks source link

Cannot download PPV Kickoff show because of error with "episodeName" #22

Open kileko65 opened 1 year ago

kileko65 commented 1 year ago

Cannot download any of the WWE Kickoff Shows due to an error with the "episodeName" variable. Not sure if the script can't pull the episode name or if this is an issue because these videos are not a part of a series. I can download all other content from the network just fine.

python3 main.py -t "https://watch.wwe.com/program/Money-in-the-Bank-2022-Kickoff-182464" Succesfully logged in Traceback (most recent call last): File "main.py", line 113, in <module> video_link = account.get_video_info(EPISODE) File "/home/ubuntu/Downloads/WWE-Network-Downloader/wwe.py", line 192, in get_video_info ppv_title = entry["episodeName"] KeyError: 'episodeName'