Skip to content

Commit e9fb620

Browse files
authored
Merge pull request #4 from eikoakiba/main
Fix the #365 mov-cli bug
2 parents 7caf213 + afceb3e commit e9fb620

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+
"files": FilesScraper,
1314
}
1415
}
1516

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

0 commit comments

Comments
 (0)