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.
[TUBE8] Add functionality to extract more metadata (categories & tags) #10579
Comments
|
You can use their hubtraffic.com to get a detailed CSV file and use youtube-dl to download videos only |
|
I have Youtube-dl integrated in a CMS which does 99% of the work automatically, including assigning the categories/tags etc etc to related videos, so for me it is very important Youtube-dl includes the category and tags command :) |
Make sure you are using the latest version: run
youtube-dl --versionand ensure your version is 2016.09.04.1. If it's not read this FAQ entry and update. Issues with outdated version will be rejected.Before submitting an issue make sure you have:
What is the purpose of your issue?
full verbose output as follows:
$ youtube-dl -v
[debug] System config: []
[debug] User config: []
[debug] Command-line args: [u'-v', u'http://www.tube8.com/amateur/faketaxi-playing-cowboys-and-indians-for-4th-july/31897341/']
[debug] Encodings: locale cp1251, fs mbcs, out cp866, pref cp1251
[debug] youtube-dl version 2016.08.31
[debug] Python version 3.4.4 - Windows-10-10.0.10586
[debug] exe versions: none
[debug] Proxy map: {}
example URL:
Description of your issue, suggested solution and other information
Metadata like "categories" and "tags" are not included when downloading videos from tube8.com.
This is most likely to be solved if 'categories': list, or 'tags': list, will be added to current extractor command.
thank you very much