-
Notifications
You must be signed in to change notification settings - Fork 13
Description
Any help on this... I put a single video from the net that I want it full or some especific match that its already cutted as single video on the platform but the downloader doesn't got it gets me this error
Succesfully logged in
Traceback (most recent call last):
File "/Users/josekalel/Documents/GitHub/WWE-Network-Downloader/main.py", line 102, in
stream_url = account.m3u8_stream(video_link[1])
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/josekalel/Documents/GitHub/WWE-Network-Downloader/wwe.py", line 96, in m3u8_stream
return stream['hls'][0]['url'], subtitle_stream, stream['annotations']['titles']
~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^
TypeError: 'NoneType' object is not subscriptable
josekalel@MacBook-Pro WWE-Network-Downloader % python3 main.py -st 00:00:03 -et 00:08:11 -of '2008-08-01 SmackDown - Jeff Hardy --' -t https://network.wwe.com/video/248481 -f
Succesfully logged in
Traceback (most recent call last):
File "/Users/josekalel/Documents/GitHub/WWE-Network-Downloader/main.py", line 102, in
stream_url = account.m3u8_stream(video_link[1])
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/josekalel/Documents/GitHub/WWE-Network-Downloader/wwe.py", line 96, in m3u8_stream
return stream['hls'][0]['url'], subtitle_stream, stream['annotations']['titles']
~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^
TypeError: 'NoneType' object is not subscriptable
even tried to do it putting the specific times of the video as START and END but no success D: any help PLS