[soundcloud] Do not match sets (Fixes #1930)
This commit is contained in:
parent
caefb1de87
commit
4ff50ef846
2 changed files with 5 additions and 1 deletions
|
@ -110,6 +110,9 @@ class TestAllURLsMatching(unittest.TestCase):
|
|||
self.assertMatch('http://vimeo.com/channels/tributes', ['vimeo:channel'])
|
||||
self.assertMatch('http://vimeo.com/user7108434', ['vimeo:user'])
|
||||
|
||||
# https://github.com/rg3/youtube-dl/issues/1930
|
||||
def test_soundcloud_not_matching_sets(self):
|
||||
self.assertMatch('http://soundcloud.com/floex/sets/gone-ep', ['soundcloud:set'])
|
||||
|
||||
if __name__ == '__main__':
|
||||
unittest.main()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue