mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 02:01:33 +00:00
CS fixes
This commit is contained in:
@@ -8,8 +8,6 @@ class AEBN extends AdultMovies
|
||||
{
|
||||
/**
|
||||
* Keyword to search.
|
||||
*
|
||||
* @var string
|
||||
*/
|
||||
public string $searchTerm = '';
|
||||
|
||||
@@ -32,9 +30,6 @@ class AEBN extends AdultMovies
|
||||
*/
|
||||
protected $_response;
|
||||
|
||||
/**
|
||||
* @var string
|
||||
*/
|
||||
protected string $_trailerUrl = '';
|
||||
|
||||
/**
|
||||
|
||||
@@ -16,22 +16,16 @@ class Hotmovies extends AdultMovies
|
||||
|
||||
/**
|
||||
* Keyword Search.
|
||||
*
|
||||
* @var string
|
||||
*/
|
||||
protected string $searchTerm = '';
|
||||
|
||||
/**
|
||||
* Define a cookie location.
|
||||
*
|
||||
* @var string
|
||||
*/
|
||||
public string $cookie = '';
|
||||
|
||||
/**
|
||||
* If a direct link is set parse it instead of search for it.
|
||||
*
|
||||
* @var string
|
||||
*/
|
||||
protected string $directLink = '';
|
||||
|
||||
@@ -42,22 +36,16 @@ class Hotmovies extends AdultMovies
|
||||
|
||||
/**
|
||||
* Sets the link to get in curl.
|
||||
*
|
||||
* @var string
|
||||
*/
|
||||
protected string $_getLink = '';
|
||||
|
||||
/**
|
||||
* POST parameters used with curl.
|
||||
*
|
||||
* @var array
|
||||
*/
|
||||
protected array $_postParams = [];
|
||||
|
||||
/**
|
||||
* Results return from some methods.
|
||||
*
|
||||
* @var array
|
||||
*/
|
||||
protected array $_res = [];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user