mirror of
https://github.com/Ap0dexMe0/unixtract.git
synced 2026-07-16 05:04:22 +02:00
add gx_dvb extractor
This commit is contained in:
@@ -29,6 +29,7 @@ pub mod amlogic;
|
||||
pub mod sdboot;
|
||||
pub mod sdimage;
|
||||
pub mod cd5;
|
||||
pub mod gx_dvb;
|
||||
|
||||
pub mod pup;
|
||||
|
||||
@@ -220,6 +221,11 @@ pub fn get_registry() -> Vec<Format> {
|
||||
detector_func: crate::formats::cd5::is_cd5_file,
|
||||
extractor_func: crate::formats::cd5::extract_cd5,
|
||||
},
|
||||
Format {
|
||||
name: "gx_dvb",
|
||||
detector_func: crate::formats::gx_dvb::is_gx_dvb_file,
|
||||
extractor_func: crate::formats::gx_dvb::extract_gx_dvb,
|
||||
},
|
||||
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user