-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.py
More file actions
27 lines (18 loc) · 859 Bytes
/
Copy pathconfig.py
File metadata and controls
27 lines (18 loc) · 859 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Configuration variables to store user selection and service details
# The base URL for the selected IPTV service registration page
IPTV_SOURCE = ""
# The email address from which the IPTV service sends the playlist
SENDER_EMAIL = ""
# The specific text to look for in the email body to identify the playlist section
EMAIL_DIV_TITLE = ""
# The URL for the temporary email service provider
TEMP_EMAIL_SOURCE = "https://internxt.com/temporary-email"
OTT_PLAYER_LINK = "https://ottplayer.tv/account/login"
OTT_EMAIL = "zenharonking@gmail.com"
OTT_PASSWORD = "123a456b"
OTT_Y66TV_LINK = "https://ottplayer.tv/playlist/edit/217113059" # 1 Week - dd.mm - y66tv
OTT_RUTV_LINK = "https://ottplayer.tv/playlist/edit/216774067" # 3 days - dd.mm - y66tv
Y66TV_DURATION = 7
RUTV_DURATION = 3
# Enable/Disable OTT renewal during automation
OTT_ENABLED = False