]> gitweb @ CieloNegro.org - youtube-dl.git/blobdiff - test/test_all_urls.py
Set 'NA' as the default value for missing fields in the output template (fixes #1931)
[youtube-dl.git] / test / test_all_urls.py
index 6b9764c67e98ba47a63b227d824bb97b82757b53..e9458b2e331526de1c986c697c4a8d0ddd682f14 100644 (file)
@@ -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()