Re: youtube-dl error (F37 and F38)

2023-07-14 Thread Ranjan Maitra
On Thu Jul13'23 09:52:47PM, Samuel Sieb wrote: > From: Samuel Sieb > Date: Thu, 13 Jul 2023 21:52:47 -0700 > To: users@lists.fedoraproject.org > Reply-To: Community support for Fedora users > Subject: Re: youtube-dl error (F37 and F38) > > On 7/13/23 21:42, Ranjan Mai

Re: youtube-dl error (F37 and F38)

2023-07-13 Thread simmon simmon
right.. same error. but it doesn't work youtube-dl, so use yt-dlp and also link that; ln -s /usr/bin/yt-dl /usr/bin/youtube-dl and use youtube.dl Have a nice day! ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an

Re: youtube-dl error (F37 and F38)

2023-07-13 Thread Samuel Sieb
On 7/13/23 21:42, Ranjan Maitra wrote: I have been having this error using youtube-dl for a while. Here is what I get: [...] File "/usr/lib/python3.11/site-packages/youtube_dl/extractor/common.py", line 1012, in _search_regex raise RegexNotFoundError('Unable to extr

youtube-dl error (F37 and F38)

2023-07-13 Thread Ranjan Maitra
Hi, I have been having this error using youtube-dl for a while. Here is what I get: $ youtube-dl --verbose https://www.youtube.com/watch?v=SzH7_gGAM3Y [debug] System config: ['--prefer-free-formats'] [debug] User config: [] [debug] Custom config: [] [debug] Command-line args: [

Re: OT: youtube-dl Question

2017-10-26 Thread Cameron Simpson
On 26Oct2017 22:24, Tim wrote: Allegedly, on or about 25 October 2017, JD sent: I was also wondering if youtube-dl can transcode the video to 1920x1080 if it is not already in that resolution. Wouldn't it be better to simply download the file as-is? Then, when you play it, later on

Re: OT: youtube-dl Question

2017-10-26 Thread Richard Shaw
I use the codec packages from RPM Fusion so I don't mind using AAC audio... You can see what all formats are available using a random video link: $ youtube-dl -F https://www.youtube.com/watch?v=9dhmS237wsw [youtube] 9dhmS237wsw: Downloading webpage [youtube] 9dhmS237wsw: Downloading video

Re: OT: youtube-dl Question

2017-10-26 Thread Samuel Sieb
1080.mp4' ERROR: [Errno 2] No such file or directory: 'Calling Elvis--Dire Straits - Topic--1920x1080.mp4' That's because you can't put vorbis or opus audio into an mp4 file. Run "youtube-dl -F youtube.url" to get the list of available formats. Then run "

Re: OT: youtube-dl Question

2017-10-26 Thread Tim
Allegedly, on or about 25 October 2017, JD sent: > I was also wondering if youtube-dl can transcode the video to > 1920x1080 if it is not already in that resolution. Wouldn't it be better to simply download the file as-is? Then, when you play it, later on, let your player do its magic

Re: OT: youtube-dl Question

2017-10-25 Thread Ed Greshko
On 10/26/17 10:30, JD wrote: > Some merges into mp4 are failing. To wit: > > [download] Destination: Calling Elvis--Dire Straits - > Topic--1920x1080.f137.mp4 > [download] 100% of 24.04MiB in 00:05 > [download] Destination: Calling Elvis--Dire Straits - > Topic--1920x1080.f251.webm > [download] 1

Re: OT: youtube-dl Question

2017-10-25 Thread JD
On 10/25/2017 06:21 PM, Cameron Simpson wrote: On 25Oct2017 11:40, JD wrote: On 10/25/2017 11:12 AM, Todd Zullinger wrote: JD meant to write: Is there a way to tell youtube-dl to save "the best formats of audio and video" of a download into mp4. I think the --merge-output-for

Re: OT: youtube-dl Question

2017-10-25 Thread JD
On 10/25/2017 06:21 PM, Cameron Simpson wrote: On 25Oct2017 11:40, JD wrote: On 10/25/2017 11:12 AM, Todd Zullinger wrote: JD meant to write: Is there a way to tell youtube-dl to save "the best formats of audio and video" of a download into mp4. I think the --merge-output-for

Re: OT: youtube-dl Question

2017-10-25 Thread JD
On 10/25/2017 06:21 PM, Cameron Simpson wrote: On 25Oct2017 11:40, JD wrote: On 10/25/2017 11:12 AM, Todd Zullinger wrote: JD meant to write: Is there a way to tell youtube-dl to save "the best formats of audio and video" of a download into mp4. I think the --merge-output-for

Re: OT: youtube-dl Question

2017-10-25 Thread Cameron Simpson
On 25Oct2017 11:40, JD wrote: On 10/25/2017 11:12 AM, Todd Zullinger wrote: JD meant to write: Is there a way to tell youtube-dl to save "the best formats of audio and video" of a download into mp4. I think the --merge-output-format option is what you're looking for: https:/

Re: OT: youtube-dl Question

2017-10-25 Thread JD
On 10/25/2017 11:12 AM, Todd Zullinger wrote: JD meant to write: Is there a way to tell youtube-dl to save "the best formats of audio and video" of a download into mp4. I think the --merge-output-format option is what you're looking for: https://github.com/rg3/youtube

Re: OT: youtube-dl Question

2017-10-25 Thread Todd Zullinger
JD meant to write: Is there a way to tell youtube-dl to save "the best formats of audio and video" of a download into mp4. I think the --merge-output-format option is what you're looking for: https://github.com/rg3/youtube-dl/blob/master/README.md#video-format-o

[Was OT: smplayer Question] Youtube-dl Question

2017-10-25 Thread JD
Sorry about that ... I meant to set the subject to youtube-dl Question On 10/25/2017 11:04 AM, JD wrote: Is there a way to tell smplayer to save "the best formats of audio and video" of a download into mp4. More often than not, it merges the audio file and video file into mk

Re: [OT]: Question re: youtube-dl

2017-07-26 Thread Tim
er if they do random round-robins, to let different servers handle *each* request. I'd often used youtube-dl to deal with slow connections, where things would keep on timing out when you were trying to watch something in the web browser. The stutters and hiccups can be very annoying. Naturally,

Re: [OT]: Question re: youtube-dl

2017-07-26 Thread Samuel Sieb
This email came to me directly, I'm assuming by accident, since your signature indicates that I can't reply directly. On 07/26/2017 06:12 AM, Tim wrote: On 26/7/2017 3:13 pm, Samuel Sieb wrote: I haven't found one that didn't work (other than pay ones). I'm not using the latest version, but

Re: [OT]: Question re: youtube-dl

2017-07-25 Thread Samuel Sieb
that's not with all YouTube clips), I found that you could either provide the full URI to the clip, or the code. e.g. youtube-dl https://www.youtube.com/watch?v=K6buaHn2dp4 or, youtube-dl K6buaHn2dp4 I haven't found one that didn't work (other than pay ones). It can also downlo

Re: [OT]: Question re: youtube-dl

2017-07-25 Thread Tim
), I found that you could either provide the full URI to the clip, or the code. e.g. youtube-dl https://www.youtube.com/watch?v=K6buaHn2dp4 or, youtube-dl K6buaHn2dp4 -- Trying out Thunderbird for mail. 5... 4... 3... 2... ONE! Email has gone Boilerplate: All mail to this mailbox is automati

