mirror of
https://github.com/NaiboWang/EasySpider.git
synced 2025-04-22 08:27:27 +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()
|