Skip to content

Instantly share code, notes, and snippets.

@junstyle
junstyle / rewrite.py
Created September 26, 2016 01:18 — forked from binux/rewrite.py
web proxy http links rewrite
#!/usr/bin/env python
# -*- encoding: utf-8 -*-
# vim: set et sw=4 ts=4 sts=4 ff=unix fenc=utf8:
# Author: Binux<[email protected]>
# http://binux.me
# Created on 2012-09-06 22:22:21
import urlparse
import re