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.
Get youtube title based on id (download-archive) #18269
Comments
|
youtube-dl can easily extract the title based on a YouTube id:
The only drawback is, that it is not so fast. |
What is the purpose of your issue?
Description of your issue, suggested solution and other information
I'm currently writing a basic script that instead of writing all youtube ids to one single file i can select the category (documentary, python course, etc.) and it'll add the ids to that specific file. In which it'll help organize it a bit, is there any way (inside or outside of youtube-dl) to view the titles for each id? As I have to convert my archive file that i have now, and I'd rather check now instead of wasting my time doing it manually if there's something out there! thanks!