wwangyu2

Results 2 comments of wwangyu2

> Proxies for Telegram: https://raw.githubusercontent.com/hookzof/socks5_list/master/tg/mtproto.json https://raw.githubusercontent.com/hookzof/socks5_list/master/tg/socks.json 这个什么软件使用 ``` # 导入需要的库 import requests import json # 获取数据 response = requests.get('https://raw.githubusercontent.com/hookzof/socks5_list/master/tg/mtproto.json') # 将获取的数据转换为Python列表 data = json.loads(response.text) # 遍历列表 for item in data:...

> 您尝试加载的页面是什么?因为当使用您生成的驱动程序加载任何页面时,它不会卡住。 > > 但是,如果您遇到这种情况,我建议您禁用页面加载策略并创建自定义策略。我通常使用这个: > > ``` > from time import time, sleep > from undetected_chromedriver.options import ChromeOptions > from undetected_chromedriver import Chrome > > def _get_custom_page_load_strategy(driver: Chrome, url:...