Skip to content
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

Errors when trying to download from CDA #25014

Closed
mojz3sz opened this issue Apr 26, 2020 · 0 comments
Closed

Errors when trying to download from CDA #25014

mojz3sz opened this issue Apr 26, 2020 · 0 comments
Labels

Comments

@mojz3sz
Copy link

@mojz3sz mojz3sz commented Apr 26, 2020

Checklist

  • I'm reporting a broken site support
  • I've verified that I'm running youtube-dl version 2020.03.24
  • 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

youtube-dl -v https://www.cda.pl/video/606428bc?wersja=720p
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: ['-v', 'https://www.cda.pl/video/606428bc?wersja=720p']
[debug] Encodings: locale UTF-8, fs utf-8, out utf-8, pref UTF-8
[debug] youtube-dl version 2020.03.24
[debug] Python version 3.8.2 (CPython) - Linux-5.4.35-1-MANJARO-x86_64-with-glibc2.2.5
[debug] exe versions: ffmpeg 4.2.2, ffprobe 4.2.2
[debug] Proxy map: {}
Traceback (most recent call last):
File "/usr/bin/youtube-dl", line 11, in
load_entry_point('youtube-dl==2020.3.24', 'console_scripts', 'youtube-dl')()
File "/usr/lib/python3.8/site-packages/youtube_dl/init.py", line 474, in main
_real_main(argv)
File "/usr/lib/python3.8/site-packages/youtube_dl/init.py", line 464, in _real_main
retcode = ydl.download(all_urls)
File "/usr/lib/python3.8/site-packages/youtube_dl/YoutubeDL.py", line 2018, in download
res = self.extract_info(
File "/usr/lib/python3.8/site-packages/youtube_dl/YoutubeDL.py", line 808, in extract_info
return self.process_ie_result(ie_result, download, extra_info)
File "/usr/lib/python3.8/site-packages/youtube_dl/YoutubeDL.py", line 863, in process_ie_result
return self.process_video_result(ie_result, download=download)
File "/usr/lib/python3.8/site-packages/youtube_dl/YoutubeDL.py", line 1582, in process_video_result
format['http_headers'] = self._calc_headers(full_format_info)
File "/usr/lib/python3.8/site-packages/youtube_dl/YoutubeDL.py", line 1396, in _calc_headers
cookies = self._calc_cookies(info_dict)
File "/usr/lib/python3.8/site-packages/youtube_dl/YoutubeDL.py", line 1408, in _calc_cookies
pr = sanitized_Request(info_dict['url'])
File "/usr/lib/python3.8/site-packages/youtube_dl/utils.py", line 2149, in sanitized_Request
return compat_urllib_request.Request(sanitize_url(url), *args, **kwargs)
File "/usr/lib/python3.8/urllib/request.py", line 328, in init
self.full_url = url
File "/usr/lib/python3.8/urllib/request.py", line 354, in full_url
self._parse()
File "/usr/lib/python3.8/urllib/request.py", line 383, in _parse
raise ValueError("unknown url type: %r" % self.full_url)
ValueError: unknown url type: 'GH2H%60cc%5Db452%5DA%3D%5E%3B_whB%5CKrv%243%2B%7BcH8z%7E%60A6p%5E%60dgfhebadh%5EG%3Dcbh745gfd6%602bhfbf_444dcddgehddcg_Q5'

Description

WRITE DESCRIPTION HERE
Few days ago, above error appeard when trying to download from www.cda.pl server.

@dstftw dstftw closed this Apr 26, 2020
@dstftw dstftw added the duplicate label Apr 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.