youtube-dl is an opensource, small command-line program, written in python , to download videos from YouTube.com and a few more sites.

learn more… | top users | synonyms

0
votes
1answer
39 views

Learning Shell - creating a script with parameters that runs two separate cli apps

I want to learn shell script, so I'm trying to download a youtube video using youtube-dl then convert it to mp3 using ffmpeg. I do it manually running youtube-dl http://youtube.com/watch?v=... then ...
1
vote
1answer
383 views

Why the link get from youtube get_video_info doesn't work for download?

I test with browser with the link I get from "http://www.youtube.com/get_video_info?&video_id=xx" to see if it is be able to download. After remove some parameters from original link, some works ...
1
vote
1answer
178 views

youtube-dl and php exec

I have installed youtube-dl on my CentOS 6 / Plesk 10 Dedicated server, and via SSH, everything works like a charm ! The thing is I'm trying to write a php script which takes a POST parameter in ...
0
votes
3answers
56 views

Why is my subprocess call failing?

I am trying to play with the subprocess library. $youtube-dl http://www.youtube.com/watch?v=co5gy_2uOEY on the terminal works as expected but the following code snippet run in the IDLE doesn't seem ...
0
votes
0answers
65 views

Youtube-dl error

Tried using youtube-dl with many different types of youtube videos and I keep getting an "unable to download video info webpage: HTTP Error 500: Internal Server Error" message: >youtube-dl ...
2
votes
2answers
57 views

Youtube get camera type

Consider these videos: http://www.youtube.com/watch?v=U_kZ5Lj-59E http://www.youtube.com/watch?v=f0pdwd0miqs The first is probably filmed with a mobile phone's camera, the second with a ...
0
votes
2answers
247 views

extract audio with youtube-dl on windows

I want to extract audio from a video downloaded with youtube-dl on windows. I got youtube-dl working, but am unable to extract the audio. This problem is caused due to not having the correct audio ...
1
vote
2answers
65 views

Taking and renaming a created file via a pipe or other means in bash

First ever question: Im quite new to this scripting business but I've been trying to automate downloading and renaming youtube videos using youtube-dl. I'm really just doing this as a technical ...
0
votes
1answer
59 views

how to play a specific video of a play list in embedded youtube video

I have followed this tutorial http://www.lavacoms.com/2012/01/embedded-youtube-playlist-autoplay/ it is an excellent tutorial. my question is if I have a playlist embedded on my page but I would like ...
1
vote
1answer
143 views

Output of youtube-dl using QProcess

I am so new to python and am in process of learning this powerful language. I managed to write the following script. It does get a partial output ( only two lines of it ) the I don't know what is ...
1
vote
1answer
236 views

Python youtube-dl recompile

The old youtube-dl use to be just one file so it was easy for me to edit. The new version has multiple files inside of it. To get it to work on my server I needed to extract the files and change the ...
1
vote
2answers
423 views

Java Runtime.getRuntime().exec() youtube2mp3

I am working on a Java project for my Raspberry Pi and need help getting Runtime to work correctly. youtube2mp3 uses youtube-dl and ffmpeg (INFO: ...
0
votes
0answers
57 views

Processing Youtube frames [closed]

I do research on image processing, and it would be fun to demonstrate some of our filters on streaming Youtube content. I don't see a way in the Youtube API to obtain or process video content as it ...
0
votes
1answer
461 views

Youtube-DL Error web page

Why when use Youtube-dl on linux ubuntu server many link generate this output? [youtube] Setting language [youtube] Lj1wqKh8dxI: Downloading video webpage ERROR: unable to download video ...
5
votes
3answers
3k views

Shell Script to download youtube files from playlist

I'm trying to write a bash script that will download all of the youtube videos from a playlist and save them to a specific file name based on the title of the youtube video itself. So far I have two ...
0
votes
2answers
715 views

How to use youtube dl?

How to use youtube dl on Windows XP for downloading youtube videos.Have any commands ?I want to integrate this tool with PHP.Please help..