This commit is contained in:
Alhaziel01
2022-09-26 19:50:28 +02:00
parent d723f0552b
commit b66d292ff2
2 changed files with 3 additions and 3 deletions

View File

@@ -1106,7 +1106,7 @@ def play_video(item, strm=False, force_direct=False, autoplay=False):
# except:
# logger.error('Failed to resolve hostname, fallback to normal dns')
from core import support
support.dbg()
# support.dbg()
if '|' not in mediaurl and item.referer != False:
mediaurl = mediaurl + '|' + urllib.urlencode(headers)