-
Notifications
You must be signed in to change notification settings - Fork 10.2k
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 https://es.dplay.com/ #16969
Comments
the class DPlayItIE in the extractor dplay.py supports this site but a change for the url is needed. I tested changing 'it' to 'es' and it worked. It should be very simple to add support for it. |
I've tried it with the latest verson as of today and it still doesn't work with es.dplay.com |
with the latest version still does not work |
Downloading from DPlayIt seems to work, except for this error: Complete log prompt, I've just replaced media content with '...'. : Regards |
Hello? Anybody here? I have been following this issue for months and there is still no solution for what seems to be a simple typo correction. If somebody cares the "Unsupported URL" error for the es.dplay.com subdomain still happens... after months of being reported. Please this is ridiculous and Im not a programmer but if some user in this place with technological knowledge is kind enough to illustrate me what file from youtube-dl I must edit and how to solve this problem I will be very happy because from what I gather this seems very simple to fix... Thank you for your time! |
Hello if there is anybody here it is not working... Test: youtube-dl.exe -f best --verbose "https://es.dplay.com/dkiss/cinco-por-sorpresa/temporada-3-episodio-1/" [debug] System config: [] Thank you anyway! EDIT: By the way can somebody explain why the debug info tells I use this versions when I have upgraded to the new ones please?: [debug] youtube-dl version 2018.09.10 |
Hi @Mecawento it says y9ou are using other version becuse you are using other version. |
Its broken new api for dplay.com |
- add support for dplay.fi, dplay.jp and es.dplay.com(closes #16969) - fix it.dplay.com extraction(closes #22826) - update tests - extract creator, tags and thumbnails - handle playback API call errors
- add support for dplay.fi, dplay.jp and es.dplay.com(closes #16969) - fix it.dplay.com extraction(closes #22826) - update tests - extract creator, tags and thumbnails - handle playback API call errors
Please follow the guide below
x
into all the boxes [ ] relevant to your issue (like this:[x]
)Make sure you are using the latest version: run
youtube-dl --version
and ensure your version is 2018.07.10. If it's not, read this FAQ entry and update. Issues with outdated version will be rejected.Before submitting an issue make sure you have:
What is the purpose of your issue?
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 ```):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):
youtube-dl.exe -f best --verbose "https://es.dplay.com/dmax/la-fiebre-del-oro/temporada-8-episodio-1/"
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: ['-f', 'best', '--verbose', 'https://es.dplay.com/dmax/la-fiebre-del-oro/temporada-8-episodio-1/']
[debug] Encodings: locale cp1252, fs mbcs, out cp850, pref cp1252
[debug] youtube-dl version 2018.07.10
[debug] Python version 3.4.4 (CPython) - Windows-10-10.0.17134
[debug] exe versions: ffmpeg N-91470-g28ed68fa31, ffprobe N-91470-g28ed68fa31
[debug] Proxy map: {}
[generic] temporada-8-episodio-1: Requesting header
WARNING: Falling back on generic information extractor.
[generic] temporada-8-episodio-1: Downloading webpage
[generic] temporada-8-episodio-1: Extracting information
ERROR: Unsupported URL: https://es.dplay.com/dmax/la-fiebre-del-oro/temporada-8-episodio-1/
Traceback (most recent call last):
File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmp4etivjk5\build\youtube_dl\YoutubeDL.py", line 792, in extract_info
File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmp4etivjk5\build\youtube_dl\extractor\common.py", line 502, in extract
File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmp4etivjk5\build\youtube_dl\extractor\generic.py", line 3258, in _real_extract
youtube_dl.utils.UnsupportedError: Unsupported URL: https://es.dplay.com/dmax/la-fiebre-del-oro/temporada-8-episodio-1/
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.
Description of your issue, suggested solution and other information
Explanation of your issue in arbitrary form goes here. Please make sure the description is worded well enough to be understood. Provide as much context and examples as possible.
If work on your issue requires account credentials please provide them or explain how one can obtain them.
The text was updated successfully, but these errors were encountered: