Hello everybody
Help me, how i can download video from this site,
i need guide,
thanks you very much
Code:https://antv.gov.vn/video/nghi-quyet-12-197/ren-ban-linh-vung-niem-tin-A75882E99.html
+ Reply to Thread
Results 1 to 5 of 5
-
-
Edit: You can download using N_m3u8DL-RE
Code:N_m3u8DL-RE "https://videos.antv.gov.vn/public/uploads/2025/01/13/fd99c09a-055e-4202-9ddf-b6678236d23f/678480f095abc2a1fba86679/index.m3u8?signKey=true" --custom-hls-key e93e1c1718d9a56d49be5316b66150b7 -M format=mkv
https://www.swisstransfer.com/d/5ea7df4e-3852-4b77-af13-a9775dfbdcbdLast edited by 2nHxWW6GkN1l916N3ayz8HQoi; 25th Feb 2025 at 05:10.
--[----->+<]>.++++++++++++.---.--------.
[*drm mass downloader: widefrog*]~~~~~~~~~~~[*how to make your own mass downloader: guide*] -
Old story:
'URI="https://drm.antv.gov.vn/api/v1/key/vod"'
https://mega.nz/file/QbYxRQhQ#bJBSSgpfkmL7MajgK9plYIVpi9bZRVfXp31Mvb1pG44 -
Originally Posted by thuynt1988
I don't see the point of private messages for this antv.gov.vn site. I got key by running
Code:import requests from Crypto.Cipher import AES from Crypto.Util.Padding import unpad KEY_URL = "https://drm.antv.gov.vn/api/v1/key/vod" def decrypt_key(key_url): encrypted_data = requests.get(key_url).content if len(encrypted_data) != 64: return encrypted_data.decode().lower() return unpad(AES.new( bytes([ 54, 67, 48, 54, 48, 52, 56, 52, 69, 50, 57, 50, 52, 50, 54, 65, 51, 49, 55, 54, 56, 68, 70, 57, 65, 55, 67, 54, 70, 66, 56, 49 ]), AES.MODE_CBC, encrypted_data[:16] ).decrypt(encrypted_data[16:64]), AES.block_size)[:32].decode().lower() print(decrypt_key(KEY_URL))
Code:e93e1c1718d9a56d49be5316b66150b7
--[----->+<]>.++++++++++++.---.--------.
[*drm mass downloader: widefrog*]~~~~~~~~~~~[*how to make your own mass downloader: guide*]
Similar Threads
-
Need help to download video file m3u8
By dzukauskas in forum Newbie / General discussionsReplies: 8Last Post: 2nd May 2024, 08:14 -
Please help download video m3u8
By raylink in forum Video Streaming DownloadingReplies: 37Last Post: 1st May 2023, 14:02 -
How to download this video? (m3u8 or ts stream)
By hamid_ss in forum Video Streaming DownloadingReplies: 5Last Post: 22nd Jan 2021, 14:34 -
Please help me download Brightcove M3U8 video
By ognaed in forum Video Streaming DownloadingReplies: 8Last Post: 23rd Jun 2020, 01:37 -
Download m3u8 video?
By ThunderRanger in forum Video Streaming DownloadingReplies: 3Last Post: 21st May 2020, 13:06