PaoloCuscela / Cards

Awesome iOS 11 appstore cards in swift 5.
MIT License
4.2k stars 273 forks source link

Does player mode support youtube url? #32

Closed Inspirelife96 closed 6 years ago

Inspirelife96 commented 6 years ago

I set youtube url in player card but the shows an error "something wrong with video URL". So it doesn't support youtube shared url? any ideas to support this feature?

PaoloCuscela commented 6 years ago

Player card uses an SDK from Patrick Piemonte named 'Player'. It should support every straming source as url. It's not a web view so the url should point to a video file, if the YT shared url links to a youtube page the player won't play the video in it.