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

Ignore "Unavailable videos are hidden" warnings from YouTube #10159

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mgedmin
Copy link

@mgedmin mgedmin commented Jun 11, 2024

Description of your pull request and other information

I have a cron script that tries to back up my YouTube favorites playlist (because videos tend to disappear off the net without warning). I recently started using yt-dlp for this purpose. It works very well, except it emits a single warning even in quiet mode:

WARNING: [youtube:tab] YouTube said: INFO - Unavailable videos are hidden

which makes cron send me an email about it.

This PR suppresses that warning.

Template

Before submitting a pull request make sure you have:

In order to be accepted and merged into yt-dlp each piece of code must be in public domain or released under Unlicense. Check all of the following options that apply:

  • I am the original author of this code and I am willing to release it under Unlicense
  • I am not the original author of this code but it is in public domain or released under Unlicense (provide reliable evidence)

What is the purpose of your pull request?

This suppresses

    WARNING: [youtube:tab] YouTube said: INFO - Unavailable videos are hidden
@bashonly bashonly added the site-bug Issue with a specific website label Jun 11, 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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants