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

youtube_dl.utils.ExtractorError: The following content has been identified by the YouTube community as inappropriate or offensive to some audiences. #28174

Closed
6 tasks done
kruug opened this issue Feb 15, 2021 · 0 comments

Comments

@kruug
Copy link

kruug commented Feb 15, 2021

Checklist

  • I'm reporting a broken site support issue
  • I've verified that I'm running youtube-dl version 2021.02.10
  • 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

[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: ['-v', '--cookies', 'C:\\Users\\<user>\\YouTube-DL\\cookies.txt', '-o', '%(uploader)s/%(upload_date)s - %(title)s.%(ext)s', '-f', 'best', '--ignore-errors', '--mark-watched', 'https://www.youtube.com/watch?v=nGC3D_FkCmg']
[debug] Encodings: locale cp1252, fs mbcs, out cp1252, pref cp1252
[debug] youtube-dl version 2021.02.10
[debug] Python version 3.4.4 (CPython) - Windows-10-10.0.19041
[debug] exe versions: ffmpeg 4.1, ffprobe 4.1
[debug] Proxy map: {}
[youtube] nGC3D_FkCmg: Downloading webpage
ERROR: The following content has been identified by the YouTube community as inappropriate or offensive to some audiences.
Viewer discretion is advised
Traceback (most recent call last):
  File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmp5n2jym44\build\youtube_dl\YoutubeDL.py", line 806, in wrapper
  File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmp5n2jym44\build\youtube_dl\YoutubeDL.py", line 827, in __extract_info
  File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmp5n2jym44\build\youtube_dl\extractor\common.py", line 532, in extract
  File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmp5n2jym44\build\youtube_dl\extractor\youtube.py", line 1630, in _real_extract
youtube_dl.utils.ExtractorError: The following content has been identified by the YouTube community as inappropriate or offensive to some audiences.
Viewer discretion is advised

Description

When attempting to download a video flagged as Inappropriate or Offensive, youtube-dl errors and quits.

& C:\Users\<user>\YouTube-DL\youtube-dl.exe -v --cookies "C:\Users\<user>\YouTube-DL\cookies.txt" -o "%(uploader)s/%(upload_date)s - %(title)s.%(ext)s" -f best --ignore-errors --mark-watched https://www.youtube.com/watch?v=nGC3D_FkCmg
@dstftw dstftw closed this as completed in 07eb8f1 Feb 15, 2021
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