family-guy
commited on
Commit
·
61b18c9
1
Parent(s):
1cd1d98
Make test info url pass
Browse files- tests/test_extract.py +2 -0
tests/test_extract.py
CHANGED
@@ -20,6 +20,8 @@ def test_info_url(cipher_signature):
|
|
20 |
video_id=cipher_signature.video_id,
|
21 |
watch_url=cipher_signature.watch_url,
|
22 |
watch_html=cipher_signature.watch_html,
|
|
|
|
|
23 |
)
|
24 |
expected = (
|
25 |
'https://youtube.com/get_video_info?video_id=9bZkp7q19f0&el=%24el'
|
|
|
20 |
video_id=cipher_signature.video_id,
|
21 |
watch_url=cipher_signature.watch_url,
|
22 |
watch_html=cipher_signature.watch_html,
|
23 |
+
embed_html='',
|
24 |
+
age_restricted=False
|
25 |
)
|
26 |
expected = (
|
27 |
'https://youtube.com/get_video_info?video_id=9bZkp7q19f0&el=%24el'
|