Re: [OT]: Question re: youtube-dl

2017-07-25 Thread InvalidPath
Wrong mailing list I think On Jul 25, 2017 2:31 PM, "JD" wrote: > > Hi all youtube-dl users, > Can this program find and download a vid with a rather specific substring > in the URL of the vid? > A substring such as: > "0AmvYqE0amg" for example. &g

[OT]: Question re: youtube-dl

2017-07-25 Thread JD
Hi all youtube-dl users, Can this program find and download a vid with a rather specific substring in the URL of the vid? A substring such as: "0AmvYqE0amg" for example. Thanx for the syntax of how to do this. ___ users mailing lis

Re: youtube-dl

2016-10-28 Thread jd1008
tens of small files each one labeled by the name of the listed movie appended with .part-FragN where N ranges from 0 to more than 200 sometimes. I updated youtube-dl by running youtube-dl -U and retried. It does the same thing. After it finished getting all the fragments, it does not catenate

Re: youtube-dl

2016-10-28 Thread jd1008
where N ranges from 0 to more than 200 sometimes. I updated youtube-dl by running youtube-dl -U and retried. It does the same thing. After it finished getting all the fragments, it does not catenate them into a single video file. How can I get around this problem? You could try to cat the fragments

Re: youtube-dl

2016-10-28 Thread stan
ith .part-FragN where N ranges from 0 to more than 200 > > sometimes. > > I updated youtube-dl by running youtube-dl -U and retried. It does > > the same thing. > > After it finished getting all the fragments, it does not catenate > > them into a single > > video f

Re: youtube-dl

2016-10-28 Thread Rick Stevens
vior of this util. >> When downloading a format of the file that is pure video (i.e. no audio) >> I end up with tens of small files each one labeled by the name of the listed >> movie >> appended with .part-FragN where N ranges from 0 to more than 200 >> sometimes.

Re: youtube-dl

2016-10-28 Thread Zoltan Hoppar
ed by the name of the listed > movie > appended with .part-FragN where N ranges from 0 to more than 200 > sometimes. > I updated youtube-dl by running youtube-dl -U and retried. It does the same > thing. > After it finished getting all the fragments, it does not catenate them i

youtube-dl

2016-10-27 Thread jd1008
A new strange behavior of this util. When downloading a format of the file that is pure video (i.e. no audio) I end up with tens of small files each one labeled by the name of the listed movie appended with .part-FragN where N ranges from 0 to more than 200 sometimes. I updated youtube-dl by

Youtube-dl warning message

2015-07-04 Thread jd1008
Downloading a tracks from youtube, I often get this warning message: WARNING: You have requested formats incompatible for merge. The formats will be merged into mkv However the resulting mkv file neither shows the vid nor do I hear the audio. The player is latest mplayer. $ youtube-dl

Re: Youtube-dl problem/question

2015-06-03 Thread jd1008
On 06/03/2015 01:32 PM, Patrick O'Callaghan wrote: On 20 April 2015 at 19:46, Patrick O'Callaghan wrote: On 20 April 2015 at 19:31, Heinz Diehl wrote: On 20.04.2015, jd1008 wrote: Even without modification, it does not work. What you need is somebody who lives in Germany and could make a

Re: Youtube-dl problem/question

2015-06-03 Thread Patrick O'Callaghan
On 20 April 2015 at 19:46, Patrick O'Callaghan wrote: > On 20 April 2015 at 19:31, Heinz Diehl wrote: >> >> On 20.04.2015, jd1008 wrote: >> >> > Even without modification, it does not work. >> >> What you need is somebody who lives in Germany and could make a copy for >> you, >> or a non-transpar

Re: Youtube-dl problem/question

2015-04-20 Thread Klaus-Peter Schrage
video in your browser. FWIW, I don't get this error message, and the download with youtube-dl works for me here (Germany). So, would it work in the browser,if I first connected to youtube.de or whatever url you use when you are in germany? No, it was the very url that you reported wh

Re: Youtube-dl problem/question

2015-04-20 Thread jd1008
On 04/20/2015 12:46 PM, Patrick O'Callaghan wrote: On 20 April 2015 at 19:31, Heinz Diehl > wrote: On 20.04.2015, jd1008 wrote: > Even without modification, it does not work. What you need is somebody who lives in Germany and could make a copy for

Re: Youtube-dl problem/question

2015-04-20 Thread Patrick O'Callaghan
On 20 April 2015 at 19:31, Heinz Diehl wrote: > On 20.04.2015, jd1008 wrote: > > > Even without modification, it does not work. > > What you need is somebody who lives in Germany and could make a copy for > you, > or a non-transparent proxy. Most of the free proxies are transparent and > expose >

Re: Youtube-dl problem/question

2015-04-20 Thread Heinz Diehl
On 20.04.2015, jd1008 wrote: > Even without modification, it does not work. What you need is somebody who lives in Germany and could make a copy for you, or a non-transparent proxy. Most of the free proxies are transparent and expose thus your original IP to the web server, which isn't what you

Re: Youtube-dl problem/question

2015-04-20 Thread jd1008
x27;t get this error message, and the download with youtube-dl works for me here (Germany). I configured firefox to use this proxy: 141.22.32.113 and I retried the link had posted, but modified youtube.com to youtube.de It did not work. Even without modification, it does not work. -- users ma

Re: Youtube-dl problem/question

2015-04-20 Thread jd1008
x27;t get this error message, and the download with youtube-dl works for me here (Germany). So, would it work in the browser,if I first connected to youtube.de or whatever url you use when you are in germany? -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscri

Re: Youtube-dl problem/question

2015-04-20 Thread Klaus-Peter Schrage
Am 20.04.2015 um 17:50 schrieb jd1008: ERROR: l1zNZjH1KJk: YouTube said: The uploader has not made this video available in your country. This message says it all, and I doubt that you can watch this video in your browser. FWIW, I don't get this error message, and the download with youtu

Re: Youtube-dl problem/question

2015-04-20 Thread Patrick O'Callaghan
t; >> ERROR: l1zNZjH1KJk: YouTube said: The uploader has not made this video > >> available in your country. > >> > >> So, could someone explain (for the benefit of all fans of youtube-dl), > >> how to > >> get around this problem? > >> > >

Re: Youtube-dl problem/question

2015-04-20 Thread Joe Zeff
On 04/20/2015 09:31 AM, jd1008 wrote: I am not an html programmer. What does that have to do with it? I was wondering if such a programmer would download the web page (wget) and be able to look at it's contents and zero in on the exact location of the video, and download it from there, rather

Re: Youtube-dl problem/question

2015-04-20 Thread jd1008
Jk because of --no-playlist [youtube] l1zNZjH1KJk: Downloading webpage [youtube] l1zNZjH1KJk: Downloading video info webpage ERROR: l1zNZjH1KJk: YouTube said: The uploader has not made this video available in your country. So, could someone explain (for the benefit of all fans of youtube-dl), how

Re: Youtube-dl problem/question

2015-04-20 Thread bitlord
aylist > [youtube] l1zNZjH1KJk: Downloading webpage > [youtube] l1zNZjH1KJk: Downloading video info webpage > ERROR: l1zNZjH1KJk: YouTube said: The uploader has not made this video > available in your country. > > So, could someone explain (for the benefit of all fans of youtube-dl)

Youtube-dl problem/question

2015-04-20 Thread jd1008
Downloading video info webpage ERROR: l1zNZjH1KJk: YouTube said: The uploader has not made this video available in your country. So, could someone explain (for the benefit of all fans of youtube-dl), how to get around this problem? Thanx. -- users mailing list users@lists.fedoraproject.org To uns

youtube-dl hangs

2014-09-24 Thread jd1008
Hi all, Sometimes, I see playlists that I like to download via youtube-dl (at hotspots) and listen to them at home at my leisure. What's happening is that the download will get stuck at say track number 3 and never proceed. Restarting the download (of course, I always use the options -

youtube-dl hangs

2014-09-24 Thread jd1008
Hi all, Sometimes, I see playlists that I like to download via youtube-dl (at hotspots) and listen to them at home at my leisure. What's happening is that the download will get stuck at say track number 3 and never proceed. Restarting the download (of course, I always use the options -

Re: Website won't run in youtube-dl or minitube.

2014-09-22 Thread Tim
On Fri, 2014-09-19 at 12:39 -0400, Mickey wrote: > It will run in Firefiox. > I want to run it in Minitube so I can Download it as a MP4 . > > > https://www.youtube.com/watch?feature=player_embedded&v=MqUzPcwQqjI While this doesn't work: youtube-dl https://www.y

Website won't run in youtube-dl or minitube.

2014-09-19 Thread Mickey
It will run in Firefiox. I want to run it in Minitube so I can Download it as a MP4 . https://www.youtube.com/watch?feature=player_embedded&v=MqUzPcwQqjI -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/lis

Re: A note on youtube-dl

2012-10-03 Thread Suvayu Ali
On Mon, Oct 01, 2012 at 09:44:34PM +0400, Hiisi wrote: > Folks, sorry for interrupting this interesting conversation about > youtube downloader. My question is in the same field. At least about > another google product - search engine. Is there a way to store > google search results in a text f

Re: A note on youtube-dl

2012-10-02 Thread Doug
On 10/2/2012 7:43 AM, Sergio wrote: --- Em ter, 2/10/12, Doug escreveu: De: Doug Assunto: Re: A note on youtube-dl Para: users@lists.fedoraproject.org Data: Terça-feira, 2 de Outubro de 2012, 1:19 On 10/01/2012 03:18 PM, Joe Zeff wrote: On 10/01/2012 03:55 PM, Doug wrote: OK, sorry about

Re: A note on youtube-dl

