calculus / src /const.js
no1b4me's picture
Upload 15 files
ea5d04f verified
raw
history blame
404 Bytes
export const ERROR = {
EXPIRED_API_KEY: 'Expired API key',
ACCESS_DENIED: 'Access denied',
TWO_FACTOR_AUTH: 'Two factor authentication required',
NOT_PREMIUM: 'Premium account required',
NOT_READY: 'Torrent not ready',
INVALID_API_KEY: 'Invalid API key'
};
export const VIDEO_EXTENSIONS = [
'.mp4', '.mkv', '.avi',
'.mov', '.wmv', '.flv',
'.webm', '.m4v', '.ts'
];