Files
PlaylistSaver/constant.py
T

6 lines
140 B
Python
Raw Permalink Normal View History

from pathlib import Path
VERSION = "0.0.3"
YT_PLAYLISTS_URL = "https://www.youtube.com/feed/playlists"
PROGRAM_DIR = Path(__file__).parent