It stopped working with the domain mitele.es #20722

Closed
opened 2026-02-21 11:20:37 -05:00 by deekerman · 2 comments
Owner

Originally created by @Krosgore on GitHub (Jun 8, 2020).

Checklist

  • I'm reporting a broken site support issue
  • [X ] I've verified that I'm running youtube-dl version 2020.06.06
  • I've checked that all provided URLs are alive and playable in a browser
  • I've checked that all URLs and arguments with special characters are properly quoted or escaped
  • I've searched the bugtracker for similar bug reports including closed ones
  • I've read bugs section in FAQ

Verbose log

D:\Escritorio\atresplayer>youtube-dl -F https://www.mitele.es/series-online/la-pecera-de-eva/temporada-1/capitulo-1-40_1007017075001/player/ -v
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: ['-F', 'https://www.mitele.es/series-online/la-pecera-de-eva/temporada-1/capitulo-1-40_1007017075001/player/', '-v']
[debug] Encodings: locale cp1252, fs mbcs, out cp850, pref cp1252
[debug] youtube-dl version 2020.06.06
[debug] Python version 3.4.4 (CPython) - Windows-10-10.0.18362
[debug] exe versions: ffmpeg git-2020-04-17-889ad93, ffprobe git-2020-04-17-889ad93
[debug] Proxy map: {}
[MiTele] capitulo-1-40_1007017075001: Downloading webpage
[Ooyala] 9kdmw0ZDE6uSob5PFG8MUISHWAzi1vU-: Downloading JSON metadata
[Ooyala] 9kdmw0ZDE6uSob5PFG8MUISHWAzi1vU-: Downloading JSON metadata
[Ooyala] 9kdmw0ZDE6uSob5PFG8MUISHWAzi1vU-: Downloading m3u8 information
WARNING: Failed to download m3u8 information: HTTP Error 404: Not Found
ERROR: Ooyala said: movie expired
Traceback (most recent call last):
  File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpd0boo4lk\build\youtube_dl\YoutubeDL.py", line 797, in extract_info
  File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpd0boo4lk\build\youtube_dl\extractor\common.py", line 530, in extract
  File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpd0boo4lk\build\youtube_dl\extractor\ooyala.py", line 173, in _real_extract
  File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpd0boo4lk\build\youtube_dl\extractor\ooyala.py", line 89, in _extract
youtube_dl.utils.ExtractorError: Ooyala said: movie expired

Description

It stopped working with the domain mitele.es

