mirror of
https://github.com/soimort/you-get.git
synced 2025-01-23 21:45:02 +03:00
add test for Freesound
This commit is contained in:
parent
485111b758
commit
b49f1a57f5
@ -12,6 +12,11 @@ def test_urls(urls):
|
|||||||
|
|
||||||
class YouGetTests(unittest.TestCase):
|
class YouGetTests(unittest.TestCase):
|
||||||
|
|
||||||
|
def test_freesound(self):
|
||||||
|
test_urls([
|
||||||
|
"http://www.freesound.org/people/Corsica_S/sounds/184419/",
|
||||||
|
])
|
||||||
|
|
||||||
def test_googleplus(self):
|
def test_googleplus(self):
|
||||||
test_urls([
|
test_urls([
|
||||||
"http://plus.google.com/102663035987142737445/posts/jJRu43KQFT5",
|
"http://plus.google.com/102663035987142737445/posts/jJRu43KQFT5",
|
||||||
|
Loading…
Reference in New Issue
Block a user