Git Product home page Git Product logo

Comments (13)

dhavalhariyani avatar dhavalhariyani commented on August 26, 2024 1

from hs-widevine.

parnexcodes avatar parnexcodes commented on August 26, 2024

pip install google-api-python-client

from hs-widevine.

tvserial avatar tvserial commented on August 26, 2024

pip install google-api-python-client

Parnnex this script still work?? we know google old cdm revoked...this script has L1 CDM?

from hs-widevine.

wade29 avatar wade29 commented on August 26, 2024

where to enter mpd, video link and output ? please send image for ref. I get below error.

C:\Program Files\Python36\python hotstar_github.py
usage: hotstar_github.py [-h] -mpd MPD -o OUTPUT [-keys]
hotstar_github.py: error: the following arguments are required: -mpd/--video-link, -o/--output

from hs-widevine.

anonyymous2021 avatar anonyymous2021 commented on August 26, 2024

I got this error :(

File "C:\Python36\hs-widevine-main\hotstar_github.py", line 34, in
subprocess.run([youtubedlexe, '-k', '--user-agent', 'KAIOS/2.0', '-F', MPD])
File "C:\Python36\lib\subprocess.py", line 505, in run
with Popen(*popenargs, **kwargs) as process:
File "C:\Python36\lib\subprocess.py", line 951, in init
self._execute_child(args, executable, preexec_fn, close_fds,
File "C:\Python36\lib\subprocess.py", line 1420, in _execute_child
hp, ht, pid, tid = _winapi.CreateProcess(executable, args,
FileNotFoundError: [WinError 2] El sistema no puede encontrar el archivo especificado

from hs-widevine.

anonyymous2021 avatar anonyymous2021 commented on August 26, 2024

where to enter mpd, video link and output ? please send image for ref. I get below error.

C:\Program Files\Python36\python hotstar_github.py
usage: hotstar_github.py [-h] -mpd MPD -o OUTPUT [-keys]
hotstar_github.py: error: the following arguments are required: -mpd/--video-link, -o/--output

You have to put it like this
hotstar_github.py [-h] -mpd LINK MPD HERE -o OUTPUT (Here I do not know if it is a name or a starting address ) [-keys]

from hs-widevine.

MG577 avatar MG577 commented on August 26, 2024

@dhavalhariyani I know currently theres no working CDM .. but is this error related to CDM ???

Enter Decryption Section...
usage: mp4dump [-h] FILE
mp4dump: error: argument FILE: can't open 'output': [Errno 13] Permission denied: 'output'
Traceback (most recent call last):
File "D:\Latest Films\Download Tools\hs-widevine-main\hs-widevine-main\hs-widevine-main\hs-widevine-main\hotstar.py", line 108, in
pssh_mpd = Get_PSSH(FInput_audio)
File "D:\Latest Films\Download Tools\hs-widevine-main\hs-widevine-main\hs-widevine-main\hs-widevine-main\hotstar.py", line 94, in Get_PSSH
data = subprocess.check_output([mp4dump, '--format', 'json', '--verbosity', '1', mp4_file])
File "C:\Users\AppData\Local\Programs\Python\Python39\lib\subprocess.py", line 424, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
File "C:\Users\AppData\Local\Programs\Python\Python39\lib\subprocess.py", line 505, in run
with Popen(*popenargs, **kwargs) as process:
File "C:\Users\AppData\Local\Programs\Python\Python39\lib\subprocess.py", line 951, in init
self._execute_child(args, executable, preexec_fn, close_fds,
File "C:\Users\AppData\Local\Programs\Python\Python39\lib\subprocess.py", line 1420, in _execute_child
hp, ht, pid, tid = _winapi.CreateProcess(executable, args,
FileNotFoundError: [WinError 2] The system cannot find the file specified

from hs-widevine.

MG577 avatar MG577 commented on August 26, 2024

@dhavalhariyani

how to do that bro .. cant find that run as admin (on windows)

bro can u do something to ur script
theres a modified pywidevine

https://github.com/T3rry7f/NoDRM/tree/master/PywidevineX

it says

For Chromecdm 2209 private key is not necessary, directly using the rsa whitebox crypto instead.

from hs-widevine.

MG577 avatar MG577 commented on August 26, 2024

This error is saying that there was error opening file for output. You must be running the script as administrator/root and the permission to read-write is needed.

how to solve the error bro ... waiting for ur reply

from hs-widevine.

arbarbosa1979 avatar arbarbosa1979 commented on August 26, 2024

This error is saying that there was error opening file for output. You must be running the script as administrator/root and the permission to read-write is needed.

how to solve the error bro ... waiting for ur reply

This script is no longer working, but its errors were basically:

-mpd --> mpd manifest link
-o --> filename without spaces and without extension, example: -o Mulan_1998

  • 4 - If you don't know what mpd is, you shouldn't even be trying to use this script.

from hs-widevine.

fpalacio78 avatar fpalacio78 commented on August 26, 2024

I have a problem using this script, I would really appreciate the help
the mpd is https://dramax-vod.ercdn.net/clr/Y/vl/gunesin-kizlari-s1-b2-spa/gunesin-kizlari-s1-b2-spa.smil/manifest_mpm4sav_mvnumber_high.mpd
PS C:\Users\ADMINPC\Downloads\hs-widevine-main\hs-widevine-main> python hotstar.py -mpd https://dramax-vod.ercdn.net/clr/Y/vl/gunesin-kizlari-s1-b2-spa/gunesin-kizlari-s1-b2-spa.smil/manifest_mpm4sav_mvnumber_high.mpd -o video Traceback (most recent call last): File "C:\Users\ADMINPC\Downloads\hs-widevine-main\hs-widevine-main\hotstar.py", line 34, in <module> subprocess.run([youtubedlexe, '-k', '--user-agent', 'KAIOS/2.0', '-F', MPD]) File "C:\Users\ADMINPC\AppData\Local\Programs\Python\Python39\lib\subprocess.py", line 505, in run with Popen(*popenargs, **kwargs) as process: File "C:\Users\ADMINPC\AppData\Local\Programs\Python\Python39\lib\subprocess.py", line 951, in __init__ self._execute_child(args, executable, preexec_fn, close_fds, File "C:\Users\ADMINPC\AppData\Local\Programs\Python\Python39\lib\subprocess.py", line 1420, in _execute_child hp, ht, pid, tid = _winapi.CreateProcess(executable, args, FileNotFoundError: [WinError 2] The system cannot find the file specified PS C:\Users\ADMINPC\Downloads\hs-widevine-main\hs-widevine-main>

from hs-widevine.

arbarbosa1979 avatar arbarbosa1979 commented on August 26, 2024

I have a problem using this script, I would really appreciate the help the mpd is https://dramax-vod.ercdn.net/clr/Y/vl/gunesin-kizlari-s1-b2-spa/gunesin-kizlari-s1-b2-spa.smil/manifest_mpm4sav_mvnumber_high.mpd PS C:\Users\ADMINPC\Downloads\hs-widevine-main\hs-widevine-main> python hotstar.py -mpd https://dramax-vod.ercdn.net/clr/Y/vl/gunesin-kizlari-s1-b2-spa/gunesin-kizlari-s1-b2-spa.smil/manifest_mpm4sav_mvnumber_high.mpd -o video Traceback (most recent call last): File "C:\Users\ADMINPC\Downloads\hs-widevine-main\hs-widevine-main\hotstar.py", line 34, in <module> subprocess.run([youtubedlexe, '-k', '--user-agent', 'KAIOS/2.0', '-F', MPD]) File "C:\Users\ADMINPC\AppData\Local\Programs\Python\Python39\lib\subprocess.py", line 505, in run with Popen(*popenargs, **kwargs) as process: File "C:\Users\ADMINPC\AppData\Local\Programs\Python\Python39\lib\subprocess.py", line 951, in __init__ self._execute_child(args, executable, preexec_fn, close_fds, File "C:\Users\ADMINPC\AppData\Local\Programs\Python\Python39\lib\subprocess.py", line 1420, in _execute_child hp, ht, pid, tid = _winapi.CreateProcess(executable, args, FileNotFoundError: [WinError 2] The system cannot find the file specified PS C:\Users\ADMINPC\Downloads\hs-widevine-main\hs-widevine-main>

Did you put these files in the system path or in the same folder as the python script?

---> yt-dlp, ffmpeg, aria2c, mp4decrypt, mkvmerge and mp4dump.

yt-dlp you can install by running this command: pip install yt-dlp

from hs-widevine.

maanich avatar maanich commented on August 26, 2024

ecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated since Python 3.3, and in 3.9 it will stop working
from collections import Iterable
Traceback (most recent call last):
File "/usr/bin/py", line 167, in
result = eval(args.expression)
File "", line 1, in
l3.py
NameError: name 'l3' is not defined

from hs-widevine.

Related Issues (7)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.