update
This commit is contained in:
parent
06fa7fa7d9
commit
c2ada97aca
2 changed files with 2 additions and 2 deletions
|
@ -53,4 +53,4 @@ This policy is effective as of March 7th, 2024.
|
|||
|
||||
## Contact Us
|
||||
|
||||
If you have any questions or suggestions about MinPluto's privacy policy, do not hesitate to contact me at hello@minpluto.org or to [submit an issue](https://sudovanilla.com/code/MinPluto/MinPluto/issues).
|
||||
If you have any questions or suggestions about MinPluto's privacy policy, do not hesitate to contact me at hello@minpluto.org or to [submit an issue](https://ark.sudovanilla.org/MinPluto/MinPluto/issues).
|
|
@ -44,7 +44,7 @@ let ViewsFormat = ViewsConversion.format(Views);
|
|||
autoplay
|
||||
poster={DEFAULT_IMAGE_PROXY + '/https://i.ytimg.com/vi/' + video.videoId + '/maxresdefault.jpg'}
|
||||
video-title={video.title}
|
||||
src={DEFAULT_VIDEO_PROXY + '/latest_version?id=' + video.videoId + '&itag=22&local=true'}
|
||||
src={DEFAULT_VIDEO_PROXY + '/latest_version?id=' + video.videoId + '&itag=244&local=true'}
|
||||
>
|
||||
</video>
|
||||
</div>
|
||||
|
|
Reference in a new issue