|
@@ -61,7 +61,7 @@ def convert_dto(info):
|
|
|
format_id = item.get("format_id")
|
|
|
if format_id:
|
|
|
# url = f"http://d3kjurodgb07ha.cloudfront.net/p?videoId={info['display_id']}&formatId={format_id}",
|
|
|
- url = item.get("url")
|
|
|
+ url = item.get("url")
|
|
|
formats.append({
|
|
|
"width": f"{item.get('width', 0)}",
|
|
|
"height": f"{item.get('height', 0)}",
|