mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 14:45:14 +00:00 
			
		
		
		
	[tumblr] Test new URL format (#2255)
This commit is contained in:
		| @@ -120,5 +120,9 @@ class TestAllURLsMatching(unittest.TestCase): | |||||||
|     def test_soundcloud_not_matching_sets(self): |     def test_soundcloud_not_matching_sets(self): | ||||||
|         self.assertMatch('http://soundcloud.com/floex/sets/gone-ep', ['soundcloud:set']) |         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__': | if __name__ == '__main__': | ||||||
|     unittest.main() |     unittest.main() | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Philipp Hagemeister
					Philipp Hagemeister