def parse_huxiu(command):
     result = Match.huxiu(command)
     account_id = result.group(u'huxiu_id')
     task = HuXiuTask(account_id)
     return task