[youtube] correct --no-playlist for python3
This commit is contained in:
parent
d4d9920a26
commit
7c61bd36bb
2 changed files with 3 additions and 2 deletions
|
@ -33,6 +33,7 @@ class TestYoutubeLists(unittest.TestCase):
|
|||
ie = YoutubePlaylistIE(dl)
|
||||
result = ie.extract('https://www.youtube.com/watch?v=FXxLjLQi3Fg&list=PLwiyx1dc3P2JR9N8gQaQN_BCvlSlap7re')
|
||||
self.assertEqual(result['_type'], 'url')
|
||||
self.assertEqual(YoutubeIE()._extract_id(result['url']), 'FXxLjLQi3Fg')
|
||||
|
||||
def test_issue_673(self):
|
||||
dl = FakeYDL()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue