Fixed conflicts during the last stable update

This commit is contained in:
2019-07-01 10:04:48 -05:00
101 changed files with 62556 additions and 14475 deletions

View File

@@ -10,4 +10,4 @@ def get_video_url(url):
video = result['entries'][0]
else:
video = result
return video["url"]
return video["formats"][0]["url"]