music-dl/src/application.py

17 lines
734 B
Python

# -*- coding: utf-8 -*-
name = "MusicDL"
author = "Manuel Cortéz"
authorEmail = "manuel@manuelcortez.net"
copyright = "Copyright (C) 2019-2020, Manuel Cortez"
description = name+_(u" Is an application that will allow you to download music from popular sites such as youtube, zaycev.net.")
url = "https://manuelcortez.net/music_dl"
# The short name will be used for detecting translation files. See languageHandler for more details.
short_name = "musicdl"
translators = [_(u"Manuel Cortez (Spanish)")]
bts_name = "music_dl"
bts_access_token = "fe3j2ijirvevv9"
bts_url = "https://issues.manuelcortez.net"
update_url = "https://files.manuelcortez.net/music_dl/update/latest.json"
version = "2020.07.23"
update_next_version = "14775226"