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

All Cliphunter downloads failing - ERROR: unable to download video data: <urlopen error unknown url type: httus> #18083

Closed
6 tasks
randyrandersn opened this issue Nov 6, 2018 · 0 comments

Comments

@randyrandersn
Copy link

Make sure you are using the latest version: run youtube-dl --version and ensure your version is 2018.11.03. If it's not, read this FAQ entry and update. Issues with outdated version will be rejected.

  • [x ] I've verified and I assure that I'm running youtube-dl 2018.11.03

Before submitting an issue make sure you have:

  • At least skimmed through the README, most notably the FAQ and BUGS sections
  • [x ] Searched the bugtracker for similar issues including closed ones
  • Checked that provided video/audio/playlist URLs (if any) are alive and playable in a browser

What is the purpose of your issue?

  • [x ] Bug report (encountered problems with youtube-dl)
  • Site support request (request for adding support for a new site)
  • Feature request (request for a new functionality)
  • Question
  • Other

The following sections concretize particular purposed issues, you can erase any section (the contents between triple ---) not applicable to your issue

All Cliphunter downloads are failing with the error unknown url type : httus.

urllib.error.URLError: <urlopen error unknown url type: httus>

Attempting to download using the httus protocol, which obvious errors out.

[debug] Invoking downloader on 'httus://cem3.cnduhumtvs.coa/aopdvs/aob/33095/3309586_u540.au4

Full verbose output.

$ youtube-dl -v https://www.cliphunter.com/w/3280890/Mandy_knows_what_her_friend_needs
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: ['-v', 'https://www.cliphunter.com/w/3280890/Mandy_knows_what_her_friend_needs']
[debug] Encodings: locale UTF-8, fs utf-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2018.10.29
[debug] Python version 3.7.1 (CPython) - Linux-4.18.16-2-MANJARO-x86_64-with-arch-Manjaro-Linux
[debug] exe versions: ffmpeg n4.0.3, ffprobe n4.0.3, rtmpdump 2.4
[debug] Proxy map: {}
[cliphunter] 3280890: Downloading webpage
[debug] Default format spec: bestvideo+bestaudio/best
[debug] Invoking downloader on 'httus://cem3.cnduhumtvs.coa/aopdvs/aob/33103/3310385_u540.au4?kvl/hro6GoaSUIEUWbXFUbMtkEdDI3GutuJ3_JnwSKsMJDQIHuaOn4CPZsG0F7lGnTf0O1VwPEo0NwZ2tcGhk8dJ5fBUL1Qs5F2uiXIhJrF53GROkt5CZnn_d-HOX4um8DroZH_fJFWb31uEZT8N55UtcNhlloYaUJG8Gk-v0l6EtH4SCDPrbs4ftSX1X5towt6J.ss/1996'
ERROR: unable to download video data: <urlopen error unknown url type: httus>
Traceback (most recent call last):
  File "/usr/lib/python3.7/site-packages/youtube_dl/YoutubeDL.py", line 1908, in process_info
    success = dl(filename, info_dict)
  File "/usr/lib/python3.7/site-packages/youtube_dl/YoutubeDL.py", line 1847, in dl
    return fd.download(name, info)
  File "/usr/lib/python3.7/site-packages/youtube_dl/downloader/common.py", line 364, in download
    return self.real_download(filename, info_dict)
  File "/usr/lib/python3.7/site-packages/youtube_dl/downloader/http.py", line 341, in real_download
    establish_connection()
  File "/usr/lib/python3.7/site-packages/youtube_dl/downloader/http.py", line 109, in establish_connection
    ctx.data = self.ydl.urlopen(request)
  File "/usr/lib/python3.7/site-packages/youtube_dl/YoutubeDL.py", line 2211, in urlopen
    return self._opener.open(req, timeout=self._socket_timeout)
  File "/usr/lib/python3.7/urllib/request.py", line 525, in open
    response = self._open(req, data)
  File "/usr/lib/python3.7/urllib/request.py", line 548, in _open
    'unknown_open', req)
  File "/usr/lib/python3.7/urllib/request.py", line 503, in _call_chain
    result = func(*args)
  File "/usr/lib/python3.7/urllib/request.py", line 1387, in unknown_open
    raise URLError('unknown url type: %s' % type)
urllib.error.URLError: <urlopen error unknown url type: httus>

Description of your issue, suggested solution and other information

All Cliphunter downloads have recently started failing.

urllib.error.URLError: <urlopen error unknown url type: httus>
@randyrandersn randyrandersn changed the title All Cliphunter downloads failing - RROR: unable to download video data: <urlopen error unknown url type: httus> All Cliphunter downloads failing - ERROR: unable to download video data: <urlopen error unknown url type: httus> Nov 6, 2018
@dstftw dstftw closed this as completed in 432cd48 Nov 6, 2018
Khang-NT referenced this issue in Khang-NT/youtube-dl Nov 7, 2018
* 'master' of https://github.com/rg3/youtube-dl: (186 commits)
  release 2018.11.07
  [ChangeLog] Actualize [ci skip]
  [youtube] Add another JS signature function name regex (closes #18091, closes #18093, closes #18094)
  [facebook] fix tahoe request(closes #17171)
  [cliphinter] Fix extraction (closes #18083)
  [youtube:playlist] Add support for invidio.us (closes #18077)
  [osnateltv] Update host
  [zattoo] Arrange API hosts for derived extractors (closes #18035)
  [README.md] Improve documentation on safe metadata extraction and add more examples
  [youtube] Add fallback metadata extraction from videoDetails (closes #18052)
  release 2018.11.03
  [ChangeLog] Actualize [ci skip]
  [laola1tv:embed] Set correct stream access URL scheme (closes #16341)
  [ehftv] Add extractor (closes #15408)
  [azmedien] Simplify (closes #17746)
  [azmedien] Adopt to major site redesign (closes #17745)
  [extractor/common] Ensure response handle is not prematurely closed before it can be read if it matches expected_status (resolves #17195, closes #17846, resolves #17447)
  [twitcasting] Improve extraction and fix issues (closes #17981)
  [twitcasting] Add extractor
  [orf:tvthek] Improve extraction and remove unused code (closes #17956, closes #18024)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant