diff options
author | Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com> | 2014-08-10 11:55:24 +0200 |
---|---|---|
committer | Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com> | 2014-08-10 11:57:15 +0200 |
commit | a6da7b6b9657f621a927cb4c7bc46cf7c6c27b11 (patch) | |
tree | 9818e7f00008ed4f96fb80084599513b87f8c1b8 /test | |
parent | 173a7026d59bacfbfe7a8eea92e10ef6e89d1798 (diff) |
[facebook] Allow '?' before '#!' (fixes #3477)
Diffstat (limited to 'test')
-rw-r--r-- | test/test_all_urls.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test_all_urls.py b/test/test_all_urls.py index 0ff47cf1e..b1ad30bf1 100644 --- a/test/test_all_urls.py +++ b/test/test_all_urls.py @@ -99,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() |