File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 7373 imgur.com :
7474 blacklist :
7575 title : ' Imgur: The magic of the Internet'
76+ paste.ee :
77+ blacklist :
78+ title_re : ^Paste\.ee\ \-\ View\ paste\ .+
7679 youtube.com :
7780 blacklist :
7881 channels :
@@ -115,6 +118,9 @@ The channel comparison is case insensitive.
115118* **`blacklist/title`**: This is a single string.
116119If the title for a URL matching the site is this blacklisted string, the title is not posted.
117120The comparison is case sensitive.
121+ * **`blacklist/title_re`**: This is a single regular expression pattern that is
122+ [searched](https://docs.python.org/3/library/re.html#re.search) for in the title.
123+ If the title for a URL matching the site is matched against this blacklisted pattern, the title is not posted.
118124* **`format`**: This contains a list of entries, each of which have keys `re/title` and/or `re/url` along with
119125` str/title` .
120126* **`format/re/title`**: This is a single regular expression pattern that is
You can’t perform that action at this time.
0 commit comments