15 lines
256 B
PHP
15 lines
256 B
PHP
|
<?php
|
||
|
/**
|
||
|
* Connects to an spee.ch style server to host assets via the LBRY Protocol
|
||
|
*
|
||
|
* Visit https://github.com/lbryio/spee.ch for more info
|
||
|
*
|
||
|
* @package LBRYPress
|
||
|
*/
|
||
|
|
||
|
if (! class_exists('LBRY_Speech')) {
|
||
|
class LBRY_Speech_Parser
|
||
|
{
|
||
|
}
|
||
|
}
|