ytdl-org / youtube-dl

Command-line program to download videos from YouTube.com and other video sites
http://ytdl-org.github.io/youtube-dl/
The Unlicense
131.36k stars 9.95k forks source link

platzi: download not working #28536

Open JuanAliagaPerez opened 3 years ago

JuanAliagaPerez commented 3 years ago

Checklist

Verbose log

youtube-dl.exe --cookies p_cookies.txt --no-check-certificate https://platzi.com/clases/1325-financiera-startups/12690-gastos/ --verbose [debug] System config: [] [debug] User config: [] [debug] Custom config: [] [debug] Command-line args: ['--cookies', 'p_cookies.txt', '--no-check-certificate', 'https://platzi.com/clases/1325-financiera-startups/12690-gastos/', '--verbose'] [debug] Encodings: locale cp1252, fs mbcs, out cp850, pref cp1252 [debug] youtube-dl version 2021.03.14 [debug] Python version 3.4.4 (CPython) - Windows-10-10.0.10240 [debug] exe versions: none [debug] Proxy map: {} [Platzi] 12690: Downloading webpage ERROR: Unable to extract client data; 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. Traceback (most recent call last): File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmp8z3w9mz6\build\youtube_dl\YoutubeDL.py", line 806, in wrapper File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmp8z3w9mz6\build\youtube_dl\YoutubeDL.py", line 827, in __extract_info File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmp8z3w9mz6\build\youtube_dl\extractor\common.py", line 534, in extract File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmp8z3w9mz6\build\youtube_dl\extractor\platzi.py", line 114, in _real_extract File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmp8z3w9mz6\build\youtube_dl\extractor\common.py", line 1012, in _search_regex youtube_dl.utils.RegexNotFoundError: Unable to extract client data; 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.

Description

I am subscribed to platzi and, due to download speed, I download the videos at work so that I can study them at home at night. Until yesterday (March 23, 2021) I have been able to download the videos from the platform, but today it was not possible for me to do it, I have tried with other videos from other video services (such as YouTube) and it works perfectly, I assume the service was somehow patched.

Jjaraa commented 3 years ago

I have de same issue, and if I update ytdl the error persists

JeanCarlosDev17 commented 3 years ago

I used it until 03/24/2021 and 25 / update youtube-dl to the latest version and the error persists in the same way as it happens to juanAliaga, apparently platzi patched this way of making backup copies

DimaSheiko commented 3 years ago

@JeanCarlosDEV17 You mean platzi patched this yesterday before launching platzi day?

JeanCarlosDev17 commented 3 years ago

@JeanCarlosDEV17 You mean platzi patched this yesterday before launching platzi day?

I've been using it for some time to make backup copies of my courses, my electrical network is unstable, for some time platzi has been patching not being able to login with username and password in youtube-dl, apparently because of platzi day I have patched it completely

GlowerTvg commented 3 years ago

@JeanCarlosDEV17 You mean platzi patched this yesterday before launching platzi day?

I have the same problem, previously I also used youtube-dl to download content from platzi and I had no problem, but now it is impossible to download content from this platform, I tried in several ways and with several parameters and always sends the same error

Anonteam798 commented 3 years ago

There is not any way to download, platzi videos guys ?

mocasda commented 3 years ago

is there another way to download videos from platzi now?

DimaSheiko commented 3 years ago

It looks like there won't be time to do this. But remember guys. Never stop learning. ☺

NotoriusElectron commented 3 years ago

Hi guys well I think Platzi thought about the free learning days and wants to nobody downloaded any videos from they, today I tried, first my youtube-dl was not in the last version, but it kept working as usual, but today when I tried with platzi, I couldn't download any video, so I upgrade the youtube-dl and the error kept there. If somebody knows another method i'll be so glad with you. I wanna learn but I can't buy it, i hate the latinamerican economics for spanish speakers: Raza trate de aprovechar los dias gratis del platzi pero no pude, si saben alguna forma de descargar los videos lo apreciaria mucho.

EduTel commented 2 years ago

what they need to do is add the cookies youtube-dl --cookies '{path}/platzi.com_cookies.txt' 'download_url' these cookies can be extracted with https://chrome.google.com/webstore/detail/get-cookiestxt/bgaddhkoddajcdgocldbbfleckgcbcid after sing in platzi and once logged in download the cookies with the extension

ingmferrer commented 2 years ago

what they need to do is add the cookies youtube-dl --cookies '{path}/platzi.com_cookies.txt' 'download_url' these cookies can be extracted with https://chrome.google.com/webstore/detail/get-cookiestxt/bgaddhkoddajcdgocldbbfleckgcbcid after sing in platzi and once logged in download the cookies with the extension

doesn't work even with your PR changes

dirkf commented 1 year ago

I've updated the PR code. Please test and follow up there.