« First « Previous Comments 41 - 51 of 51 Search these comments
John and Ken on AM 640
https://podcasts.apple.com/us/podcast/the-martyrmade-podcast/id978322714?source=patrick.net
https://substack.com/profile/12413471-darryl-cooper?source=patrick.net
Been listening to this guy lately on my long drives
#!/usr/bin/perl -w
exit (main (@ARGV));
sub extractUrls
{
my ($url) = @_;
my $res = "WTF";
foreach my $l (`wget -O - \"$url\" 2>&1`)
{
#":[\"History\"],\"name\":\"Epstein… Jeff Epstein\",\"assetUrl\":\"https://media.blubrry.com/martyrmade_podcast/www.martyrmade.com/wp-content/uploads/2021/12/Epstein1.mp3\"
#if ($l =~ /:\\\"(https:\/\/media.blubrry.com.+\.mp3)\\\"/)
if ($l =~ /:\\\"(https:\/\/[^\:\"]+\.mp3)\\\"/)
{
$res = $1;
last;
}
}
return $res;
}
sub main
{
my (@urls) = @_;
foreach my $url (@urls)
{
my $res = extractUrls ($url);
#printf ("%s\n", $res);
system ("wget -q \"$res\"");
}
return 0;
}
« First « Previous Comments 41 - 51 of 51 Search these comments
www.youtube.com/embed/PfrNkNSq2sA