()
| 118 | } |
| 119 | |
| 120 | function updateIMDbApikey() { |
| 121 | if (IMDbApikey) IMDbApikeys.splice(IMDbApikeys.indexOf(IMDbApikey), 1); |
| 122 | const index = Math.floor(Math.random() * IMDbApikeys.length); |
| 123 | IMDbApikey = IMDbApikeys[index]; |
| 124 | $tool.write(IMDbApikey, "ImdbApikeyCacheKey"); |
| 125 | } |
| 126 | |
| 127 | function get_IMDb_message(data) { |
| 128 | let rating_message = "IMDb: ⭐️ N/A"; |
no test coverage detected