mirror of
https://github.com/Hopiu/django-embed-video.git
synced 2026-05-12 06:33:12 +00:00
Add test for issue #1
This commit is contained in:
parent
e30101f85e
commit
7a2b67efaf
1 changed files with 1 additions and 0 deletions
|
|
@ -21,6 +21,7 @@ class EmbedVideoTestCase(TestCase):
|
|||
('http://youtu.be/n17B_uFF4cA', 'n17B_uFF4cA'),
|
||||
('http://www.youtube.com/watch?v=t-ZRX8984sc', 't-ZRX8984sc'),
|
||||
('http://youtu.be/t-ZRX8984sc', 't-ZRX8984sc'),
|
||||
('http://www.youtube.com/watch?feature=player_embedded&v=2NpZbaAIXag', '2NpZbaAIXag'),
|
||||
)
|
||||
|
||||
vimeo_urls = (
|
||||
|
|
|
|||
Loading…
Reference in a new issue