Advertisement
FanaticExplorer

reddit_error

Oct 15th, 2021
248
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.18 KB | None | 0 0
  1. [RedditR] q87nat: Downloading JSON metadata
  2. [Reddit] o8jmxkxk2ht71: Downloading m3u8 information
  3. [Reddit] o8jmxkxk2ht71: Downloading MPD manifest
  4. ERROR: [Reddit] o8jmxkxk2ht71: Requested format is not available
  5. Traceback (most recent call last):
  6. File "C:\Users\andre\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\yt_dlp\YoutubeDL.py", line 1263, in wrapper
  7. return func(self, *args, **kwargs)
  8. File "C:\Users\andre\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\yt_dlp\YoutubeDL.py", line 1301, in __extract_info
  9. return self.process_ie_result(ie_result, download, extra_info)
  10. File "C:\Users\andre\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\yt_dlp\YoutubeDL.py", line 1403, in process_ie_result
  11. return self.process_ie_result(
  12. File "C:\Users\andre\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\yt_dlp\YoutubeDL.py", line 1351, in process_ie_result
  13. ie_result = self.process_video_result(ie_result, download=download)
  14. File "C:\Users\andre\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\yt_dlp\YoutubeDL.py", line 2345, in process_video_result
  15. raise ExtractorError('Requested format is not available', expected=True,
  16. yt_dlp.utils.ExtractorError: [Reddit] o8jmxkxk2ht71: Requested format is not available
  17.  
  18. During handling of the above exception, another exception occurred:
  19.  
  20. Traceback (most recent call last):
  21. File "d:\Python\VideoDownload\yt_download.py", line 21, in <module>
  22. print(download_video('https://www.reddit.com/r/PhoenixSC/comments/q87nat/why_im_voting_for_the_allay_for_minecraft_mob/?utm_source=share&utm_medium=web2x&context=3'))
  23. File "d:\Python\VideoDownload\yt_download.py", line 13, in download_video
  24. result = ydl.extract_info("{}".format(link), download=False)
  25. File "C:\Users\andre\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\yt_dlp\YoutubeDL.py", line 1255, in extract_info
  26. return self.__extract_info(url, self.get_info_extractor(ie_key), download, extra_info, process)
  27. File "C:\Users\andre\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\yt_dlp\YoutubeDL.py", line 1272, in wrapper
  28. self.report_error(compat_str(e), e.format_traceback())
  29. File "C:\Users\andre\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\yt_dlp\YoutubeDL.py", line 842, in report_error
  30. self.trouble(f'{self._color_text("ERROR:", "red")} {message}', tb)
  31. File "C:\Users\andre\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\yt_dlp\YoutubeDL.py", line 812, in trouble
  32. raise DownloadError(message, exc_info)
  33. yt_dlp.utils.DownloadError: ERROR: [Reddit] o8jmxkxk2ht71: Requested format is not available
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement