Open daeros opened 4 years ago
What's the output of perl -MWWW::YouTube::Download -e 'print $WWW::YouTube::Download::VERSION'
?
0.64
On Sat, Oct 24, 2020 at 9:40 AM Olaf Alders notifications@github.com wrote:
What's the output of perl -MWWW::YouTube::Download -e 'print $WWW::YouTube::Download::VERSION'?
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/xaicron/p5-www-youtube-download/issues/62#issuecomment-715982890, or unsubscribe https://github.com/notifications/unsubscribe-auth/AGVPXSL5VLTMX3T7UU7OGH3SML7QPANCNFSM4S5VYJGA .
Thanks. The basic status of this module is that no one person is actively working on it, but I'm happy to merge reasonable patches, especially if they come with some tests.
so I tried to use the script to download a youtube file sudo perl -MWWW::YouTube::Download -e 'WWW::YouTube::Download->new->download(redacted)' on the ubuntu 20.10 version and it's spitting out this video has not supported fmt: video/mp4; codecs="avc1.42001E, mp4a.40.2" at ./Download.pl line 9.
So I'm hoping support for this format is added.