This commit is contained in:
parent
ecf56ac015
commit
d710414582
3 changed files with 7 additions and 109 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -172,4 +172,4 @@ cython_debug/
|
||||||
#New add
|
#New add
|
||||||
test_parse.py
|
test_parse.py
|
||||||
test_soup.py
|
test_soup.py
|
||||||
test.html
|
*.html
|
||||||
|
|
|
@ -1,4 +1,10 @@
|
||||||
小红书核心功能media_platform/xhs/core.py
|
小红书核心功能media_platform/xhs/core.py
|
||||||
|
|
||||||
增加了爬推荐的功能:
|
增加了爬推荐的功能:
|
||||||
|
|
||||||
|
```bash
|
||||||
python main.py --platform xhs --lt qrcode --type explore
|
python main.py --platform xhs --lt qrcode --type explore
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
具体函数在core.py中的get_explore函数中
|
具体函数在core.py中的get_explore函数中
|
108
test.html
108
test.html
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue