Skip to content

Commit 7e31e94

Browse files
back to version web version (#1732)
1 parent b2783b9 commit 7e31e94

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

tests/unit/via/services/youtube_transcript_test.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ def test_get_transcript_infos(self, svc, http_service):
6969
"context": {
7070
"client": {
7171
"hl": "en",
72-
"clientName": "ANDROID",
73-
"clientVersion": "17.31.35",
72+
"clientName": "WEB",
73+
"clientVersion": "2.20210721.00.00",
7474
}
7575
},
7676
"videoId": "test_video_id",

via/services/youtube_transcript.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,8 @@ def get_transcript_infos(self, video_id: str) -> list[TranscriptInfo]:
8989
"context": {
9090
"client": {
9191
"hl": "en",
92-
"clientName": "ANDROID",
93-
"clientVersion": "17.31.35",
92+
"clientName": "WEB",
93+
"clientVersion": "2.20210721.00.00",
9494
}
9595
},
9696
"videoId": video_id,

0 commit comments

Comments
 (0)