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

it doesnt work from yearsterday #172

Open
LaJun opened this issue Apr 26, 2023 · 13 comments
Open

it doesnt work from yearsterday #172

LaJun opened this issue Apr 26, 2023 · 13 comments

Comments

@LaJun
Copy link

LaJun commented Apr 26, 2023

there is no data response

@alisaleem252
Copy link

Same. I am getting link not found.

@alisaleem252
Copy link

it working on localhost setup but not online. even on digitalocean app or heroku

@alisaleem252
Copy link

alisaleem252 commented Apr 26, 2023

Found a fix for it.

"clientName" => "ANDROID",

line 103, 104 Change it to following

"clientName" => "ANDROID_EMBEDDED_PLAYER",
"clientVersion" => "16.20",

Thanks to @ershagen

@anajo333
Copy link

anajo333 commented Apr 27, 2023

Found a fix for it.

"clientName" => "ANDROID",

line 103, 104 Change it to following

"clientName" => "WEB",
"clientVersion" => "2.20210721.00.00",

But this is returning URL with access denied.

I tried this edit and the problem is solved, thank you 🙏.
But I didn't understand, What is the URL that returns access denied that you talking about?

@alisaleem252
Copy link

The links to the video returned cannot be downloaded or viewed.
Have you tried that?

@cryinrain69
Copy link

Found a fix for it.

"clientName" => "ANDROID",

line 103, 104 Change it to following

"clientName" => "WEB",
"clientVersion" => "2.20210721.00.00",

But this is returning URL with access denied.

I tried this edit and the problem is solved, thank you 🙏. But I didn't understand, What is the URL that returns access denied that you talking about?

I tried but it returns the stream play link very slowly, almost unplayable.
It is limited in bandwidth.

@cryinrain69
Copy link

Anyone have any other solution ?

@ershagen
Copy link

ershagen commented Apr 28, 2023

I used following:

"clientName" => "ANDROID_EMBEDDED_PLAYER", "clientVersion" => "16.20",

And works like a charm!

@cryinrain69
Copy link

I used following:

"clientName" => "ANDROID_EMBEDDED_PLAYER", "clientVersion" => "16.20",

And works like a charm!

Thank you.
I will try to try it.

@KarimQaderi
Copy link

I used following:

"clientName" => "ANDROID_EMBEDDED_PLAYER", "clientVersion" => "16.20",

And works like a charm!

Works

But It is limited in bandwidth.

@alisaleem252
Copy link

16.20

Thanks, this worked. Someone please create a PR for this.

@cryinrain69
Copy link

cryinrain69 commented May 5, 2023

I used following:

"clientName" => "ANDROID_EMBEDDED_PLAYER", "clientVersion" => "16.20",

And works like a charm!

Not working for this video:
https://www.youtube.com/watch?v=0vrPc1itkeg
https://www.youtube.com/watch?v=Xx6YaUIMuRQ

@teddybugs
Copy link

Not working:

"clientName" => "WEB",
"clientVersion" => "2.20210721.00.00",

Working to get title and description:
"clientName" => "ANDROID_EMBEDDED_PLAYER", "clientVersion" => "16.20",
video link are empty.
waiting author to update.

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

No branches or pull requests

7 participants