feat: Add extraction and formatting for special edition information in filenames

This commit is contained in:
sha
2025-12-26 20:56:22 +00:00
parent b21308c7b8
commit 691d1e7b2d
7 changed files with 101 additions and 8 deletions
+3
View File
@@ -22,6 +22,9 @@ class DefaultExtractor:
def extract_movie_db(self):
return None
def extract_special_info(self):
return []
def extract_audio_langs(self):
return None