2012-10-02 Thread Sergio
--- Em ter, 2/10/12, Doug escreveu: > De: Doug > Assunto: Re: A note on youtube-dl > Para: users@lists.fedoraproject.org > Data: Terça-feira, 2 de Outubro de 2012, 1:19 > On 10/01/2012 03:18 PM, Joe Zeff > wrote: > > On 10/01/2012 03:55 PM, Doug wrote: > >> O

Re: A note on youtube-dl

2012-10-01 Thread Frank Murphy
On 02/10/12 05:19, Doug wrote: In Win7, I get "Loading" for about 40 seconds or so, and then a message, "Could not find any matching addons," So apparently all 70 of the possibilities are Linux (Unix?) compatible only. --doug Go back to the original link: http://www.downloadhelper.net it co

Re: A note on youtube-dl

2012-10-01 Thread Doug
On 10/01/2012 03:18 PM, Joe Zeff wrote: On 10/01/2012 03:55 PM, Doug wrote: OK, sorry about that--I'd like the program to work in both Linux and Windows, and I happened to be in XP at that point.. The program claims to work in both Windows and Linux. I'll try that download trick again in Linux

Re: A note on youtube-dl

2012-10-01 Thread nomnex
> On Mon, 01 Oct 2012 17:26:21 -0400 > Doug wrote: > > On 10/1/2012 5:04 AM, Frank Murphy wrote: > > On 30/09/12 11:22, Marko Vojinovic wrote: > >> > >> Hi folks! :-) > >> > >> Just a small note... I just tried and found out that the > >

Re: A note on youtube-dl

2012-10-01 Thread Sergio
--- Em seg, 1/10/12, Doug escreveu: > De: Doug > Assunto: Re: A note on youtube-dl > Para: users@lists.fedoraproject.org > Data: Segunda-feira, 1 de Outubro de 2012, 19:55 > On 10/1/2012 2:12 PM, Joe Zeff > wrote: > > On 10/01/2012 02:26 PM, Doug wrote: > >> I

Re: A note on youtube-dl

2012-10-01 Thread Joe Zeff
On 10/01/2012 03:55 PM, Doug wrote: OK, sorry about that--I'd like the program to work in both Linux and Windows, and I happened to be in XP at that point.. The program claims to work in both Windows and Linux. I'll try that download trick again in Linux and see if it works. I would have thoug

Re: A note on youtube-dl

2012-10-01 Thread Doug
On 10/1/2012 2:12 PM, Joe Zeff wrote: On 10/01/2012 02:26 PM, Doug wrote: I went to the link to download the downloadhelper, but I couldn't find a download button anywhere, and I don't want some fink software messing with my registry or trying to sell me something I don't want or need. Where ca

Re: A note on youtube-dl

2012-10-01 Thread Doug
On 10/1/2012 1:44 PM, Mike Wright wrote: 10/01/2012 02:26 PM, Doug wrote: On 10/1/2012 5:04 AM, Frank Murphy wrote: On 30/09/12 11:22, Marko Vojinovic wrote: Hi folks! :-) Just a small note... I just tried and found out that the youtube-dl doesn't work anymore. Reading the youtube-d

Re: A note on youtube-dl

2012-10-01 Thread Joe Zeff
On 10/01/2012 02:26 PM, Doug wrote: I went to the link to download the downloadhelper, but I couldn't find a download button anywhere, and I don't want some fink software messing with my registry or trying to sell me something I don't want or need. Where can I go to just download the downloadhel

Re: A note on youtube-dl

2012-10-01 Thread Mike Wright
10/01/2012 02:26 PM, Doug wrote: On 10/1/2012 5:04 AM, Frank Murphy wrote: On 30/09/12 11:22, Marko Vojinovic wrote: Hi folks! :-) Just a small note... I just tried and found out that the youtube-dl doesn't work anymore. Reading the youtube-dl FAQ page, it says that YouTube has change

Re: A note on youtube-dl

2012-10-01 Thread Hiisi
te: >> Really, the simplest way is to create a >> bash script: >> >> #! /bin/bash >> youtube-dl -t >> youtube-dl -t >> youtube-dl -t >> ... >> >> and let it run. That's my main reason for using youtube-dl. Then again, my >> >&

Re: A note on youtube-dl

2012-10-01 Thread Doug
On 10/1/2012 5:04 AM, Frank Murphy wrote: On 30/09/12 11:22, Marko Vojinovic wrote: Hi folks! :-) Just a small note... I just tried and found out that the youtube-dl doesn't work anymore. Reading the youtube-dl FAQ page, it says that YouTube has changed the protocol again (since Sept

