mirror of
https://github.com/nikdoof/highlightsdownloader.git
synced 2025-12-17 04:39:30 +00:00
First commit
This commit is contained in:
@@ -58,7 +58,7 @@ def get_list_of_existing_highlights():
|
|||||||
# Process bookmarks in one folder
|
# Process bookmarks in one folder
|
||||||
def process_folder(folder):
|
def process_folder(folder):
|
||||||
# Show id and title of the folder
|
# Show id and title of the folder
|
||||||
print "Processing folder", folder.title, "(id:", folder.folder_id, ")"
|
print "Processing folder: ", folder.title, "(id:", folder.folder_id, ")"
|
||||||
|
|
||||||
change_to_folder(folder.folder_id)
|
change_to_folder(folder.folder_id)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user