Skip to content

Instantly share code, notes, and snippets.

View akashvaghela09's full-sized avatar
💬
I may be slow to respond.

Akash Vaghela akashvaghela09

💬
I may be slow to respond.
View GitHub Profile
@akashvaghela09
akashvaghela09 / m3u8_decryptor.py
Created July 12, 2020 18:15 — forked from delimitry/m3u8_decryptor.py
Python script for download and decrypt TS chunks from m3u8 file
#!/usr/bin/env python
# -*- coding: utf-8 -*-
import os
import re
import requests
import sys
from Crypto.Cipher import AES