Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/weiran/watch-it-later
Watch videos saved on Instapaper on your Apple TV.
https://github.com/weiran/watch-it-later
apple-tv hacktoberfest instapaper tvos videos vimeo youtube
Last synced: about 2 months ago
JSON representation
Watch videos saved on Instapaper on your Apple TV.
- Host: GitHub
- URL: https://github.com/weiran/watch-it-later
- Owner: weiran
- License: mit
- Created: 2017-02-19T13:40:36.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-11-18T13:27:57.000Z (about 1 year ago)
- Last Synced: 2024-10-11T13:35:20.636Z (2 months ago)
- Topics: apple-tv, hacktoberfest, instapaper, tvos, videos, vimeo, youtube
- Language: Objective-C
- Homepage: https://weiran.co/watch-it-later/
- Size: 25.5 MB
- Stars: 11
- Watchers: 4
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Watch It Later
[![Build Status](https://travis-ci.org/weiran/watch-it-later.svg?branch=master)](https://travis-ci.org/weiran/watch-it-later)
![Logo][logo]
[logo]: http://i.imgur.com/SyC0DMZ.png
Watch It Later is a native Apple TV app for watching YouTube and Vimeo videos saved to your Instapaper account.
## Features
* HD playback of YouTube and Vimeo videos saved on Instapaper
* Archiving videos in app![Screenshots][1]
[1]: https://i.imgur.com/78SPj4X.jpg
## Open Source
Watch It Later is open source and licenced under the MIT licence.
[![Download in App Store][3]][2]
[2]: https://itunes.apple.com/us/app/watch-it-later/id1191095941?ls=1&mt=8&at=11l4G8&ct=github
[3]: http://i.imgur.com/oRdf2WM.png## Links
* You can follow [Watch It Later's progress on my blog](https://weiran.co/).
* You can also get in touch via Twitter: [@weiran](https://twitter.com/weiran).## How to build
1. Enter your Instapaper OAuth consumer key and secret in `App\Supporting Files\InstapaperConfiguration.defaults.plist`.
2. Rename `InstapaperConfiguration.defaults.plist` to `InstapaperConfiguration.plist`.
3. Install [cocoapods](http://cocoapods.org/), you can use RubyGems: `gem install cocoapods`.
4. Install pods, in the project root folder, run `pod install`.
5. Open the workspace file (`WatchItLater.xcworkspace`) in Xcode 8 or later, and build.---