X-Git-Url: http://git.cielonegro.org/gitweb.cgi?a=blobdiff_plain;f=test%2Ftest_all_urls.py;h=b1ad30bf10ad08a19e14658a8299c006f54c03fa;hb=c44c0a775d9afe5b6a5135e512062cf50c3ff78e;hp=2bc81f0205165068f7c9cbc06634ddfaacbba68b;hpb=3a0879c8c801d27087396613d80f83c112a328f9;p=youtube-dl.git diff --git a/test/test_all_urls.py b/test/test_all_urls.py index 2bc81f020..b1ad30bf1 100644 --- a/test/test_all_urls.py +++ b/test/test_all_urls.py @@ -15,7 +15,6 @@ from youtube_dl.extractor import ( FacebookIE, gen_extractors, JustinTVIE, - PBSIE, YoutubeIE, ) @@ -100,6 +99,7 @@ class TestAllURLsMatching(unittest.TestCase): 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')) def test_no_duplicates(self): ies = gen_extractors()