Skip to content
This repository was archived by the owner on Nov 15, 2025. It is now read-only.

Commit e5334d2

Browse files
committed
fix imdb hash
1 parent e780a81 commit e5334d2

File tree

2 files changed

+268
-263
lines changed

2 files changed

+268
-263
lines changed

comet/utils/general.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1357,7 +1357,7 @@ async def search_imdb_id(search_query: str, session: ClientSession):
13571357
params = {
13581358
"operationName": "AdvancedTitleSearch",
13591359
"variables": f'{{"first":2,"locale":"en-GB","sortBy":"POPULARITY","sortOrder":"ASC","titleTextConstraint":{{"searchTerm":"{search_query}"}}}}',
1360-
"extensions": '{"persistedQuery":{"sha256Hash":"60a7b8470b01671336ffa535b21a0a6cdaf50267fa2ab55b3e3772578a8c1f00","version":1}}'
1360+
"extensions": '{"persistedQuery":{"sha256Hash":"6842af47c3f1c43431ae23d394f3aa05ab840146b146a2666d4aa0dc346dc482","version":1}}'
13611361
}
13621362
try:
13631363
gathered_results = await session.get(f'https://caching.graphql.imdb.com/', params=params, headers=headers)

0 commit comments

Comments
 (0)