├── README.md ├── 修复metadata.py ├── 单章写真.py ├── 发送写真到tg群组.py ├── 秀人集HOT100.py ├── 秀人集NEW100.py └── 秀人集全站下载.py /README.md: -------------------------------------------------------------------------------- 1 | # xiuren 2 | 秀人集写真爬虫 http://25.xy02.my 3 | -------------------------------------------------------------------------------- /修复metadata.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fishforks/xiuren/HEAD/修复metadata.py -------------------------------------------------------------------------------- /单章写真.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fishforks/xiuren/HEAD/单章写真.py -------------------------------------------------------------------------------- /发送写真到tg群组.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fishforks/xiuren/HEAD/发送写真到tg群组.py -------------------------------------------------------------------------------- /秀人集HOT100.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fishforks/xiuren/HEAD/秀人集HOT100.py -------------------------------------------------------------------------------- /秀人集NEW100.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fishforks/xiuren/HEAD/秀人集NEW100.py -------------------------------------------------------------------------------- /秀人集全站下载.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fishforks/xiuren/HEAD/秀人集全站下载.py --------------------------------------------------------------------------------