Skip to content

Commit 6423ed7

Browse files
authored
Merge pull request #80 from leozqin/fix-banned-globs
Fix Globs
2 parents 104ff57 + 03f882d commit 6423ed7

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

app/constants.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
USER_AGENT = f"Precis/{version('precis')}"
1212
BANNED_GLOBS = [
1313
"*x.com/*",
14-
"*twitter.com/*" "*reddit.com/*",
14+
"*twitter.com/*",
15+
"*reddit.com/*",
1516
"*youtube.com/*",
1617
"*notion.site/*",
1718
]

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
55

66
[project]
77
name = "precis"
8-
version = "0.3.4"
8+
version = "0.3.5"
99
description = "A framework for automating your media diet"
1010
requires-python = ">=3.11"
1111
license = {file = "LICENSE"}

0 commit comments

Comments
 (0)