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
132.43k stars 10.04k forks source link

No longer working on iview.abc.net.au #24680

Closed recklessinoz closed 4 years ago

recklessinoz commented 4 years ago

Checklist

Verbose log

C:\Users\xxxxx\Desktop>youtube-dl -x https://iview.abc.net.au/show/bluey/series/0/video/CH1903Q023S00 -v
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: ['-x', 'https://iview.abc.net.au/show/bluey/series/0/video/CH1903Q023S00', '-v']
[debug] Encodings: locale cp1252, fs mbcs, out cp850, 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: {}
[debug] Using fake IP 1.159.158.165 (AU) as X-Forwarded-For.
[abc.net.au:iview] CH1903Q023S00: Downloading JSON metadata
[abc.net.au:iview] CH1903Q023S00: Downloading webpage
ERROR: Unable to download webpage: HTTP Error 404: Not Found (caused by HTTPError()); 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.
  File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpjwbwqymm\build\youtube_dl\extractor\common.py", line 627, in _request_webpage
  File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpjwbwqymm\build\youtube_dl\YoutubeDL.py", line 2238, in urlopen
  File "C:\Python\Python34\lib\urllib\request.py", line 470, in open
  File "C:\Python\Python34\lib\urllib\request.py", line 580, in http_response
  File "C:\Python\Python34\lib\urllib\request.py", line 508, in error
  File "C:\Python\Python34\lib\urllib\request.py", line 442, in _call_chain
  File "C:\Python\Python34\lib\urllib\request.py", line 588, in http_error_default

Description

The 'share' link on iview.abc.net.au used to be sufficient for you8tube-dl, but a few days ago this stopped working. I assume the website has changed it's structure, but I have no idea how to untangle it

ilike2burnthing commented 4 years ago

Working here ok. Can you play the videos in browser?

recklessinoz commented 4 years ago

Working here ok. Can you play the videos in browser?

yep, videos play fine. this is an example url: https://iview.abc.net.au/show/bluey/series/0/video/CH1903Q012S00

ilike2burnthing commented 4 years ago

Yea, I used the one in your log, no issues. Tried that one too, downloaded fine. Was also able to access and download other series on the site.

I can get a 403 Forbidden error if I extract the m3u8 URL using youtube-dl -g and then try to feed it to ffmpeg, but not a 404 Not Found.

Only suggestions I can think of at the moment are:

If none of that works, and you're posting because this is a 'running out of ways to entertain the kid(s) during the COVID lockdown' situation, then let me know 😉

recklessinoz commented 4 years ago

Thanks so much for looking into this! I tried a fresh install using my work PC and everything downloaded fine. I'll have to go through my own computer, clear it out and start again.

Also it's not specifically an 'entertain the kids' situation, but I definitely want to hang onto these eps once they're gone from iview.

Thanks again