Originally created by @Krosgore on GitHub (Jun 8, 2020). <!-- ###################################################################### WARNING! IGNORING THE FOLLOWING TEMPLATE WILL RESULT IN ISSUE CLOSED AS INCOMPLETE ###################################################################### --> ## Checklist <!-- Carefully read and work through this check list in order to prevent the most common mistakes and misuse of youtube-dl: - First of, make sure you are using the latest version of youtube-dl. Run `youtube-dl --version` and ensure your version is 2020.06.06. If it's not, see https://yt-dl.org/update on how to update. Issues with outdated version will be REJECTED. - Make sure that all provided video/audio/playlist URLs (if any) are alive and playable in a browser. - Make sure that all URLs and arguments with special characters are properly quoted or escaped as explained in http://yt-dl.org/escape. - Search the bugtracker for similar issues: http://yt-dl.org/search-issues. DO NOT post duplicates. - Read bugs section in FAQ: http://yt-dl.org/reporting - Finally, put x into all relevant boxes (like this [x]) --> - [ ] I'm reporting a broken site support issue - [X ] I've verified that I'm running youtube-dl version **2020.06.06** - [ ] I've checked that all provided URLs are alive and playable in a browser - [ ] I've checked that all URLs and arguments with special characters are properly quoted or escaped - [ ] I've searched the bugtracker for similar bug reports including closed ones - [ ] I've read bugs section in FAQ ## Verbose log <!-- Provide the complete verbose output of youtube-dl that clearly demonstrates the problem. 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 below. It should look similar to this: [debug] System config: [] [debug] User config: [] [debug] Command-line args: [u'-v', u'http://www.youtube.com/watch?v=BaW_jenozKcj'] [debug] Encodings: locale cp1251, fs mbcs, out cp866, pref cp1251 [debug] youtube-dl version 2020.06.06 [debug] Python version 2.7.11 - Windows-2003Server-5.2.3790-SP2 [debug] exe versions: ffmpeg N-75573-g1d0487f, ffprobe N-75573-g1d0487f, rtmpdump 2.4 [debug] Proxy map: {} <more lines> --> ``` D:\Escritorio\atresplayer>youtube-dl -F https://www.mitele.es/series-online/la-pecera-de-eva/temporada-1/capitulo-1-40_1007017075001/player/ -v [debug] System config: [] [debug] User config: [] [debug] Custom config: [] [debug] Command-line args: ['-F', 'https://www.mitele.es/series-online/la-pecera-de-eva/temporada-1/capitulo-1-40_1007017075001/player/', '-v'] [debug] Encodings: locale cp1252, fs mbcs, out cp850, pref cp1252 [debug] youtube-dl version 2020.06.06 [debug] Python version 3.4.4 (CPython) - Windows-10-10.0.18362 [debug] exe versions: ffmpeg git-2020-04-17-889ad93, ffprobe git-2020-04-17-889ad93 [debug] Proxy map: {} [MiTele] capitulo-1-40_1007017075001: Downloading webpage [Ooyala] 9kdmw0ZDE6uSob5PFG8MUISHWAzi1vU-: Downloading JSON metadata [Ooyala] 9kdmw0ZDE6uSob5PFG8MUISHWAzi1vU-: Downloading JSON metadata [Ooyala] 9kdmw0ZDE6uSob5PFG8MUISHWAzi1vU-: Downloading m3u8 information WARNING: Failed to download m3u8 information: HTTP Error 404: Not Found ERROR: Ooyala said: movie expired Traceback (most recent call last): File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpd0boo4lk\build\youtube_dl\YoutubeDL.py", line 797, in extract_info File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpd0boo4lk\build\youtube_dl\extractor\common.py", line 530, in extract File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpd0boo4lk\build\youtube_dl\extractor\ooyala.py", line 173, in _real_extract File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpd0boo4lk\build\youtube_dl\extractor\ooyala.py", line 89, in _extract youtube_dl.utils.ExtractorError: Ooyala said: movie expired ``` ## Description <!-- Provide an explanation of your issue in an arbitrary form. Please make sure the description is worded well enough to be understood, see https://github.com/ytdl-org/youtube-dl#is-the-description-of-the-issue-itself-sufficient. Provide any additional information, suggested solution and 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. --> It stopped working with the domain mitele.es
deekerman 2026-02-21 11:20:37 -05:00
Author
Owner

@dstftw commented on GitHub (Jun 8, 2020):

You must provide account credentials.

@dstftw commented on GitHub (Jun 8, 2020): You must provide account credentials.
Author
Owner

@bdovaz commented on GitHub (Jun 10, 2020):

Same problem here.

@dstftw What do you mean? How can we do that?

I don't see any credentials reference in code:

https://github.com/ytdl-org/youtube-dl/blob/master/youtube_dl/extractor/mitele.py

Also you are wrong, I can see this video anonymously but it doesn't work with youtube-dl:

https://www.mitele.es/programas-tv/volando-voy/temporada-5/programa-35-40_1008188575046/player/

[MiTele] programa-35-40_1008188575046: Downloading webpage
[Ooyala] 1uaXJ3aTE6azk4bCb-2K15j_LvH3ed9U: Downloading JSON metadata
[Ooyala] 1uaXJ3aTE6azk4bCb-2K15j_LvH3ed9U: Downloading JSON metadata
[Ooyala] 1uaXJ3aTE6azk4bCb-2K15j_LvH3ed9U: Downloading m3u8 information
WARNING: Failed to download m3u8 information: HTTP Error 404: Not Found
ERROR: Ooyala said: movie expired

@bdovaz commented on GitHub (Jun 10, 2020): Same problem here. @dstftw What do you mean? How can we do that? I don't see any credentials reference in code: https://github.com/ytdl-org/youtube-dl/blob/master/youtube_dl/extractor/mitele.py Also you are wrong, I can see this video anonymously but it doesn't work with youtube-dl: https://www.mitele.es/programas-tv/volando-voy/temporada-5/programa-35-40_1008188575046/player/ [MiTele] programa-35-40_1008188575046: Downloading webpage [Ooyala] 1uaXJ3aTE6azk4bCb-2K15j_LvH3ed9U: Downloading JSON metadata [Ooyala] 1uaXJ3aTE6azk4bCb-2K15j_LvH3ed9U: Downloading JSON metadata [Ooyala] 1uaXJ3aTE6azk4bCb-2K15j_LvH3ed9U: Downloading m3u8 information WARNING: Failed to download m3u8 information: HTTP Error 404: Not Found ERROR: Ooyala said: movie expired
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/youtube-dl-ytdl-org#20722
No description provided.