Skip to content

Commit

Permalink
Add m4v per request of issue #76
Browse files Browse the repository at this point in the history
  • Loading branch information
phdelodder committed Apr 16, 2015
1 parent f3cf3ee commit 4707b42
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public class VideoPatterns {

protected static final String[] QUALITYREGEXKEYWORDS = new String[] {"web[ .-]dl", "dd5[ .]1"};

public static final String[] EXTENSIONS = new String[] {"avi", "mkv", "wmv", "ts", "mp4"};
public static final String[] EXTENSIONS = new String[] {"avi", "mkv", "wmv", "ts", "mp4", "m4v"};

// order is important!!!!!!
protected final static String[] PATTERNS =
Expand Down

0 comments on commit 4707b42

Please sign in to comment.