Skip to content

Instantly share code, notes, and snippets.

View Kucharskov's full-sized avatar

Michał Kucharski Kucharskov

View GitHub Profile
@divadsn
divadsn / extractor.py
Last active April 4, 2020 14:29
Proof of concept extractor script for cda.pl video links, reverse engineered from updated player.js
import json
import urllib.request
from urllib.parse import unquote
from bs4 import BeautifulSoup
def decrypt(a: str):
a = unquote(a.replace("_XDDD", ""))
b = []