emms-help
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: (was Re: Adding a description text property for a track) non-free ja


From: Yuchen Pei
Subject: Re: (was Re: Adding a description text property for a track) non-free javascript and ytdl
Date: Thu, 24 Mar 2022 08:14:01 +1100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)

On Wed 2022-03-23 20:32:36 +0100, Alexandre Garreau wrote:

>
> I don’t see how GET/POST is related: you can use POST without any javascript
> (both POST and PUT existed before javascript), while for youtube, even any GET
> statement provides nothing but a blank page, and you need to execute
> javascript to get anything.
>

You can download a yt video by GET only:

wget -O- 2>/dev/null https://youtube.com/watch?v=dQw4w9WgXcQ | grep -oP
'ytInitialPlayerResponse\s*=\s*(.+)\s*;</script>' | grep -o '\{.*\}' |
jq .

There you get a json with all the video / audio formats and their links.

Best,
Yuchen

-- 
PGP Key: 47F9 D050 1E11 8879 9040  4941 2126 7E93 EF86 DFD0
          <https://ypei.org/assets/ypei-pubkey.txt>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]