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.
stopped working on nova.cz since last week #18244
Comments
|
|
Hmm, can I somehow make it more verbose than using switch --verbose ? While it shows the same error on two different machines on two different external IP. I have upgraded youtube-dl on both before sending report. Just now I have installed fresh on another machine (again ubuntu 18.04.1, different IP) with exactly the same result:
The same test on ubuntu 14.04.5 - the same result (different IP):
|
|
Post |
|
Having the same problem primarily with https://novaplus.nova.cz/porad/tvoje-tvar/epizoda/26599-12-dil, confirming (using Python 2.6 and Python 2.7) on above mentioned url using command: |
|
Ok, including dump and stderr. |
|
Confirmed the same erratic behavior using more modern Linux with Python 3.4: |
|
It's not yet released. |
|
Actually I do not see what is not yet released ! Neither can I figure out of what is this issue duplicate. I think that nova changed its page, I have tried to find that regex bitrates = self._parse_json(
self._search_regex(
r'(?s)bitrates\s*=\s*({.+?})\s*;', webpage, 'formats'),
video_id, transform_source=js_to_json)in downloaded webpage with no success. Unfortunately I have no older (and working) copy. |
|
Aha, I have found that regex inside second page. Could that mean that youtube-dl performs the regex search in first page, not in the second ? |
|
I've already pointed out: it's fixed in master but not released. |
Please follow the guide below
xinto all the boxes [ ] relevant to your issue (like this:[x])Make sure you are using the latest version: run
youtube-dl --versionand ensure your version is 2018.11.18. If it's not, read this FAQ entry and update. Issues with outdated version will be rejected.Before submitting an issue make sure you have:
What is the purpose of your issue?
Until last week youtube-dl downloaded video with no problem. I have upgraded to recent version but verbose output shows the same error. Perhaps something has changed.