├── README.md ├── crawl_detail.py ├── crawl_img.py ├── crawl_property.py ├── parser.py ├── step1.py ├── step2.py ├── step3.py ├── step4.py └── urldict.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiuXingMing/Tmall1212/HEAD/README.md -------------------------------------------------------------------------------- /crawl_detail.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiuXingMing/Tmall1212/HEAD/crawl_detail.py -------------------------------------------------------------------------------- /crawl_img.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiuXingMing/Tmall1212/HEAD/crawl_img.py -------------------------------------------------------------------------------- /crawl_property.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiuXingMing/Tmall1212/HEAD/crawl_property.py -------------------------------------------------------------------------------- /parser.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiuXingMing/Tmall1212/HEAD/parser.py -------------------------------------------------------------------------------- /step1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiuXingMing/Tmall1212/HEAD/step1.py -------------------------------------------------------------------------------- /step2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiuXingMing/Tmall1212/HEAD/step2.py -------------------------------------------------------------------------------- /step3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiuXingMing/Tmall1212/HEAD/step3.py -------------------------------------------------------------------------------- /step4.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiuXingMing/Tmall1212/HEAD/step4.py -------------------------------------------------------------------------------- /urldict.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiuXingMing/Tmall1212/HEAD/urldict.py --------------------------------------------------------------------------------