import cv2
import requests
import numpy as np
url = "https://p3-catpcha.byteimg.com/tos-cn-i-188rlo5p4y/52b73af8b30647118c1682d9aec4e8dd~tplv-188rlo5p4y-2.jpeg"
img = cv2.imdecode(np.asarray(bytearray(requests.get(image).content), "uint8"), 1)
import cv2
import requests
import numpy as np
url = "https://p3-catpcha.byteimg.com/tos-cn-i-188rlo5p4y/52b73af8b30647118c1682d9aec4e8dd~tplv-188rlo5p4y-2.jpeg"
img = cv2.imdecode(np.asarray(bytearray(requests.get(image).content), "uint8"), 1)