作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我有很多这样的网址:
https://www.youtube.com/watch?v=81_2Xb0XB_E&feature=youtube_gdata
我想在我的应用中仅看到视频,而不是youtube页面。
我该怎么办?
到目前为止,我已经尝试过:
urlValue = [urlValue stringByReplacingOccurrencesOfString:@"watch?v="
withString:@"v/"];
urlValue = [urlValue stringByReplacingOccurrencesOfString:@"&feature"
withString:@"?version=3&f=playlists&app"];
NSString *videoHTML = [NSString stringWithFormat:@"<iframe type=\"text/html\" width=\"305\" height=\"180\" src=\"%@\" frameborder=\"0\"></iframe>", urlValue];
最佳答案
试试这个HCYoutubeParser
关于ios - 在没有WebView的应用程序中加载Youtube视频,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28483112/
我是一名优秀的程序员,十分优秀!