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