问题描述
我想提供指向特定Apple的 WWDC会话视频的相关链接.堆栈溢出问题答案.如何获得将直接链接到特定WWDC视频的URL?理想情况下,它将打开一个包含会话描述的页面并开始播放.
I'd like to provide relevant links to specific Apple's WWDC session videos in Stack Overflow questions & answers. How can I obtain a URL to link directly to a specific WWDC video? Ideally it would open a page with the session description and begin playing.
推荐答案
视频
使用以下链接格式(已针对2014年和2013年进行测试):
https://developer.apple.com/videos/wwdc/<the-year-here>/?id=<the-session-number-here>
例如: https://developer.apple.com/videos/wwdc/2013/?id=228
会话记录的存档位于 http://asciiwwdc.com 上.其格式为:
An archive of session transcripts exists at http://asciiwwdc.com. Their format is:
http://asciiwwdc.com/<the-year-here>/sessions/<the-session-number-here>
例如: http://asciiwwdc.com/2014/sessions/302
它们在地面上还很薄,但是有大片(主题演讲).值得放置一个占位符,以期获得更多内容.
They are thin on the ground as yet, but big ones are there (keynotes). It's worth throwing in a placeholder in hope of more content arriving.
如果您使用大量链接,并且谁不喜欢这种快乐,请参阅SO自己的指南,以 markdown链接.您可以做一些您可能不知道的很酷的事情.
If you use a lot of links, and who doesn't love the jolly scamps, take a look at SO's own guide to markdown linking. You can do some cool stuff you might not know about.
这篇关于我如何链接到S.O中的WWDC会话.答案?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!