1
0
mirror of https://github.com/l1ving/youtube-dl synced 2025-02-08 14:13:16 +08:00

Code style

This commit is contained in:
Jeremy Mahieu 2020-04-29 23:24:25 +02:00
parent 646f0ba379
commit 7b4c1f4c40

View File

@ -83,7 +83,7 @@ class TestAllURLsMatching(unittest.TestCase):
assertExtractId('https://www.youtube.com/watch_popup?v=BaW_jenozKc', 'BaW_jenozKc')
assertExtractId('http://www.youtube.com/watch?v=BaW_jenozKcsharePLED17F32AD9753930', 'BaW_jenozKc')
assertExtractId('BaW_jenozKc', 'BaW_jenozKc')
assertExtractId('DJztXj2GPfl', 'DJztXj2GPfk') #wrong id but corrected
assertExtractId('DJztXj2GPfl', 'DJztXj2GPfk') # wrong id but corrected
def test_facebook_matching(self):
self.assertTrue(FacebookIE.suitable('https://www.facebook.com/Shiniknoh#!/photo.php?v=10153317450565268'))