diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2019-05-23 08:43:07 +0200 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2019-05-23 08:43:07 +0200 |
commit | 07c4370ab8b8df61c86f57a11afe04474997ca96 (patch) | |
tree | 63c5dcd2f144d826fc6b1f6c620dc8a24a681ebd /src | |
parent | Improved default crawler. (diff) | |
download | newspipe-07c4370ab8b8df61c86f57a11afe04474997ca96.tar.gz newspipe-07c4370ab8b8df61c86f57a11afe04474997ca96.tar.bz2 newspipe-07c4370ab8b8df61c86f57a11afe04474997ca96.zip |
Updated revision date of the crawler.
Diffstat (limited to 'src')
-rw-r--r-- | src/crawler/default_crawler.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/crawler/default_crawler.py b/src/crawler/default_crawler.py index 148bddaa..366fe9dd 100644 --- a/src/crawler/default_crawler.py +++ b/src/crawler/default_crawler.py @@ -20,9 +20,9 @@ # along with this program. If not, see <http://www.gnu.org/licenses/>. __author__ = "Cedric Bonhomme" -__version__ = "$Revision: 4.0 $" +__version__ = "$Revision: 4.2 $" __date__ = "$Date: 2010/09/02 $" -__revision__ = "$Date: 2010/05/21 $" +__revision__ = "$Date: 2019/05/21 $" __copyright__ = "Copyright (c) Cedric Bonhomme" __license__ = "AGPLv3" |