fix ytdl variable bug
This commit is contained in:
parent
5f56cf22ae
commit
c1db637b94
@ -204,7 +204,6 @@ class YoutubeRunner(StreamProvider):
|
||||
best_url = new_url
|
||||
except Exception as e:
|
||||
self.logger.info(e)
|
||||
print(json.dumps(best_format, indent=4))
|
||||
return StreamData(best_url, None, thumbnail, title, description, True)
|
||||
|
||||
class NextcloudRunner(StreamProvider):
|
||||
|
Loading…
Reference in New Issue
Block a user