Browse Reddit's videos subreddit
- git clone this project
- open terminal and cd to Reddit-Gallery directory
- then do
pod install
❗ then open Reddit-Gallery.xcworkspace and do the following: ❗
- search for XCDYouTubeVideoOperation.m in xcode
- open the file
- do a CMD + f for get_video_info
- append &html5=1 to the query string for https://www.youtube.com/get_video_info? requests. There are two.
NSString *queryString = [XCDQueryStringWithDictionary(query) stringByAppendingString: @"&html5=1"];
Swipe through all the media contents with media slider and drag image to dismiss when done.
Support for image and video.
Support for video streaming sites like Youtube.