diff --git a/classes/Config.php b/classes/Config.php index 14c42c0..5921a61 100644 --- a/classes/Config.php +++ b/classes/Config.php @@ -42,7 +42,7 @@ class Config '--no-playlist', '--no-warnings', //We can allow non-HTTP URLs on the feature/stream branch '-f best', - '--playlist-end', 1 + '--playlist-end', 1, ]; /** diff --git a/tests/VideoDownloadTest.php b/tests/VideoDownloadTest.php index bd5ebe7..a95a636 100644 --- a/tests/VideoDownloadTest.php +++ b/tests/VideoDownloadTest.php @@ -182,7 +182,7 @@ class VideoDownloadTest extends \PHPUnit_Framework_TestCase 'The Verge - This tiny origami robot can self-fold and complete tasks-813055465324056576.mp4', 'video.twimg.com', 'The Verge - This tiny origami robot can self-fold and complete tasks-813055465324056576.mp3', - ] + ], ]; }