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.
[Bloomberg] Broken site. #10630
[Bloomberg] Broken site. #10630
Comments
|
I should have put this all in the same pull request; see #10631. |
|
Or maybe the pull request is separate from the issue tracker; they just use the same numbers. I am bad at github. Sorry about that; please close this if necessary. |
|
works fine now with the latest version. |
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
It looks like the problem is that
json.loadsonly accepts double-quotes, but the source from Bloomberg looks like this:Adding a
.replace("'", '"')to the string would probably work, but I don't know what the local style is here. I'll see if I can figure out how to propose a patch.