Re: (No To: cochiselinux@freelists.org
1 message · started by Charles Breaux on Feb 11, 2023
Re: (No To: cochiselinux@freelists.org
From Charles Breaux · Feb 11, 2023
forget ask ubuntu...here's an example using chatgpt: please provide a terminal command to download a youtube video...
You can download a video from YouTube using a terminal command by using a command line tool like youtube-dl. To install youtube-dl, you can run the following command in the terminal:
sql sudo apt-get update sudo apt-get install youtube-dl
Once youtube-dl is installed, you can download a YouTube video by running the following command:
css youtube-dl [URL of the YouTube video]
For example:
javascript youtube-dl https://www.youtube.com/watch?v=dQw4w9WgXcQ
You can also specify the download quality and format using options. For example, to download the video in 720p quality and in MP4 format, you can run the following command:
javascript youtube-dl -f 22 https://www.youtube.com/watch?v=dQw4w9WgXcQ
You can see the available video formats for a video by running the following command:
css
On Sat, Feb 11, 2023 at 7:43 AM Charles Breaux <chazbreaux@gmail.com> wrote:
Quoted reply
(3 lines)
https://www.youtube.com/watch?v=Fw5ybNwwSbg I challenged ChatGPT to code and hack (Are we doomed?) I assume that you all are aware of this new publicly available AI, but incase you are not, here is good vid on using it to code...
I challenged ChatGPT to code and hack (Are we doomed?)I assume that you all are aware of this new publicly available AI, but incase you are not, here is good vid on using it to code...