mirror of
https://github.com/Viren070/MediaFusion.git
synced 2025-12-01 23:21:11 +01:00
fix mediafusion scraping on external url item
This commit is contained in:
@@ -75,7 +75,7 @@ class MediafusionScraper(StremioScraper):
|
||||
source = stream["name"].split()[0].title()
|
||||
info_hash = stream.get("infoHash")
|
||||
if not info_hash:
|
||||
url = stream.get("url")
|
||||
url = stream.get("url", "")
|
||||
if "/stream/" not in url:
|
||||
return {}, False
|
||||
info_hash = url.split("/")[6]
|
||||
|
||||
Reference in New Issue
Block a user