Skip to content

Commit acd1802

Browse files
author
Eiko Akiba
committed
Fix the #365 mov-cli bug
Hello, there is a bug from mov-cli repository (#365). This change will fix that problem by changing the plugin source code. Since there will be a rewrite, I think this is a better way for fix that bug Then users can use this plugin without any problem. Thanks.
1 parent 7caf213 commit acd1802

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

mov_cli_files/__init__.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@
99
plugin: PluginHookData = {
1010
"version": 1,
1111
"scrapers": {
12-
"DEFAULT": FilesScraper
12+
"DEFAULT": FilesScraper,
13+
"fscraper": FilesScraper,
1314
}
1415
}
1516

16-
__version__ = "1.1.1"
17+
__version__ = "1.1.1"

0 commit comments

Comments
 (0)