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.
Before submitting an issue make sure you have:
What is the purpose of your issue?
If the purpose of this issue is a bug report, site support request or you are not completely sure provide the full verbose output as follows:
Add
-vflag to your command line you run youtube-dl with, copy the whole output and insert it here. It should look similar to one below (replace it with your log inserted between triple ```):Description of your issue, suggested solution and other information
youtube-dl outputs a malformed metadata file, which avconv responds to with:
[ffmetadata @ 0xf796a0] Chapter end time 283000 before start 810000Metadata file
From the youtube extractor, only 1 time_point is extracted: 13:30, or 810 seconds.
● LCS Spring finals: Saturday and Sunday from 13:30 outside the venue!This is beyond the duration of the video, 283 seconds. A validation test should be added, which makes sure that start_time < end_time, before adding an object to the chapters list.