1
0
mirror of https://github.com/Rudloff/alltube.git synced 2024-06-23 07:16:40 +02:00
This commit is contained in:
Pierre Rudloff 2016-12-26 15:53:03 +01:00
parent 28a8addbf1
commit 3f96adb255
2 changed files with 2 additions and 2 deletions

View File

@ -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,
];
/**

View File

@ -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',
]
],
];
}