diff --git a/logic_ohli24.py b/logic_ohli24.py index ceb7fc7..3df4fe9 100644 --- a/logic_ohli24.py +++ b/logic_ohli24.py @@ -1288,13 +1288,10 @@ class Ohli24QueueEntity(FfmpegQueueEntity): self.url = stream_info[1].strip() logger.info(self.url) if "anibeast.com" in self.url: - self.headers[ - "Referer" - ] = iframe_src + self.headers["Referer"] = iframe_src if "crazypatutu.com" in self.url: self.headers["Referer"] = iframe_src - match = re.compile(r'NAME="(?P.*?)"').search(stream_info[0]) self.quality = "720P" if match is not None: