mProjectsCode / obsidian-media-db-plugin

A plugin that can query multiple APIs for movies, series, anime, games, music and wiki articles, and import them into your vault.
GNU General Public License v3.0
243 stars 28 forks source link

MobyGames, OMDb: Don't search APIs that require keys if no key is present #147

Closed ZackBoe closed 3 months ago

ZackBoe commented 3 months ago

Doesn't perform searches via MobyGames & OMDb if no api key is set. Also updates some URLs to https.

mProjectsCode commented 3 months ago

The API names usually contain API at the end, so the extra API in the notification string can be removed as well.

mProjectsCode commented 3 months ago

I am just going to fix that myself.