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.
I use youtube-dl to automatically search for tracks (with given keyword) and get a json file with id's. Problem is, I also need thumbnails and titles of tracks - thumbnails are easy to download from https://i.ytimg.com/vi/[ID].jpg page, but to download titles youtube-dl has to carefully log into EVERY SINGLE PAGE, simulate download event and get data. It takes ridiculously large amount of time. What I need (and probably more people wouldn't mind) is to include title next to url and id data. After all, when you search for tracks by keyword, you also want to get it's title, isn't it?
Before submitting an issue make sure you have:
What is the purpose of your issue?
Verbose log: