update all channel to retrive url by macro json

This commit is contained in:
cttynul
2019-06-06 18:01:24 +02:00
parent aeffad02a9
commit cb39735535
39 changed files with 76 additions and 61 deletions
+1 -3
View File
@@ -19,9 +19,7 @@ from platformcode import config
from platformcode import logger
__channel__ = "mondolunatico"
host = "http://mondolunatico.org"
host = config.get_channel_url(__channel__)
captcha_url = '%s/pass/CaptchaSecurityImages.php?width=100&height=40&characters=5' % host
PERPAGE = 25