Skip to content

Instantly share code, notes, and snippets.

#!/usr/bin/env python
import sys
from base64 import b64decode as atob
from urllib2 import urlopen
from re import search
if len(sys.argv) <= 1:
print """\
[unadf.ly.py - Decode adf.ly links]
Based on github.com/alexdrk approach