Skip to content

Commit

Permalink
ping feedburner
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Golub committed Feb 14, 2009
1 parent 220369e commit 65d1fae
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions main.py
Expand Up @@ -289,6 +289,11 @@ def ping(self, entry=None):
})
response = urlfetch.fetch("http://friendfeed.com/api/public-sup-ping?" \
+ args)
args = urllib.urlencode({
"bloglink": "http://" + self.request.host + "/",
})
response = urlfetch.fetch("http://www.feedburner.com/fb/a/pingSubmit?" \
+ args)

def is_valid_xhtml(self, entry):
args = urllib.urlencode({
Expand Down

0 comments on commit 65d1fae

Please sign in to comment.