Add files via upload

main
Tontonnow 11 months ago committed by GitHub
parent 2cb76ea507
commit ef021f9f80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      yk.py

@ -110,7 +110,7 @@ class YouKu:
m3u8_url = video["m3u8_url"]
width = video["width"]
height = video["height"]
size = video["size"]
size = video.get("size", 0)
size = '{:.1f}'.format(float(size) / 1048576)
drm_type = video["drm_type"]
if video['drm_type'] == "default":

Loading…
Cancel
Save