mirror of
https://github.com/shadoll/moma.git
synced 2026-08-28 11:33:25 +00:00
feat: Update version to 0.4.7 and add new extraction methods for anamorphic, extension, and 3D layout
This commit is contained in:
@@ -23,7 +23,7 @@ class DefaultExtractor:
|
||||
return None
|
||||
|
||||
def extract_special_info(self):
|
||||
return []
|
||||
return None
|
||||
|
||||
def extract_audio_langs(self):
|
||||
return None
|
||||
@@ -55,6 +55,12 @@ class DefaultExtractor:
|
||||
def extract_subtitle_tracks(self):
|
||||
return []
|
||||
|
||||
def extract_anamorphic(self):
|
||||
return None
|
||||
|
||||
def extract_extension(self):
|
||||
return None
|
||||
|
||||
def extract_tmdb_url(self):
|
||||
return None
|
||||
|
||||
|
||||
Reference in New Issue
Block a user