Closed hemantapkh closed 3 years ago
In some of the domains of 1337x, the poster URL already starts with https:. so, adding https: if required only.
https:
Before (Invalid): "Poster": "https:https://lx1.dyncdn.cc/cdn/83/83d607a6e927e9a6f04d7ec8849f21a3.jpg"
"Poster": "https:https://lx1.dyncdn.cc/cdn/83/83d607a6e927e9a6f04d7ec8849f21a3.jpg"
After: "Poster": "https://lx1.dyncdn.cc/cdn/83/83d607a6e927e9a6f04d7ec8849f21a3.jpg"
"Poster": "https://lx1.dyncdn.cc/cdn/83/83d607a6e927e9a6f04d7ec8849f21a3.jpg"
Thanks for the API, great work :)
@hemantapkh thank you for noticing.
In some of the domains of 1337x, the poster URL already starts with
https:
. so, addinghttps:
if required only.Before (Invalid):
"Poster": "https:https://lx1.dyncdn.cc/cdn/83/83d607a6e927e9a6f04d7ec8849f21a3.jpg"
After:
"Poster": "https://lx1.dyncdn.cc/cdn/83/83d607a6e927e9a6f04d7ec8849f21a3.jpg"
Thanks for the API, great work :)