Re: A note on youtube-dl

2012-10-01 Thread Roberto Ragusa
On 10/01/2012 05:07 PM, Marko Vojinovic wrote: > Really, the simplest way is to create a > bash script: > > #! /bin/bash > youtube-dl -t > youtube-dl -t > youtube-dl -t > ... > > and let it run. That's my main reason for using youtube-dl. Then agai

Re: A note on youtube-dl

2012-10-01 Thread Marko Vojinovic
On Monday, 1. October 2012. 8.12.11 Patrick O'Callaghan wrote: > On Mon, 2012-10-01 at 10:04 +0100, Frank Murphy wrote: > > On 30/09/12 11:22, Marko Vojinovic wrote: > > > Just a small note... I just tried and found out that the youtube-dl > > > doesn't >

Re: A note on youtube-dl

2012-10-01 Thread Patrick O'Callaghan
On Mon, 2012-10-01 at 10:04 +0100, Frank Murphy wrote: > On 30/09/12 11:22, Marko Vojinovic wrote: > > > > Hi folks! :-) > > > > Just a small note... I just tried and found out that the youtube-dl doesn't > > work anymore. Reading the youtube-dl FAQ page, it

Re: A note on youtube-dl

2012-10-01 Thread Frank Murphy
On 30/09/12 11:22, Marko Vojinovic wrote: Hi folks! :-) Just a small note... I just tried and found out that the youtube-dl doesn't work anymore. Reading the youtube-dl FAQ page, it says that YouTube has changed the protocol again (since September 2012) and that we should update the scri

Re: A note on youtube-dl

2012-10-01 Thread Marko Vojinovic
what the script > > does, or at least used to do. > what the hell - why should youtube-dl touch flash or a webbrowser? > how would this work without X11 in a terminal? > hint: it would not > > youtube-dl is a STANDALONE script and that is why it needs > to get updated after chan

Re: A note on youtube-dl

2012-09-30 Thread Fernando Cassia
On Sun, Sep 30, 2012 at 10:11 PM, Marko Vojinovic wrote: > That's what the new script does, I guess. My guess is it doesn´t. I never read about youtube-dl.py requiring a web browser, flash or interacting with the web browser in any way. All f its code is self-contained AFAIK. FC -- During

Re: A note on youtube-dl

2012-09-30 Thread Marko Vojinovic
naming it to something meaningful has > > the same ease of use of ´youtube-dl -t [url]´ > > and having the file saved with the right video title as per youtube > > description. > > "ls -rt /tmp" doesn't show the file as the last one or one of the last ones &g

Re: A note on youtube-dl

2012-09-30 Thread jdow
surely not implying that manually going into the browser´s cache directory, finding the right file via its cryptic name and copying such file to the desired location plus renaming it to something meaningful has the same ease of use of ´youtube-dl -t [url]´ and having the file saved with the right vid

Re: A note on youtube-dl

2012-09-30 Thread Fernando Cassia
ding the right file via its cryptic name and copying such file to the desired location plus renaming it to something meaningful has the same ease of use of ´youtube-dl -t [url]´ and having the file saved with the right video title as per youtube description. FC PS: I use www.keepvid.com myself,no n

Re: A note on youtube-dl

2012-09-30 Thread Germán A. Racca
On 09/30/2012 03:21 PM, Joe Zeff wrote: On 09/30/2012 03:22 AM, Marko Vojinovic wrote: The "sudo youtube-dl --update" works as expected (and once updated, it downloads stuff fine) [joe@khorlia ~]$ su -c 'youtube-dl --update' Password: Usage: youtube-dl [options] video

Re: A note on youtube-dl

2012-09-30 Thread Joe Zeff
On 09/30/2012 03:22 AM, Marko Vojinovic wrote: The "sudo youtube-dl --update" works as expected (and once updated, it downloads stuff fine) [joe@khorlia ~]$ su -c 'youtube-dl --update' Password: Usage: youtube-dl [options] video_url ... youtube-dl: error: no such option

Re: A note on youtube-dl

