Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Windows 10 Playlist download unable to get titles (python 3.7.0) #22694
Comments
|
Sorry about that, forgot python was now on 3.7.4 |
When downloading a playlist youtube_dl is unable to extract individual video titles for the elements of the playlist:
For the code above on Windows 10, using python 3.7.0
info['entries'][x]['title']is always'_'(ie: No titles are found, only element id's can be extracted and overall playlist title)The same code running on python 3.6.8 on Ubuntu18.04 correctly extracts the title for each element of the playlist.