Skip to content

Instantly share code, notes, and snippets.

@creke
creke / EarthLiveCleanCloudinary.py
Last active December 17, 2023 06:48
EarthLiveSharp 清理cloudinary CDN缓存
# -*- coding: utf-8 -*-
# Author: Creke
# HomePage: http://blog.creke.net
import sys
import urllib, urllib2
import base64
import json
URLLIB_DEBUG_LEVEL = 1