コード例 #1
0
 def test_facebook_matching(self):
     self.assertTrue(
         FacebookIE.suitable(
             'https://www.facebook.com/Shiniknoh#!/photo.php?v=10153317450565268'
         ))
     self.assertTrue(
         FacebookIE.suitable(
             'https://www.facebook.com/cindyweather?fref=ts#!/photo.php?v=10152183998945793'
         ))
コード例 #2
0
ファイル: test_all_urls.py プロジェクト: akirk/youtube-dl
 def test_facebook_matching(self):
     self.assertTrue(FacebookIE.suitable('https://www.facebook.com/Shiniknoh#!/photo.php?v=10153317450565268'))
     self.assertTrue(FacebookIE.suitable('https://www.facebook.com/cindyweather?fref=ts#!/photo.php?v=10152183998945793'))
コード例 #3
0
ファイル: test_all_urls.py プロジェクト: dberti/youtube-dl
 def test_facebook_matching(self):
     self.assertTrue(FacebookIE.suitable('https://www.facebook.com/Shiniknoh#!/photo.php?v=10153317450565268'))
コード例 #4
0
ファイル: test_all_urls.py プロジェクト: madruslan/ytst
 def test_facebook_matching(self):
     self.assertTrue(
         FacebookIE.suitable(
             'https://www.facebook.com/Shiniknoh#!/photo.php?v=10153317450565268'
         ))