2012-09-30 Thread Sergio
--- Em dom, 30/9/12, Marko Vojinovic escreveu: > De: Marko Vojinovic > Assunto: A note on youtube-dl > Para: users@lists.fedoraproject.org > Data: Domingo, 30 de Setembro de 2012, 7:22 > > Hi folks! :-) > > Just a small note... I just tried and found out that

Re: A note on youtube-dl

2012-09-30 Thread Hiisi
On 30 September 2012 14:56, Reindl Harald wrote: > >> You don't need any script at all. Just copy the appropriate video file >> from /tmp folder when video is watched. That always worked for me. > > You don't need any GUI at all. Just type your commands in the terminal > you see how wrong your arg

Re: A note on youtube-dl

2012-09-30 Thread Hiisi
On 30 September 2012 14:22, Marko Vojinovic wrote: > > Hi folks! :-) > > Just a small note... I just tried and found out that the youtube-dl doesn't > work anymore. Reading the youtube-dl FAQ page, it says that YouTube has > changed the protocol again (since September 2

A note on youtube-dl

2012-09-30 Thread Marko Vojinovic
Hi folks! :-) Just a small note... I just tried and found out that the youtube-dl doesn't work anymore. Reading the youtube-dl FAQ page, it says that YouTube has changed the protocol again (since September 2012) and that we should update the script to the latest version. The "sudo

Re: Youtube-dl frontend

2011-10-06 Thread Steven Stern
On 10/06/2011 02:08 PM, mickey wrote: > Is there a frontend-gui for youtube-dl in Fedora repo's ? There are plugins for both Firefox and Chrome. Let google be your guide. -- -- Steve -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription option

Re: Youtube-dl frontend

2011-10-06 Thread Joe Zeff
On 10/06/2011 02:26 PM, mickey wrote: > On 10/06/2011 03:17 PM, Joe Zeff wrote: >> On 10/06/2011 12:08 PM, mickey wrote: >>> Is there a frontend-gui for youtube-dl in Fedora repo's ? >> Not that I know of. AIUI, you're supposed to install the Greasemonkey

Re: Fwd: Re: Youtube-dl frontend

2011-10-06 Thread JD
On 10/06/2011 02:53 PM, mickey wrote: > > > Original Message > Subject: Re: Youtube-dl frontend > Date: Thu, 06 Oct 2011 14:35:02 -0700 > From: JD > Reply-To: Community support for Fedora users > > To: Community support f

Re: Re: Youtube-dl frontend

2011-10-06 Thread Andras Simon
2011/10/6, mickey : > I haven't the slightest as to what he is talking about, that is the reason I > ask. Me neither, but if you want to download video from youtube and a ton of other sites, you can use DownloadHelper: https://addons.mozilla.org/en-US/firefox/addon/video-downloadhelper/ Andras -

Fwd: Re: Youtube-dl frontend

2011-10-06 Thread mickey
Original Message Subject:Re: Youtube-dl frontend Date: Thu, 06 Oct 2011 14:35:02 -0700 From: JD Reply-To: Community support for Fedora users To: Community support for Fedora users On 10/06/2011 02:26 PM, mickey wrote: On 10/06/2011 03:17 PM, Joe Zeff

Re: Youtube-dl frontend

2011-10-06 Thread JD
On 10/06/2011 02:26 PM, mickey wrote: > On 10/06/2011 03:17 PM, Joe Zeff wrote: >> On 10/06/2011 12:08 PM, mickey wrote: >>> Is there a frontend-gui for youtube-dl in Fedora repo's ? >> Not that I know of. AIUI, you're supposed to install the Greasemonkey

Re: Youtube-dl frontend

2011-10-06 Thread mickey
On 10/06/2011 03:17 PM, Joe Zeff wrote: > On 10/06/2011 12:08 PM, mickey wrote: >> Is there a frontend-gui for youtube-dl in Fedora repo's ? > Not that I know of. AIUI, you're supposed to install the Greasemonkey > addon and let it handle the job. What is the name of the

Re: Youtube-dl frontend

2011-10-06 Thread Joe Zeff
On 10/06/2011 12:08 PM, mickey wrote: > Is there a frontend-gui for youtube-dl in Fedora repo's ? Not that I know of. AIUI, you're supposed to install the Greasemonkey addon and let it handle the job. -- users mailing list users@lists.fedoraproject.org To unsubscribe or change

Youtube-dl frontend

2011-10-06 Thread mickey
Is there a frontend-gui for youtube-dl in Fedora repo's ? -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines