uNoGS

부분 유료
Verified
분류별 Admin | 업데이트됨 19 days ago | Entertainment
인기

9.8 / 10

지연 시간

924ms

서비스 수준

100%

Health Check

N/A

모든 토론으로 돌아가기

Can't find expire date in v2

Rapid account: Gioxx
gioxx
a year ago
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)

아래에 의견을 추가하고 토론에 참여하세요.

새 댓글을 게시하려면 로그인 / 가입