Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~3K People Reached
Favorite Forums
Favorite Tags
Member Avatar for JackticalNuke

Before asking, I would like to clarify, youtube-dl is **not** available to me as I'm on shared web hosting. Is there any way to download a Youtube video using PHP WITHOUT youtube-dl?

Member Avatar for tiểu
0
2K
Member Avatar for JackticalNuke

I'm building a Phonegap app, and am using the Facebook Javascript API to log users in. My code is as follows: FB.login(function(response) { if (response.authResponse) { console.log('Welcome! Fetching your information.... '); FB.api('/me', function(response) { console.log('Good to see you, ' + response.name + '.'); }); } else { console.log('User cancelled login …

Member Avatar for LastMitch
0
98
Member Avatar for JackticalNuke

What does this error mean with the Youtube API v3.0: A client error occurred: Could not create storage directory: /tmp/Google_Client/00 I am using the PHP Youtube API on Google's documentation found [here][1]. [1]: https://developers.google.com/youtube/v3/code_samples/php#search

Member Avatar for pritaeas
0
219
Member Avatar for JackticalNuke

Is it possible to convert a youtube video to mp3 using ffmpeg but without youtube-dl to first put in on the server? All the examples I've seen involve youtube-dl first to extract the physical video file.

Member Avatar for Troy III
0
305