LinkPool.py 350 B

1234567891011
  1. class LinkPool(object):
  2. links = []
  3. def __init__(self):
  4. self.links.append({
  5. 'url': "http://199.26.100.178/app/member/live/game_list.php?uid=yznixox4m21627573l305947&langx=zh-cn&gtype=All&gdate=All",
  6. 'cb': ''})
  7. pass
  8. def getLinks(self):
  9. return self.links