Initial import: Music_Server, MusicFree, catalog-sync

This commit is contained in:
2026-05-23 16:51:14 +08:00
commit 069af30dba
847 changed files with 179878 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
'''title'''
__title__ = 'musicdl'
'''description'''
__description__ = 'Musicdl: A lightweight music downloader written in pure python'
'''url'''
__url__ = 'https://github.com/CharlesPikachu/musicdl'
'''version'''
__version__ = '2.10.2'
'''author'''
__author__ = 'Zhenchao Jin'
'''email'''
__email__ = 'charlesblwx@gmail.com'
'''license'''
__license__ = 'PolyForm-Noncommercial-1.0.0'
'''copyright'''
__copyright__ = 'Copyright 2018-2030 Zhenchao Jin'