
The correct format filtering specific youtube channels by the media_author field?
I use following automod rule filtering specific youtube channel by their name. The name, in the media_author section, is found in the author > 0 > name field through https://embed.ly/extract I tried several combination such as "@Channel Handle A", "Channel Handle A" for media_author, and "www.youtube.com" or "youtube.com" or youtube.com (w/t double quote), and url+domain+body+title or domain (includes). However, none of them works. Which part should I also check to make sure the rule for filtering specific youtube channels' by the media_author field?
Thanks
>type: submission
>url+domain+body+title: ["youtube.com", "youtu.be"] # several combinations like domain (includes): ["youtube.com", "youtu.be"] or url+domain+body+title: ["www.youtube.com", "youtu.be"] and so on
>media_author: ["Chanel Handle A", "Chanel Handle B"] # Channel Handle does not contain @ symbol
>action: remove
>action_reason: "some text ..."