mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-10 01:02:13 +01:00
[test/YoutubeDL] split in two classes
The name was misleading
This commit is contained in:
parent
01218f919b
commit
f20bf146e2
1 changed files with 2 additions and 0 deletions
|
@ -339,6 +339,8 @@ def test_format_filtering(self):
|
|||
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 [{
|
||||
|
|
Loading…
Reference in a new issue