Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
j54j6 committed Apr 12, 2024
1 parent 34c068f commit 692d90a
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,17 @@

#
# Project by j54j6
# This program is used to make a private copy of youtube videos and potentially other websites supported by youtubedl
# Furthermore it supports automatic periodic checking of channels and auto downloading.
# It also checks if the downlaoded video already exists in the specified storage space and checks integrity of videos and redownload them if needed
#
# This program is used to make a private copy of youtube videos and potentially other websites
# supported by youtubedl Furthermore it supports automatic periodic checking
# of channels and auto downloading.
# It also checks if the downlaoded video already exists in the specified storage space and checks
# integrity of videos and redownload them if needed
#


#
# This file contains the "User Logic" this means that all User Experience related stuff is located in here and also the "main Controls"
# This file contains the "User Logic" this means that all User Experience related stuff is located
# in here and also the "main Controls"
# In general this projects is made out of different modules (see ReadME ). This file combines them...
#

Expand All @@ -34,5 +37,5 @@ def main():
exit()

#Check for database


0 comments on commit 692d90a

Please sign in to comment.