-#! /usr/bin/env python
+#! /usr/bin/env python3
"""Subprocess for the forking robot - check URL using bkmk_rurlib robot
This file is a part of Bookmarks database and Internet robot.
-#! /usr/bin/env python
+#! /usr/bin/env python3
import sys
import json
-#! /usr/bin/env python
+#! /usr/bin/env python3
"""Add a bookmark to the database
This file is a part of Bookmarks database and Internet robot.
-#! /usr/bin/env python
+#! /usr/bin/env python3
"""Convert Netscape Navigator's or Mozilla's bookmarks.html to a database
This file is a part of Bookmarks database and Internet robot.
-#! /usr/bin/env python
+#! /usr/bin/env python3
"""Check duplicate URLs in the bookmarks database
This file is a part of Bookmarks database and Internet robot.
-#! /usr/bin/env python
+#! /usr/bin/env python3
"""Check and show URLs in the bookmarks database where name != real title
This file is a part of Bookmarks database and Internet robot.
-#! /usr/bin/env python
+#! /usr/bin/env python3
"""Robot interface - check URLs from the command line
This file is a part of Bookmarks database and Internet robot.
-#! /usr/bin/env python
+#! /usr/bin/env python3
"""Robot interface - check URLs from bookmarks database
This file is a part of Bookmarks database and Internet robot.
-#! /usr/bin/env python
+#! /usr/bin/env python3
"""Convert a bkmk database to a different storage.
This file is a part of Bookmarks database and Internet robot.
"""
__author__ = "Oleg Broytman <phd@phdru.name>"
-__copyright__ = "Copyright (C) 2000-2017 PhiloSoft Design"
+__copyright__ = "Copyright (C) 2000-2023 PhiloSoft Design"
__license__ = "GNU GPL"
import sys
-#! /usr/bin/env python
+#! /usr/bin/env python3
"""Convert a bkmk database back to bookmarks.html
(or other format defined by writer)
-#! /usr/bin/env python
+#! /usr/bin/env python3
"""Run through the bookmarks database and set name to real title
This file is a part of Bookmarks database and Internet robot.
-#! /usr/bin/env python
+#! /usr/bin/env python3
"""Run through the bookmarks database and set names to titles
from an external file
-#! /usr/bin/env python
+#! /usr/bin/env python3
"""Sort bookmarks DB according to a rule:
-a - by AddDate
-v - by LastVisit