- nuovo metodo di override DNS
- aggiunta opzione nascondi server, se usi l'autoplay
- migliorie al codice e fix vari
This commit is contained in:
marco
2020-01-08 19:19:59 +01:00
parent d1cc659707
commit b4376525de
139 changed files with 6078 additions and 8909 deletions
+1 -2
View File
@@ -9,8 +9,7 @@ from core.item import Item
from platformcode import config
import json, datetime
__channel__ = "polpotv"
host = config.get_channel_url(__channel__)
host = config.get_channel_url()
headers = [['Accept', 'application/ld+json']]