pyxv / xvpl-dl

xvideos playlist downloader, utilising youtube-dl under the hood
MIT License
5 stars 4 forks source link

It's not working at all #6

Open Ickystein opened 2 years ago

Ickystein commented 2 years ago

[XVideos] 47517727: Downloading webpage ERROR: Unable to download webpage: HTTP Error 8BQAzQwVETtFWGmAFZjAwNSYA7M4EczfocpPa2kZ6AiC1tVQuAhJTRjLG5Nkk4QqFWHxiKBdi6RuUFjC5zMhvhUyK7tatMA-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\KennedyJong\AppData\Local\Programs\Python\Python310\lib\site-packages\youtube_dl\extractor\common.py", line 632, in _request_webpage return self._downloader.urlopen(url_or_request) File "C:\Users\KennedyJong\AppData\Local\Programs\Python\Python310\lib\site-packages\youtube_dl\YoutubeDL.py", line 2248, in urlopen return self._opener.open(req, timeout=self._socket_timeout) File "C:\Users\KennedyJong\AppData\Local\Programs\Python\Python310\lib\urllib\request.py", line 525, in open response = meth(req, response) File "C:\Users\KennedyJong\AppData\Local\Programs\Python\Python310\lib\urllib\request.py", line 634, in http_response response = self.parent.error( File "C:\Users\KennedyJong\AppData\Local\Programs\Python\Python310\lib\urllib\request.py", line 563, in error return self._call_chain(args) File "C:\Users\KennedyJong\AppData\Local\Programs\Python\Python310\lib\urllib\request.py", line 496, in _call_chain result = func(args) File "C:\Users\KennedyJong\AppData\Local\Programs\Python\Python310\lib\urllib\request.py", line 643, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "C:\Users\KennedyJong\AppData\Local\Programs\Python\Python310\lib\site-packages\youtube_dl\YoutubeDL.py", line 803, in wrapper return func(self, *args, **kwargs) File "C:\Users\KennedyJong\AppData\Local\Programs\Python\Python310\lib\site-packages\youtube_dl\YoutubeDL.py", line 824, in __extract_info ie_result = ie.extract(url) File "C:\Users\KennedyJong\AppData\Local\Programs\Python\Python310\lib\site-packages\youtube_dl\extractor\common.py", line 532, in extract ie_result = self._real_extract(url) File "C:\Users\KennedyJong\AppData\Local\Programs\Python\Python310\lib\site-packages\youtube_dl\extractor\xvideos.py", line 84, in _real_extract webpage = self._download_webpage( File "C:\Users\KennedyJong\AppData\Local\Programs\Python\Python310\lib\site-packages\youtube_dl\extractor\common.py", line 796, in _download_webpage res = self._download_webpage_handle( File "C:\Users\KennedyJong\AppData\Local\Programs\Python\Python310\lib\site-packages\youtube_dl\extractor\common.py", line 665, in _download_webpage_handle urlh = self._request_webpage(url_or_request, video_id, note, errnote, fatal, data=data, headers=headers, query=query, expected_status=expected_status) File "C:\Users\KennedyJong\AppData\Local\Programs\Python\Python310\lib\site-packages\youtube_dl\extractor\common.py", line 650, in _request_webpage raise ExtractorError(errmsg, sys.exc_info()[2], cause=err) youtube_dl.utils.ExtractorError: Unable to download webpage: HTTP Error 8BQAzQwVETtFWGmAFZjAwNSYA7M4EczfocpPa2kZ6AiC1tVQuAhJTRjLG5Nkk4QqFWHxiKBdi6RuUFjC5zMhvhUyK7tatMA-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\KennedyJong\Downloads\xvideos\xvpl-dl.py", line 131, in playlist.download() File "C:\Users\KennedyJong\Downloads\xvideos\xvpl-dl.py", line 62, in download ydl.download(self.videos) File "C:\Users\KennedyJong\AppData\Local\Programs\Python\Python310\lib\site-packages\youtube_dl\YoutubeDL.py", line 2028, in download res = self.extract_info( File "C:\Users\KennedyJong\AppData\Local\Programs\Python\Python310\lib\site-packages\youtube_dl\YoutubeDL.py", line 796, in extract_info return self.__extract_info(url, ie, download, extra_info, process) File "C:\Users\KennedyJong\AppData\Local\Programs\Python\Python310\lib\site-packages\youtube_dl\YoutubeDL.py", line 812, in wrapper self.report_error(compat_str(e), e.format_traceback()) File "C:\Users\KennedyJong\AppData\Local\Programs\Python\Python310\lib\site-packages\youtube_dl\YoutubeDL.py", line 625, in report_error self.trouble(error_message, tb) File "C:\Users\KennedyJong\AppData\Local\Programs\Python\Python310\lib\site-packages\youtube_dl\YoutubeDL.py", line 595, in trouble raise DownloadError(message, exc_info) youtube_dl.utils.DownloadError: ERROR: Unable to download webpage: HTTP Error 8BQAzQwVETtFWGmAFZjAwNSYA7M4EczfocpPa2kZ6AiC1tVQuAhJTRjLG5Nkk4QqFWHxiKBdi6RuUFjC5zMhvhUyK7tatMA-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.

rcaldous commented 2 years ago

The error is telling you to update your youtube-dl installation, have you attempted this?