uNoGS

免费增值
Verified
通过 Admin | 已更新 23日前 | Entertainment
人气

9.8 / 10

延迟

940ms

服务等级

99%

Health Check

N/A

返回所有讨论

Can't find expire date in v2

Rapid account: Gioxx
gioxx
1年前
As mentioned in thread title: where I can find the expire date for movies/series using API v2 and /search/titles? In v1 I was using the unogsdate parameter.
Thanks in advance.
import requests

url = "https://unogs-unogs-v1.p.rapidapi.com/search/titles"

querystring = {"expiring":"true","country_andorunique":"unique","country_list":"269","order_by":"date_asc"}

headers = {
	"X-RapidAPI-Key": "REDACTED",
	"X-RapidAPI-Host": "unogs-unogs-v1.p.rapidapi.com"
}

response = requests.request("GET", url, headers=headers, params=querystring)

print(response.text)

加入讨论 - 在下面添加评论:

登录/注册以发布新的评论