Skip to content

Instantly share code, notes, and snippets.

@laonger
Last active December 18, 2015 19:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save laonger/5831300 to your computer and use it in GitHub Desktop.
Save laonger/5831300 to your computer and use it in GitHub Desktop.
def getMaxpage():
page=2
dir_url="http://aa.wordpress.com/2013/06/page/"+str(page)
while getPageFlag(dir_url):
page=page+1
dir_url="http://fashioncoolture.com.br/2013/06/page/"+str(page)#这个要更新的
print page
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment