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.
Checklist
Description
I have found that on the git version, in certain conditions, the js_to_json parser will remove a comma from the data, resulting in unparsable json.
This can be seen on the link https://www.rtp.pt/play/p1039/odisseia, where the JS
turns into JSON
The comma after the googleCast key was removed, resulting in an error.
This is caused by this line of code:
youtube-dl/youtube_dl/utils.py
Line 2422 in ead467a