aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_youtube_signature.py
diff options
context:
space:
mode:
authorpukkandan <pukkandan.ytdlp@gmail.com>2022-08-15 03:20:36 +0530
committerpukkandan <pukkandan.ytdlp@gmail.com>2022-08-15 03:31:49 +0530
commit49b4ceaedf92db85177cfa10542bddbed16529c7 (patch)
tree9c1bcbcb3a980cb0bc4d49415d2676a838f058da /test/test_youtube_signature.py
parentd711839760e220e561098cf257de43769049d238 (diff)
downloadhypervideo-pre-49b4ceaedf92db85177cfa10542bddbed16529c7.tar.lz
hypervideo-pre-49b4ceaedf92db85177cfa10542bddbed16529c7.tar.xz
hypervideo-pre-49b4ceaedf92db85177cfa10542bddbed16529c7.zip
[jsinterp] Bring or-par with youtube-dl
Partially cherry-picked from: https://github.com/ytdl-org/youtube-dl/commit/d231b56717c73ee597d2e077d11b69ed48a1b02d Authored by pukkandan, dirkf
Diffstat (limited to 'test/test_youtube_signature.py')
-rw-r--r--test/test_youtube_signature.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test_youtube_signature.py b/test/test_youtube_signature.py
index 559bdfccf..79bbfc323 100644
--- a/test/test_youtube_signature.py
+++ b/test/test_youtube_signature.py
@@ -109,6 +109,7 @@ _NSIG_TESTS = [
class TestPlayerInfo(unittest.TestCase):
def test_youtube_extract_player_info(self):
PLAYER_URLS = (
+ ('https://www.youtube.com/s/player/4c3f79c5/player_ias.vflset/en_US/base.js', '4c3f79c5'),
('https://www.youtube.com/s/player/64dddad9/player_ias.vflset/en_US/base.js', '64dddad9'),
('https://www.youtube.com/s/player/64dddad9/player_ias.vflset/fr_FR/base.js', '64dddad9'),
('https://www.youtube.com/s/player/64dddad9/player-plasma-ias-phone-en_US.vflset/base.js', '64dddad9'),