aboutsummaryrefslogtreecommitdiff
path: root/newspipe/crawler
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2023-01-16 14:33:13 +0100
committerCédric Bonhomme <cedric@cedricbonhomme.org>2023-01-16 14:33:13 +0100
commitdf9c78c338572012f845e822a19abc15739513a3 (patch)
treeeadf76a479fb7b94a982a27aab5fe51e1a62db16 /newspipe/crawler
parentUpdated pip-audit. (diff)
downloadnewspipe-df9c78c338572012f845e822a19abc15739513a3.tar.gz
newspipe-df9c78c338572012f845e822a19abc15739513a3.tar.bz2
newspipe-df9c78c338572012f845e822a19abc15739513a3.zip
chg: [dependencies] Updated poetry project config and pip-audit.
Diffstat (limited to 'newspipe/crawler')
-rw-r--r--newspipe/crawler/default_crawler.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/newspipe/crawler/default_crawler.py b/newspipe/crawler/default_crawler.py
index 440c5088..844fb0fa 100644
--- a/newspipe/crawler/default_crawler.py
+++ b/newspipe/crawler/default_crawler.py
@@ -1,6 +1,6 @@
#! /usr/bin/env python
# Newspipe - A web news aggregator.
-# Copyright (C) 2010-2022 Cédric Bonhomme - https://www.cedricbonhomme.org
+# Copyright (C) 2010-2023 Cédric Bonhomme - https://www.cedricbonhomme.org
#
# For more information: https://sr.ht/~cedric/newspipe
#
bgstack15