1
0
mirror of https://github.com/yt-dlp/yt-dlp synced 2025-12-17 14:45:42 +07:00

[tumblr] Test new URL format (#2255)

This commit is contained in:
Philipp Hagemeister
2014-01-28 03:37:23 +01:00
parent 218c15ab59
commit 456895d9cf

View File

@@ -120,5 +120,9 @@ def test_vimeo_matching(self):
def test_soundcloud_not_matching_sets(self):
self.assertMatch('http://soundcloud.com/floex/sets/gone-ep', ['soundcloud:set'])
def test_tumblr(self):
self.assertMatch('http://tatianamaslanydaily.tumblr.com/post/54196191430/orphan-black-dvd-extra-behind-the-scenes', ['Tumblr'])
self.assertMatch('http://tatianamaslanydaily.tumblr.com/post/54196191430', ['Tumblr'])
if __name__ == '__main__':
unittest.main()