This commit is contained in:
2026-05-26 19:00:04 -07:00
parent 0db899d0c3
commit cdae571385
24 changed files with 119 additions and 241 deletions
+1
View File
@@ -52,6 +52,7 @@ class Vimm(TablePluginMixin, Provider):
The code below implements these choices (and contains inline comments
explaining specific decisions)."""
SUPPORTED_CMDLETS = frozenset({"download-file", "search-file"})
URL = ("https://vimm.net/vault/",)
URL_DOMAINS = ("vimm.net",)