##Youtube Audio Extractor (iaextractor) A pure JavaScript AAC extractor for FLV format.
###General information To compile iaextractor project, following packages are required:
Folders description:
- src: iaextractor source code
- compile: nodejs auto-compiler
- ../addon-sdk-*: latest version of Mozilla addon-sdk.
- preview: screenshots
- template: bootstrap folder
###How to compile iaextractor
- Open a new terminal in the root dir (directory contains src, addon-sdk-*, preview, and compile folders)
- Run "node compile\install.js" to run iaextractor in a new Firefox profile. To make xpi run "node compile\install.js --xpi". For more options use "--help"
###How to try precompiled latest version
- Select the right branch
- Browse the src directory
- Download the raw *.xpi file
- Drag and drop it into Firefox
###iaextractor contains codes from the following projects