xaicron / p5-www-youtube-download

YouTube video download interface.
http://blog.livedoor.jp/xaicron/
Other
38 stars 28 forks source link

Playlist video titles all undef #63

Closed SY6Dave closed 3 years ago

SY6Dave commented 3 years ago

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);

Here is the verbose output:

Fetching playlist page https://www.youtube.com/playlist?list=PLGFTn9O28mVKI-0C1gWzY4kNkSp_0utnr ... ok 
 1 id:2nt5WKyV9-A runtime:956 title:undef
 2 id:7P2FcpyIvJA runtime:817 title:undef
 3 id:Kpnw56pVFH8 runtime:908 title:undef
 4 id:2ZxsZh7f5t4 runtime:692 title:undef
 5 id:alcPQWmdDfI runtime:929 title:undef
 6 id:YIvgy93qWYs runtime:788 title:undef
 7 id:TpqKAUVUVBE runtime:696 title:undef
 8 id:VyadOaQEDZ8 runtime:688 title:undef
 9 id:mshxF6RRtDU runtime:821 title:undef
 10 id:dOBY58YE94M runtime:799 title:undef
 11 id:vBpMMMylcnw runtime:733 title:undef
 12 id:HB0Ifesfg6I runtime:810 title:undef
 13 id:F_NDNXvxG8Q runtime:662 title:undef
 14 id:WLYJHhf74KA runtime:841 title:undef
 15 id:2GFQqAVXPX4 runtime:790 title:undef
 16 id:nzzg_VOqTso runtime:784 title:undef
 17 id:VsuP0E9BIOU runtime:854 title:undef
 18 id:WZDfZgR7XYk runtime:777 title:undef
 19 id:9dUtMpfDoAg runtime:1048 title:undef
 20 id:Db4rGhSZXSo runtime:736 title:undef
 21 id:sOLJAvUMgGA runtime:755 title:undef
 22 id:HTG1Lq2UBRk runtime:8192 title:undef
 23 id:MAOxdkimeA8 runtime:9912 title:undef
 24 id:9vIIV_M4B-E runtime:3360 title:undef
 25 id:t6shTXyyxao runtime:4197 title:undef
 26 id:QQ55LenD_eI runtime:6301 title:undef
 27 id:bS8LN0o4xa4 runtime:8903 title:undef
 28 id:Edy6sxTUdbo runtime:258 title:undef

Have I done something wrong or is this a bug?

oalders commented 3 years ago

Closed via #64