diff options
| author | emkael <emkael@tlen.pl> | 2025-07-02 16:09:12 +0200 |
|---|---|---|
| committer | emkael <emkael@tlen.pl> | 2025-07-02 16:09:12 +0200 |
| commit | 1e2744b07eb05c26e6e92bd6e7b65938f978da5e (patch) | |
| tree | 6f2624946074185cd3a1a2403973c76b57f3eae7 | |
| parent | 37d66cf57321abf56703c32bd3a61a1dd029e296 (diff) | |
Bumping default minimum YouTube duration
| -rw-r--r-- | providers/Youtube.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/providers/Youtube.php b/providers/Youtube.php index 4230c09..9989bdd 100644 --- a/providers/Youtube.php +++ b/providers/Youtube.php @@ -7,7 +7,7 @@ require_once('../lib/php-youtube-api/src/autoload.php'); class Youtube extends Rss { - const DEFAULT_MIN_DURATION = 60; + const DEFAULT_MIN_DURATION = 61; public function __construct($feed, $options=[]) { parent::__construct($feed, $options); |
