-
Notifications
You must be signed in to change notification settings - Fork 10.2k
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
filemoon.sx No video formats found' #32967
Labels
Comments
Working with PR #32944. |
11 tasks
Duplicate of #32946. |
I'm currently getting this error even with #32944 included: [debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: ['https://filemoon.sx/e/nvqxe2lfwwvj', '--verbose']
[debug] Encodings: locale UTF-8, fs utf-8, out utf-8, pref UTF-8
[debug] youtube-dl version 2021.12.17
[debug] Git HEAD: f7dc45d3a
[debug] Python 3.10.12 (CPython x86_64 64bit) - Linux-6.2.0-33-generic-x86_64-with-glibc2.35 - OpenSSL 3.0.2 15 Mar 2022 - glibc 2.35
[debug] exe versions: ffmpeg 4.4.2, ffprobe 4.4.2
[debug] Proxy map: {}
[XFileShare] nvqxe2lfwwvj: Downloading webpage
[XFileShare] nvqxe2lfwwvj: Downloading player page
WARNING: Unable to download webpage: HTTP Error 403: Forbidden
ERROR: No video formats found; please report this issue on https://github.com/ytdl-org/youtube-dl/issues , using the appropriate issue template. Make sure you are using the latest version; see https://github.com/ytdl-org/youtube-dl/#user-content-installation on how to update. Be sure to call youtube-dl with the --verbose option and include the complete output.
Traceback (most recent call last):
File "/home/lars/Downloads/youtube-dl/youtube_dl/YoutubeDL.py", line 875, in wrapper
return func(self, *args, **kwargs)
File "/home/lars/Downloads/youtube-dl/youtube_dl/YoutubeDL.py", line 971, in __extract_info
ie_result = ie.extract(url)
File "/home/lars/Downloads/youtube-dl/youtube_dl/extractor/common.py", line 571, in extract
ie_result = self._real_extract(url)
File "/home/lars/Downloads/youtube-dl/youtube_dl/extractor/xfileshare.py", line 316, in _real_extract
self._sort_formats(result['formats'])
File "/home/lars/Downloads/youtube-dl/youtube_dl/extractor/common.py", line 1558, in _sort_formats
raise ExtractorError('No video formats found')
youtube_dl.utils.ExtractorError: No video formats found; please report this issue on https://github.com/ytdl-org/youtube-dl/issues , using the appropriate issue template. Make sure you are using the latest version; see https://github.com/ytdl-org/youtube-dl/#user-content-installation on how to update. Be sure to call youtube-dl with the --verbose option and include the complete output. although it does include a |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
python3 ./youtube_dl/main.py https://filemoon.sx/e/93rmnwtezs2x --verbose
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: ['https://filemoon.sx/e/93rmnwtezs2x', '--verbose']
[debug] Encodings: locale UTF-8, fs utf-8, out utf-8, pref UTF-8
[debug] youtube-dl version 2021.12.17
[debug] Git HEAD: c509896
[debug] Python 3.9.2 (CPython x86_64 64bit) - Linux-5.15.131-2-pve-x86_64-with-glibc2.31 - OpenSSL 1.1.1w 11 Sep 2023 - glibc 2.31
[debug] exe versions: ffmpeg 4.3.7-0, ffprobe 4.3.7-0
[debug] Proxy map: {}
[XFileShare] 93rmnwtezs2x: Downloading webpage
ERROR: No video formats found; please report this issue on https://github.com/ytdl-org/youtube-dl/issues , using the appropriate issue template. Make sure you are using the latest version; see https://github.com/ytdl-org/youtube-dl/#user-content-installation on how to update. Be sure to call youtube-dl with the --verbose option and include the complete output.
Traceback (most recent call last):
File "/opt/ytdl-org/youtube-dl/youtube_dl/YoutubeDL.py", line 875, in wrapper
return func(self, *args, **kwargs)
File "/opt/ytdl-org/youtube-dl/youtube_dl/YoutubeDL.py", line 971, in __extract_info
ie_result = ie.extract(url)
File "/opt/ytdl-org/youtube-dl/youtube_dl/extractor/common.py", line 571, in extract
ie_result = self._real_extract(url)
File "/opt/ytdl-org/youtube-dl/youtube_dl/extractor/xfileshare.py", line 278, in _real_extract
self._sort_formats(result['formats'])
File "/opt/ytdl-org/youtube-dl/youtube_dl/extractor/common.py", line 1558, in _sort_formats
raise ExtractorError('No video formats found')
youtube_dl.utils.ExtractorError: No video formats found; please report this issue on https://github.com/ytdl-org/youtube-dl/issues , using the appropriate issue template. Make sure you are using the latest version; see https://github.com/ytdl-org/youtube-dl/#user-content-installation on how to update. Be sure to call youtube-dl with the --verbose option and include the complete output.
The text was updated successfully, but these errors were encountered: