mirror of
https://github.com/pierre-emmanuelJ/iptv-proxy.git
synced 2026-03-17 07:26:14 +01:00
fixup! fixup! Add xtream /get.php
Signed-off-by: Pierre-Emmanuel Jacquier <pierre-emmanuel.jacquier@epitech.eu>
This commit is contained in:
@@ -33,6 +33,8 @@ func (p *proxy) xtreamGet(c *gin.Context) {
|
||||
return
|
||||
}
|
||||
|
||||
println("debug:", m3uURL.String())
|
||||
|
||||
playlist, err := m3u.Parse(m3uURL.String())
|
||||
if err != nil {
|
||||
c.AbortWithError(http.StatusInternalServerError, err)
|
||||
|
||||
Reference in New Issue
Block a user