Recording Radio WORM with wget: Difference between revisions

From XPUB & Lens-Based wiki
(Created page with " <code lang="bash"> wget https://s2.radio.co/sde6c7b42e/listen -o radioworm-20230926-02.mp3 </code> Category:Protocol")
 
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:


<code lang="bash">
<syntaxhighlight lang="shell">
wget https://s2.radio.co/sde6c7b42e/listen -o radioworm-20230926-02.mp3
wget https://s2.radio.co/sde6c7b42e/listen -O radioworm-20230926-02.mp3
</code>
</syntaxhighlight>


[[Category:Protocol]]
[[Category:Protocol]]

Latest revision as of 10:04, 26 September 2023

wget https://s2.radio.co/sde6c7b42e/listen -O radioworm-20230926-02.mp3