api.py 352 B

12345678910111213141516171819202122232425
  1. #!/usr/bin/env python
  2. # -*- encoding: utf-8 -*-
  3. '''
  4. @Contact : liuyuqi.gov@msn.cn
  5. @Time : 2022/05/24 15:02:12
  6. @License : Copyright © 2017-2022 liuyuqi. All Rights Reserved.
  7. @Desc : api
  8. '''
  9. _host = r"http://www.xiaohua.com"
  10. startUrl = _host + "/detail/"
  11. # http://www.xiaohua.com/duanzi?page=2
  12. startDuanziUrl=_host+"/duanzi/"