mirror of
https://github.com/shadoll/moma.git
synced 2026-08-28 03:27:34 +00:00
feat: Add extraction and formatting for special edition information in filenames
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user