why not downloaded this ep?
Vineless License parsing failed! invalid wire type 6 at offset 6 .
https://www.youku.tv/v/v_show/id_XNjUyNDE2NzUxNg==.html?s=fcbef1a01a9e4637be17&spm=a2h...UyNDE2NzUxNg==
+ Reply to Thread
Results 1 to 30 of 42
-
-
There is no DRM on the video:
script python ;Code:N_m3u8DL-RE "https://pl-ali.youku.tv/playlist/m3u8?vid=XNjUyNDE2NzUxNg%3D%3D&type=cmfv4hd2&ups_client_netip=4f51e087&utid=27gYIsjSDRcCAU9R4IcxYIMZ&ccode=0597&psid=2bd54f2b05d0e5ae1dabcf3b36338c9141346&streamcoding=cmfva4&app_ver=9.8.2&duration=2598&expire=18000&drm_type=163&drm_device=7&drm_default=32&sm=1&nt=1&media_type=standard%2Csubtitle&dyt=0&ups_ts=1771162546&onOff=33456&encr=0&ups_key=99591b1421f6a36d71a8041a52f1c975&cmfvType=cmfv4hd2&cmfvFileId=0500CC000069905FAE79BD6F30FA799C297A8F-C222-4605-9242-87082540E8FA-12-16240703790&ckt=5&m_onoff=0&pn=&mcmfa_info=%5B%7B%22lc%22%3A%22vi%22%2C%22stype%22%3A%22cmfa1sd%22%7D%2C%7B%22lc%22%3A%22guoyu%22%2C%22stype%22%3A%22cmfa1sd%22%7D%2C%7B%22lc%22%3A%22en%22%2C%22stype%22%3A%22cmfa1sd%22%7D%5D&mcmfa_info_ckey=mcmfa_4a6cd89c50a082ec6d467a669bc50d7a&m_audiolang=guoyu&app_key=34300712&drm_type_value=cenc&v=v1&t_time=360&t_type=time&bkp=0"
Code:import subprocess import datetime url = input("Entrez l'URL m3u8 : ").strip() output_name = "video_" + datetime.datetime.now().strftime("%Y%m%d_%H%M%S") # output_name = input("Enter un nom de la video : ") cmd = ["N_m3u8DL-RE", url,"--no-log", "--save-name", output_name] subprocess.run(cmd)Last edited by sesamap159; 15th Feb 2026 at 07:53.
-
i have vip acc
but error Vineless License parsing failed! invalid wire type 6 at offset 6
how find key this link
https://www.youku.tv/v/v_show/id_XNjUxNTgwNTA4MA==.html?s=fcbef1a01a9e4637be17&spm=a2h...UxNTgwNTA4MA== -
with widevineproxy2 or vineless
[Attachment 91220 - Click to enlarge] -
-
pssh AAAASnBzc2gAAAAA7e+LqXnWSs6jyCfc1R0h7QAAACoSEKhzFK K0usMIWBqYfGnfu6ASEKhzFKK0usMIWBqYfGnfu6BI88aJmwY
KEYID A87314A2B4BAC308581A987C69DFBBA0
IV B288167345FC7EF7202C1F371653AE96
https://www.youku.tv/v/v_show/id_XNjUyNDE2NzUxNg==.html?s=fcbef1a01a9e4637be17&spm=a2h...UyNDE2NzUxNg==
how find key without widevineproxy2 or vineless
please help me -
Use python script
Code:https://forum.videohelp.com/threads/414627-Download-From-youku-tv
[Attachment 91237 - Click to enlarge]
[Attachment 91238 - Click to enlarge] -
https://www.youku.tv/v/v_show/id_XNjUyNDE3MzY4MA==.html?s=fcbef1a01a9e4637be17&spm=a2h...UyNDE3MzY4MA==
Vineless License parsing failed! invalid wire type 6 at offset 6 . -
Code:
--key c9cb217c87385452c48907cd807bea9e:9544003862201a64e592e9fe34339653
-
-
Code:
from pywidevine.cdm import Cdm from pywidevine.device import Device from pywidevine.pssh import PSSH import requests import base64 pssh = input("PSSH? ") pssh = PSSH(pssh) lic_url = 'https://drm-license.youku.com/ups/drm.json' device = Device.load("YOURDEVICE.wvd") cdm = Cdm.from_device(device) session_id = cdm.open() challenge = cdm.get_license_challenge(session_id, pssh) challenge = { 'drmType': 'widevine', 'token': 'A5r24TgOl0A6sBotgVTKp6V-OzNQuT4vqYKoBxc4D6qcDJypmE-3iAJuZ1S3ZtDTANUYPoj8Ny6K5L7ZY7MJGsOcJadR1dc10RbfrpK66DRyXANq8x4xePP4cS8ci5MjVpH_HEwcY0s', 'vid': 'XNjUxNTgwNTA4MA==', 'utdid': '1LaLIfxxZBACAcvGIsn8Pv47', 'psid': '0e351525c4259515b5805e0e35583a8541346', 'ccode': '0597', 'cb': '1', 'licenseRequest': base64.b64encode(challenge).decode() } licence = requests.post(lic_url, data=challenge) cdm.parse_license(session_id, licence.json()['data']) for key in cdm.get_keys(session_id): if key.type=='CONTENT': print(f"\n--key {key.kid.hex}:{key.key.hex()}") cdm.close(session_id) -
-
PSSH? AAAASnBzc2gAAAAA7e+LqXnWSs6jyCfc1R0h7QAAACoSEMnLIX yHOFRSxIkHzYB76p4SEMnLIXyHOFRSxIkHzYB76p5I88aJmwY=
Traceback (most recent call last):
File "C:\Python314\Lib\site-packages\pywidevine\cdm.py", line 407, in parse_license
signed_message.ParseFromString(license_message)
google.protobuf.message.DecodeError: Error parsing message with type 'pywidevine_license_protocol.SignedMessage'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "C:\App\Script\script to get the keys on youku v2.py", line 28, in <module>
cdm.parse_license(session_id, licence.json()['data'])
File "C:\Python314\Lib\site-packages\pywidevine\cdm.py", line 411, in parse_license
raise InvalidLicenseMessage(f"Could not parse license_message as a SignedMessage, {e}")
pywidevine.exceptions.InvalidLicenseMessage: Could not parse license_message as a SignedMessage, Error parsing message with type 'pywidevine_license_protocol.SignedMessage'
https://www.youku.tv/v/v_show/id_XNjUyNDE3MzY4MA==.html?s=fcbef1a01a9e4637be17&spm=a2h...UyNDE3MzY4MA==
why error this ep? -
ok what did you put
challenge = {
'drmType': 'widevine',
'token': '',
'vid': '',
'utdid': '',
'psid': '',
'ccode': '0597',
'cb': '1',
and what is PSSH : -
'token': 'wRAk16Sae6rwJxZl9BvXlViTIYEXMdqN6E3xXYLjiPJiW5Ifh tbgtmXVr68dkYrVlrYH39jGRifPCtfNUyxo6dOlTecXupqEgFO uF37fD4s9_TqHw6ams-gwx_39pJ-OTXnq6tckCac',
'vid': 'XNjUyNDE3MzY4MA==',
'utdid': 't5H9IQ2JYgQCAZw7IlV2X7Ve',
'psid': '2a9e04f33e5a0cc8de23cc6dae5c1bc741346',
PSSH: AAAASnBzc2gAAAAA7e+LqXnWSs6jyCfc1R0h7QAAACoSEMnLIX yHOFRSxIkHzYB76p4SEMnLIXyHOFRSxIkHzYB76p5I88aJmwY= -
-
why not Reading media info... NaN: Unknown
why not Decrypting
https://www.youku.tv/v/v_show/id_XNjUyNDIxMDk2MA==.html?spm=a2hje.13141534.1_2.d_zj2_2...a01a9e4637be17
anyone help me?


Quote
