我需要從whoscored.com數據,但是當我輸入驗證碼如何從whoscored
import requests
from bs4 import BeautifulSoup as soup
url = "https://www.whoscored.com/Statistics"
page_html = requests.get(url)
page_soup = soup(page_html.content, 'html.parser')
我剛開page_soup變量如下
<html style="height:100%">
<head>
<meta content="NOINDEX, NOFOLLOW" name="ROBOTS"/>
<meta content="telephone=no" name="format-detection"/>
<meta content="initial-scale=1.0" name="viewport"/>
<meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible"/>
<script src="/_Incapsula_Resource?
SWJIYLWA=2977d8d74f63d7f8fedbea018b7a1d05" type="text/javascript"></script>
</head>
<body style="margin:0px;height:100%"><iframe frameborder="0"
height="100%" marginheight="0px" marginwidth="0px"
src="/_Incapsula_Resource?CWUDNSAI=18&xinfo=10-12988947-
0%200NNN%20RT%281505336855621%20883%29%20q%280%20-1%20-1%2077%29%20r%280%20-
1%29%20B15%284%2c200%2c0%29%20U2&incident_id=473000610021824233-
81324132038935514&edet=15&cinfo=04000000" width="100%">Request
unsuccessful. Incapsula incident ID: 473000610021824233-81324132038935514</iframe></body>
是數據有什麼辦法在這種情況下獲取數據?