This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| from urllib.parse import urlparse | |
| from bs4 import BeautifulSoup | |
| from distutils.dir_util import copy_tree | |
| import os | |
| # The metadata block to be used by Obsidian Dataview | |
| class ObsidianDataviewMetadata: |