-
Notifications
You must be signed in to change notification settings - Fork 10k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
youtube-dl thinks there is no "host" at TenPlay #32925
Comments
To download and install the latest version you can run. |
How do I do that? |
How did you install youtube-dl in the first place? |
Here's what happens when I enter that command:
|
Pls review #30839 as asked to learn how to install a valid up-to-date version of the program. But almost surely, updating won't fix this problem which has also been reported at yt-dlp. Back-porting the 10Play extractor including the proposed fix for this issue should do so, and might also address at least some of the points listed in this status report. |
How do I "back-port the 10Play extractor"?? |
You follow the developer instructions in the manual; or someone else does. Basically, fork this repository, check out the latest master and make a new git branch; then put the existing yt-dl module and the updated yt-dlp module side-by-side and pull the changes into the yt-dl module, allowing for the different conventions and dependencies that apply. Once the extractor tests pass locally, the author pushes the branch with its committed changes to the fork, where the tests are run automatically on all the supported platforms. After any further updating, the branch can be proposed as a Pull Request to update this repo. If the author needs help (say, to understand how the conventions and dependencies differ between yt-dl and yt-dlp) or a design review earlier on, a draft PR can be made when the new version is not yet working or only partially working. The author should also review PR #31892 to see if anything from that PR should be included. |
So I did that, and now it's in PR #31892, waiting for some Oz-based testing. |
How do I install the version with the 10play-fixing patch in order to test it? |
There are some suggestions in the PR. |
Replaced GOOD NEWS: No more URL host error, and the files download and come out intact as before. |
I don't think it was in doubt that the extractor from the yt-dlp PR worked. Are you saying that the extractor module from #31892 also works with yt-dlp? If so that would indeed be good, though not entirely surprising, but either way I would appreciate in-region testing as described in the PR. I would still |
I'm satisfied with the performance, I'm in Australia so what results would you like me to give? |
What you described was patching yt-dlp (using Python 3.9), not the yt-dl installation shown in the original verbose log:
vs (youtube-dl using Python 3.5):
So no-one else could tell which If someone wants to test the yt-dl PR, I suggested how and what in the PR. |
Using the
The version of The command I used was |
Unfortunately that doesn't help at all since it's testing yt-dlp. You seem to have switched programs from that shown in OP and so gone out of scope here. |
I have been watching this post waiting for a fix for this issue. I am happy to test but I can only test with yt-dlp.exe as I use this in a Windows command prompt. Let me know if there is an exe test version that I can try. The latest release of yt-dlp.exe from 6th Aug 2024 also returns the No Host Supplied error on 10Play. |
The corresponding PR for yt-dlp has been merged. You can use it by installing the nightly build, I expect ( More relevant here, instructions for someone in-region to test our PR are given there. If you use a bundled yt-dl version, you'd need separate Python and git, or maybe just 7-Zip or similar, installations. |
I managed to find the nightly release for yt-dlp from 24th Sep 2024 and downloaded it. I tested it against 10Play and it resolves the issue with "No Host Supplied". Thanks for pointing me in the right direction and for the team who fixed the issue. |
Checklist
??? How do I download/install youtube-dl version 2021.12.17???
Verbose log
Description
(I LIVE IN AUSTRALIA)
The video in the URL plays OK once I log in with my account. The same version of youtube-dl worked OK on this site yesterday. But now it's giving me an error message saying there is no "host"
The text was updated successfully, but these errors were encountered: