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

Add support for zoom.us #16597

Closed
5 of 9 tasks
Manwithpants812 opened this issue Jun 1, 2018 · 0 comments
Closed
5 of 9 tasks

Add support for zoom.us #16597

Manwithpants812 opened this issue Jun 1, 2018 · 0 comments

Comments

@Manwithpants812
Copy link

Manwithpants812 commented Jun 1, 2018

Please follow the guide below

  • You will be asked some questions and requested to provide some information, please read them carefully and answer honestly
  • Put an x into all the boxes [ ] relevant to your issue (like this: [x])
  • Use the Preview tab to see what your issue will actually look like

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

  • I've verified and I assure that I'm running youtube-dl 2018.05.30

Before submitting an issue make sure you have:

  • At least skimmed through the README, most notably the FAQ and BUGS sections
  • 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?

  • 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


If the purpose of this issue is a bug report, site support request or you are not completely sure provide the full verbose output as follows:

Add the -v flag to your command line you run youtube-dl with (youtube-dl -v <your command line>), copy the whole output and insert it here. It should look similar to one below (replace it with your log inserted between triple ```):


C:\Users\lol\Downloads>youtube-dl -v "https://zoom.us/recording/play/SILVuCL4bFtRwWTtOCFQQxAsBQsJljFtm9e4Z_bvo-A8B-nzUSYZRNuPl3qW5IGK"
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: ['-v', 'https://zoom.us/recording/play/SILVuCL4bFtRwWTtOCFQQxAsBQsJljFtm9e4Z_bvo-A8B-nzUSYZRNuPl3qW5IGK']
[debug] Encodings: locale cp1252, fs mbcs, out cp437, pref cp1252
[debug] youtube-dl version 2018.05.30
[debug] Python version 3.4.4 (CPython) - Windows-10-10.0.16299
[debug] exe versions: ffmpeg N-90710-gaedbf1640c
[debug] Proxy map: {'http': 'http://127.0.0.1:8888', 'https': 'https://127.0.0.1:8888'}
[generic] SILVuCL4bFtRwWTtOCFQQxAsBQsJljFtm9e4Z_bvo-A8B-nzUSYZRNuPl3qW5IGK: Requesting header
WARNING: Falling back on generic information extractor.
[generic] SILVuCL4bFtRwWTtOCFQQxAsBQsJljFtm9e4Z_bvo-A8B-nzUSYZRNuPl3qW5IGK: Downloading webpage
[generic] SILVuCL4bFtRwWTtOCFQQxAsBQsJljFtm9e4Z_bvo-A8B-nzUSYZRNuPl3qW5IGK: Extracting information
[download] Downloading playlist: Video Conferencing, Web Conferencing, Webinars, Screen Sharing
[generic] playlist Video Conferencing, Web Conferencing, Webinars, Screen Sharing: Collected 1 video ids (downloading 1 of them)
[download] Downloading video 1 of 1
[debug] Default format spec: bestvideo+bestaudio/best
[debug] Invoking downloader on 'https://ssrweb.zoom.us/cmr/replay/2018/01/31/627969148/F85683EA-FC4D-47B8-AC75-278AA849BD2A/GMT20180131-020020_GAZ-Transf_1920x1050.mp4?response-content-type=video/mp4&Expires=1527847067&Signature=Y5R1LVfnStShrH2ceHsIhBlvkpzo3UOOKy~RFEsUzkaIq1hA~Q5AeH0U6Dc-RfZcvTJaBvqpGgEXxVrIzLBER2W-Bu~yblrtagAVg7PTI5xqbdZqcUow~dCEY6rrydv~58FiQaK3XuEbT68M-g9cyVRw5dQHCpmOkHfBAFCGGOKHfoMmb8fermpP5nDafKWXWdUSWpE1QF1bG05eQUIgNktezUX3N5yqoMno7PTNuu5zc8bjY-kqBljFEnaHIcShnLFUjWZpIKkqE~bPJsmAF7CavWGcB9eKxAlb2vv60RVDcP7bMe3~hRF-RaNpEtiHiWoDqxVuYAo7sLIHUsWuOw__&Key-Pair-Id=APKAJFHNSLHYCGFYQGIA'
ERROR: unable to download video data: HTTP Error 403: Forbidden
Traceback (most recent call last):
  File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpreyzoe3x\build\youtube_dl\YoutubeDL.py", line 1908, in process_info
  File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpreyzoe3x\build\youtube_dl\YoutubeDL.py", line 1847, in dl
  File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpreyzoe3x\build\youtube_dl\downloader\common.py", line 364, in download
  File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpreyzoe3x\build\youtube_dl\downloader\http.py", line 340, in real_download
  File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpreyzoe3x\build\youtube_dl\downloader\http.py", line 109, in establish_connection
  File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpreyzoe3x\build\youtube_dl\YoutubeDL.py", line 2211, in urlopen
  File "C:\Python\Python34\lib\urllib\request.py", line 470, in open
  File "C:\Python\Python34\lib\urllib\request.py", line 580, in http_response
  File "C:\Python\Python34\lib\urllib\request.py", line 508, in error
  File "C:\Python\Python34\lib\urllib\request.py", line 442, in _call_chain
  File "C:\Python\Python34\lib\urllib\request.py", line 588, in http_error_default
urllib.error.HTTPError: HTTP Error 403: Forbidden

...
<end of log>

If the purpose of this issue is a site support request please provide all kinds of example URLs support for which should be included (replace following example URLs by yours):

https://zoom.us/recording/play/SILVuCL4bFtRwWTtOCFQQxAsBQsJljFtm9e4Z_bvo-A8B-nzUSYZRNuPl3qW5IGK

Note that youtube-dl does not support sites dedicated to copyright infringement. In order for site support request to be accepted all provided example URLs should not violate any copyrights.


@ytdl-org ytdl-org locked as spam and limited conversation to collaborators Jun 3, 2018
@ytdl-org ytdl-org deleted a comment from Manwithpants812 Jun 3, 2018
@ytdl-org ytdl-org deleted a comment from IceT75 Jun 3, 2018
@ytdl-org ytdl-org deleted a comment from IceT75 Jun 3, 2018
@ytdl-org ytdl-org deleted a comment from IceT75 Jun 3, 2018
@dstftw dstftw changed the title MP4 link doesn't work because of url unescaping Add support for zoom.us Jun 3, 2018
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)
leshasmlesha pushed a commit to leshasmlesha/youtube-dl that referenced this issue Apr 3, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant