17 lines
434 B
PHP
17 lines
434 B
PHP
<?php
|
|
|
|
// Please change the following vars before the fist start!
|
|
define( 'DOWNLOAD_PATH', 'C:/Users/hoppt/Documents/Karaoke' );
|
|
define( 'USE_INTERNAL_YOUTUBEDL_EXE', true );
|
|
define( 'YOUTUBE_DL_PATH', '' );
|
|
define( 'ANIMUX_USERNAME', 'trump@whitehouse.gov' );
|
|
define( 'ANIMUX_PASSWORD', 'C7AFvca6Ri6VhZL' );
|
|
|
|
mb_internal_encoding("UTF-8");
|
|
|
|
error_reporting(0);
|
|
|
|
|
|
require_once 'AudioVideoHandler.php';
|
|
require_once 'Downloader.php';
|