mirror of
https://github.com/gchq/CyberChef.git
synced 2024-11-02 14:11:02 +01:00
Info and description
This commit is contained in:
parent
2f94ec20b0
commit
cd8a85975c
@ -20,8 +20,8 @@ class ExtractID3 extends Operation {
|
|||||||
|
|
||||||
this.name = "Extract ID3";
|
this.name = "Extract ID3";
|
||||||
this.module = "Default";
|
this.module = "Default";
|
||||||
this.description = "";
|
this.description = "ID3 is a metadata container most often used in conjunction with the MP3 audio file format. It allows information such as the title, artist, album, track number, and other information about the file to be stored in the file itself.";
|
||||||
this.infoURL = "";
|
this.infoURL = "https://wikipedia.org/wiki/ID3";
|
||||||
this.inputType = "ArrayBuffer";
|
this.inputType = "ArrayBuffer";
|
||||||
this.outputType = "string";
|
this.outputType = "string";
|
||||||
this.args = [];
|
this.args = [];
|
||||||
|
Loading…
Reference in New Issue
Block a user