mirror of
https://github.com/violettoolssite/CFspider.git
synced 2026-04-05 11:29:03 +08:00
9 lines
200 B
Python
9 lines
200 B
Python
import CodeVideoRenderer
|
|
|
|
CodeVideoRenderer.CameraFollowCursorCV(code_string="""
|
|
import cfspider
|
|
|
|
response = cfspider.get("https://www.cfspider.com",impersonate="chrome131")
|
|
|
|
print(response.text)
|
|
""") |