mirror of
https://github.com/LucBerge/yt-dlp.git
synced 2025-03-17 19:57:52 +03:00
[facebook] Allow '?' before '#!' (fixes #3477)
This commit is contained in:
parent
173a7026d5
commit
a6da7b6b96
2 changed files with 2 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue