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

[Site support request] colearn.id #4941

Closed
10 tasks done
X-Gorn opened this issue Sep 16, 2022 · 1 comment
Closed
10 tasks done

[Site support request] colearn.id #4941

X-Gorn opened this issue Sep 16, 2022 · 1 comment
Labels
site-request Request to support a new website

Comments

@X-Gorn
Copy link

X-Gorn commented Sep 16, 2022

DO NOT REMOVE OR SKIP THE ISSUE TEMPLATE

  • I understand that I will be blocked if I remove or skip any mandatory* field

Checklist

  • I'm reporting a new site support request
  • I've verified that I'm running yt-dlp version 2022.09.01 (update instructions) or later (specify commit)
  • I've checked that all provided URLs are playable in a browser with the same IP and same login details
  • I've checked that none of provided URLs violate any copyrights or contain any DRM to the best of my knowledge
  • I've searched the bugtracker for similar issues including closed ones. DO NOT post duplicates
  • I've read the guidelines for opening an issue
  • I've read about sharing account credentials and am willing to share it if required

Region

Indonesia

Example URLs

https://colearn.id/tanya/866ddcac-3783-4fce-a076-71b15473f426/Sebuah-tangki-yang-volumenya-1-m3-diisi-air-melalui-keran-yang-luas-penampangnya-2-cm2-dengan-kec

Provide a description that is worded well enough to be understood

It's a website to learn math and others, and the video is playable.

Provide verbose output that clearly demonstrates the problem

  • Run your yt-dlp command with -vU flag added (yt-dlp -vU <your command line>)
  • Copy the WHOLE output (starting with [debug] Command-line config) and insert it below

Complete Verbose Output

[debug] Command-line config: ['-vU', 'https://colearn.id/tanya/866ddcac-3783-4fce-a076-71b15473f426/Sebuah-tangki-yang-volumenya-1-m3-diisi-air-melalui-keran-yang-luas-penampangnya-2-cm2-dengan-kec']
[debug] Encodings: locale cp1252, fs utf-8, pref cp1252, out utf-8, error utf-8, screen utf-8
[debug] yt-dlp version 2022.09.01 [5d7c7d6] (pip)
[debug] Python 3.9.10 (CPython 64bit) - Windows-10-10.0.19044-SP0
[debug] Checking exe version: ffmpeg -bsfs
[debug] Checking exe version: ffprobe -bsfs
[debug] exe versions: ffmpeg 2022-07-28-git-6f7d3bde11-full_build-www.gyan.dev (setts), ffprobe 2022-07-28-git-6f7d3bde11-full_build-www.gyan.dev
[debug] Optional libraries: Cryptodome-3.15.0, brotli-1.0.9, certifi-2022.06.15, mutagen-1.45.1, sqlite3-2.6.0, websockets-10.3
[debug] Proxy map: {}
[debug] Loaded 1670 extractors
[debug] Fetching release info: https://api.github.com/repos/yt-dlp/yt-dlp/releases/latest
Latest version: 2022.09.01, Current version: 2022.09.01
yt-dlp is up to date (2022.09.01)
[debug] [generic] Extracting URL: https://colearn.id/tanya/866ddcac-3783-4fce-a076-71b15473f426/Sebuah-tangki-yang-volumenya-1-m3-diisi-air-melalui-keran-yang-luas-penampangnya-2-cm2-dengan-kec
[generic] Sebuah-tangki-yang-volumenya-1-m3-diisi-air-melalui-keran-yang-luas-penampangnya-2-cm2-dengan-kec: Downloading webpage
WARNING: [generic] Falling back on generic information extractor
[generic] Sebuah-tangki-yang-volumenya-1-m3-diisi-air-melalui-keran-yang-luas-penampangnya-2-cm2-dengan-kec: Extracting information
[debug] Looking for Brightcove embeds
[debug] Looking for embeds
[debug] Identified a JSON LD
[debug] [generic] Extracting URL: https://media2.colearn.id/videos/transcoded/F0170701P028/hls/F0170701P028.m3u8?token=ad86f5067cf5bf934a4762bc2a7e83d307206485&expires=1663346219#__youtubedl_smuggle=%7B%22force_videoid%22%3A+%22Sebuah-tangki-yang-volumenya-1-m3-diisi-air-melalui-keran-yang-luas-penampangnya-2-cm2-dengan-kec%22%2C+%22to_generic%22%3A+true%7D
[generic] Sebuah-tangki-yang-volumenya-1-m3-diisi-air-melalui-keran-yang-luas-penampangnya-2-cm2-dengan-kec: Downloading webpage
ERROR: [generic] Unable to download webpage: HTTP Error 403: Unknown Error (caused by <HTTPError 403: 'Unknown Error'>); please report this issue on  https://github.com/yt-dlp/yt-dlp/issues?q= , filling out the appropriate issue template. Confirm you are on the latest version using  yt-dlp -U
  File "C:\Users\ASUS\AppData\Local\Programs\Python\Python39\lib\site-packages\yt_dlp\extractor\common.py", line 670, in extract
    ie_result = self._real_extract(url)
  File "C:\Users\ASUS\AppData\Local\Programs\Python\Python39\lib\site-packages\yt_dlp\extractor\generic.py", line 2641, in _real_extract
    full_response = self._request_webpage(url, video_id, headers={'Accept-Encoding': '*'})
  File "C:\Users\ASUS\AppData\Local\Programs\Python\Python39\lib\site-packages\yt_dlp\extractor\common.py", line 821, in _request_webpage
    raise ExtractorError(errmsg, cause=err)

  File "C:\Users\ASUS\AppData\Local\Programs\Python\Python39\lib\site-packages\yt_dlp\extractor\common.py", line 803, in _request_webpage
    return self._downloader.urlopen(self._create_request(url_or_request, data, headers, query))
  File "C:\Users\ASUS\AppData\Local\Programs\Python\Python39\lib\site-packages\yt_dlp\YoutubeDL.py", line 3656, in urlopen
    return self._opener.open(req, timeout=self._socket_timeout)
  File "C:\Users\ASUS\AppData\Local\Programs\Python\Python39\lib\urllib\request.py", line 523, in open
    response = meth(req, response)
  File "C:\Users\ASUS\AppData\Local\Programs\Python\Python39\lib\urllib\request.py", line 632, in http_response
    response = self.parent.error(
  File "C:\Users\ASUS\AppData\Local\Programs\Python\Python39\lib\urllib\request.py", line 561, in error
    return self._call_chain(*args)
  File "C:\Users\ASUS\AppData\Local\Programs\Python\Python39\lib\urllib\request.py", line 494, in _call_chain
    result = func(*args)
  File "C:\Users\ASUS\AppData\Local\Programs\Python\Python39\lib\urllib\request.py", line 641, in http_error_default
    raise HTTPError(req.full_url, code, msg, hdrs, fp)
urllib.error.HTTPError: HTTP Error 403: Unknown Error
@X-Gorn X-Gorn added site-request Request to support a new website triage Untriaged issue labels Sep 16, 2022
@pukkandan
Copy link
Member

Workaround, add a --referer https://colearn.id

@pukkandan pukkandan removed the triage Untriaged issue label Sep 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
site-request Request to support a new website
Projects
None yet
Development

No branches or pull requests

2 participants