swappyison / JiocinemaDownloader

Download both DRM and DRM free videos from jiocinema
3 stars 4 forks source link

pywidevine #2

Closed sarvottam99 closed 1 year ago

sarvottam99 commented 1 year ago

if pywidevine is not installed - Traceback (most recent call last): File "D:\TV and Web Series\JiocinemaDownloader-main\jiodownloader.py", line 126, in from pywidevine.L3.cdm import cdm, deviceconfig ModuleNotFoundError: No module named 'pywidevine'

if pywidevine is installed - Traceback (most recent call last): File "D:\TV and Web Series\JiocinemaDownloader-main\jiodownloader.py", line 126, in from pywidevine.L3.cdm import cdm, deviceconfig ModuleNotFoundError: No module named 'pywidevine.L3'

swappyison commented 1 year ago

just move all the python scripts inside WKS-KEYS folder. it will solve the problem

Harshilmehta23 commented 1 year ago

Thanks for all the work,

I am having below error while running 'python3 jiodownloader.py':

Traceback (most recent call last):
  File "C:\Users\User\Documents\JiocinemaDownloader\WKS-KEYS(4)\jiodownloader.py", line 137, in <module>
    from pywidevine.L3.cdm import cdm, deviceconfig
ModuleNotFoundError: No module named 'pywidevine.L3'

I tried moving all the Python scripts inside WKS-KEYS folder. but the issue still persists.

@sarvottam99 were you able to solve the problem?