Skip to content

this tool uses to download arvanplayer m3u8 links.

Notifications You must be signed in to change notification settings

aDarkDev/ArvanPlayer-DL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

ArvanPlayer-DL

this tool uses to download arvanplayer m3u8 links.

ArvanPlayer(R1Player). https://player.arvancloud.ir/

how it works?

Arvan Cloud uses AES-128-CBC to encrypt m3u8 ts files. The following script can decrypt these encrypted videos.

You can achieve the same result using "ffmpeg".

Usage :

first install cryptography library

pip3 install pycryptodome

you can import file in your project

from ArvanPlayer_DL import download

download("m3u8 link","my_video.mp4")

or run the file simple.

python3 ArvanPlayer_DL.py

About

this tool uses to download arvanplayer m3u8 links.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages