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

Support for Zoom.US #28531

Closed
Davem734 opened this issue Mar 24, 2021 · 1 comment
Closed

Support for Zoom.US #28531

Davem734 opened this issue Mar 24, 2021 · 1 comment
Labels
site-support-request Add extractor(s) for a new domain

Comments

@Davem734
Copy link

Checklist

  • [x ] I'm reporting a new site support request
  • [x ] I've verified that I'm running youtube-dl version 2021.03.14
  • [x ] I've checked that all provided URLs are alive and playable in a browser
  • [x ] I've checked that none of provided URLs violate any copyrights
  • [ x] I've searched the bugtracker for similar site support requests including closed ones

Example URLs

Description

$ youtube-dl --verbose https://ssrweb.zoom.us/replay02/2021/03/19/97548512350/8CE89E42-79AF-4149-8087-4D6124D68A44/GMT20210319-192436_Kristine_1760x900.mp4
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: [u'--verbose', u'https://ssrweb.zoom.us/replay02/2021/03/19/97548512350/8CE89E42-79AF-4149-8087-4D6124D68A44/GMT20210319-192436_Kristine_1760x900.mp4']
[debug] Encodings: locale UTF-8, fs UTF-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2021.03.14
[debug] Python version 2.7.17 (CPython) - Linux-5.4.0-66-generic-x86_64-with-Ubuntu-18.04-bionic
[debug] exe versions: ffmpeg 4.3.2-0york0, ffprobe 4.3.2-0york0, rtmpdump 2.4
[debug] Proxy map: {}
[generic] GMT20210319-192436_Kristine_1760x900: Requesting header
WARNING: Could not send HEAD request to https://ssrweb.zoom.us/replay02/2021/03/19/97548512350/8CE89E42-79AF-4149-8087-4D6124D68A44/GMT20210319-192436_Kristine_1760x900.mp4: HTTP Error 403: Forbidden
[generic] GMT20210319-192436_Kristine_1760x900: Downloading webpage
ERROR: Unable to download webpage: HTTP Error 403: Forbidden (caused by HTTPError()); please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; type youtube-dl -U to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
File "/usr/bin/youtube-dl/youtube_dl/extractor/common.py", line 634, in _request_webpage
return self._downloader.urlopen(url_or_request)
File "/usr/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 2279, in urlopen
return self._opener.open(req, timeout=self._socket_timeout)
File "/usr/lib/python2.7/urllib2.py", line 435, in open
response = meth(req, response)
File "/usr/lib/python2.7/urllib2.py", line 548, in http_response
'http', request, response, code, msg, hdrs)
File "/usr/lib/python2.7/urllib2.py", line 473, in error
return self._call_chain(*args)
File "/usr/lib/python2.7/urllib2.py", line 407, in _call_chain
result = func(*args)
File "/usr/lib/python2.7/urllib2.py", line 556, in http_error_default
raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)

@Davem734 Davem734 added the site-support-request Add extractor(s) for a new domain label Mar 24, 2021
github-actions bot added a commit to hellopony/youtube-dl that referenced this issue Mar 24, 2021
* https://github.com/ytdl-org/youtube-dl:
  [ard] improve clip id extraction(ytdl-org#22724)(closes ytdl-org#28528)
  release 2021.03.25
  [ChangeLog] Actualize [ci skip]
  [zoom] Add new extractor(closes ytdl-org#16597, closes ytdl-org#27002, closes ytdl-org#28531)
  [extractor] escape forgotten dot for hostnames in regular expression (ytdl-org#28530)
  [bbc] fix BBC IPlayer Episodes/Group extraction(closes ytdl-org#28360)
  [youtube] Fix default value for youtube_include_dash_manifest (closes ytdl-org#28523)
@Davem734
Copy link
Author

Fix Confirmed.
Thank You...

leshasmlesha pushed a commit to leshasmlesha/youtube-dl that referenced this issue Apr 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
site-support-request Add extractor(s) for a new domain
Projects
None yet
Development

No branches or pull requests

1 participant