Answer the question
In order to leave comments, you need to log in
Is it possible to get direct path to video file in youtube?
In the inspector, of course, src to video files are not displayed)
Answer the question
In order to leave comments, you need to log in
http://www.youtube.com/get_video_info?video_id=<id video>
function parseSearch(str) {
return URI(str).search(true);
}
var info = parseSearch('?' + <полученный текст>);
//info.title - тут заголовок
var links = info.url_encoded_fmt_stream_map.split(',').map(function (raw) {
var u = parseSearch('?' + raw);
return u.url;
}) //тут массив ссылок
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question