Copyright (c) 2019, 2021 FireDM, by Mahmoud Elshahat, "info.pyidm@gmail.com"

# ###################################################################################################################
# copyright notice                                                                                                  #
# ###################################################################################################################
# FireDM is an open source multi-connections download manager.                                                      #
# it downloads general files, support downloading Videos, and PlayLists from youtube, and other media websites.     #
# Developed in Python, based on "LibCurl", and "youtube_dl".                                                        #
#                                                                                                                   #
# This application is free for use, in hope to be useful for someone.                                               #
# Conditions and usage restrictions:                                                                                #
# - videos / streams / contents that are not allowed to be downloaded using this application are:                   #
#     - DRM "Digital rights management", protected videos / streams or Copyright materials.                         #
#     - Porn videos/streams or any pornography materials.                                                           #
#     - Illegal contents.                                                                                           #
#     - Any contents that encourage/promote violence or criminal/illegal behaviours                                 #
# - This Software/application is provided "AS IS" without any warranty, it is under no circumstances the            #
#   FireDM author could be held liable for any claim, or damages or responsible for any misuse of this application. #
#                                                                                                                   #
#                                                                                                                   #
# Project url: https://github.com/firedm/FireIDM                                                                     #
#                                                                                                                   #
# Author,                                                                                                           #
# Mahmoud Elshahat                                                                                                  #
# email: info.pyidm@gmail.com                                                                                       #
# 2019, 2021                                                                                                        #
# ###################################################################################################################


# ###################################################################################################################
# License   GNU LGPLv3                                                                                              #
# ###################################################################################################################
# This software can be used under "GNU LGPLv3" License, this means:                                                 #
# you have permission for: Commercial use, Distribution, Modification,  Patent use, Private use                     #
# subject to the following conditions:                                                                              #
#  - Source code must be made available when the software is distributed.                                           #
#  - Changes made to the code must be documented                                                                    #
#  - A copy of this license and above copyright notice must be included with the software.                          #
# ###################################################################################################################
