astrXbian/www/boris/conf.php

21 lines
480 B
PHP
Raw Normal View History

2021-03-15 17:16:52 +01:00
<?php
2021-03-20 03:15:24 +01:00
define('HOST', 'tube.copylaradio.com');
2021-03-15 17:16:52 +01:00
/*
Youtube Thumbnails
maxresdefault Full resolution image matching the uploaded. This image will not always exist.
sddefault 640x480
hqdefault 480x360 Large Preview
mqdefault 320x180 Large Preview
default 120x 90 Large Preview
0 480x360 Large Preview
1 120x 90 First small thumbnail
2 120x 90 Second small thumbnail
3 120x 90 Third small thumbnail
*/
define('YOUTUBE_THUMB', 'https://i.ytimg.com/vi/%s/mqdefault.jpg');