Request --min-like-count and --min-average-rating besides --min-views for Youtube.com #14125

Closed
opened 2026-02-21 06:21:07 -05:00 by deekerman · 2 comments
Owner

Originally created by @ZYinMD on GitHub (Jul 18, 2018).

Make sure you are using the latest version: run youtube-dl --version and ensure your version is 2018.07.10. If it's not, read this FAQ entry and update. Issues with outdated version will be rejected.

  • I've verified and I assure that I'm running youtube-dl 2018.07.10

Before submitting an issue make sure you have:

  • At least skimmed through the README, most notably the FAQ and BUGS sections
  • Searched the bugtracker for similar issues including closed ones
  • Checked that provided video/audio/playlist URLs (if any) are alive and playable in a browser

What is the purpose of your issue?

  • Bug report (encountered problems with youtube-dl)
  • Site support request (request for adding support for a new site)
  • Feature request (request for a new functionality)
  • Question
  • Other

We already have --min-views, which is great for selectively downloading the best videos of a Youtube channel.

We also have "like_count" and "average_rating" available for all Youtube videos. I think it'd be great if we could support --min-like-count and --min-average-rating, which will do an even better job when combined with --min-views in selecting the best videos of a channel.

For instance, when a video has a view_count > 1M, it's usually a great video, and typically has like_count > 20k and average_rating > 4.8. However, there are also videos with a clickbait thumbnail / clickbait title, or trashy videos like "People Who Just Don't Give A F#ck Funny Compilation #26", which also meet the 1M view_count criteria, but won't meet like_count > 20k or average_rating > 4.8. These are the videos I want to filter out.

Originally created by @ZYinMD on GitHub (Jul 18, 2018). ### Make sure you are using the *latest* version: run `youtube-dl --version` and ensure your version is *2018.07.10*. If it's not, read [this FAQ entry](https://github.com/rg3/youtube-dl/blob/master/README.md#how-do-i-update-youtube-dl) and update. Issues with outdated version will be rejected. - [x] I've **verified** and **I assure** that I'm running youtube-dl **2018.07.10** ### Before submitting an *issue* make sure you have: - [x] At least skimmed through the [README](https://github.com/rg3/youtube-dl/blob/master/README.md), **most notably** the [FAQ](https://github.com/rg3/youtube-dl#faq) and [BUGS](https://github.com/rg3/youtube-dl#bugs) sections - [x] [Searched](https://github.com/rg3/youtube-dl/search?type=Issues) the bugtracker for similar issues including closed ones - [x] Checked that provided video/audio/playlist URLs (if any) are alive and playable in a browser ### What is the purpose of your *issue*? - [ ] Bug report (encountered problems with youtube-dl) - [ ] Site support request (request for adding support for a new site) - [x] Feature request (request for a new functionality) - [ ] Question - [ ] Other --- We already have `--min-views`, which is great for selectively downloading the best videos of a Youtube channel. We also have "like_count" and "average_rating" available for all Youtube videos. I think it'd be great if we could support `--min-like-count` and `--min-average-rating`, which will do an even better job when combined with `--min-views` in selecting the best videos of a channel. For instance, when a video has a view_count > 1M, it's usually a great video, and typically has like_count > 20k and average_rating > 4.8. However, there are also videos with a clickbait thumbnail / clickbait title, or trashy videos like "People Who Just Don't Give A F#ck Funny Compilation #26", which also meet the 1M view_count criteria, but won't meet like_count > 20k or average_rating > 4.8. These are the videos I want to filter out.
Author
Owner

@dstftw commented on GitHub (Jul 18, 2018):

--match-filter.

@dstftw commented on GitHub (Jul 18, 2018): `--match-filter`.
Author
Owner

@ZYinMD commented on GitHub (Jul 18, 2018):

Oops, sorry, didn't see this option. Thanks!!!

@ZYinMD commented on GitHub (Jul 18, 2018): Oops, sorry, didn't see this option. Thanks!!!
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/youtube-dl#14125
No description provided.