jeckman / YouTube-Downloader

PHP script for downloading videos from youtube; also parsing youtube feed into RSS enclosures for podcatchers
GNU General Public License v2.0
895 stars 474 forks source link

Not working again atall #383

Closed Amonpointh closed 5 years ago

Amonpointh commented 5 years ago

This php is not working at all again

NOPENN commented 5 years ago

here same problem

AGCMP3 commented 5 years ago

Check https://ytdlapi.com its work

xearstevejobs commented 5 years ago

not work all api

butyzon4u commented 5 years ago

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 .

butyzon4u commented 5 years ago

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

ghost commented 5 years ago

@butyzon4u answer is working, thanks a lot

butyzon4u commented 5 years ago

@butyzon4u answer is working, thanks a lot

you're welcome

Azicoly commented 5 years ago

@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

butyzon4u commented 5 years ago

@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.

Azicoly commented 5 years ago

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 .

Amonpointh commented 5 years ago

Thank you

Izvekov commented 5 years ago

So it is necessary to fix the line 155, there must also be $video_info_url = 'https:

jeckman commented 5 years ago

Just merged a pull request to fix these two http instances - youtube stopped supporting http