[ie/vimeo] Client maintenance (#17272)
CodeQL / Analyze (actions) (push) Waiting to run
CodeQL / Analyze (javascript-typescript) (push) Waiting to run
CodeQL / Analyze (python) (push) Waiting to run
Core Tests / Core tests (ubuntu-latest, 3.11) (push) Waiting to run
Core Tests / Core tests (ubuntu-latest, 3.12) (push) Waiting to run
Core Tests / Core tests (ubuntu-latest, 3.13) (push) Waiting to run
Core Tests / Core tests (ubuntu-latest, 3.14) (push) Waiting to run
Core Tests / Core tests (ubuntu-latest, 3.15) (push) Waiting to run
Core Tests / Core tests (ubuntu-latest, pypy-3.11) (push) Waiting to run
Core Tests / Core tests (windows-latest, 3.10) (push) Waiting to run
Core Tests / Core tests (windows-latest, 3.11) (push) Waiting to run
Core Tests / Core tests (windows-latest, 3.12) (push) Waiting to run
Core Tests / Core tests (windows-latest, 3.13) (push) Waiting to run
Core Tests / Core tests (windows-latest, 3.14) (push) Waiting to run
Core Tests / Core tests (windows-latest, 3.15) (push) Waiting to run
Core Tests / Core tests (windows-latest, pypy-3.11) (push) Waiting to run
Quick Test / Core test (push) Waiting to run
Quick Test / Code check (push) Waiting to run
Release (master) / Publish GitHub release (push) Waiting to run
Release (master) / Publish to PyPI (push) Blocked by required conditions
Test and lint workflows / Check workflows (push) Waiting to run
Test and lint workflows / Run zizmor (push) Waiting to run
CodeQL / Analyze (actions) (push) Waiting to run
CodeQL / Analyze (javascript-typescript) (push) Waiting to run
CodeQL / Analyze (python) (push) Waiting to run
Core Tests / Core tests (ubuntu-latest, 3.11) (push) Waiting to run
Core Tests / Core tests (ubuntu-latest, 3.12) (push) Waiting to run
Core Tests / Core tests (ubuntu-latest, 3.13) (push) Waiting to run
Core Tests / Core tests (ubuntu-latest, 3.14) (push) Waiting to run
Core Tests / Core tests (ubuntu-latest, 3.15) (push) Waiting to run
Core Tests / Core tests (ubuntu-latest, pypy-3.11) (push) Waiting to run
Core Tests / Core tests (windows-latest, 3.10) (push) Waiting to run
Core Tests / Core tests (windows-latest, 3.11) (push) Waiting to run
Core Tests / Core tests (windows-latest, 3.12) (push) Waiting to run
Core Tests / Core tests (windows-latest, 3.13) (push) Waiting to run
Core Tests / Core tests (windows-latest, 3.14) (push) Waiting to run
Core Tests / Core tests (windows-latest, 3.15) (push) Waiting to run
Core Tests / Core tests (windows-latest, pypy-3.11) (push) Waiting to run
Quick Test / Core test (push) Waiting to run
Quick Test / Code check (push) Waiting to run
Release (master) / Publish GitHub release (push) Waiting to run
Release (master) / Publish to PyPI (push) Blocked by required conditions
Test and lint workflows / Check workflows (push) Waiting to run
Test and lint workflows / Run zizmor (push) Waiting to run
Closes #17271 Authored by: bashonly
This commit is contained in:
@@ -49,7 +49,7 @@ class VimeoBaseInfoExtractor(InfoExtractor):
|
|||||||
'Cannot download embed-only video without embedding URL. Please call yt-dlp '
|
'Cannot download embed-only video without embedding URL. Please call yt-dlp '
|
||||||
'with the URL of the page that embeds this video.')
|
'with the URL of the page that embeds this video.')
|
||||||
|
|
||||||
_DEFAULT_CLIENT = 'macos'
|
_DEFAULT_CLIENT = 'web'
|
||||||
_DEFAULT_AUTHED_CLIENT = 'web'
|
_DEFAULT_AUTHED_CLIENT = 'web'
|
||||||
_CLIENT_HEADERS = {
|
_CLIENT_HEADERS = {
|
||||||
'Accept': 'application/vnd.vimeo.*+json; version=3.4.10',
|
'Accept': 'application/vnd.vimeo.*+json; version=3.4.10',
|
||||||
@@ -89,7 +89,7 @@ class VimeoBaseInfoExtractor(InfoExtractor):
|
|||||||
},
|
},
|
||||||
'macos': {
|
'macos': {
|
||||||
'CACHE_KEY': 'oauth-token-macos',
|
'CACHE_KEY': 'oauth-token-macos',
|
||||||
'CACHE_ONLY': False,
|
'CACHE_ONLY': True,
|
||||||
'VIEWER_JWT': False,
|
'VIEWER_JWT': False,
|
||||||
'REQUIRES_AUTH': False,
|
'REQUIRES_AUTH': False,
|
||||||
'AUTH': 'NDc1N2JlN2Y5ZjZmMjU3NzE3NTRkZTg1NmY2YzU2MTI0OTFlNjJiYjpwVUNDWUlBZmZqSHhQcndBYWxGMzgyYys2NkN5d1JrREJZZXdPcEdsU05tdjFlVVo2aE1lYk9GcWE3ZW9KVldlYnFlOWh5Vno5UWtpUGJ5empYZFBpYkFwV0FFTnB5VWV4ZEh3aHZnRUNEL0VySnBzTmFraDdNbS9nMXhWanhIcw==',
|
'AUTH': 'NDc1N2JlN2Y5ZjZmMjU3NzE3NTRkZTg1NmY2YzU2MTI0OTFlNjJiYjpwVUNDWUlBZmZqSHhQcndBYWxGMzgyYys2NkN5d1JrREJZZXdPcEdsU05tdjFlVVo2aE1lYk9GcWE3ZW9KVldlYnFlOWh5Vno5UWtpUGJ5empYZFBpYkFwV0FFTnB5VWV4ZEh3aHZnRUNEL0VySnBzTmFraDdNbS9nMXhWanhIcw==',
|
||||||
|
|||||||
Reference in New Issue
Block a user