mirror of
https://github.com/soimort/you-get.git
synced 2025-02-02 16:24:00 +03:00
add test case for Vimeo
This commit is contained in:
parent
12987f841c
commit
9cbc563c65
@ -8,6 +8,12 @@ from you_get.__main__ import url_to_module
|
|||||||
|
|
||||||
class YouGetTests(unittest.TestCase):
|
class YouGetTests(unittest.TestCase):
|
||||||
|
|
||||||
|
def test_vimeo(self):
|
||||||
|
for url in [
|
||||||
|
"http://vimeo.com/56810854",
|
||||||
|
]:
|
||||||
|
url_to_module(url).download(url, info_only = True)
|
||||||
|
|
||||||
def test_googleplus(self):
|
def test_googleplus(self):
|
||||||
for url in [
|
for url in [
|
||||||
"http://plus.google.com/102663035987142737445/posts/jJRu43KQFT5",
|
"http://plus.google.com/102663035987142737445/posts/jJRu43KQFT5",
|
||||||
|
Loading…
Reference in New Issue
Block a user