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

NRL.com - Ooyala said: movie expired #24485

Open
5 tasks done
dwarfsoft opened this issue Mar 26, 2020 · 0 comments
Open
5 tasks done

NRL.com - Ooyala said: movie expired #24485

dwarfsoft opened this issue Mar 26, 2020 · 0 comments

Comments

@dwarfsoft
Copy link

Checklist

  • I'm reporting a broken site support
  • I've verified that I'm running youtube-dl version 2020.03.24
  • 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 issues including closed ones

Verbose log

From logged in to url https://www.nrl.com/tv/matches/telstra-premiership/1989/grand-final/full-match-replay-tigers-v-raiders---grand-final-1989/ and extracting the videoid:

d:\Data\Downloads>youtube-dl -v -f 'bestvideo[ext=mp4]+bestaudio[ext=m4a]/mp4' ooyala:tvODI2aTE6Mmd9Jy9Nvnj9kLtCkcrrzf
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: ['-v', '-f', "'bestvideo[ext=mp4]+bestaudio[ext=m4a]/mp4'", 'ooyala:tvODI2aTE6Mmd9Jy9Nvnj9kLtCkcrrzf']
[debug] Encodings: locale cp1252, fs mbcs, out cp437, pref cp1252
[debug] youtube-dl version 2020.03.24
[debug] Python version 3.4.4 (CPython) - Windows-10-10.0.18362
[debug] exe versions: none
[debug] Proxy map: {}
[Ooyala] tvODI2aTE6Mmd9Jy9Nvnj9kLtCkcrrzf: Downloading JSON metadata
[Ooyala] tvODI2aTE6Mmd9Jy9Nvnj9kLtCkcrrzf: Downloading JSON metadata
[Ooyala] tvODI2aTE6Mmd9Jy9Nvnj9kLtCkcrrzf: 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\tmpjwbwqymm\build\youtube_dl\YoutubeDL.py", line 797, in extract_info
  File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpjwbwqymm\build\youtube_dl\extractor\common.py", line 530, in extract
  File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpjwbwqymm\build\youtube_dl\extractor\ooyala.py", line 173, in _real_extract
  File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpjwbwqymm\build\youtube_dl\extractor\ooyala.py", line 89, in _extract
youtube_dl.utils.ExtractorError: Ooyala said: movie expired

d:\Data\Downloads>youtube-dl --add-header "Cookie:####################REMOVED##############" "https://www.nrl.com/tv/matches/telstra-premiership/1989/grand-final/full-match-replay-tigers-v-raiders---grand-final-1989/" --verbose
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: ['--add-header', 'Cookie:###############', 'https://www.nrl.com/tv/matches/telstra-premiership/1989/grand-final/full-match-replay-tigers-v-raiders---grand-final-1989/', '--verbose']
[debug] Adding header from command line option Cookie:##################
[debug] Encodings: locale cp1252, fs mbcs, out cp437, pref cp1252
[debug] youtube-dl version 2020.03.24
[debug] Python version 3.4.4 (CPython) - Windows-10-10.0.18362
[debug] exe versions: none
[debug] Proxy map: {}
[NRLTV] full-match-replay-tigers-v-raiders---grand-final-1989: Downloading webpage
[Ooyala] tvODI2aTE6Mmd9Jy9Nvnj9kLtCkcrrzf: Downloading JSON metadata
[Ooyala] tvODI2aTE6Mmd9Jy9Nvnj9kLtCkcrrzf: Downloading JSON metadata
[Ooyala] tvODI2aTE6Mmd9Jy9Nvnj9kLtCkcrrzf: 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\tmpjwbwqymm\build\youtube_dl\YoutubeDL.py", line 797, in extract_info
  File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpjwbwqymm\build\youtube_dl\extractor\common.py", line 530, in extract
  File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpjwbwqymm\build\youtube_dl\extractor\ooyala.py", line 173, in _real_extract
  File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpjwbwqymm\build\youtube_dl\extractor\ooyala.py", line 89, in _extract
youtube_dl.utils.ExtractorError: Ooyala said: movie expired

Description

I have attempted to extract the video in a few ways. I've done the above using the VideoID for Ooyala (extracted out of the source page)... I've tried passing the URL with my fully logged in active session Cookie for the site, which yielded the same VideoID, but the exact same result from Ooyala.

It doesn't seem to like the download from Ooyala, and complains about the movie being expired.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant