Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[vlive] Reverse video format option #27404

Closed
5 tasks done
cooperzxcv opened this issue Dec 13, 2020 · 0 comments
Closed
5 tasks done

[vlive] Reverse video format option #27404

cooperzxcv opened this issue Dec 13, 2020 · 0 comments

Comments

@cooperzxcv
Copy link

Checklist

  • I'm reporting a broken site support
  • I've verified that I'm running youtube-dl version 2020.12.12
  • I've checked that all provided URLs are alive and playable in a browser
  • I've checked that all URLs and arguments with special characters are properly quoted or escaped
  • I've searched the bugtracker for similar issues including closed ones

Verbose log

C:\Users\cooper>**ytdlc** -F https://www.vlive.tv/video/227929
[vlive] 227929: Downloading webpage
[vlive] 227929: Downloading JSON metadata
[vlive] 227929: Downloading m3u8 information
[vlive] 227929: Downloading m3u8 information
[vlive] 227929: Downloading m3u8 information
[vlive] 227929: Downloading m3u8 information
[vlive] 227929: Downloading m3u8 information
[vlive] 227929: Downloading m3u8 information
[info] Available formats for 227929:
format code  extension  resolution note
0            mp4        256x144     164k , avc1.4D4028, mp4a.40.2
1            mp4        480x272     496k , avc1.4D4028, mp4a.40.2
2            mp4        640x360     928k , avc1.4D4028, mp4a.40.2
3            mp4        854x480    1628k , avc1.4D4028, mp4a.40.2
4            mp4        1280x720   2692k , avc1.640028, mp4a.40.2
5            mp4        1920x1080  4192k , avc1.640028, mp4a.40.2 (best)



C:\Users\cooper>**ytdl** -F https://www.vlive.tv/video/227929
[vlive] 227929: Downloading officialVideoPost JSON metadata
[vlive] 227929: Downloading playInfo JSON metadata
[vlive] 227929: Downloading m3u8 information
[info] Available formats for 227929:
format code  extension  resolution note
4192         mp4        1920x1080  4192k , avc1.640028, mp4a.40.2
2692         mp4        1280x720   2692k , avc1.640028, mp4a.40.2
1628         mp4        854x480    1628k , avc1.4D4028, mp4a.40.2
928          mp4         640x360     928k , avc1.4D4028, mp4a.40.2
496          mp4         480x272     496k , avc1.4D4028, mp4a.40.2
164          mp4         256x144     164k , avc1.4D4028, mp4a.40.2 (best)

Description

I just compared yt-dlc v11.11-3 and ytdl v12.12. When listing video format option for (livestream) vlive video, yt-dlc v11.11-3 listed the highest resolution (best) while in yt-dl v12.12 the list is reverse as lowest resolution is the best to download.

@dstftw dstftw closed this as completed in d8008de Dec 13, 2020
ThirumalaiK pushed a commit to ThirumalaiK/youtube-dl that referenced this issue Jan 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant