Click here to Skip to main content
Click here to Skip to main content

One Line of code to download youtube's flv file in php

By , 25 Mar 2011
 
$video_id is the id of youtube video
$video_path is the saving path
 

exec('wget -t 2 --cookies=on --keep-session-cookies --save-cookies=/home/cookie.txt http://www.youtube.com/get_video_info?video_id='.$video_id.' -qO- | sed -n "/fmt_url_map/{s/[\\&]/\\n/g;p}" | sed -n \'/^fmt_url_map=/p\' | sed -n "s/\\%7C/\\n/g;p" | sed -n \'/itag%3D5/p\'| sed \'s/%3A/:/g;s/%2F/\\//g;s/%3F/\\?/g;s/%3D/=/g;s/%26/\\&/g ;s/%25/%/g \' | wget --cookies=on --load-cookies=/home/cookie.txt -i - -O '.$video_path);

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

About the Author

gxtiou

United States United States
No Biography provided

Sign Up to vote   Poor Excellent
Add a reason or comment to your vote: x
Votes of 3 or less require a comment

Comments and Discussions

 
Hint: For improved responsiveness ensure Javascript is enabled and choose 'Normal' from the Layout dropdown and hit 'Update'.
You must Sign In to use this message board.
Search this forum  
    Spacing  Noise  Layout  Per page   
GeneralReason for my vote of 5 it worksmembermraiur7-Apr-11 3:28 
GeneralReportedmentorTrollslayer26-Mar-11 1:32 
QuestionWhy one line?subeditorIndivara23-Mar-11 20:43 
AnswerRe: Why one line?mvpHenry Minute24-Mar-11 4:56 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Rant Rant    Admin Admin   

Permalink | Advertise | Privacy | Mobile
Web04 | 2.6.130617.1 | Last Updated 25 Mar 2011
Article Copyright 2011 by gxtiou
Everything else Copyright © CodeProject, 1999-2013
Terms of Use
Layout: fixed | fluid