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.
Youtube video has no url property in JSON #6420
Comments
|
Does not reproduce for me. Post the JSON and point where an |
|
Here is the full output:
There are url properties in |
|
This is expected. There is an |
|
Note that this is because if you have avconv/ffmpeg installed it defaults to |
|
Thanks @jaimeMF! This option is exactly what I needed. |
When using
--dump-jsonon some Youtube videos like https://www.youtube.com/watch?v=F-qBD17wwrQ, there is nourlproperty in the JSON.This causes a bug in Alltube because it expects the property to be there: Rudloff/alltube#26
Is this a normal behavior? I doesn't seem to happen with other extractors.