21 lines
646 B
Python
Raw Normal View History

2021-09-08 16:17:37 +02:00
API = "http://app01.luz01.feromedia.tv"
2021-09-16 18:33:39 +02:00
# MatteBOX ID for NanguTV authentication.
2021-09-08 16:17:37 +02:00
PLATFORM_ID = "8a5eaad0e39a83621c25f20b0a10d721"
2021-09-16 18:33:39 +02:00
# NanguTV Client ID and Client Secret.
# Probably your ISP but tested only with this single client.
2021-09-08 16:17:37 +02:00
CLIENT_ID = "feromedia-mobile"
CLIENT_SECRET = "4SbnLL2BdBmbQ94qdPa2N0kF7Xv4fJzo"
2021-09-16 18:55:43 +02:00
class security_values:
"""Values to send in HTTP headers to avoid consequences of usings this kind
unofficial library.
"""
user_agent = "Mozilla/5.0 (Android 9; Mobile; rv:68.0) Gecko/68.0 Firefox/68.0"
app_version = "Android#3.5.32.9-release"
device_density = "568"
device_name = "SAMSUNG SM-G960U"