mirror of
https://github.com/NaiboWang/EasySpider.git
synced 2025-04-22 21:10:28 +08:00
8 lines
113 B
Python
8 lines
113 B
Python
import author_crawl
|
|
import desc_crawl
|
|
|
|
|
|
if __name__ == "__main__":
|
|
author_crawl.main()
|
|
desc_crawl.main()
|