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.
Description Field in --write-info-json doesn't populate "No description available." #280
Comments
|
Sorry, I cannot reproduce this problem, and it seems unlikely anyways, since both description entries come from the same source. Can you provide a precise command line that fails? I get
This might have been a temporary issue on youtube's side. I'm temporarily closing this bug, until it can be reproduced. |
|
Curious. If you drop the '--write-description' option then the json file doesn't contain the description it just says "No description available.". This looks like a temporary workaround for the problem, however its annoying having to then delete the 4q5ZHU8yvLQ.flv.description file afterwards. Cant '--write-info-json' just grab the description anyway, without needing you to add '--write-description' and generate a pointless file? The precise command line that fails is: |
|
Oops, found the problem. We always wrote the same description with |
If I download a video (e.g. http://www.youtube.com/watch?v=4q5ZHU8yvLQ) with the --write-info-json flag it creates me a .info.json file with a description element of "description": "No description available."
However if I use the --write-description flag i get a file containing: "My Mini is my dream car"
Could the json output be updated to contain this information as I would rather not have to parse 2 separate outputs