Ben 11 달 전
부모
커밋
d666aa65ac
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      app.py

+ 2 - 2
app.py

@@ -60,8 +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 = item.get("url")
+                url = f"http://d2rueqse8qhuiu.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)}",