Lint
This commit is contained in:
parent
28a8addbf1
commit
3f96adb255
2 changed files with 2 additions and 2 deletions
|
@ -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,
|
||||
];
|
||||
|
||||
/**
|
||||
|
|
|
@ -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',
|
||||
]
|
||||
],
|
||||
];
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue