Ryuk-me / Torrents-Api

Torrent Api ✨
MIT License
145 stars 157 forks source link

Fix 1337x poster URL #12

Closed hemantapkh closed 3 years ago

hemantapkh commented 3 years ago

In some of the domains of 1337x, the poster URL already starts with https:. so, adding https: 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 :)

Ryuk-me commented 3 years ago

@hemantapkh thank you for noticing.