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

[Request] - A --reject-uploader for youtube.com #12142

Closed
Piokaz opened this issue Feb 15, 2017 · 4 comments
Closed

[Request] - A --reject-uploader for youtube.com #12142

Piokaz opened this issue Feb 15, 2017 · 4 comments

Comments

@Piokaz
Copy link

@Piokaz Piokaz commented Feb 15, 2017

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

  • At least skimmed through README and most notably FAQ and BUGS sections

  • Searched the bugtracker for similar issues including closed ones

What is the purpose of your issue?

  • Feature request (request for a new functionality)

Didn't see this anywhere in the issues.
Possible to have a param to exclude some uploaders from youtube.com, like the --reject-title one ?

Thanks.

@ThomasChr
Copy link
Contributor

@ThomasChr ThomasChr commented Feb 15, 2017

Parameters added. See PR #12144

@yan12125
Copy link
Collaborator

@yan12125 yan12125 commented Feb 15, 2017

This should work:

youtube-dl --match-filter "uploader != (uploader name)"
@Piokaz
Copy link
Author

@Piokaz Piokaz commented Feb 15, 2017

@ThomasChr Thank you, that was fast !

@yan12125 Doesn't work.

Already tried it before this request, from the docs, comparisons with match-filter (<,>,=, != etc..) only work with numbers, so with likes, dislikes, duration (and probably others vars with numbers).

@dstftw dstftw closed this in db13c16 Feb 15, 2017
@dstftw
Copy link
Collaborator

@dstftw dstftw commented Feb 15, 2017

--match-filter works just fine for that. Since db13c16 it's also possible to use string literals in quotes, e.g. if you need to match string with spaces: --match-filter "uploader = 'some string' & duration > 30".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
4 participants
You can’t perform that action at this time.