Docblocks
This commit is contained in:
parent
d2cd370c82
commit
107b3f34bd
2 changed files with 4 additions and 1 deletions
|
@ -16,6 +16,9 @@ use GuzzleHttp\Client;
|
||||||
use Psr\Http\Message\ResponseInterface;
|
use Psr\Http\Message\ResponseInterface;
|
||||||
use Symfony\Component\Process\Process;
|
use Symfony\Component\Process\Process;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Class used to call youtube-dl and download videos.
|
||||||
|
*/
|
||||||
class Downloader
|
class Downloader
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* VideoDownload class.
|
* Video class.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
namespace Alltube\Library;
|
namespace Alltube\Library;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue