转载

[iOS] [英] Video YT

Video YT

This is the best iOS youtube player implement in Swift program language. It's can play and download unlimited video from Youtube. You can watch live app at: https://itunes.apple.com/us/app/apple-store/id1086349582?pt=118052683&ct=github&mt=8

Features:

  • Top trends video
  • List playlist
  • Watch video without youtube ads
  • Download video with many quality options
  • Search video, playlist, channel
  • Save favorites
  • Save histories
  • Create offline playlist video

Screenshot

[iOS] [英] Video YT [iOS] [英] Video YT

How to build & requirements

  • Xcode 7.3.1
  • Pods newset version
  • iOS 8.0 above

Create Youtube API Key: Visit https://console.developers.google.com/apis/credentials/key?type=CLIENT_SIDE_IOS&project=

Change Youtube API Key on TubeTrends.swift file at line 111

static var secretKeyApi: [String] {             let keyArray = ["xxx------Your_YOUTUBE_API_Key---------xxx"]             return keyArray         } 

Go to your project root directiory:

pod install --verbose 

Open TubeTrends.xcworkspace in Xcode then you can build project normaly.

Donate

Give me a coffee cup if it's useful.

Contact

Contact me if you have and question or make a friend :)

Facebook: https://www.facebook.com/profile.php?id=100008324837124

Twitter: https://twitter.com/v2tmobile

Licence

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this work except in compliance with the License. You may obtain a copy of the License in the LICENSE file, or at:

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

原文  https://github.com/v2tmobile/ios-video-youtube-application
正文到此结束
Loading...