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

<HTTPError 410: Gone> When Trying to Download Videos from NickJr.com #9896

Open
11 tasks done
DaftMink opened this issue May 9, 2024 · 0 comments
Open
11 tasks done
Labels
site-bug Issue with a specific website triage Untriaged issue

Comments

@DaftMink
Copy link

DaftMink commented May 9, 2024

DO NOT REMOVE OR SKIP THE ISSUE TEMPLATE

  • I understand that I will be blocked if I intentionally remove or skip any mandatory* field

Checklist

Region

United States/East Coast

Provide a description that is worded well enough to be understood

Noticed this month yt-dlp refuses to download any videos from NickJr.com. Whenever I try to download a public video I get the <HTTPError 410: Gone> error message. If possible please fix.

Provide verbose output that clearly demonstrates the problem

  • Run your yt-dlp command with -vU flag added (yt-dlp -vU <your command line>)
  • If using API, add 'verbose': True to YoutubeDL params instead
  • Copy the WHOLE output (starting with [debug] Command-line config) and insert it below

Complete Verbose Output

[debug] Command-line config: ['-vU', 'https://www.nickjr.com/episodes/rzk7x5/rubble-crew-the-crew-builds-a-roller-coaster-the-crew-builds-motor-a-play-space-ep-1']
[debug] Encodings: locale cp1252, fs utf-8, pref cp1252, out utf-8, error utf-8, screen utf-8
[debug] yt-dlp version master@2024.05.08.221026 from yt-dlp/yt-dlp-master-builds [6b54cccdc] (win_exe)
[debug] Python 3.8.10 (CPython AMD64 64bit) - Windows-10-10.0.19044-SP0 (OpenSSL 1.1.1k  25 Mar 2021)
[debug] exe versions: none
[debug] Optional libraries: Cryptodome-3.20.0, brotli-1.1.0, certifi-2024.02.02, curl_cffi-0.5.10, mutagen-1.47.0, requests-2.31.0, sqlite3-3.35.5, urllib3-2.2.1, websockets-12.0
[debug] Proxy map: {}
[debug] Request Handlers: urllib, requests, websockets, curl_cffi
[debug] Loaded 1810 extractors
[debug] Fetching release info: https://api.github.com/repos/yt-dlp/yt-dlp-master-builds/releases/latest
Latest version: master@2024.05.08.221026 from yt-dlp/yt-dlp-master-builds
yt-dlp is up to date (master@2024.05.08.221026 from yt-dlp/yt-dlp-master-builds)
[debug] Using fake IP 6.128.166.100 (US) as X-Forwarded-For
[nick.com] Extracting URL: https://www.nickjr.com/episodes/rzk7x5/rubble-crew-the-crew-builds-a-roller-coaster-the-crew-builds-motor-a-play-space-ep-1
[nick.com] rubble-crew-the-crew-builds-a-roller-coaster-the-crew-builds-motor-a-play-space-ep-1: Downloading webpage
[nick.com] 020a701c-a999-11ee-ad8e-0e40cf2fc285: Downloading info
ERROR: [nick.com] rubble-crew-the-crew-builds-a-roller-coaster-the-crew-builds-motor-a-play-space-ep-1: Unable to download XML: HTTP Error 410: Gone (caused by <HTTPError 410: Gone>)
  File "yt_dlp\extractor\common.py", line 734, in extract
  File "yt_dlp\extractor\nick.py", line 78, in _real_extract
  File "yt_dlp\extractor\mtv.py", line 323, in _real_extract
  File "yt_dlp\extractor\mtv.py", line 227, in _get_videos_info
  File "yt_dlp\extractor\mtv.py", line 230, in _get_videos_info_from_url
  File "yt_dlp\extractor\common.py", line 1127, in download_content
  File "yt_dlp\extractor\common.py", line 1087, in download_handle
  File "yt_dlp\extractor\common.py", line 954, in _download_webpage_handle
  File "yt_dlp\extractor\common.py", line 903, in _request_webpage

  File "yt_dlp\extractor\common.py", line 890, in _request_webpage
  File "yt_dlp\YoutubeDL.py", line 4142, in urlopen
  File "yt_dlp\networking\common.py", line 115, in send
  File "yt_dlp\networking\_helper.py", line 208, in wrapper
  File "yt_dlp\networking\common.py", line 335, in send
  File "yt_dlp\networking\_requests.py", line 350, in _send
yt_dlp.networking.exceptions.HTTPError: HTTP Error 410: Gone


C:\yt-dlp>
@DaftMink DaftMink added site-bug Issue with a specific website triage Untriaged issue labels May 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
site-bug Issue with a specific website triage Untriaged issue
Projects
Status: mtv services
Development

No branches or pull requests

1 participant