Skip to content

Commit

Permalink
mmm anchors
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewrobertbell committed Apr 22, 2012
1 parent 058c4c3 commit 242c600
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions __init__.py
Expand Up @@ -33,3 +33,6 @@ def total_count_details(self, target, mode=MODES[0]):
def crawled_pages(self, target, count=100, mode=MODES[0]):
return self.request(method_name='get_pages', target=target, count=count, mode=mode)

def anchors(self, target, count=100, mode=MODES[0]):
return self.request(method_name='get_anchors_of_backlinks', target=target, count=count, mode=mode)

0 comments on commit 242c600

Please sign in to comment.