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'
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'