1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-07-11 23:06:58 +08:00

fix(data_collector): fix us_index collector.py Http Error 403 Forbidden; Remove FutureWarning (#2047)

* Fix 403 Forbidden error; Remove FutureWarning:

* use fake_useragent

* Fix lint format error

* Add timeout to fix pylint error
This commit is contained in:
kzhdev
2025-11-18 02:06:53 -06:00
committed by GitHub
parent d631b4450b
commit 2e9a00a9f7
2 changed files with 12 additions and 3 deletions

View File

@@ -3,3 +3,4 @@ requests
pandas
lxml
loguru
fake-useragent