URL Porn Link
See original GitHub issueChecklist
- I’m reporting a broken site support
- I’ve verified that I’m running youtube-dl version 2020.07.28
- I’ve checked that all provided URLs are alive and playable in a browser
- I’ve checked that all URLs and arguments with special characters are properly quoted or escaped
- I’ve searched the bugtracker for similar issues including closed ones
Verbose log
PASTE VERBOSE LOG HERE
[liveuser@localhost-live ~]$ python youtube-dl -v “https://xhamster.com/videos/z44b-1941-ruff-ready-barefoot-fetishs-2791514” [debug] System config: [] [debug] User config: [] [debug] Custom config: [] [debug] Command-line args: [‘-v’, ‘https://xhamster.com/videos/z44b-1941-ruff-ready-barefoot-fetishs-2791514’] [debug] Encodings: locale UTF-8, fs utf-8, out utf-8, pref UTF-8 [debug] youtube-dl version 2020.07.28 [debug] Python version 3.8.2 (CPython) - Linux-5.6.6-300.fc32.x86_64-x86_64-with-glibc2.2.5 [debug] exe versions: none [debug] Proxy map: {} [XHamster] 2791514: Downloading webpage ERROR: No video formats found; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; type youtube-dl -U to update. Be sure to call youtube-dl with the --verbose flag and include its complete output. Traceback (most recent call last): File “youtube-dl/youtube_dl/YoutubeDL.py”, line 797, in extract_info ie_result = ie.extract(url) File “youtube-dl/youtube_dl/extractor/common.py”, line 530, in extract ie_result = self._real_extract(url) File “youtube-dl/youtube_dl/extractor/xhamster.py”, line 242, in _real_extract self._sort_formats(formats) File “youtube-dl/youtube_dl/extractor/common.py”, line 1350, in _sort_formats raise ExtractorError(‘No video formats found’) youtube_dl.utils.ExtractorError: No video formats found; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; type youtube-dl -U to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
Description
WRITE DESCRIPTION HERE
youtube-dl breaks on xhamster.com causing the program to generate error messages handling the URL. xhamster.com domain requires an update to the youtube-dl project on github
Issue Analytics
- State:
- Created 3 years ago
- Comments:14 (4 by maintainers)
There is a new release version. 2020.09.06. I think there are ale problems with the xhamster.py fixed for the moment. Please update and try.
I thought I was the only one who had the new problem with the initials. I have adapted the RegEx in my test version again. If the problem occurs with more than one, I will adjust it again and create a PR.
I assume that it will take some time until all outstanding patches are included in the xhamster.py extractor, again the hint that you can directly execute the latest code or your own customizations as described in the developer manual.
Download the repo as ZIP under code, unpack it. Then change to the directory and execute (as an example depending on the python version) “python3 -m youtube_dl https://xhamster.com/videos/bucky-beaver-10-14742621”.
Before that, of course, something like the workaround should be added…