YouTubeDownloader v1.1.2
YouTube content downloader
|
Variables | |
args = get_cmd_args() | |
doxygen_creator = DoxygenCreator(S_REPO_LINK) | |
list | l_exclude_pattern = [".venv"] |
list | l_file_pattern = [S_PYTHON_PATTERN, "*.md", "*.bat", "*.pyproject", "*.iss", "*.yml", "*.txt"] |
str | S_REPO_LINK = "https://github.com/timounger/YouTubeDownloader" |
args = get_cmd_args() |
Definition at line 27 of file create_doxygen.py.
doxygen_creator = DoxygenCreator(S_REPO_LINK) |
Definition at line 28 of file create_doxygen.py.
list l_exclude_pattern = [".venv"] |
Definition at line 36 of file create_doxygen.py.
list l_file_pattern = [S_PYTHON_PATTERN, "*.md", "*.bat", "*.pyproject", "*.iss", "*.yml", "*.txt"] |
Definition at line 38 of file create_doxygen.py.
str S_REPO_LINK = "https://github.com/timounger/YouTubeDownloader" |
Definition at line 23 of file create_doxygen.py.