Giter Club home page Giter Club logo

Comments (11)

jeckman avatar jeckman commented on August 19, 2024

Well, the shortest path would be to run a web client on your server (lynx or similar command line browser).

from youtube-downloader.

livetvbox avatar livetvbox commented on August 19, 2024

please explain where to edit code if possible please provide code.

from youtube-downloader.

Kolahzary avatar Kolahzary commented on August 19, 2024

first, you have to find link and title of video using this script
second, download it to your server using a simple function.

there is some example codes for downloading a file using php:
file_put_contents($filename,file_get_contents($url)); //uses a lot of memory for download big files,
or...
exec("wget $url -O $filename");//can't run on shared hosting
or...
file_put_contents($filename, fopen($url, 'r'));//Since PHP 5.1.0, stream copy
or you can make your function to do this using curl and fopen

from youtube-downloader.

TheBumpaster avatar TheBumpaster commented on August 19, 2024

Downloading to the server is no more possible. All I get is 403 access forbidden response. I think google changed some things meanwhile, two weeks ago it worked. Any ideas how to bypass this problem?

from youtube-downloader.

jhemmmm avatar jhemmmm commented on August 19, 2024

@TheBumpaster

It's still working fine on me. The only problem I have is I can't download the video with a Cipher signature on it. >.<

from youtube-downloader.

TheBumpaster avatar TheBumpaster commented on August 19, 2024

Can you list your server packages, and which method are you using for downloading it on server? Cipher signature videos are usually vevo videos, they are located on another google server. Which one, I don't know.

from youtube-downloader.

hedii avatar hedii commented on August 19, 2024

@MaeJhem @TheBumpaster if you want to download videos (even cypher protected) on your server, and you have a dedicated server, this repository would be more appropriate : https://github.com/rg3/youtube-dl

it is very easy to use and embed it in a php script with exec($yourCommand)

from youtube-downloader.

TheBumpaster avatar TheBumpaster commented on August 19, 2024

@hedii Thank you very much, this doc looks amazing, I gotta give it a try.

from youtube-downloader.

jhemmmm avatar jhemmmm commented on August 19, 2024

@hedii
Yes I know, But I like this..example:,
www.yt-download.tk/play.php?id=YT_ID

from youtube-downloader.

TheBumpaster avatar TheBumpaster commented on August 19, 2024

@hedii Cypher verified videos won't download....

from youtube-downloader.

hedii avatar hedii commented on August 19, 2024

@TheBumpaster yes they do, i use it everyday. ask on their github repository, not here :)

from youtube-downloader.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.