1
0
mirror of https://github.com/yt-dlp/yt-dlp synced 2025-12-17 14:45:42 +07:00

[vimeo] Remove superfluous whitespace

This commit is contained in:
Sergey M.
2014-02-03 20:24:11 +07:00
parent 4edff4cfa8
commit b0268cb6ce
2 changed files with 6 additions and 7 deletions

View File

@@ -227,7 +227,7 @@ def test_allsubtitles(self):
class TestVimeoSubtitles(BaseTestSubtitles):
url = 'http://vimeo.com/76979871'
IE = VimeoIE
def test_no_writesubtitles(self):
subtitles = self.getSubtitles()
self.assertEqual(subtitles, None)