Closed Amonpointh closed 5 years ago
here same problem
Check https://ytdlapi.com its work
not work all api
The problem is from the http request at the src/Provider/YouTube/provider.php locate $video_info_url on line 136 and change http to https this should fix your problem
On Fri, May 24, 2019, 8:33 AM xearstevejobs notifications@github.com wrote:
not work all api
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/jeckman/YouTube-Downloader/issues/383?email_source=notifications&email_token=AHDIAFKU3LSWWEKWPU6XVDDPW6D3PA5CNFSM4HPLC3WKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODWEJG4Y#issuecomment-495489907, or mute the thread https://github.com/notifications/unsubscribe-auth/AHDIAFPXOOCSAEK4PIOTL5TPW6D3PANCNFSM4HPLC3WA .
The problem is from the http request at the src/Provider/YouTube/provider.php locate $video_info_url on line 136 and change http to https this should fix your problem … On Fri, May 24, 2019, 8:33 AM xearstevejobs @.***> wrote: not work all api — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub <#383?email_source=notifications&email_token=AHDIAFKU3LSWWEKWPU6XVDDPW6D3PA5CNFSM4HPLC3WKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODWEJG4Y#issuecomment-495489907>, or mute the thread https://github.com/notifications/unsubscribe-auth/AHDIAFPXOOCSAEK4PIOTL5TPW6D3PANCNFSM4HPLC3WA .
I hope this fixes your issue
@butyzon4u answer is working, thanks a lot
@butyzon4u answer is working, thanks a lot
you're welcome
@butyzon4u i edited that http to https but it throws this error
@butyzon4u i edited that http to https but it throws this error
( ! ) Fatal error: Uncaught exception 'Exception' with message 'SSL certificate problem: unable to get local issuer certificate' in C:\wamp64\www\Youtubed\YouTube-Downloader-master\src\Http\CurlClient.php on line 206
sorry the above fix should work on hosted files.
Oh.. Yeah.. working now
On May 24, 2019 10:28, "Victor joao pedro" notifications@github.com wrote:
@butyzon4u https://github.com/butyzon4u i edited that http to https but it throws this error ( ! ) Fatal error: Uncaught exception 'Exception' with message 'SSL certificate problem: unable to get local issuer certificate' in C:\wamp64\www\Youtubed\YouTube-Downloader-master\src\Http\CurlClient.php on line 206
sorry the above fix should work on hosted files.
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/jeckman/YouTube-Downloader/issues/383?email_source=notifications&email_token=AF7UZR6YH4GJM5HZY5X4AKLPW6YK3A5CNFSM4HPLC3WKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODWEVSOA#issuecomment-495540536, or mute the thread https://github.com/notifications/unsubscribe-auth/AF7UZRY4ZJU5WUR52Z4J53LPW6YK3ANCNFSM4HPLC3WA .
Thank you
So it is necessary to fix the line 155, there must also be $video_info_url = 'https:
Just merged a pull request to fix these two http instances - youtube stopped supporting http
This php is not working at all again