You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
3. Expand "Cookies" in the left panel and select `http://www.imdb.com`.
36
-
3. Find a row named "id", double click on its cell in the "Value" column and copy it.
36
+
4. Find rows named "id" and "sid", double click on their cells in the "Value" column and copy them.
37
37
38
-
2. Create a new file `imdb_cookie.txt` in the script directory and paste the cookie into it.
38
+
2. Create a new file `imdb_cookie.json` in the script directory and paste the following data into it, replacing ellipses with your cookies from the previous step:
39
+
```json
40
+
{
41
+
"id": "...",
42
+
"sid": "..."
43
+
}
44
+
```
39
45
40
46
3. Use any of the following steps to run the tool (depending on which file you've downloaded):
0 commit comments