Recent Posts
None | 12 sec ago
C++ | 15 sec ago
None | 37 sec ago
None | 46 sec ago
None | 51 sec ago
None | 1 min ago
None | 1 min ago
None | 1 min ago
None | 1 min ago
None | 1 min ago
Sitereport
Find cool info about any domain on the internet?
visit sitereport
Free Subdomains
Want a pastebin.com sub-domain for your community?
learn more...
What is pastebin?
Pastebin is a website that hosts all your text & code on dedicated servers for easy sharing.
learn more...
By clovanzo on the 31st of Aug 2009 05:08:55 AM
Download |
Raw |
Embed |
Report
# Indowebster.com Video file caching is handled here. www[0-9][0-9]\.indowebster\.com
if enable_indowebster_cache:
if re.compile('www[0-9][0-9]\.indowebster\.com').search(host) and (path.find('.mp3')) > -1 :
type = 'INDOWEBSTER'
try:
video_id = path.strip('/').split('/')[-1]
except:
log(format%(pid, client, '-', 'URL_ERROR', type, 'Error in parsing the url ' + new_url))
video_id = None
if video_id is not None:
new_url = submit_video(pid, client, type, url, video_id)
Submit a correction or amendment below.
Make A New Post