-
Notifications
You must be signed in to change notification settings - Fork 10.1k
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
9now downloads now failing #22361
Comments
Yes, I'm having the same issue trying to grab the CCs for Seachange no issue with previous weeks. D:\subs>youtube-dl --verbose https://www.9now.com.au/seachange/season-1/episode-6 D:\subs>[debug] System config: [] D:\subs>[debug] User config: [] D:\subs>[debug] Custom config: [] D:\subs>[debug] Command-line args: ['--verbose', 'https://www.9now.com.au/seachange/season-1/episode-6'] D:\subs>[debug] Encodings: locale cp1252, fs mbcs, out cp850, pref cp1252 D:\subs>[debug] youtube-dl version 2019.09.01 D:\subs>[debug] Python version 3.4.4 (CPython) - Windows-10-10.0.18362 D:\subs>[debug] exe versions: ffmpeg N-87027-gd826951, ffprobe N-87027-gd826951 D:\subs>[debug] Proxy map: {} D:\subs>[debug] Using fake IP 1.157.88.175 (AU) as X-Forwarded-For. D:\subs>[9now.com.au] episode-6: Downloading webpage D:\subs>ERROR: Unable to extract page 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. D:\subs>Traceback (most recent call last): D:\subs> File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpbzyg5d3a\build\youtube_dl\YoutubeDL.py", line 796, in extract_info D:\subs> File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpbzyg5d3a\build\youtube_dl\extractor\common.py", line 530, in extract D:\subs> File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpbzyg5d3a\build\youtube_dl\extractor\ninenow.py", line 48, in _real_extract D:\subs> File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpbzyg5d3a\build\youtube_dl\extractor\common.py", line 1005, in _search_regex D:\subs>youtube-dl --skip-download --all-subs https://www.9now.com.au/seachange/season-1/episode-6 |
Me three, Looks like a site-wide issue. |
Checklist
Verbose log
Description
9now used to work (I successfully download on 2019-08-31).
For example on the Pokemon page at: https://www.9now.com.au/pokemon (which has ~4 episodes, adding & dropping 1 each day - so the episode numbers will change over time).
Previously, I had successfully checked what formats were available for Episode 26:
youtube-dl.exe -F "https://www.9now.com.au/pokemon/season-22/episode-26"
And then I normally use the following command to download (based on picking the ~1.5Mbps format)
youtube-dl.exe -f hls-1527-4 --newline -i --write-sub -o "M:\%(uploader)s\s22\e26 %(title)s.%(ext)s" --embed-subs --sub-lang en --ignore-config --hls-prefer-native --add-metadata --write-thumbnail "https://www.9now.com.au/pokemon/season-22/episode-26"
Neither the
-F
format query, nor the download are working as of today. So something changed/broke between Aug 31st & Sept 11th.The text was updated successfully, but these errors were encountered: