feat: Update version to 0.4.7 and add new extraction methods for anamorphic, extension, and 3D layout

This commit is contained in:
sha
2025-12-28 17:06:29 +00:00
parent 75339ee7f7
commit eedc32bf31
8 changed files with 118 additions and 6 deletions
+7 -1
View File
@@ -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