Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add option to modify youtube client headers data. #175

Open
wants to merge 15 commits into
base: v4
Choose a base branch
from

Conversation

altin7m
Copy link

@altin7m altin7m commented May 9, 2023

Default values are clientName=ANDROID_EMBEDDED_PLAYER and clientVersion=16.20.
You can edit values using:
$youtube = new YouTubeDownloader();
$youtube->getYoutubeClientHeaders()->setClientName('ANDROID');
$youtube->getYoutubeClientHeaders()->setClientVersion('16.20');

@altin7m altin7m changed the base branch from master to v4 March 7, 2024 13:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants