commit 1d68f30617d937f22ba9416f546f8adc1b0fb171
parent 7b756c8c32d9efda4f4bbd1ccdb1ae96e758b1ba
Author: Oscar Benedito <oscar@oscarbenedito.com>
Date:   Wed, 15 Dec 2021 20:36:52 +0100

TV2Feed: Bump to version 1.0

Diffstat:
Mtv2feed.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tv2feed.py b/tv2feed.py @@ -71,7 +71,7 @@ entries_per_show = 10 shows = sys.argv[1:] # alternatively, hardcode them in the script # until here! -version = '0.3.2' # TV2Feed version +version = '1.0' # TV2Feed version url_base = 'https://{}/{}'.format(domain, path + '/' if path != '' else '') id_base = 'tag:{},2021-05-19:/{}'.format(domain, path + '/' if path != '' else '') info_endpoint_tmpl = 'https://api.tvmaze.com/shows/{}'