Add download video and save playlist support.
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
from pathlib import Path
|
||||
|
||||
VERSION = "0.0.3"
|
||||
YT_PLAYLISTS_URL = "https://www.youtube.com/feed/playlists"
|
||||
PROGRAM_DIR = Path(__file__).parent
|
||||
Reference in New Issue
Block a user