mirror of
https://github.com/NaiboWang/EasySpider.git
synced 2026-06-08 06:55:42 +08:00
Update Sample Task Instruction
This commit is contained in:
7
Examples/Sample Tasks with Python/main.py
Normal file
7
Examples/Sample Tasks with Python/main.py
Normal file
@@ -0,0 +1,7 @@
|
||||
import author_crawl
|
||||
import desc_crawl
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
author_crawl.main()
|
||||
desc_crawl.main()
|
||||
Reference in New Issue
Block a user