Advertisement
Guest User

Untitled

a guest
Dec 7th, 2018
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.27 KB | None | 0 0
  1. [[Source]]
  2. Name = "IPTVKing_Sweden" # Name is optional and is used mostly for logging purposes
  3. Provider = "Custom" # DO NOT CHANGE THIS IF YOU ARE ENTERING URLS OR FILE PATHS
  4. # "Custom" is telly's internal identifier for this 'Provider'
  5. # If you change it to "NAMEOFPROVIDER" telly's reaction will be
  6. # "I don't recognize a provider called 'NAMEOFPROVIDER'."
  7. M3U = "http://tv.iptvking.iptv.uno/get.php?username=NAME&password=PASSWORD&type=m3u_plus&output=ts" # These can be either URLs or fully-qualified paths.
  8. EPG = "https://iptvking.iptv.uno/epg_temp_dl/sweden.xml.gz"
  9. # THE FOLLOWING KEYS ARE OPTIONAL IN THEORY, REQUIRED IN PRACTICE
  10. Filter = "Sweden"
  11. FilterKey = "group-title" # FilterKey normally defaults to whatever the provider file says is best,
  12. # otherwise you must set this.
  13. FilterRaw = false # FilterRaw will run your regex on the entire line instead of just specific keys.
  14. Sort = "group-title" # Sort will alphabetically sort your channels by the M3U key provided
  15.  
  16.  
  17. [[Source]]
  18. Name = "IPTVKing_US" # Name is optional and is used mostly for logging purposes
  19. Provider = "Custom" # DO NOT CHANGE THIS IF YOU ARE ENTERING URLS OR FILE PATHS
  20. # "Custom" is telly's internal identifier for this 'Provider'
  21. # If you change it to "NAMEOFPROVIDER" telly's reaction will be
  22. # "I don't recognize a provider called 'NAMEOFPROVIDER'."
  23. M3U = "http://tv.iptvking.iptv.uno/get.php?username=NAME&password=PASSWORD&type=m3u_plus&output=ts " # These can be either URLs or fully-qualified paths.
  24. EGP = "https://iptvking.iptv.uno/epg_temp_dl/usa.xml.gz"
  25. # THE FOLLOWING KEYS ARE OPTIONAL IN THEORY, REQUIRED IN PRACTICE
  26. Filter = "United States"
  27. FilterKey = "group-title" # FilterKey normally defaults to whatever the provider file says is best,
  28. # otherwise you must set this.
  29. FilterRaw = false # FilterRaw will run your regex on the entire line instead of just specific keys.
  30. Sort = "group-title" # Sort will alphabetically sort your channels by the M3U key provided
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement