I need such functions in python:
-check external links count on site pages.
-check if some link is present on given page or not.
Does anybody know good solutions/libs for this task? I think i should use BeautifulSoup here.., may be something more lib can help?