The site https://ytdl-org.github.io/youtube-dl/download.html
is blocked?
The site https://ytdl-org.github.io/youtube-dl/download.html
is blocked?
Is there any other alternative to download videos from Youtube in
Linux command line?
The site https://ytdl-org.github.io/youtube-dl/download.html
is blocked?
Is there any other alternative to download videos from Youtube in
Linux command line?
The site https://ytdl-org.github.io/youtube-dl/download.html
is blocked?
The site https://ytdl-org.github.io/youtube-dl/download.html
is blocked?
Am 23.04.2024 um 20:40:25 Uhr schrieb Charles Curley:
It does not appear to be blocked from here (North America).
By DNS?
Am 23.04.2024 um 23:15:17 Uhr schrieb Markos:
The site https://ytdl-org.github.io/youtube-dl/download.html
is blocked?
Please specify that more precisely.
Run
host ytdl-org.github.io
On Tue 23 Apr 2024 at 23:15:17 (-0300), Markos wrote:
The site https://ytdl-org.github.io/youtube-dl/download.html
is blocked?
Is there any other alternative to download videos from Youtube in
Linux command line?
That site works here, but I don't think that's important. It appears
to offer youtube-dl 2021.12.17, which is /ancient/.
You'd be better off just installing Debian's yt-dlp in the usual
manner. And you can do better than that at the moment, by using
the backports version, 2024.04.09-1~bpo12+1.
If the backports version falls behind, you can usually install the
version from unstable (now trixie), because yt-dlp's dependencies
are all unversioned. The medium term disadvantage of this approach
is that it won't be upgraded automatically when a new version
appears: you have to keep an eye out.
Cheers,
David.
An unmaintained package, that is three years since last updated, for accessing web sites on the World Wide Web?
The latest version of youtube-dl , makes it too old to try to use now; if
you can get it working with youtube, good luck to you.
An unmaintained package, that is three years since last updated, for accessing web sites on the World Wide Web?
Hmmmm.....
On Wed 24 Apr 2024 at 06:58:02 (+0200), Marco Moock wrote:
Am 23.04.2024 um 23:15:17 Uhr schrieb Markos:
The site https://ytdl-org.github.io/youtube-dl/download.html
is blocked?
Please specify that more precisely.
Run
host ytdl-org.github.io
$ host ytdl-org.github.io
ytdl-org.github.io has address 185.199.111.153
ytdl-org.github.io has address 185.199.108.153
ytdl-org.github.io has address 185.199.109.153
ytdl-org.github.io has address 185.199.110.153
ytdl-org.github.io has IPv6 address 2606:50c0:8002::153
ytdl-org.github.io has IPv6 address 2606:50c0:8003::153
ytdl-org.github.io has IPv6 address 2606:50c0:8000::153
ytdl-org.github.io has IPv6 address 2606:50c0:8001::153
$
$ wget https://ytdl-org.github.io/youtube-dl/download.html
--2024-04-24 07:59:25-- https://ytdl-org.github.io/youtube-dl/download.html Resolving ytdl-org.github.io (ytdl-org.github.io)... 185.199.109.153, 185.199.110.153, 185.199.111.153, ...
Connecting to ytdl-org.github.io (ytdl-org.github.io)|185.199.109.153|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 3834 (3.7K) [text/html]
Saving to: ‘download.html’
download.html 100%[=========================================>] 3.74K --.-KB/s in 0s
2024-04-24 07:59:25 (18.4 MB/s) - ‘download.html’ saved [3834/3834]
$ ls -Glg download.html
-rw-r----- 1 3834 Aug 1 2023 download.html
$
From the middle of the US.
From Île-de-France.
Okay - my apology - at https://github.com/ytdl-org/youtube-dl/blob/master/ChangeLog
is
"
dstftw
release 2021.12.17
version 2021.12.17
On Wed, Apr 24, 2024 at 10:31:44PM +0800, Bret Busby wrote:Okay - my apology - at https://github.com/ytdl-org/youtube-dl/blob/master/ChangeLog
The latest version of youtube-dl , makes it too old to try to use now; if
you can get it working with youtube, good luck to you.
An unmaintained package, that is three years since last updated, for
accessing web sites on the World Wide Web?
Hmmmm.....
The youtube-dl package in Debian 12 is a transitional package which
brings in yt-dlp (version 2023.03.04-1 currently).
Whether that's too old to be usable is a good question, but it's
definitely not "three years since last updated".
The yt-dlp package is version 2023.03.04-1. It's 13 months old.And the backports version is 2024.04.09-1~bpo12+1 ; all of 15 days old.
On Wed, Apr 24, 2024 at 10:31:44PM +0800, Bret Busby wrote:
The latest version of youtube-dl , makes it too old to try to use now; if you can get it working with youtube, good luck to you.
An unmaintained package, that is three years since last updated, for accessing web sites on the World Wide Web?
Hmmmm.....
The youtube-dl package in Debian 12 is a transitional package which
brings in yt-dlp (version 2023.03.04-1 currently).
Whether that's too old to be usable is a good question, but it's
definitely not "three years since last updated".
I wonder how many people would be happy using Debian Linux, if it was not updated for 28 months?
My experience was similar to Bret's, only I'd long got used to not
just taking Debian's proferred version, but checking whether there
was a newer version somewhere around. It was in February 2023 when
If you type yt-dlp --help you get a large list of options.
yt-dlp --update will get you the very latest version. (Must be root).
On Wed 24 Apr 2024 at 10:50:06 (-0400), Greg Wooledge wrote:
On Wed, Apr 24, 2024 at 10:31:44PM +0800, Bret Busby wrote:
The latest version of youtube-dl , makes it too old to try to use now; if >>> you can get it working with youtube, good luck to you.
An unmaintained package, that is three years since last updated, for
accessing web sites on the World Wide Web?
Hmmmm.....
The youtube-dl package in Debian 12 is a transitional package which
brings in yt-dlp (version 2023.03.04-1 currently).
Whether that's too old to be usable is a good question, but it's
definitely not "three years since last updated".
My experience was similar to Bret's, only I'd long got used to not
just taking Debian's proferred version, but checking whether there
was a newer version somewhere around. It was in February 2023 when
I found that even the most modern version of youtube-dl that I could
find would still not work with some sites that had worked before.
That's when I stumbled upon yt-dlp, and realised the world had
quietly moved on.
This was in the days of bullseye, and note that bullseye still has
a /normal/ youtube-dl package, 34 months old, and no yt-dlp package.
For the latter, you need to be running backports (and I have no idea
when yt-dlp entered bullseye-backports).
It kind of reminds me of the mplayer, mpv, and the debian multimedia
site melange of a few years ago, only there there was more discussion
of rival versions (and the perils of using that site) on the list.
Cheers,
David.
Hello,
On Wed, Apr 24, 2024 at 11:26:09PM +0800, Bret Busby wrote:
I wonder how many people would be happy using Debian Linux, if it was not
updated for 28 months?
It definitely sounds like you should ask those youtube-dl people for
a refund, and maybe some service credit for all the distress this
matter has caused you.
Thanks,
Andy
On Wed, Apr 24, 2024 at 12:43 PM Curt wrote:
On 2024-04-24, David Wright wrote:
My experience was similar to Bret's, only I'd long got used to not
just taking Debian's proferred version, but checking whether there
was a newer version somewhere around. It was in February 2023 when
I had to use it once for a friend of my wife. I downloaded the
github version (as it keeps abreast of the frequent breakages, and I
lack the moral rigor of our numerous purists).
I should probably switch to using the Debian package; I lack the moral
rigor to keep it updated :(
$ which youtube-dl
/usr/local/bin/youtube-dl
$ youtube-dl --version
2021.12.17
$ which yt-dlp
/usr/local/bin/yt-dlp
$ yt-dlp --version
2023.03.04
Regards,
Lee
On Wed, Apr 24, 2024 at 10:23 AM Markos <markos@c2o.pro.br> wrote:
Dear
The site https://ytdl-org.github.io/youtube-dl/download.html
is blocked?
Nope. All clear from Malaysia.
Is there any other alternative to download videos from Youtube in
Linux
command line?
GitHub directly - https://github.com/yt-dlp/yt-dlp/releases/tag/2024.04.09
yt-dlp is a currently maintained version via forking compared to ytdl.
Regards,<html>
Holloway
Sysop: | Keyop |
---|---|
Location: | Huddersfield, West Yorkshire, UK |
Users: | 546 |
Nodes: | 16 (2 / 14) |
Uptime: | 01:10:00 |
Calls: | 10,387 |
Calls today: | 2 |
Files: | 14,061 |
Messages: | 6,416,725 |