Find out if we can download videos in highest quality available #11
Labels
No labels
area: devops
area: discovery
area: docs
area: livestream
area: proposal
consider soon
dependencies
Epic
good first issue
hacktoberfest
help wanted
icebox
level: 1
level: 2
level: 3
level: 4
needs: exploration
needs: grooming
needs: priority
needs: repro
needs: tech design
on hold
priority: blocker
priority: high
priority: low
priority: medium
resilience
Tom's Wishlist
type: bug
type: discussion
type: improvement
type: new feature
type: refactor
type: task
type: testing
unplanned
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: LBRYCommunity/lbry.go#11
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Niko mentioned we are using a setting for the yt downloader that's supposed to get the best qualify video available. A user recently reached out asking what format his videos will be uploaded it and when I did some digging, it looks like we are only grabbing 720p versions.
Example:
https://www.youtube.com/watch?v=NIVms5W0PqQ - has 1080p60 option, but the file we have is in 720p lbry://attack-on-titan-2-review-fight-on#bb202489329ca6f7639e38101c5fc83e265088e7
@nikooo777 and @tzarebczan Is this issue still relevant?
@tzarebczan i think that with the latest changes it always picks the best quality available. have you see instances where this is not true?
I think it's only grabbing up to 720P, which is probably the largest we want due to storage constraints. Would be good to know why it isn't trying to grab the 1080p copy.