family-guy commited on
Commit
c7833ef
·
1 Parent(s): bb3ef78

Trailing comma

Browse files
Files changed (1) hide show
  1. tests/test_extract.py +1 -1
tests/test_extract.py CHANGED
@@ -21,7 +21,7 @@ def test_info_url(cipher_signature):
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'
 
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'