I have tried to download a movie but it throws exception of 'NoneType' Object is not subscriptable.
Is it the python script issue or am i missing something in syntax?
C:\Users\Nikhil\Downloads\Compressed\einthusan-dl-master>einthusan-dl --path=C:\Users\Nikhil\Downloads\ "https://einthusan.tv/movie/watch/9029" --wget
2020-03-17 16:43:11,708 Downloading movie from page : https://einthusan.tv/movie/watch/9029
2020-03-17 16:43:13,238 Downloaded https://einthusan.tv/movie/watch/9029 (4087 bytes)
2020-03-17 16:43:13,367 Unhandled exception: 'NoneType' object is not subscriptable
I have tried to download a movie but it throws exception of 'NoneType' Object is not subscriptable. Is it the python script issue or am i missing something in syntax?