nficano commited on
Commit
f9618bd
·
1 Parent(s): 7272754

fixed test

Browse files
Files changed (1) hide show
  1. tests/test_extract.py +1 -1
tests/test_extract.py CHANGED
@@ -26,7 +26,7 @@ def test_info_url(cipher_signature):
26
  expected = (
27
  'https://youtube.com/get_video_info?video_id=9bZkp7q19f0&el=%24el'
28
  '&ps=default&eurl=https%253A%2F%2Fyoutube.com%2Fwatch%253Fv%'
29
- '253D9bZkp7q19f0&hl=en_US&t=%252C%2522t%2522%253A%25221%2522'
30
  )
31
  assert video_info_url == expected
32
 
 
26
  expected = (
27
  'https://youtube.com/get_video_info?video_id=9bZkp7q19f0&el=%24el'
28
  '&ps=default&eurl=https%253A%2F%2Fyoutube.com%2Fwatch%253Fv%'
29
+ '253D9bZkp7q19f0&hl=en_US'
30
  )
31
  assert video_info_url == expected
32