Watch It Later is a native Apple TV app for watching YouTube and Vimeo videos saved to your Instapaper account.
- HD playback of YouTube and Vimeo videos saved on Instapaper
- Archiving videos in app
Watch It Later is open source and licenced under the MIT licence.
- You can follow Watch It Later's progress on my blog.
- You can also get in touch via Twitter: @weiran.
- Enter your Instapaper OAuth consumer key and secret in
App\Supporting Files\InstapaperConfiguration.defaults.plist
. - Rename
InstapaperConfiguration.defaults.plist
toInstapaperConfiguration.plist
. - Install cocoapods, you can use RubyGems:
gem install cocoapods
. - Install pods, in the project root folder, run
pod install
. - Open the workspace file (
WatchItLater.xcworkspace
) in Xcode 8 or later, and build.