Why cant i download?
See original GitHub issueChecklist
- I’m reporting a broken site support issue
- I’ve verified that I’m running youtube-dl version 2021.06.06
- 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 bug reports including closed ones
- I’ve read bugs section in FAQ
Verbose log
PASTE VERBOSE LOG HERE
python azure_downloader.py -i https://videoengine.punjabcollege.net/f594a712-3ecf-4fdc-a234-f8bf4eaed83c/phy1ch2lect10-new.ism [generic] manifest(format=mpd-time-csf): Requesting header WARNING: Falling back on generic information extractor. [generic] manifest(format=mpd-time-csf): Downloading webpage [generic] manifest(format=mpd-time-csf): Extracting information ERROR: No video formats found; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see https://yt-dl.org/update on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output. Traceback (most recent call last): File “C:\Users\Abdullah\AppData\Roaming\Python\Python39\site-packages\youtube_dl\YoutubeDL.py”, line 815, in wrapper return func(self, *args, **kwargs) File “C:\Users\Abdullah\AppData\Roaming\Python\Python39\site-packages\youtube_dl\YoutubeDL.py”, line 836, in __extract_info ie_result = ie.extract(url) File “C:\Users\Abdullah\AppData\Roaming\Python\Python39\site-packages\youtube_dl\extractor\common.py”, line 534, in extract ie_result = self._real_extract(url) File “C:\Users\Abdullah\AppData\Roaming\Python\Python39\site-packages\youtube_dl\extractor\generic.py”, line 2525, in _real_extract self._sort_formats(info_dict[‘formats’]) File “C:\Users\Abdullah\AppData\Roaming\Python\Python39\site-packages\youtube_dl\extractor\common.py”, line 1374, 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; see https://yt-dl.org/update on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
During handling of the above exception, another exception occurred:
Traceback (most recent call last): File “C:\Users\Abdullah\Downloads\azure_video_downloader\azure_downloader.py”, line 260, in <module> ydl.download([inputs]) File “C:\Users\Abdullah\AppData\Roaming\Python\Python39\site-packages\youtube_dl\YoutubeDL.py”, line 2068, in download res = self.extract_info( File “C:\Users\Abdullah\AppData\Roaming\Python\Python39\site-packages\youtube_dl\YoutubeDL.py”, line 808, in extract_info return self.__extract_info(url, ie, download, extra_info, process) File “C:\Users\Abdullah\AppData\Roaming\Python\Python39\site-packages\youtube_dl\YoutubeDL.py”, line 824, in wrapper self.report_error(compat_str(e), e.format_traceback()) File “C:\Users\Abdullah\AppData\Roaming\Python\Python39\site-packages\youtube_dl\YoutubeDL.py”, line 628, in report_error self.trouble(error_message, tb) File “C:\Users\Abdullah\AppData\Roaming\Python\Python39\site-packages\youtube_dl\YoutubeDL.py”, line 598, in trouble raise DownloadError(message, exc_info) youtube_dl.utils.DownloadError: ERROR: No video formats found; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see https://yt-dl.org/update on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output
AND the --verbose is:-
PS C:\Users\Abdullah\Downloads\azure_video_downloader> python -m youtube_dl -F https://videoengine.punjabcollege.net/6c8bdf75-c6bf-4c1c-80ef-477cc59fd3a9/chem1ch1lect1-new.ism/manifest --verbose [debug] System config: [] [debug] User config: [] [debug] Custom config: [] [debug] Command-line args: [‘-F’, ‘https://videoengine.punjabcollege.net/6c8bdf75-c6bf-4c1c-80ef-477cc59fd3a9/chem1ch1lect1-new.ism/manifest’, ‘–verbose’] [debug] Encodings: locale cp1252, fs utf-8, out utf-8, pref cp1252 [debug] youtube-dl version 2021.06.06 [debug] Python version 3.9.5 (CPython) - Windows-10-10.0.19043-SP0 [debug] exe versions: none [debug] Proxy map: {} [generic] manifest: Requesting header WARNING: Falling back on generic information extractor. [generic] manifest: Downloading webpage [generic] manifest: Extracting information ERROR: No video formats found; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see https://yt-dl.org/update on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output. Traceback (most recent call last): File “C:\Users\Abdullah\AppData\Roaming\Python\Python39\site-packages\youtube_dl\YoutubeDL.py”, line 815, in wrapper return func(self, *args, **kwargs) File “C:\Users\Abdullah\AppData\Roaming\Python\Python39\site-packages\youtube_dl\YoutubeDL.py”, line 836, in __extract_info ie_result = ie.extract(url) File “C:\Users\Abdullah\AppData\Roaming\Python\Python39\site-packages\youtube_dl\extractor\common.py”, line 534, in extract ie_result = self._real_extract(url) File “C:\Users\Abdullah\AppData\Roaming\Python\Python39\site-packages\youtube_dl\extractor\generic.py”, line 2508, in _real_extract self._sort_formats(info_dict[‘formats’]) File “C:\Users\Abdullah\AppData\Roaming\Python\Python39\site-packages\youtube_dl\extractor\common.py”, line 1374, 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; see https://yt-dl.org/update on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
Description
WRITE DESCRIPTION HERE
Cant download, say that No supported formats found. why python -m youtube_dl -F ‘https://videoengine.punjabcollege.net/f594a712-3ecf-4fdc-a234-f8bf4eaed83c/phy1ch2lect10-new.ism/manifest(format=mpd-time-csf)’ is not working but python -m youtube_dl -F “https://amssamples.streaming.mediaservices.windows.net/3b970ae0-39d5-44bd-b3a3-3136143d6435/AzureMediaServicesPromo.ism/manifest(format=mpd-time-csf)” is working just fine??
Help PLZ
Issue Analytics
- State:
- Created 2 years ago
- Comments:15
Top GitHub Comments
@rautamiekka Rogério Brito has passed away due to corona virus. I talked with his wife via email. i will look into picking up the package
If you are talking about the country dialing code, then that’s +92 other wise the code is 92