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

White page on openload when calling youtube-dl from php #18246

Closed
Medow opened this issue Nov 19, 2018 · 1 comment
Closed

White page on openload when calling youtube-dl from php #18246

Medow opened this issue Nov 19, 2018 · 1 comment
Labels

Comments

@Medow
Copy link

@Medow Medow commented Nov 19, 2018

Hello all:
I am trying to call download link from youtube-dl using php using this code:

<?php
$url = 'https://openload.co/embed/KxjGqMVBGag';
$cmd = 'youtube-dl --get-url ' . escapeshellarg($url);
echo exec($cmd);

But the result always return white page.
I try to change $url = 'https://openload.co/embed/KxjGqMVBGag'; to other hosts and thery are work perfect except for openload.
i can grab openload url when i excute the command from shell.

Please advice me.

Thanks.

@dstftw dstftw closed this Nov 19, 2018
@dstftw dstftw added the incomplete label Nov 19, 2018
@Medow
Copy link
Author

@Medow Medow commented Nov 19, 2018

@dstftw , why are you closing this?
I need to know the reason just for future case.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.