When calling $client->playlist($id) it successfully returns IDs and runtimes but all the titles are undef.
See here my code to call it:
my $id = 'PLGFTn9O28mVKI-0C1gWzY4kNkSp_0utnr';
my $client = WWW::YouTube::Download->new;
$client->{'verbose'} = 1;
my $playlists = $client->playlist($id);
When calling
$client->playlist($id)
it successfully returns IDs and runtimes but all the titles are undef.See here my code to call it:
Here is the verbose output:
Have I done something wrong or is this a bug?