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