mirror of
https://github.com/iv-org/invidious.git
synced 2024-11-23 06:10:11 +00:00
Update latest version WEB_CREATOR + fix comment web embed (#4930)
Some checks failed
Build and release container directly from master / release (push) Failing after 1s
Invidious CI / build - crystal: ${{ matrix.crystal }}, stable: ${{ matrix.stable }} (1.10.1, true) (push) Failing after 0s
Invidious CI / build - crystal: ${{ matrix.crystal }}, stable: ${{ matrix.stable }} (1.11.2, true) (push) Failing after 0s
Invidious CI / build - crystal: ${{ matrix.crystal }}, stable: ${{ matrix.stable }} (1.12.1, true) (push) Failing after 0s
Invidious CI / build - crystal: ${{ matrix.crystal }}, stable: ${{ matrix.stable }} (1.9.2, true) (push) Failing after 0s
Invidious CI / build - crystal: ${{ matrix.crystal }}, stable: ${{ matrix.stable }} (nightly, false) (push) Failing after 0s
Invidious CI / build-docker (push) Failing after 0s
Invidious CI / build-docker-arm64 (push) Failing after 0s
Invidious CI / ameba_lint (push) Failing after 0s
Stale issue handler / stale (push) Failing after 0s
Some checks failed
Build and release container directly from master / release (push) Failing after 1s
Invidious CI / build - crystal: ${{ matrix.crystal }}, stable: ${{ matrix.stable }} (1.10.1, true) (push) Failing after 0s
Invidious CI / build - crystal: ${{ matrix.crystal }}, stable: ${{ matrix.stable }} (1.11.2, true) (push) Failing after 0s
Invidious CI / build - crystal: ${{ matrix.crystal }}, stable: ${{ matrix.stable }} (1.12.1, true) (push) Failing after 0s
Invidious CI / build - crystal: ${{ matrix.crystal }}, stable: ${{ matrix.stable }} (1.9.2, true) (push) Failing after 0s
Invidious CI / build - crystal: ${{ matrix.crystal }}, stable: ${{ matrix.stable }} (nightly, false) (push) Failing after 0s
Invidious CI / build-docker (push) Failing after 0s
Invidious CI / build-docker-arm64 (push) Failing after 0s
Invidious CI / ameba_lint (push) Failing after 0s
Stale issue handler / stale (push) Failing after 0s
* Update to latest version WEB_CREATOR * fix comment about using web embed as a fallback
This commit is contained in:
parent
d9df90b5e3
commit
a021b93063
@ -106,7 +106,7 @@ def extract_video_info(video_id : String)
|
||||
|
||||
new_player_response = nil
|
||||
|
||||
# Second try in case WEB_EMBEDDED_PLAYER doesn't work with po_token.
|
||||
# Second try in case WEB_CREATOR doesn't work with po_token.
|
||||
# Only trigger if reason found and po_token configured.
|
||||
if reason && CONFIG.po_token
|
||||
client_config.client_type = YoutubeAPI::ClientType::WebEmbeddedPlayer
|
||||
|
@ -84,7 +84,7 @@ module YoutubeAPI
|
||||
ClientType::WebCreator => {
|
||||
name: "WEB_CREATOR",
|
||||
name_proto: "62",
|
||||
version: "1.20220918",
|
||||
version: "1.20240918.03.00",
|
||||
os_name: "Windows",
|
||||
os_version: WINDOWS_VERSION,
|
||||
platform: "DESKTOP",
|
||||
|
Loading…
Reference in New Issue
Block a user