Skip to content

Instantly share code, notes, and snippets.

@werkkrew
Created March 25, 2016 14:57
Show Gist options
  • Save werkkrew/9a17f10fc66ad0125c85 to your computer and use it in GitHub Desktop.
Save werkkrew/9a17f10fc66ad0125c85 to your computer and use it in GitHub Desktop.
List of file extensions we want to get from rar files, ignore anything else.
//List of file extensions to extract from RAR files
//Video Files
*.avi
*.mpg
*.mov
*.flv
*.wmv
*.asf
*.mpeg
*.m4v
*.divx
*.mp4
*.mkv
*.vob
//Audio Files
*.wav
*.mp3
*.aiff
*.flac
*.ape
*.m4a
*.m4b
*.m4p
*.wma
*.aa
*.aac
*.ogg
*.oga
*.opus
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment