Skip to content

Instantly share code, notes, and snippets.

@mayli
mayli / zone.txt
Last active May 27, 2021 19:31
zonefile
$ORIGIN n.dn42.
$TTL 7200
; SOA
@ IN SOA ns2.androw.dn42. noc.androw.eu. (
2021050901 ; Serial
7200 ; Refresh
1800 ; Retry
1209600 ; Expire
@mayli
mayli / am3u8-dl.py
Created August 23, 2021 21:50
another m3u8 downloader
#!/usr/bin/env python3
import sys
import os
import aiohttp
import asyncio
from tqdm.asyncio import tqdm
from urllib.parse import urljoin
async def verify_noop(filename):
return True