Date: Tue, 3 Sep 2019 08:13:13 -0500 From: Antonio Olivares <olivares14031@gmail.com> To: FreeBSD Questions <freebsd-questions@freebsd.org> Subject: Insecure $ENV{ENV} while running with -T switch at ./youtube_download.pl Message-ID: <CAJ5UdcNLUJasfDx4VhLGbXGKyyzYvt53j3g7Lg3=%2BHB=uTAnOQ@mail.gmail.com>
next in thread | raw e-mail | index | archive | help
Dear kind folks, Dear kind folks, when running youtube_download.pl, I get that message in title. Is there a way to avoid it? and download the video also. ....... part of script missing ..... use strict; use warnings; # ## Calomel.org ,:, Download Youtube videos ## Script Name : youtube_download.pl ## Version : 0.60 ## Valid from : July 2019 ## URL Page : https://calomel.org/youtube_wget.html ## OS Support : Linux, Mac OSX, OpenBSD, FreeBSD # `:` ## Two arguments ## $1 Youtube URL from the browser ## $2 prefix to the file name of the video (optional) # "youtube_download.pl" 216 lines, 7751 characters olivares@pechs-e154$ ./youtube_download.pl //www.youtube.com/watch?v=fgCvqT54Kq0 Insecure $ENV{ENV} while running with -T switch at ./youtube_download.pl line 76. olivares@pechs-e154$ uname -a FreeBSD pechs-e154 12.0-RELEASE-p10 FreeBSD 12.0-RELEASE-p10 GENERIC amd64 olivares@pechs-e154$ Best Regards, Antonio
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAJ5UdcNLUJasfDx4VhLGbXGKyyzYvt53j3g7Lg3=%2BHB=uTAnOQ>