1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-05-10 07:09:32 +00:00

[test/YoutubeDL] split in two classes

The name was misleading
This commit is contained in:
Jaime Marquínez Ferrándiz 2015-03-20 15:14:25 +01:00
parent 01218f919b
commit f20bf146e2

View file

@ -339,6 +339,8 @@ class TestFormatSelection(unittest.TestCase):
downloaded = ydl.downloaded_info_dicts[0]
self.assertEqual(downloaded['format_id'], 'G')
class TestYoutubeDL(unittest.TestCase):
def test_subtitles(self):
def s_formats(lang, autocaption=False):
return [{