View Single Post
Old 06-25-2025, 09:39 PM   #41
HamMerhead
Junior Member
HamMerhead began at the beginning.
 
Posts: 6
Karma: 10
Join Date: Jun 2018
Device: kindle
Thanks & FYI

Fixed 😁

FYI on another project (yfinance) the following Python has worked reliably to inhibit 404 errors:

from curl_cffi import requests
requests.Session(impersonate="chrome")
HamMerhead is offline   Reply With Quote