优化整理代码效率、减少额外递归

This commit is contained in:
景大侠
2026-01-20 13:33:51 +08:00
parent 71caad0655
commit 16bd71a6cb
4 changed files with 35 additions and 51 deletions

View File

@@ -126,8 +126,9 @@ class BluRayTest(TestCase):
"/FOLDER/Pokemon (2028)/Pokemon.2028.mkv",
"/FOLDER/Pokemon.2029.mp4",
"/FOLDER/Pokemon.2039.mp4",
"/FOLDER/Pokemon (2031)/Pokemon (2031).mp4",
],
__test_do_transfer("/FOLDER"),
__test_do_transfer("/"),
)
def _test_scrape_metadata(self, mock_metadata_nfo):